Skip to content

Tags: andrewlindberg/rehlds

Tags

3.8.0.739

Toggle 3.8.0.739's commit message
Update README.md build.yml [skip ci]

3.8.0.723

Toggle 3.8.0.723's commit message
CalcSurfaceExtents: Fixed a fatal error on some maps due loss of floa…

…ting point

3.8.0.715

Toggle 3.8.0.715's commit message
CMakeLists.txt: Configure for compat oldest libstdc++

CMakeLists.txt: Add -fno-stack-protector
ExecuteString: Fix parser
build.yml: Add paths-ignore README.md

3.8.0.711

Toggle 3.8.0.711's commit message
Fix local-buffer overrun, may undefined behavior with hitbox blending…

… or crash (reverse-engineering mistake)

3.8.0.702

Toggle 3.8.0.702's commit message
Fix crash MSG_ReadFloat

3.7.0.698

Toggle 3.7.0.698's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Graceful shutdown on sigterm (rehlds#776)

* Add players kick on SIGINT \ SIGTERM
* Add SIGINT & SIGTERM handling linux console
* change shutdown method

3.7.0.697

Toggle 3.7.0.697's commit message
SV_ProcessFile: Wrap Con_Printf in Con_NetPrintf to avoid spam in HLD…

…S console

3.7.0.696

Toggle 3.7.0.696's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implement `svc_exec` support in the engine and HLTV (rehlds#737)

* Added `svc_exec` to the list of svc commands in engine
* Added `svc_exec` support to HLTV code
* Made the engine code forward-compatible with future svc_* additions
* Added reserved svc_* slots in the enumerations

3.7.0.695

Toggle 3.7.0.695's commit message
Don't add an invalid decal into custom.hpk, otherwise clients may cra…

…sh because they have no safe-checks WAD3 MIP-Header.

Related rehlds#755 (Only fixes server-side)
Fixes rehlds#757

3.7.0.694

Toggle 3.7.0.694's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add extra checks to validate WAD3 MIP-Header. (rehlds#755)

* Add extra checks to validate WAD3 MIP-Header.