Skip to content

v3.4.0 - Long overdue edition

Compare
Choose a tag to compare
@rtldg rtldg released this 14 Oct 15:33
· 112 commits to master since this release

Edit 2022-10-22: attached updated gamedata for CSGO (Windows + Linux)

v3.4.2

  • mark SteamWorks_SetHTTPRequestAbsoluteTimeoutMS as optional in shavit-zones-http f16b9aa
  • faster mysql query for the deprecate exact_time_int stuff (and more migration logging) 07727e1
    • the transaction batches turned out to be REALLY slow

v3.4.1

  • fix leaderboard times from mysql not parsing correctly (after the deprecation of exact_time_int in v3.4.0 894b039) 4fee1e4
    • Mysql returns formatted floats with commas when it's >=1000 (like 2,095.12345123). The comma makes DBResultSet.FetchFloat (atof internally) return 2 instead of 2095.12345123.
  • potentially fix segmented replay saving edge case & add some error logging if replay files can't be opened for writing 5ac888c

v3.4.0

v3.3.2...v3.4.0

Note: Release includes eventqueuefix 1.3.1 which works with Sourcemod 1.10/1.11 Windows/Linux

Thanks to all the contributors who pushed this release along by making PRs which made me feel guilty for slacking.