2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-07-23 05:31:42 +03:00

Commit Graph

  • ffb65795dd Update workflows/build.yml Fixes #1004 s1lentq 2023-11-22 23:41:21 +07:00
  • 3f19bc1d3e
    engine: add sv_allow_autoaim cvar for HL25 DLL compatibility (#1000) Alibek Omarov 2023-11-21 04:35:36 +03:00
  • 74c2427f4b fix wrong condition s1lentq 2023-11-13 08:18:13 +07:00
  • 771486f43b Fix missing reg CVar sv_net_incoming_decompression_punish s1lentq 2023-11-13 08:10:06 +07:00
  • 2d70bb5690 Minor refactoring Added CVar sv_net_incoming_decompression_punish for ban s1lentq 2023-11-12 17:54:08 +07:00
  • 332c0e0323 Implemented reduction of impact caused by zip-bomb exploit s1lentq 2023-11-12 01:26:54 +07:00
  • 7fcec97af4 Add support cheats command god,notarget,noclip s1lentq 2023-10-09 01:57:11 +07:00
  • b7f6eb8023
    Minor refactor ( add BoundsIntersect function ) (#986) Hamdi 2023-09-27 18:41:37 +01:00
  • 5ec8c29185
    Update world.cpp (#985) Francisco Muñoz 2023-09-24 17:40:50 -03:00
  • 6f031901cf Added cvarhook from latest HLDS build Making mapcyclefile/sv_cheats work in realtime Resolve #868 s1lentq 2023-09-25 02:08:04 +07:00
  • de3679f039 Host_Motd_f: Fixed viewing motd when motdfile is not specified s1lentq 2023-09-20 20:20:14 +07:00
  • 2ba27d409c Fixed reversing mistake, missing checking string for null s1lentq 2023-09-03 15:08:30 +07:00
  • f955b07b69
    Revert "change destinition folder for linux build (#842)" (#977) 3.13.0.788 Sergey Shorokhov 2023-07-03 22:02:28 +03:00
  • 918612fa23 GetBonePosition: Added bone index bounds check s1lentq 2023-07-04 01:39:26 +07:00
  • 8841ba4aec GetAttachment: Added attachment index bounds check s1lentq 2023-07-04 01:33:41 +07:00
  • 0c5ce53666 Allow the clients to connect on the server of different game Fixed #975 Client should be use "setinfo _gd <game>" s1lentq 2023-07-02 03:45:49 +07:00
  • a680f18ee1 SV_BuildSoundMsg: fix '\n' in args check Sergey Shorokhov 2023-05-08 12:24:16 +03:00
  • 1796459953
    Add SV_AllowPhysent hook (#951) Hamdi 2023-02-11 00:03:53 +00:00
  • 5e8b0ba616 Increased limit leafs MAX_MAP_LEAFS up to 32767 s1lentq 2022-12-07 19:17:09 +07:00
  • 14b56e0514 Added more check for possible numleaf overflow Minor refactoring s1lentq 2022-12-07 19:15:08 +07:00
  • d6ebe82833
    API: Implement *_Precache_*, ClientPrintf, CheckUserInfo and AddResource hooks (#903) 3.12.0.780 Adrian Cirstea 2022-09-19 14:20:33 +03:00
  • d76b06dcc2 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 3.11.0.779 s1lentq 2022-08-25 00:01:33 +07:00
  • e9045e3b63 Fixed: StripUnprintableWorker did not count the null terminator s1lentq 2022-07-10 15:47:56 +07:00
  • be0e1c843b 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.777 s1lentq 2022-05-25 18:39:14 +07:00
  • 3dc9f8c92d Fixed typo ZONE_DYNAMIC_SIZE 3.11.0.776 s1lentq 2022-04-17 00:45:13 +07:00
  • 815da982a0 Update workflows/build.yml Set windows job container as windows-2019 instead of windows-latest which now run on windows-2022 https://github.com/actions/virtual-environments/issues/4856 Fixes windows build s1lentq 2022-04-10 03:46:52 +07:00
  • 4e0a3f312a Fixed case when model name is too long COM_LoadFile: Increase buffer room size Mod_LoadModel: Use safe version COM_FileBase_s Agree on the size of loadname[] and model_t::name[] buffers s1lentq 2022-04-10 03:32:19 +07:00
  • 2f0a402f9d
    Netchan_FlushIncoming: Don't clear global buffer of incoming network messages (#896) Dmitry Novikov 2022-02-14 05:14:19 +07:00
  • 6d169b0119
    Fix incorrect cvar description (#897) RauliTop 2022-02-09 07:07:56 +01:00
  • f319f50068
    Fixed wrong length buffer with "StripUnprintableWorker" and also after stripping (#893) Dmitry Novikov 2022-02-05 20:07:35 +07:00
  • 77b4cd3d32
    Added missing CVar sv_rehlds_local_gametime to readme (#882) Nord1cWarr1or 2021-12-07 08:20:49 +03:00
  • 745f8b3735
    Revert "Add GitHub Action for Remove old artifacts (#873)" (#874) Sergey Shorokhov 2021-11-03 17:20:14 +03:00
  • 5bc2d83b08
    Add GitHub Action for Remove old artifacts (#873) Sergey Shorokhov 2021-11-01 15:07:11 +03:00
  • 471158b1d9
    Implement Con_Printf() hook (#861) 3.11.0.767 Franco Romaniello 2021-10-24 13:28:40 +02:00
  • c86849ef63
    Update on grammar/spelling (#865) mlgpero 2021-10-23 10:56:02 +02:00
  • 22a00eff89 fix pointer symbols Sergey Shorokhov 2021-10-22 22:02:14 +03:00
  • ed83cb6c50
    Implement SV_EmitPings() hook (#858) Franco Romaniello 2021-10-20 20:06:29 +02:00
  • 2118e8f052
    SV_HullForEntity: better log in Sys_Error (#843) Sergey Shorokhov 2021-10-20 19:39:07 +03:00
  • 04ddafe637
    API: Add hooks "ED_<Alloc|Free>" (#867) StevenKal 2021-10-20 16:39:19 +02:00
  • aaffe43e3e 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 v3.10.0.761 s1lentq 2021-06-24 19:09:10 +07:00
  • 9508c8376b
    change destinition folder for linux build (#842) 3.10.0.760-dev 3.10.0.760 Sergey Shorokhov 2021-06-23 16:04:53 +03:00
  • ad6f6ad396
    sv_main.cpp: SV_New_f() uses Q_snprintf() unsafe format. (#807) 3.10.0.759 Very Strange Karaulov 2021-06-19 22:39:40 +03:00
  • 527d0819b9
    static_map.h: fix lowercase convert (#806) Very Strange Karaulov 2021-06-19 22:30:12 +03:00
  • f23498bef7
    sv_user.cpp: Small code refactoring (#810) Very Strange Karaulov 2021-06-19 21:44:18 +03:00
  • 478f338e37 PF_sound_I: fix formatting s1lentq 2021-06-19 20:30:05 +07:00
  • 0fed5b8038
    Fixed volume checking in emit sound (#341) Artem Golubikhin 2021-06-19 13:12:24 +03:00
  • 3a9bfb9ca1 SV_New_f: Deny new connection twice at a time if user messages are received SV_ReadClientMessage: Fix empty names on bad read s1lentq 2021-06-16 04:21:25 +07:00
  • f3d60248fa Enhanced IGameClient/IRehldsServerData/IRehldsServerStatic interfaces Added client_t:m_bSentNewResponse Bump API minor s1lentq 2021-06-16 02:08:59 +07:00
  • 39b441099c
    Implement CVar sv_usercmd_custom_random_seed (#837) 3.9.0.752 Sergey Shorokhov 2021-06-14 02:19:51 +03:00
  • 81fe334545
    Add GetEntityInit hook (#832) Karol Szuster 2021-06-14 00:43:27 +02:00
  • d9613d2093 SV_ParseMove: Fixed wrong check length s1lentq 2021-06-13 00:06:02 +07:00
  • 801be3ee5b SV_ParseMove, SV_ParseConsistencyResponse: check length s1lentq 2021-06-12 00:22:30 +07:00
  • 05c7601f1e
    Fix crash in ProcessStringCmd (#838) Juice 2021-06-11 20:01:01 +03:00
  • 0c47c1c28b CMakeLists.txt: Fix build with cmake 3.7.2 [skip ci] s1lentq 2021-06-05 08:21:48 +07:00
  • b0488cf081 Outdated maps compatibility 'Q1BSP_VERSION' for dedicated server s1lentq 2021-05-03 00:50:25 +07:00
  • 8dd3013813 SV_CheckBottom: Fix bug NPC movement (mistake reversing engineering) s1lentq 2021-05-03 00:41:05 +07:00
  • 2f70b6cba5 SV_FatPVS/SV_FatPAS: Sanity checks, gPVSRowBytes is not used for singleplayer s1lentq 2021-05-03 00:39:06 +07:00
  • 80c40ce0c0 Cmd_Alias_f: fix s1lentq 2021-05-03 00:35:51 +07:00
  • ee986f7c62 version.vcxproj reworked [skip ci] s1lentq 2021-04-24 01:13:18 +07:00
  • 9a171db348 SV_ExecuteClientMessage: Don't handle packets when client has already dropped s1lentq 2021-04-22 17:23:56 +07:00
  • ebefe19023 workflows/build.yml: remove nuget info_tests.cpp: fix warning s1lentq 2021-04-22 02:25:10 +07:00
  • 6a916d766b Update README.md build.yml [skip ci] 3.8.0.739 s1lentq 2021-04-17 18:14:32 +07:00
  • 2cd25fa7f8 Update README.md s1lentq 2021-04-16 02:33:32 +07:00
  • a0bdadd679 reworked windows appversion s1lentq 2021-04-16 02:32:43 +07:00
  • 41f635869a Remove hookers stuff s1lentq 2021-04-16 00:35:45 +07:00
  • 13e2db3423 build.sh add help [skip ci] hookers-ref s1lentq 2021-04-13 05:39:29 +07:00
  • 1d15946cff build.sh fix jobs option parsing glibc_test.sh: reworked pattern s1lentq 2021-04-13 04:35:26 +07:00
  • 7bd3d73b79 workflows/build.yml: add unittests for linux CMakeLists.txt minor refactoring s1lentq 2021-04-12 03:39:09 +07:00
  • 7cfea77b93 workflows/build.yml: add testing HLDS demo s1lentq 2021-04-09 06:00:30 +07:00
  • e9a39d73f2 CMakeLists.txt missing libm.so linking s1lentq 2021-04-08 17:49:58 +07:00
  • c893651bf0 Remove gradle & cleanup s1lentq 2021-04-08 05:04:42 +07:00
  • ccd36e765b CMakeLists.txt configure Intel C++ Compiler build.yml: use container linux86buildtools Minor refactoring s1lentq 2021-04-07 02:24:40 +07:00
  • 2965e0ea7f Added libraries libm/librt built on glibc 2.11.1 (Fixes #827) gradle s1lentq 2021-04-05 00:04:00 +07:00
  • 80f0f3c7ea glibc_test.sh: bump minor version up to 11 s1lentq 2021-04-05 00:01:21 +07:00
  • 3c63e41533 QuaternionSlerp: Fix wrong values Related #763 s1lentq 2021-03-27 22:50:57 +07:00
  • f27be28abb CMakeLists.txt: Configure for more compat to older linux distros (Debian 7, Centoc 6 etc) s1lentq 2021-03-25 07:19:15 +07:00
  • af4776487b Windows: Set fetch-depth 0 to fetch all history for proper appversion generate s1lentq 2021-03-24 17:52:21 +07:00
  • 8aca7cfd8f CalcSurfaceExtents: Fixed a fatal error on some maps due loss of floating point 3.8.0.723 s1lentq 2021-03-23 20:09:54 +07:00
  • a579f56679 CMakeLists.txt configure for GCC 8.3 s1lentq 2021-03-23 20:07:32 +07:00
  • 91bf77ac9e appversion.sh fix typo day formatting s1lentq 2021-03-23 17:08:58 +07:00
  • b7a4f1e18a Fix wrong initialization values Resolves #822, Closes #823 s1lentq 2021-03-23 16:47:06 +07:00
  • 77f004fdfc CMakeLists.txt: force run path for libsteam_api.so s1lentq 2021-03-23 03:13:18 +07:00
  • 7ea6686659 HLTV:Console: Fix typo CMakeLists.txt: Fix typo linker flags s1lentq 2021-03-23 01:14:18 +07:00
  • 80b849f39e HLTV: Downgrade GLIBC version s1lentq 2021-03-23 01:10:55 +07:00
  • 42fd0fadfa ExecuteString: Fix parser Closes #821 s1lentq 2021-03-22 23:56:12 +07:00
  • ce0bfa11ab 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.715 s1lentq 2021-03-16 23:35:52 +07:00
  • 2e8bd9e1eb Add workflows/build.yml Preparing migration to workflows Fixes warnings Update badges README.md s1lentq 2021-03-16 00:41:38 +07:00
  • 3fc9ee2f55 HLDS Lanucher: make sure the timer is high precision (Fixes #799) s1lentq 2021-03-13 20:36:10 +07:00
  • 2f2be916c2
    HTLV: RadiusFromBounds is broken (#811) Very Strange Karaulov 2021-02-08 13:28:07 +03:00
  • 722e19df31 Fix local-buffer overrun, may undefined behavior with hitbox blending or crash (reverse-engineering mistake) 3.8.0.711 s1lentq 2021-02-06 20:13:38 +07:00
  • 169020067b
    Add: new chatdelay command. (#777) Sergey Shorokhov 2021-01-29 21:12:32 +03:00
  • dc75d828ce
    Don't generate different challenge on port change (#804) theAsmodai 2021-01-28 01:43:02 +03:00
  • aaf56989f9
    Cbuf_Execute: Add checks commented out for multi-lines. (#719) Dmitry Novikov 2021-01-28 05:41:57 +07:00
  • d6fff73df8
    add ReHLDS logo in README (#778) Simeon Nikolov 2021-01-28 00:27:05 +02:00
  • 7841446b9d Don't generate different challenge on port change challenges_fix Asmodai 2021-01-28 01:21:19 +03:00
  • 6d01b1b3f2
    Merge pull request #802 from dreamstalker/challenges_fix theAsmodai 2021-01-26 02:41:46 +03:00
  • 370dddb8b4 Fix dos attack on connection challenges system Asmodai 2021-01-26 02:13:34 +03:00
  • 83c0b6ea2b
    HLTV: prevent clients from setting userinfo * keys with setinfo command (#792) Juice 2020-12-03 16:14:54 +03:00
  • 954ec3237c
    Fix crash COM_ListMaps (#791) Juice 2020-11-12 01:40:08 +03:00
  • 543728dad2 Fix crash MSG_ReadFloat 3.8.0.702 s1lentq 2020-11-09 01:22:55 +07:00