v3.4.1 - Long overdue edition (Director's Cut)
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 makesDBResultSet.FetchFloat
(atof
internally) return2
instead of2095.12345123
.
- Mysql returns formatted floats with commas when it's >=1000 (like
- potentially fix segmented replay saving edge case & add some error logging if replay files can't be opened for writing 5ac888c