tag:github.com,2008:https://github.com/TeddiO/gFwens/releases Tags from gFwens 2024-11-10T02:34:42Z tag:github.com,2008:Repository/253571231/25bd7aa5 2024-11-10T02:39:31Z 25bd7aa5 github-actions tag:github.com,2008:Repository/253571231/deffd884 2024-11-10T13:06:57Z deffd884 github-actions tag:github.com,2008:Repository/253571231/61ae0c16 2022-02-10T23:58:22Z 61ae0c16 github-actions tag:github.com,2008:Repository/253571231/04c2a3db 2022-02-10T23:48:54Z 04c2a3db: Downgrade Steamworks to v1.50 for 32bit GMod (#6) <p>Downgrade Steamworks to v1.50 for 32bit GMod (<a class="issue-link js-issue-link" href="https://github.com/TeddiO/gFwens/pull/6">#6</a>)</p> <p>* Downgrade steamworks to v1.50 as of latest update</p> TeddiO tag:github.com,2008:Repository/253571231/4fbbce1d 2021-12-19T18:09:13Z 4fbbce1d github-actions tag:github.com,2008:Repository/253571231/a48631e9 2020-12-24T03:02:08Z a48631e9 <p>Add meaningful versioning + preprocessor definitions (<a class="issue-link js-issue-link" href="https://github.com/TeddiO/gFwens/pull/3">#3</a>)</p> <p>- Exposes fwens.version to the lua interface, meaning developers can bind to a version / check for a difference if they want <br />- Exposed `GFWENS_VERSION` and `GFWENS_BUILD_DATE` to the build pre-processor so we can define the version straight from the build process <br /> - If built locally, will default to a string of `LOCAL` and uses the `__DATE__` macro instead <br /> - Premake will attempt to glean the data via the appropriate lua functions.</p> github-actions tag:github.com,2008:Repository/253571231/2dd4a493 2020-11-21T13:39:03Z 2dd4a493 <p>Standardise signature parameters &amp; better handle steam disconnection …</p> <p>…event (<a class="issue-link js-issue-link" href="https://github.com/TeddiO/gFwens/pull/2">#2</a>)</p> <p>* Added hook "GroupDataSteamStatusChanged" which returns a boolean for when the module believes the connection status to Steam has changed. <br />* Changed how each Steam connection events gets handled. Now relies more on the underlying connection instead of forcing new contexts. <br />* No longer listen for GSPolicyResponse <br />* Now listen for SteamServerConnectFailure <br />* In the event the underlying Steam connection gives up trying to reconnect, we now force a new context. <br />* Fixed a rare crash where the context could be valid but the Steam backend had literally just died. <br />* Bumped version to 1.1 <br />* Upgraded to Steamworks v150.</p> github-actions tag:github.com,2008:Repository/253571231/a151a558 2020-07-16T18:31:34Z a151a558 <p>Minor code formatting changes + proper error handling / output</p> <p>- Removed this-&gt; References <br />- Added proper support for if / when lua errors happen.</p> github-actions tag:github.com,2008:Repository/253571231/7cdcf34a 2020-06-28T20:27:46Z 7cdcf34a <p>Major overhaul adding linux / 64 bit support + ci</p> <p>- Now supports 64 bit version of win32 binary <br />- Supports linux 32/64 <br />- Minor improvements to code <br />- Adds github action CI support</p> github-actions tag:github.com,2008:Repository/253571231/1.0 2020-04-08T22:21:36Z Initial release - pre-compiled binaries. <p>Overhaul + Updates</p> <p>- Revamped Fwens class to better handle and process steam related <br />features <br />- Turns out for Steam connections to work, this needs to be compiled <br />with whatever version gmod is using! (Or a version earlier to it)</p> TeddiO