Skip to content

Tags: dreamstalker/rehlds

Tags

3.13.0.788

Toggle 3.13.0.788's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert "change destinition folder for linux build (#842)" (#977)

This reverts commit 9508c83.

3.12.0.780

Toggle 3.12.0.780's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
`API`: Implement `*_Precache_*`, `ClientPrintf`, `CheckUserInfo` and …

…`AddResource` hooks (#903)

* Added SV_CheckUserInfo hook

* Implemented PF_precache_*  hooks

- PF_precache_sound_I
- PF_precache_model_I
- PF_precache_generic_I

* Added EV_Precache and SV_AddResource hooks

and update API minor version

* Added SV_AddResource_internal and fixed pointers

* Added SV_AddResource_hook, fixed chain EV_Precache

* Reworked SV_AddResource for Rehlds API

* Reverted RehldsFuncs_t's SV_AddResource API

* Updated chains

* Update rehlds_api_impl.h

* Implement `SV_ClientPrintf` hook

* Changed `SV_ClientPrintf` chain type to void

* Revert `SV_ClientPrintf` code refactor

* Removed `const` string type

in order to resize the string.

* Changes according to var type

* Fixing function's functionality

* Moved vars declaration after `host_client` check

* revert variable naming in SV_ClientPrintf

* `SV_ClientPrintf_internal`: more safe string copy

Co-authored-by: wopox1337 <[email protected]>

3.11.0.779

Toggle 3.11.0.779's commit message
Netchan_CreateFileFragments: Fixed a very old and rare bug with dlfil…

…e while downloading direct from server, when content of resource size is less than header size first fragment

3.11.0.777

Toggle 3.11.0.777's commit message
Fix null or empty input string in COM_LoadFile (FS_Open with input em…

…pty string "" will succeed on some POSIX systems)

Resolved #919

3.11.0.776

Toggle 3.11.0.776's commit message
Fixed typo ZONE_DYNAMIC_SIZE

3.11.0.767

Toggle 3.11.0.767's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implement `Con_Printf()` hook (#861)

* Implement Con_Printf hook

* update REHLDS_API_VERSION_MINOR

* Update rehlds_api.h

* Update version.h

* Apply suggestions from code review

Co-authored-by: Sergey Shorokhov <[email protected]>

v3.10.0.761

Toggle v3.10.0.761's commit message
Reset m_bSentNewResponse to allow new connection when the client goes…

… through the full stage of connection (cl:connect -> sv:S2C_CONNECTION -> cl:new -> SV_New_f) Related 3a9bfb9

3.10.0.760

Toggle 3.10.0.760's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
change destinition folder for linux build (#842)

3.10.0.760-dev

Toggle 3.10.0.760-dev's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
change destinition folder for linux build (#842)

3.10.0.759

Toggle 3.10.0.759's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
sv_main.cpp: `SV_New_f()` uses `Q_snprintf()` unsafe format. (#807)