s1lentq
41f635869a
Remove hookers stuff
2021-04-16 02:26:45 +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
Sergey Shorokhov
169020067b
Add: new chatdelay command. ( #777 )
2021-01-29 21:12:32 +03:00
Asmodai
370dddb8b4
Fix dos attack on connection challenges system
2021-01-26 02:27:11 +03:00
s1lentq
f535b5b38f
ReHLDS API: Implemented SV_ShouldSendConsistencyList
...
ReHLDS API: Bump minor
2020-11-09 01:20:53 +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
Dominik Szamburski
bf58a0206d
Fix _vsnprintf on windows ( #720 )
...
* use _vsnprintf_s on windows
2019-09-11 00:36:37 +07:00
s1lent
6520ab54b0
Reworked COM_FileExtension ( Fixed #716 )
2019-08-29 01:29:18 +07:00
s1lent
7c5dc890df
HLTV: Increased rates threshold for recording demofile, rate 100k and updaterate up to 100
2019-08-11 03:26:52 +07:00
s1lent
084bd023d2
ReHLDS API: Extending api
2019-08-11 03:01:01 +07:00
Karol Szuster
0c8d3d76ac
Fix for range loop in CUtlVector ( #697 )
...
* Fix for range loop
* Reallocate memory only if needed
2019-06-06 00:31:06 +07:00
s1lent
998f17263e
[api] Added MSG_* funcs
...
[rehlsdk] Added missing platform.h
Bump minor version
2019-04-30 22:08:02 +07:00
Asmodai
c2d311c6df
Add hookchain for connectionless limiter
2018-09-27 01:04:19 +03:00
theAsmodai
f324df867f
Info code refactoring ( #604 )
...
* info.cpp refactoring
* Update info unittests
* Make _vgui_menus important and fix tests passing
2018-05-04 23:37:53 +03:00
s1lent
82ee1b0aac
ReHLDS API: Implemented CRehldsServerStatic::GetMaxClientsLimit
...
Bump minor version
2018-01-24 17:34:06 +07:00
In-line
923c838807
Refactoring and fixes in net_ws ( #567 )
2018-01-18 14:13:38 +03:00
s1lent
e6a9fd1095
Small refactoring r_studio.cpp
2017-12-20 20:05:12 +07:00
s1lent
6994b32f25
HLTV: Rename GROUP_UNKNOWN to GROUP_MULTICAST
2017-12-15 01:39:49 +07:00
s1lent
fda9ee3fe2
Removed HOOK_ENGINE
2017-12-12 18:32:38 +07:00
s1lent
5f1672ca85
Move math sse to macros REHLDS_SSE
2017-12-09 17:07:39 +07:00
s1lent
4fad5255ba
Refactoring world.cpp, sv_phys.cpp, sv_move.cpp
2017-12-09 14:12:35 +07:00
s1lent
0daf12924d
Add project FileSystem_Stdio
2017-12-06 02:38:58 +07:00
Artem Golubikhin
5bd5e891d1
[NEED TESTS AND REVIEWS] Reworked EXT_FUNC usage ( #513 )
...
* Added missed EXT_FUNC for engfuncs and pm
* Added missed EXT_FUNC for exposed interfaces
* Added missed EXT_FUNC for ReHLDS API interfaces
* Added EXT_FUNC to export macros (added missed EXT_FUNC to exported functions like CreateInterface, F and NET_Sleep_Timeout)
2017-08-05 01:57:36 +05:00
Dmitry Novikov
9b75935be0
ReHLDS API: Updated 3.3 ( #506 )
...
ReHLDS API: Add AddExtDll, RemoveExtDll, AddCvarListener, RemoveCvarListener, GetEntityInit, CreateFakeClient
Bump minor API version
2017-07-26 05:10:39 +03:00
s1lent
b4ef456411
HLTV: Use Q_* defines
2017-07-24 18:43:24 +07:00
s1lent
b0660861cb
Fixed crash hlds, when building with GCC 6.X and later
...
Fix gcc compile
2017-07-24 01:09:08 +07:00
s1lent
2cf2fc6b63
Reconstruction & cleanup include files
...
Remove useless include files and part of code too
Move defines Q_* functions from engine/common.h to public/strtools.h
Rename functions:
strcopy > Q_strlcpy
strncopy > Q_strnlcpy
2017-07-23 17:05:15 +07:00
Dmitry Novikov
92b6fd6944
Add WIN32_LEAN_AND_MEAN to prevent tons of unused windows definitions from headers. ( #470 )
2017-05-12 00:06:45 +03:00
s1lent
46cd13fcd6
Add project HLTV
2017-05-03 22:02:15 +07:00
s1lent
6bda5ecbba
Restructuring of rehlds for HLTV project.
...
Improved hooks stuff: Removed wrappers for virtual functions hooks.
2017-04-24 04:25:31 +07:00
Lev
69c1833b4b
Move sv_delta_s declaration to the public file.
...
Add missing files to the project.
2017-03-12 18:09:38 +05:00
Chuvi
08825fdf0d
Add tab completion support in launcher. ( #393 )
...
Add tab completion support in launcher.
2017-03-10 03:15:08 +05:00
Lev
4a90fa39a1
Added crlf at the file ending.
2017-02-19 10:04:22 +05:00
Souvik Das
656c5d5f52
Fixed: parameter constraint in PF_lightstyle_I
2017-02-15 00:32:54 +05:30
Souvik Das
6a9d611a25
Fixed: parameter constraints in meta forwards
2017-02-15 00:10:58 +05:30
s1lent
3bf374d298
Add project Dedicated (hlds launcher without VGUI)
2017-02-14 02:56:38 +07:00
Lev
2f64cfc873
GCC support ( #339 )
...
* GCC support - could be used via -PuseGcc command line argument.
* Refactoring around __FUNCTION__, change __FUNCTION__ into __func__.
* Refactoring, formatting, small fixes.
2017-02-11 01:51:22 +05:00
theAsmodai
b6fe0ac31f
Merge pull request #311 from dreamstalker/cmd_remove_cmd
...
Added Cmd_RemoveCmd to ReHlds API
2017-01-17 23:51:58 +03:00
s1lentq
0c8cb64af7
Fix #304
...
Fix unknown function __cpuidex when used in 3rd party
2017-01-07 19:59:56 +07:00
asmodai
d75af4a219
Added Cmd_RemoveCmd to ReHlds API
2017-01-07 02:42:36 +03:00
asmodai
418ed98b48
Use SSE for some typical floating point operations
2016-12-23 00:39:22 +03:00
s1lentq
4fc947807f
Refactoring
...
Fix crash on SV_SingleClipMoveToEntity, added safe check for pointer model
2016-12-12 22:05:45 +07:00
s1lentq
4bd4ab6724
Use defines ID of the models, refactoring
2016-12-02 00:11:42 +07:00
s1lentq
5c1be6a61d
Clean up code/dwarf
2016-11-22 04:46:48 +07:00
s1lentq
381a4c0ab2
Added cvar syserror_logfile
...
Changed in some places rehlds_syserror on Sys_Error for log.
2016-11-09 01:01:49 +07:00
s1lentq
b172d20227
reset minor version
2016-11-07 22:27:18 +07:00
s1lentq
be450ea340
Added Q_StripUnprintableAndSpace for API
...
Mini-refactoring
2016-11-05 01:05:39 +07:00
s1lentq
1bf56b26dd
Implemented features of priority for hookchains
2016-11-04 23:45:27 +07:00
Adidasman
8a80fa1869
Fix already spawn and add cvar rehlds_security.
2016-08-11 12:27:43 +06:00
WPMGPRoSToTeMa
ba910e0b94
Added SV_UpdateUserInfo to API
...
Fixed #215
2016-06-15 23:59:22 +03:00