Releases: TeddiO/gFwens
Releases · TeddiO/gFwens
deffd884
25bd7aa5
- Fixes a linux crash
- Updates various GH:A actions
61ae0c16
Correctly target the right steamworks bins (#7)
4fbbce1d
a48631e9
Add meaningful versioning + preprocessor definitions (#3) - Exposes fwens.version to the lua interface, meaning developers can bind to a version / check for a difference if they want - Exposed `GFWENS_VERSION` and `GFWENS_BUILD_DATE` to the build pre-processor so we can define the version straight from the build process - If built locally, will default to a string of `LOCAL` and uses the `__DATE__` macro instead - Premake will attempt to glean the data via the appropriate lua functions.
2dd4a493
- Added hook "GroupDataSteamStatusChanged" which returns a boolean for when the module believes the connection status to Steam has changed.
- Changed how each Steam connection events gets handled. Now relies more on the underlying connection instead of forcing new contexts.
- No longer listen for GSPolicyResponse
- Now listen for SteamServerConnectFailure
- In the event the underlying Steam connection gives up trying to reconnect, we now force a new context.
- Fixed a rare crash where the context could be valid but the Steam backend had literally just died.
- Bumped version to 1.1
This is a re-release that downgrades steamworks to 148a due to some conflicts with various versions of Gmod (x32 vs 64)
a151a558
Minor code formatting changes + proper error handling / output - Removed this-> References - Added proper support for if / when lua errors happen.
7cdcf34a
Major overhaul adding linux / 64 bit support + ci - Now supports 64 bit version of win32 binary - Supports linux 32/64 - Minor improvements to code - Adds github action CI support
Initial release - pre-compiled binaries.
Initial release. Requires vs redist 2019 to function.