Author SHA1 Message Date
maxime1907 cb9afc1022 chore(ci): enable dependabot 2025-03-08 12:02:10 +01:00
Maxime Leroy f90a082500 chore(README): signatures for each function (#3) 2025-03-08 12:00:51 +01:00
2 changed files with 18 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
+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