Commit Graph

733 Commits

Author SHA1 Message Date
s1lentq
7bd3d73b79 workflows/build.yml: add unittests for linux
CMakeLists.txt minor refactoring
2021-04-12 04:25:40 +07:00
s1lentq
7cfea77b93 workflows/build.yml: add testing HLDS demo 2021-04-11 07:00:11 +07:00
s1lentq
e9a39d73f2 CMakeLists.txt missing libm.so linking 2021-04-08 18:03:30 +07:00
s1lentq
c893651bf0 Remove gradle & cleanup 2021-04-08 05:13:42 +07:00
s1lentq
ccd36e765b CMakeLists.txt configure Intel C++ Compiler
build.yml: use container linux86buildtools
Minor refactoring
2021-04-08 03:34:55 +07:00
s1lentq
2965e0ea7f Added libraries libm/librt built on glibc 2.11.1 (Fixes #827) 2021-04-05 00:04:00 +07:00
s1lentq
80f0f3c7ea glibc_test.sh: bump minor version up to 11 2021-04-05 00:01:21 +07:00
s1lentq
3c63e41533 QuaternionSlerp: Fix wrong values Related #763 2021-03-27 22:50:57 +07:00
s1lentq
f27be28abb CMakeLists.txt: Configure for more compat to older linux distros (Debian 7, Centoc 6 etc) 2021-03-25 08:29:10 +07:00
s1lentq
af4776487b Windows: Set fetch-depth 0 to fetch all history for proper appversion generate 2021-03-24 17:52:21 +07:00
s1lentq
8aca7cfd8f CalcSurfaceExtents: Fixed a fatal error on some maps due loss of floating point 2021-03-23 20:09:54 +07:00
s1lentq
a579f56679 CMakeLists.txt configure for GCC 8.3 2021-03-23 20:07:32 +07:00
s1lentq
91bf77ac9e appversion.sh fix typo day formatting 2021-03-23 17:08:58 +07:00
s1lentq
b7a4f1e18a Fix wrong initialization values Resolves #822, Closes #823 2021-03-23 16:47:06 +07:00
s1lentq
77f004fdfc CMakeLists.txt: force run path for libsteam_api.so 2021-03-23 03:13:18 +07:00
s1lentq
7ea6686659 HLTV:Console: Fix typo
CMakeLists.txt: Fix typo linker flags
2021-03-23 01:29:00 +07:00
s1lentq
80b849f39e HLTV: Downgrade GLIBC version 2021-03-23 01:10:55 +07:00
s1lentq
42fd0fadfa ExecuteString: Fix parser Closes #821 2021-03-22 23:56:12 +07:00
s1lentq
ce0bfa11ab CMakeLists.txt: Configure for compat oldest libstdc++
CMakeLists.txt: Add -fno-stack-protector
ExecuteString: Fix parser
build.yml: Add paths-ignore README.md
2021-03-17 04:16:49 +07:00
s1lentq
2e8bd9e1eb Add workflows/build.yml
Preparing migration to workflows
Fixes warnings
Update badges README.md
2021-03-16 21:22:34 +07:00
s1lentq
3fc9ee2f55 HLDS Lanucher: make sure the timer is high precision (Fixes #799) 2021-03-13 20:36:10 +07:00
Very Strange Karaulov
2f2be916c2
HTLV: RadiusFromBounds is broken (#811)
HTLV: RadiusFromBounds fix mistake
2021-02-08 17:28:07 +07:00
s1lentq
722e19df31 Fix local-buffer overrun, may undefined behavior with hitbox blending or crash (reverse-engineering mistake) 2021-02-06 20:13:38 +07:00
Sergey Shorokhov
169020067b
Add: new chatdelay command. (#777) 2021-01-29 21:12:32 +03:00
theAsmodai
dc75d828ce
Don't generate different challenge on port change (#804) 2021-01-28 01:43:02 +03:00
Dmitry Novikov
aaf56989f9
Cbuf_Execute: Add checks commented out for multi-lines. (#719) 2021-01-28 01:41:57 +03:00
Simeon Nikolov
d6fff73df8
add ReHLDS logo in README (#778) 2021-01-28 01:27:05 +03:00
theAsmodai
6d01b1b3f2
Merge pull request #802 from dreamstalker/challenges_fix
Fix dos attack on connection challenges system
2021-01-26 02:41:46 +03:00
Asmodai
370dddb8b4 Fix dos attack on connection challenges system 2021-01-26 02:27:11 +03:00
Juice
83c0b6ea2b
HLTV: prevent clients from setting userinfo * keys with setinfo command (#792) 2020-12-03 20:14:54 +07:00
Juice
954ec3237c
Fix crash COM_ListMaps (#791)
* Fix crash COM_ListMaps
2020-11-12 05:40:08 +07:00
s1lentq
543728dad2 Fix crash MSG_ReadFloat 2020-11-09 01:22:55 +07:00
s1lentq
f535b5b38f ReHLDS API: Implemented SV_ShouldSendConsistencyList
ReHLDS API: Bump minor
2020-11-09 01:20:53 +07:00
s1lentq
c11fdbe3f8 Fixed typo with null terminated 2020-10-21 20:52:16 +07:00
Karol Szuster
462484a644
Remove unnecessary qualifier (#781)
Signed-off-by: Karol Szuster <karolsz9898@gmail.com>
2020-09-07 22:19:29 +07:00
Sergey Shorokhov
376bc15cee
Graceful shutdown on sigterm (#776)
* Add players kick on SIGINT \ SIGTERM
* Add SIGINT & SIGTERM handling linux console
* change shutdown method
2020-08-19 17:14:22 +07:00
s1lentq
98db4672cf SV_ProcessFile: Wrap Con_Printf in Con_NetPrintf to avoid spam in HLDS console 2020-07-25 03:42:34 +07:00
Artem Golubikhin
987ee51a6b
Implement svc_exec support in the engine and HLTV (#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
2020-05-19 01:46:47 +07:00
s1lent
7513e71d3b Don't add an invalid decal into custom.hpk, otherwise clients may crash because they have no safe-checks WAD3 MIP-Header.
Related #755 (Only fixes server-side)
Fixes #757
2020-04-06 13:51:12 +07:00
Garey27
07539e225d
Add extra checks to validate WAD3 MIP-Header. (#755)
* Add extra checks to validate WAD3 MIP-Header.
2020-03-22 22:16:45 +07:00
s1lent
c4cecf5f12
SV_ConnectClient: Move function Steam_NotifyClientDisconnect 2020-01-29 01:20:58 +07:00
s1lent
e7232be7e1
R_Studio Hull: Fixed checks wrong index of hitbox shield 2019-09-22 01:58:01 +07:00
s1lent
84ac04bc0d
Steam: up-to-date description of the game 2019-09-21 23:20:33 +07:00
s1lent
d870d6bac9 PF_CreateInstancedBaseline: fixed wrong check bounds. (Fixes #685) 2019-09-13 07:03:52 +07:00
Dominik Szamburski
bf58a0206d Fix _vsnprintf on windows (#720)
* use _vsnprintf_s on windows
2019-09-11 00:36:37 +07:00
s1lent
262f443404
COM_ParseLine: Turn on preprocessor REHLDS_FIXES. Related #67 2019-09-06 00:03:18 +07:00
s1lent
4e4690bd6b
Reworked COM_FileExtension for consider some case. 2019-08-30 06:07:00 +07:00
s1lent
6520ab54b0
Reworked COM_FileExtension (Fixed #716) 2019-08-29 01:29:18 +07:00
s1lent
5b6856876e
HLTV-Core: Increased rates threshold 2019-08-11 23:27:16 +07:00
Karaulov
2713dfaae2 Small update sv_use_entity_file (#708)
Now if sv_use_entity_file set to 1, don't create new .ent files, use only exist.
2019-08-11 20:35:37 +07:00