Tags: Natsheh11/rehlds
Tags
Revert "change destinition folder for linux build (rehlds#842)" (rehl… …ds#977) This reverts commit 9508c83.
`API`: Implement `*_Precache_*`, `ClientPrintf`, `CheckUserInfo` and … …`AddResource` hooks (rehlds#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]>
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
Fix null or empty input string in COM_LoadFile (FS_Open with input em… …pty string "" will succeed on some POSIX systems) Resolved rehlds#919
Implement `Con_Printf()` hook (rehlds#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]>
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
change destinition folder for linux build (rehlds#842)
sv_main.cpp: `SV_New_f()` uses `Q_snprintf()` unsafe format. (rehlds#807 )
PreviousNext