Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.4.0 #378

Merged
merged 50 commits into from
Oct 7, 2022
Merged

3.4.0 #378

Changes from 1 commit
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
16b0daf
Track ground entity for savelocs as well
zer0k-z Jun 2, 2022
3a3a006
Use actual bots instead of fakeclient for interpolation, always save …
zer0k-z Jun 5, 2022
47310c2
Use actual bots instead of fakeclient for interpolation, always save …
zer0k-z Jun 5, 2022
a90dfdc
Merge branch 'replay-fix' of https://github.com/zer0k-z/gokz into rep…
zer0k-z Jun 5, 2022
5f01e0e
Fix replay bot having no sound
zer0k-z Jun 6, 2022
70953df
Revert cheater recording logic for another PR
zer0k-z Jun 6, 2022
5fd036a
Always upload replays on personal best
zer0k-z Jun 6, 2022
cce4636
Stop the recording if its duration is too long
zer0k-z Jun 6, 2022
3664158
When in a run disallow starting timer on another course
GameChaos Jun 19, 2022
e1e9f26
Fix antibhop trigger not working sometimes
GameChaos Jun 30, 2022
2270166
Fix bots not spawning
zer0k-z Jul 12, 2022
eae2f80
Merge pull request #349 from KZGlobalTeam/fix-antibhop-trigger
zealain Jul 15, 2022
5b882df
Merge pull request #346 from KZGlobalTeam/dont-restart-timer-on-other…
zealain Jul 15, 2022
29a6da1
Merge pull request #343 from zer0k-z/abort-long-recording
zealain Jul 15, 2022
5a80d96
Merge pull request #340 from zer0k-z/replay-fix
zealain Jul 15, 2022
460a147
Merge pull request #338 from zer0k-z/saveloc-groundent
zealain Jul 15, 2022
7952742
Fix logic error
zer0k-z Jul 24, 2022
7f1d932
Merge pull request #341 from zer0k-z/upload-more-replays
zealain Jul 31, 2022
332b7f9
Fix hud errors
zer0k-z Aug 5, 2022
0a7ecc0
Fix replay bots having no valid ground entity while on the ground
zer0k-z Aug 5, 2022
92f41ae
Fix replay bots joining the incorrect teams, fix OnLadder HudInfo not…
zer0k-z Aug 5, 2022
9214050
Merge pull request #352 from zer0k-z/replay-hud-error
zealain Aug 19, 2022
5143991
Merge pull request #353 from zer0k-z/replay-ground-playback
zealain Aug 19, 2022
d60cc4e
Merge pull request #354 from zer0k-z/replay-misc-fixes
zealain Aug 19, 2022
9152fed
Nerf turnbinds by introducing a cooldown
zealain Aug 19, 2022
dabd95b
Added missing header changes
zealain Aug 19, 2022
34e9fe2
Add dynamic menu, add checkpoint and hud related natives, loadloc now…
zer0k-z Aug 25, 2022
3521203
Use client tick count for touch time calculation
zer0k-z Sep 25, 2022
da09cf8
Fix generic resume error message
zer0k-z Sep 26, 2022
945d7f3
Create RP_DIRECTORY_RUNS_TEMP directory
zer0k-z Sep 27, 2022
b658100
Use ArrayList to track the list of currently touched entities for jum…
zer0k-z Oct 3, 2022
f583356
Limit the maximum update speed to prevent crashes on LAN
zer0k-z Oct 6, 2022
2c444b5
Save valid jumps that have very small offset
zer0k-z Oct 6, 2022
c953b63
Merge pull request #365 from zer0k-z/mapping-api-tickcount
zealain Oct 6, 2022
7f71f78
Use client tick for jump tracking tick and invalidate duckbugged long…
zer0k-z Oct 6, 2022
3c0b6f8
Merge pull request #368 from zer0k-z/patch-1
zealain Oct 6, 2022
4e31701
Merge pull request #370 from zer0k-z/replay-temp-directory
zealain Oct 6, 2022
007999a
Merge pull request #372 from zer0k-z/jumpstats-track-touching-entities
zealain Oct 6, 2022
7ad33e5
Merge pull request #375 from zer0k-z/hud-maxupdatespeed
zealain Oct 6, 2022
b81a19c
Merge pull request #376 from zer0k-z/localdb-save-valid-jumps
zealain Oct 6, 2022
935f91d
Update GOKZ to be 1.11 compatible (#359)
zer0k-z Oct 6, 2022
8b22794
Implement run safeguard, remove unused code from jumpstats playback (…
zer0k-z Oct 7, 2022
ebc6d00
Added missing return value
zealain Oct 7, 2022
eec87d2
Mode version bump
zealain Oct 7, 2022
b41ac2f
Fix unresponsive client menu when players use start timer button zone
zer0k-z Oct 7, 2022
b555ab6
Remove duplicate resume code, fix errors showing up if players try to…
zer0k-z Oct 7, 2022
ac37242
Delay giving the bot the correct weapon by a frame to make sure it go…
zealain Oct 7, 2022
d05767b
Initialize checkpointCount upon client connect
zer0k-z Oct 7, 2022
3fb2f7f
Merge pull request #380 from zer0k-z/patch-1
zealain Oct 7, 2022
d6d9b6e
Merge pull request #379 from zer0k-z/hud-menu-zone-fix
zealain Oct 7, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Limit the maximum update speed to prevent crashes on LAN
  • Loading branch information
zer0k-z committed Oct 6, 2022
commit f583356a0b54cf3ded8df821e9a3983606b0114e
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/gokz-hud/info_panel.sp
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ void OnPlayerRunCmdPost_InfoPanel(int client, int cmdnum, HUDInfo info)
// The hint text panel update speed depends on the client ping.
// To optimize resource usage, we scale the update speed with it.
// The fastest speed the client can get is around once every 2 ticks.
updateSpeed = RoundToFloor(GetClientAvgLatency(client, NetFlow_Outgoing) / GetTickInterval());
updateSpeed = IntMax(1, RoundToFloor(GetClientAvgLatency(client, NetFlow_Outgoing) / GetTickInterval()));
}
if (cmdnum % updateSpeed == 0 || info.IsTakeoff)
{