2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-04-17 06:42:29 +03:00

17 Commits

Author SHA1 Message Date
asmodai
b55b7b1514 Replaced initial value of inactive sockets from 0 to INVALID_SOCKET
Fixed #127
2016-03-02 04:26:01 +03:00
WPMGPRoSToTeMa
308ca9936a NET_IPSocket: Disabled adding DF flag on some linux 2016-01-12 18:47:37 +03:00
asmodai
3f2a77b71c Fixed crash on bot disconnect
Using inline algorithms instead of defines
2016-01-10 17:06:19 +03:00
theAsmodai
9845ae4dc3 Merge pull request #111 from dreamstalker/coverity_fixes
Fixed some issues found by Coverity
2015-12-27 03:30:46 +03: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
asmodai
317a9dc3ba Fixed stringcmd flood
Fixed const qualifiers in sdk
Exported sv_version cvar
2015-10-11 19:04:21 +03:00
asmodai
4594ffba4a PreprocessPacket hook moved after IP ban check
AUTH_IDTYPE moved to ReHLSDK
2015-09-29 22:56:25 +03:00
asmodai
04afd94aa7 HookChains refactoring.
Added API functions for getting all net message buffers.
Added callback for file hash checking.
Fixed tests passing if sse 4+ doesn't supported.
2015-09-28 02:04:50 +03:00
asmodai
fef6405b61 Fixed some issues found by Coverity 2015-07-25 03:04:18 +03: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
dreamstalker
41ffb2d13c Fixed issues found by Coverity 2015-06-27 14:06:45 +04:00
dreamstalker
1463a1a2f8 Fixed issues found by Coverity in the engine 2015-06-26 21:21:55 +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
7891b6196a Implemented delta JIT
Implemented name->index map for sv.model_precache[]
Fixed CPPUnitLite tests runner
Source code optimizations for optimal usage of precompiled headers on linux
2015-05-19 23:20:11 +04:00
dreamstalker
2a0fff4074 #8 Refactoring SDK
Get rid of (u)int[nn]_t types from osconfig.h, use (u)int[nn] from archtypes.h instead
2015-05-09 20:58:58 +04:00
dreamstalker
7326bee095 Initial commit 2015-05-04 22:25:41 +04:00