tag:github.com,2008:https://github.com/TeddiO/gFwens/releasesTags from gFwens2024-11-10T02:34:42Ztag:github.com,2008:Repository/253571231/25bd7aa52024-11-10T02:39:31Z25bd7aa5github-actionstag:github.com,2008:Repository/253571231/deffd8842024-11-10T13:06:57Zdeffd884github-actionstag:github.com,2008:Repository/253571231/61ae0c162022-02-10T23:58:22Z61ae0c16github-actionstag:github.com,2008:Repository/253571231/04c2a3db2022-02-10T23:48:54Z04c2a3db: 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>TeddiOtag:github.com,2008:Repository/253571231/4fbbce1d2021-12-19T18:09:13Z4fbbce1dgithub-actionstag:github.com,2008:Repository/253571231/a48631e92020-12-24T03:02:08Za48631e9<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-actionstag:github.com,2008:Repository/253571231/2dd4a4932020-11-21T13:39:03Z2dd4a493<p>Standardise signature parameters & 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-actionstag:github.com,2008:Repository/253571231/a151a5582020-07-16T18:31:34Za151a558<p>Minor code formatting changes + proper error handling / output</p>
<p>- Removed this-> References
<br />- Added proper support for if / when lua errors happen.</p>github-actionstag:github.com,2008:Repository/253571231/7cdcf34a2020-06-28T20:27:46Z7cdcf34a<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-actionstag:github.com,2008:Repository/253571231/1.02020-04-08T22:21:36ZInitial 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