AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   SteamTools (https://forums.alliedmods.net/forumdisplay.php?f=147)
-   -   Read Me! Release announcements (https://forums.alliedmods.net/showthread.php?t=170630)

asherkin 07-24-2012 18:13

Re: Release announcements
 
0.8.3 released.

Changes:
  • Fixed numerous small (and one potentially large) memory leaks.
  • Improved Steam_GetHTTPResponseBodyData.
    • Larger buffers than required can now be passed, this would previously cause an error.
    • If the passed buffer can accommodate it, the data will now have a null terminator added.
    • Both of these changes mean that:
      • For binary data, pass a buffer that is Steam_GetHTTPResponseBodySize() bytes.
      • For textual data, pass a buffer that is Steam_GetHTTPResponseBodySize() + 1 bytes.
  • Fixed SteamTools trying to parse invalid Steam tickets.
    • They will be dumped to a file instead, please send me any you accrue, working to re-add identification of no-steam clients would be interesting.
  • Fixed "Array index out of bounds" error in test plugin.

asherkin 10-28-2012 10:52

Re: Release announcements
 
The Linux binary has been recompiled with the SDK changes required.

asherkin 01-04-2015 12:01

Re: Release announcements
 
0.9.1 released.

Changes:
  • Migrated to Git, see this thread for more info.
  • Fixed rare crash in Steam_WriteHTTPResponseBody.
  • Synced SteamWorks interface versions with TF2 (Fixes Steam_RestartRequested not being called).
  • Added SetHTTPRequestRawPostBody (Contributed by bottiger).
  • Removed RequestGameplayStats.

asherkin 02-04-2016 17:15

Re: Release announcements
 
0.10.0 released.

Changes:
  • Fixed console spam with newer SteamWorks SDK releases (encountered if Steam is installed).
  • Massive overhaul to internal callback handling, should no longer be a performance bottleneck with hundreds of in-flight HTTP requests.
  • Removed Steam_RequestServerReputation.


All times are GMT -4. The time now is 07:05.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.