Skip to content

Releases: dreamstalker/rehlds

3.13.0.788

12 Jul 07:35
f955b07
Compare
Choose a tag to compare

What's Changed

  • Add SV_AllowPhysent hook by @justgo97 in #951
  • Revert "change destinition folder for linux build" by @wopox1337 in #977
  • GetBonePosition: Added bone index bounds check
  • GetAttachment: Added attachment index bounds check
  • [Allow the clients to connect on the server of different game]
    Client should be use "setinfo _gd "
  • SV_BuildSoundMsg: fix '\n' in args check
  • Increased limit leafs MAX_MAP_LEAFS up to 32767
  • Added more check for possible numleaf overflow

New Contributors

Full Changelog: 3.12.0.780...3.12.0.788

3.12.0.780

19 Sep 16:19
d6ebe82
Compare
Choose a tag to compare

What's Changed

  • API: Implement *_Precache_*, ClientPrintf, CheckUserInfo and AddResource hooks by @ShadowsAdi in #903
  • FIX: Netchan_CreateFileFragments: Fixed a very old and rare bug with dlfile while downloading direct from server, when content of resource size is less than header size first fragment.

New Contributors

Full Changelog: 3.11.0.779...3.12.0.780

3.11.0.779

24 Aug 17:31
Compare
Choose a tag to compare

3.11.0.777

29 Jun 21:16
Compare
Choose a tag to compare
  • Fix null or empty input string in COM_LoadFile (FS_Open with input empty string "" will succeed on some POSIX systems)
    Resolved #919

3.11.0.776

20 Apr 19:36
Compare
Choose a tag to compare
Fixed typo ZONE_DYNAMIC_SIZE

3.11.0.767

25 Oct 03:12
471158b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.10.0.761...3.11.0.767

v3.10.0.761

25 Jul 14:01
Compare
Choose a tag to compare
  • 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

23 Jun 13:05
9508c83
Compare
Choose a tag to compare
  • change the destination folder for Linux build (#842).
    • Temporary remove windows build.

3.10.0.759

22 Jun 15:33
ad6f6ad
Compare
Choose a tag to compare
  • ReHLDS API: Enhanced IGameClient/IRehldsServerData/IRehldsServerStatic interfaces;
  • SV_New_f: Deny new connection twice at a time if user messages are received;
    • SV_ReadClientMessage: Fix empty names on bad read.
  • Fixed volume checking in emit sound (#341);
  • sv_user.cpp: Small code refactoring (#810);
  • static_map.h: fix lowercase convert (#806);
  • sv_main.cpp: SV_New_f() uses Q_snprintf() unsafe format. (#807).

3.9.0.752

14 Jun 20:12
39b4410
Compare
Choose a tag to compare
  • Implement CVar sv_usercmd_custom_random_seed (#837)
  • ReHLDS API: Add GetEntityInit hook (#832)
  • SV_ParseMove, SV_ParseConsistencyResponse: check length
  • HLTV: Fix crash in ProcessStringCmd (#838)