v3.4.0 - Long overdue edition
Edit 2022-10-22: attached updated gamedata for CSGO (Windows + Linux)
v3.4.2
- mark
SteamWorks_SetHTTPRequestAbsoluteTimeoutMS
as optional inshavit-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 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
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.
- 😵💫 fixed broken implementation of
shavit_misc_bad_setlocalangles_fix
e322606 - added something to draw which zone axis is being edited 1c82605 ea8f14f
- removed admin requirement for debug targetname hud setting 68a57b9
- fixed
shavit_misc_noweapondrops
on TF2 #1160 @jedso 578636d - use a signature instead of netprop+offset to find surface friction used by shavit-tas #1158 @NukoOoOoOoO 21c6204
- fix the
velocity_limit
style setting being avoidable with +duck spam (mainly practical on auto + velocity_limit styles...) 5fc891d - added chat typo handler for
1r
->!r
&1b
->!b
bdea503 - remove the steamid verification kick thing in OnClientPutInServer #1047 @BoomShotKapow b78ae36
- save tier list position in !nominate menu 864b463
- fix
shavit_stats_use_mapchooser
not being compatible with workshop maps #1168 3d16f5f a1a1c6a - add translation for
!extend
& updatem_iRoundTime
#1172 @MSWS f4cd4e9 - add
!autorestart
#1170 @MSWS e3aab46 fdbbc11 - set forwardmove & sidemove on replay bots because why not b115726
- make the autostage thing start at 1. starting at 2 was dumb 5ccd0ef
- deprecate
exact_time_int
894b039 87c2b1e 236829c 7a79fc0 fd687dd - readd foreign keys to playertimes from users table #1175 #1176 @jedso https://github.com/shavitush/bhoptimer/pull/1176/commits
- recreate mapzones table on sqlite with proper incrementing id #1177 @jedso https://github.com/shavitush/bhoptimer/pull/1177/commits
- show timer in hud when started (prespeeding) in start zone #1174 @lilac1337 b868208
- mark ripext natives as optional in
shavit-zones-http.sp
8eefcd5 - filter invalid maps in
!map
,!nominate
, and map votes (to hopefully help with #1178) 09c0d22 - followup for ccname & chat rank bugs again 783fd4f