2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-04-18 15:22:31 +03:00

29 Commits

Author SHA1 Message Date
Lev
95a7df6ba5 Reset edict flags on client disconnect. 2017-03-19 19:50:38 +05:00
Lev
ef8134168b Small refactoring. 2017-02-18 13:58:23 +05: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
Lev
f5faf796d9 Small fixes and formatting. (#331)
* Allow hlds.exe to be renamed, just disable testing suite.

* Corrected structure field name.

* A bit of formatting and types fixes.

* Correct the code to avoid visual studio code parsing bug (it doesn't process half of pair curly braces in defines correctly).

* A bit more cleanup.
2017-02-03 23:07:24 +05:00
In-line
105075e0f6 Micro optimization and report recursive shutdown by Sys_Error (#318)
* Micro optimization in CheckGore
2017-01-23 14:16:03 +05:00
Semen Ermilov
b9c8be8aec Nohref checks (#293)
* Fixed "error C4996: 'GetVersionExA': was declared deprecated" using a crutch.
* Added NOXREFCHECK to all NOXREF functions.
* Removed NOXREF from Sys_CheckOSVersion because it is being called.
2016-12-28 23:41:12 +05: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
WPMGPRoSToTeMa
803a5525d1 Fixed invalid host_client for SV_FullClientUpdate call (after #268) 2016-12-04 16:31:24 +03:00
WPMGPRoSToTeMa
a8afbd7d2e Re-fixed hung players #103 and early TeamScore #113 bugs
Global reliable net buffer is deprecated now
2016-12-02 23:41:49 +03: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
4090ff3db5 Refactoring of versioning 2016-11-07 19:27:06 +07:00
asmodai
1af3ec18ba Increased move command burst rate
Fixed bug with angles on dying
2016-01-10 17:35:55 +03:00
asmodai
3f2a77b71c Fixed crash on bot disconnect
Using inline algorithms instead of defines
2016-01-10 17:06:19 +03:00
asmodai
e31eb21fa2 Added API registration tool for plugins
Fixed voice stream API
2015-12-13 23:03:21 +03:00
s1lentq
67e8a5b646 ReHLDS API: Implemented SV_DropClient hook 2015-11-11 04:25:41 +06:00
s1lentq
2a24337eee Cut of nicknames '+' if next there is something digit or alphanumeric character.
Added prefix Q_* for functions strlen/strcmp/strpcy/memset/memcpy/memmove etc.
Added for solution configuration (Debug Swds Play/Release Swds Play) the path to libacof32.lib in linker.
2015-10-27 21:14:08 +06:00
s1lentq
55c9a80cde Changed version in Host_Version at rehlds_fixes
Added Q_iswprint
Added cvar sv_force_ent_intersection for to bypass condition check with SOILID_SLIDEBOX and forced call SV_CheckSphereIntersection
2015-10-17 05:35:42 +06:00
thecrock
b0e4e5fa4f Fix for the Buffer Overload 4 exploit 2015-07-02 20:32:50 +04:00
dreamstalker
ed575d9b7d Fixed: all functions that could be called from outside must realign the stack
Removed NOINLINE from MSG_Write*Bits functions since stack alignment issue is resolved
2015-06-30 17:09:22 +04:00
asmodai
895f0beda5 Added names for network constants. 2015-06-07 21:06:20 +03:00
asmodai
c3e5486612 Fixed message fragments validation.
Fixed NET_GetLong.
Passing netadr_t to functions by reference instead of copying.
Added missed Q_ prefix for stdlib functions.
2015-06-07 03:55:42 +03:00
dreamstalker
f2b95b0305 Implemented decoder for FlightRecorder logs 2015-06-06 16:24:53 +04:00
dreamstalker
6b1654bbff Flightrec: WIP 2015-05-17 15:30:30 +04:00
Andrey
49cbbeafb2 add comments 2015-05-06 01:56:48 +03:00
Andrey
a4909aca6d Some bugfixes and improvements 2015-05-06 01:21:52 +03:00
dreamstalker
7326bee095 Initial commit 2015-05-04 22:25:41 +04:00