Skip to content

Releases: TeddiO/gFwens

61ae0c16

10 Feb 23:58
61ae0c1
Compare
Choose a tag to compare
Correctly target the right steamworks bins (#7)

4fbbce1d

19 Dec 18:03
Compare
Choose a tag to compare
  • Bumps x32 binaries to support Steamworks 1.53a.
  • x64 binaries bumped to 1.50.

What's Changed

  • Add support for new Steamworks by @TeddiO in #4
  • Removes the GH:A master path being ignored by @TeddiO in #5

a48631e9

24 Dec 03:02
a48631e
Compare
Choose a tag to compare
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

21 Nov 13:38
Compare
Choose a tag to compare
  • 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

16 Jul 18:31
Compare
Choose a tag to compare
Minor code formatting changes + proper error handling / output

- Removed this-> References
- Added proper support for if / when lua errors happen.

7cdcf34a

28 Jun 20:27
Compare
Choose a tag to compare
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.

08 Apr 22:21
Compare
Choose a tag to compare

Initial release. Requires vs redist 2019 to function.