bhoptimer/addons/sourcemod/scripting
rtldg e6de599808 replay changes. renamed natives, version bump, implementation changes
>Renames:
framecache_t -> frame_cache_t
Shavit_GetReplayBotFirstFrame -> Shavit_GetReplayBotFirstFrameTime
Shavit_GetReplayPreFrame -> Shavit_GetReplayPreFrames
Shavit_GetReplayPostFrame -> Shavit_GetReplayPostFrames
Shavit_GetReplayCachePreFrame -> Shavit_GetReplayCachePreFrames
Shavit_GetReplayCachePostFrame -> Shavit_GetReplayCachePostFrames
Shavit_GetPlayerPreFrame -> Shavit_GetPlayerPreFrames

>Removed:
Shavit_GetPlayerTimerFrame
Shavit_SetPlayerTimerFrame
cp_cache_t.iTimerPreFrames

Replay format version bumped to distinguish old replays that had a bad iFrameCount from postframes.

Some unnecessary ArrayList writing in SaveReplay() has been removed.

shavit-replay.sp:Shavit_OnStart should be more readable now and will also hopefully now prevent some situations where script-execution could time-out due to wiping lots of frames.

Replay bots will now freeze at the end of a replay more smoothly now and not teleport for the last frame.
2021-07-25 16:29:29 +00:00
..
include replay changes. renamed natives, version bump, implementation changes 2021-07-25 16:29:29 +00:00
shavit-chat.sp add SteamIDToAuth stock 2021-07-07 01:46:33 +00:00
shavit-core.sp replay changes. renamed natives, version bump, implementation changes 2021-07-25 16:29:29 +00:00
shavit-hud.sp have Shavit_OnTopLeftHUD run even when there's no WR 2021-07-23 16:20:18 +00:00
shavit-misc.sp replay changes. renamed natives, version bump, implementation changes 2021-07-25 16:29:29 +00:00
shavit-rankings.sp fix typo in rankings description 2021-07-22 06:07:18 +00:00
shavit-replay.sp replay changes. renamed natives, version bump, implementation changes 2021-07-25 16:29:29 +00:00
shavit-sounds.sp make all plugins require dhooks so there's error spam due to them not loading 2021-07-06 02:22:35 +00:00
shavit-stats.sp unset gB_Late after use 2021-07-06 08:51:35 +00:00
shavit-timelimit.sp make all plugins require dhooks so there's error spam due to them not loading 2021-07-06 02:22:35 +00:00
shavit-wr.sp move avg/max vel & perfs to another message so the buffer doesn't get cut off anymore 2021-07-23 08:54:57 +00:00
shavit-zones.sp add shavit-mapfixes.cfg 2021-07-23 15:31:38 +00:00