rtldg
c6ced66503
merge TrimTrailingInvalidUnicode into SanerGetClientName
2022-04-08 16:15:39 +00:00
rtldg
ad258dc047
fix table name array and move around
2022-04-02 12:40:46 +00:00
rtldg
ea3bd05124
mark hud messages unreliable so the hud updates more often
2022-04-02 10:35:15 +00:00
Nairda
d7785f91ce
add two additional commands for nomlist ( #1136 )
...
* add two additional commands for nomlist
that are more intuitive
* Update shavit-mapchooser.sp
2022-04-02 09:15:58 +00:00
rtldg
ef51513fcc
rename CreateInterface gamedata to CreateInterface_Server
2022-03-29 12:47:01 +00:00
defiy
76aaecdb6e
change autogain velocity setting so boosters on bhop_linear_gif aren't affected by vertical velocity
2022-03-29 03:58:20 +00:00
rtldg
ddb902e663
make sure not to put nominations twice on the map vote
2022-03-27 13:31:19 +00:00
rtldg
e0bdbfc20f
edit TRFilter_NoPlayers
2022-03-27 08:44:15 +00:00
rtldg
d6aaa8e413
clean some random tiers usage stuff in shavit-mapchooser
2022-03-26 13:30:07 +00:00
GAMMACASE
8f07c1d510
Fix targetname and classname locking ( #1135 )
...
* Move resettargetname cvars to shavit-zones
* Prevent Touch function to proceed when it should be skipped
2022-03-24 14:20:35 +00:00
rtldg
3a6592cc5e
faster LowercaseString
2022-03-23 14:22:10 +00:00
rtldg
554606a210
move Shavit_GetStageWR/PB docs to wr.inc
2022-03-23 10:42:00 +00:00
rtldg
85ff178f47
move CheckRTV to OnClientDisconnect_Post so it works properly ™️
2022-03-23 10:30:46 +00:00
rtldg
361884b17d
correct style setting SetArray size
2022-03-23 10:25:52 +00:00
rtldg
f642afe016
add max checkpoint count to checkpoint menu
2022-03-22 04:08:59 +00:00
rtldg
57326e1843
edit Shavit_SaveCheckpointCache to add target & clone handles
2022-03-21 04:30:33 +00:00
rtldg
86af6ca07b
removed Shavit_OnCheckpointCacheDeleted, added Shavit_SetTimesTeleported(), added Shavit_LoadCheckpointCache, and added Shavit_SaveCheckpointCache
2022-03-20 11:42:18 +00:00
rtldg
ea9a962711
hopefully the last commit for Shavit_SetCheckpoint ( #1133 )
2022-03-19 13:11:41 +00:00
rtldg
8f59007d1d
change position logic again for Shavit_SetCheckpoint ( #1133 )
2022-03-19 12:34:15 +00:00
rtldg
91ec294f42
try to improve usage of handles in Shavit_SetCheckpoint() & fix errors ( #1133 )
2022-03-19 11:41:52 +00:00
Nairda
b05393cf9f
rename shavit_checkpoints_checkpoints to shavit_checkpoints_enabled ( #1132 )
...
* yes
* undo indentation changes
* shavit_checkpoints_checkpointsenabled -> shavit_checkpoints_enabled
Co-authored-by: rtldg <55846624+rtldg@users.noreply.github.com>
2022-03-18 02:24:55 +00:00
Nairda
bcc82992e5
Update doc comments for Shavit_Core_CookiesRetrieved & Shavit_ShouldProcessFrame ( #1131 )
2022-03-18 02:21:49 +00:00
GAMMACASE
0fee1862c8
Change the behaviour of shavit_misc_resettargetname ( #1123 )
...
* Redo shavit_misc_resettargetname
Also changes the way event abuses are fixed
* Obsolete shavit_misc_resettargetname/classname cvars
Also few minor optimisations to the code
* Revert the deletion of shavit_misc_resettargetname/classname
* Move targetname/classname resets to OnStartPre() forward
* Rename shavit_misc_resettargetname cvar
* Move event reset code to shavit-zones
Also replaces PhysicsCheckForEntityUntouch() function call with PhysicsRemoveTouchedList()
* don't hook teleport on bots & some random code-style changes
* remove added whitespace
Co-authored-by: rtldg <55846624+rtldg@users.noreply.github.com>
2022-03-18 02:17:19 +00:00
Ciallo
d58d3ee1d5
fix creating replay-directories issue & hopefully first map load replays ( #1130 )
...
* fix creating replay-directories issue
* call Shavit_OnStyleConfigLoaded on lateloads
* use the stock for loading the replay folder path
* reorder some replay playback cvar usage
Co-authored-by: rtldg <55846624+rtldg@users.noreply.github.com>
2022-03-17 12:00:22 +00:00
Ciallo
73601ffd0a
don't do the checkpoints menu thing if checkpoints cvar is disabled
2022-03-16 21:52:02 +00:00
rtldg
724244f3e8
stop calculating vel twice
2022-03-14 05:36:58 +00:00
rtldg
70f29d3ca5
fix replay props having a bad index for cachedframes
2022-03-14 02:06:59 +00:00
rtldg
de8a82707b
add Shavit_OnSavePre & Shavit_OnTeleportPre and ignore return value from Shavit_OnSave & Shavit_OnTeleport
2022-03-14 01:47:15 +00:00
rtldg
033179edf0
v3.2.0a
2022-03-05 13:50:46 +00:00
rtldg
d77fa13ebe
v3.1.3
2022-02-27 09:45:58 +00:00
rtldg
807baa13ad
make sure a timer works
2022-02-27 07:09:04 +00:00
rtldg
69445ebab5
add some more checkpoint forwards so mpbhops_but_working can work with segmented styles
2022-02-27 05:11:04 +00:00
rtldg
98fcc37b7b
remove a bool around that might affect some rare checkpoints error
2022-02-27 04:07:13 +00:00
rtldg
060ce5e660
check replay header for time if replay-playback is unloaded
2022-02-24 23:10:22 +00:00
rtldg
80e8480b7a
add Shavit_GetReplayEntityFlags & have scroll count work for replay bots (non-prop) #1125
2022-02-24 06:24:33 +00:00
rtldg
4e89fb60d9
halve potential GetRankForTime search space for lots of records
2022-02-21 19:29:12 +00:00
rtldg
2e791a8237
set wrname on wr for when the query takes a second
2022-02-21 19:15:32 +00:00
rtldg
840490cc54
this should let you change shavit_zones_box_offset without reloading the plugin
2022-02-21 18:39:28 +00:00
rtldg
98ee179927
make prespeed_ez_vel work with just angles too
2022-02-21 18:31:15 +00:00
rtldg
525b62753b
change prespeed_ez_vel velocity vector calculation
2022-02-20 22:42:57 +00:00
rtldg
a4e2dccc12
sort convars so finding things is easier
2022-02-18 02:23:23 +00:00
rtldg
363627603b
maybe this style playtime thing will finally go away
2022-02-17 19:32:29 +00:00
rtldg
89e97dfd3d
don't start non-prespeed styles unless on ground for .5s
2022-02-13 20:37:15 +00:00
rtldg
fc4aac0c47
remove forgotten params & add !czone & maintain menu pos
2022-02-12 20:57:28 +00:00
NukoOoOoOoO
9c634868cb
sm_czones implementation ( #1119 )
...
* Initial czones implementation
* ok men
* read cookie
* :pepega:
* Update shavit-zones.sp
* UltraThin lets goooo
* Translation, ZoneDisplay_None
* format a little bit
* more readable
* Fix typo and i did this on phone
* getting translation properly, thank you haze <3
* make GetZoneName check for >=ZONETYPES_SIZE
* i dont know why this was in common.txt, maybe parallel universe is real
* some random things
* combine custom-zone cookies
Co-authored-by: rtldg <55846624+rtldg@users.noreply.github.com>
2022-02-12 20:49:20 +00:00
rtldg
a6ade753fe
add startinair style setting
2022-02-10 22:02:52 +00:00
Nairda
120f82eaf4
add test_ to default mapchooser exclusion list ( #1121 )
...
add default "test_" maps to be excluded from being shown in nominations and mapvotes
2022-02-10 20:14:29 +00:00
rtldg
22c9e50ed7
remove some warnings & TODOs
2022-02-09 22:28:16 +00:00
rtldg
2ef8407292
add note to SanerGetClientName & sourcemod 1.11
2022-02-09 22:16:14 +00:00
rtldg
ef5ac148b3
fix lowgrav & ladder combo sometimes breaking for chogi gf
2022-02-09 21:55:13 +00:00