Skip to content

v3.4.1 - Long overdue edition (Director's Cut)

Compare
Choose a tag to compare
@rtldg rtldg released this 16 Oct 21:56
· 117 commits to master since this release

v3.4.0...v3.4.1

Bug fix release for v3.4.0. See the changelog for v3.4.0 here: https://github.com/shavitush/bhoptimer/releases/tag/v3.4.0

  • 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