2 Commits
Author SHA1 Message Date
maxime1907 0c1ff115f8 chore(README): signatures for each function 2025-03-08 12:00:00 +01:00
maxime1907 3f145f3250 fix: trigger ci with latest sm 1.11 2023-04-22 13:13:55 +02:00
3 changed files with 14 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
# Signatures
## WriteTempEntity
- https://github.com/srcdslab/source-engine-2018-hl2_src/blob/0301dccccd5553587cba988daa0763081a1f409e/engine/baseserver.cpp#L2254
- https://github.com/perilouswithadollarsign/cstrike15_src/blob/f82112a2388b841d72cb62ca48ab1846dfcc11c8/engine/baseserver.cpp#L3656
## ReleaseReference
- https://github.com/srcdslab/source-engine-2018-hl2_src/blob/0301dccccd5553587cba988daa0763081a1f409e/engine/sv_framesnapshot.cpp#L486
- https://github.com/perilouswithadollarsign/cstrike15_src/blob/f82112a2388b841d72cb62ca48ab1846dfcc11c8/engine/sv_framesnapshot.cpp#L561
## CreateEmptySnapshot
- https://github.com/srcdslab/source-engine-2018-hl2_src/blob/0301dccccd5553587cba988daa0763081a1f409e/engine/sv_framesnapshot.cpp#L80
- https://github.com/perilouswithadollarsign/cstrike15_src/blob/f82112a2388b841d72cb62ca48ab1846dfcc11c8/engine/sv_framesnapshot.cpp#L89
+1 -1
View File
@@ -40,7 +40,7 @@
/* Basic information exposed publicly */ /* Basic information exposed publicly */
#define SMEXT_CONF_NAME "SendSnapshotFixer" #define SMEXT_CONF_NAME "SendSnapshotFixer"
#define SMEXT_CONF_DESCRIPTION "Fixes the currently messed up sv_parallel_sendsnapshot" #define SMEXT_CONF_DESCRIPTION "Fixes the currently messed up sv_parallel_sendsnapshot"
#define SMEXT_CONF_VERSION "1.0" #define SMEXT_CONF_VERSION "1.0.1"
#define SMEXT_CONF_AUTHOR "maxime1907" #define SMEXT_CONF_AUTHOR "maxime1907"
#define SMEXT_CONF_URL "https://gitlab.com/counterstrikesource/sendsnapshotfixer" #define SMEXT_CONF_URL "https://gitlab.com/counterstrikesource/sendsnapshotfixer"
#define SMEXT_CONF_LOGTAG "SSF" #define SMEXT_CONF_LOGTAG "SSF"