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
WPMGPRoSToTeMa
bcec2c6018
Fixed bug in Netchan_Validate overlap check: added check for fragment availability
2015-10-26 20:11:54 +03:00
WPMGPRoSToTeMa
446fe8896b
Fixed some typos
2015-10-26 04:36:28 +03:00
WPMGPRoSToTeMa
2364b5ce67
Implemented Q_iswprint for linux
2015-10-19 02:01:43 +03:00
asmodai
9b99a54e34
Added optimized stdlib functions from Agner's asmlib
...
Increased allowed string commands rate
2015-10-18 00:11:21 +03:00
asmodai
09f1f799a1
Fixed loading of maps without world classname or with long list of wads
...
Removed rtti
Reduced MAX_HOOKS_IN_CHAIN value
2015-10-17 21:25:18 +03:00
s1lentq
365ad30c20
Fix: not read configuration the files at rehlds_fixes (bug in Cbuf_InsertTextLines)
2015-10-17 06:55:52 +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
s1lentq
c62f8a982c
Fix crash Con_DPrintf at linux
...
Added missing EXT_FUNC for Con_DPrintf
2015-10-16 18:31:02 +03:00
asmodai
76c737c773
Fixed connection check
2015-10-11 21:01:02 +03:00
asmodai
317a9dc3ba
Fixed stringcmd flood
...
Fixed const qualifiers in sdk
Exported sv_version cvar
2015-10-11 19:04:21 +03:00
asmodai
5a8aa9ce8b
Implemented SV_GetChallenge for API.
2015-10-10 20:02:29 +03:00
asmodai
aedbcd1380
Added API for getting cvar_vars.
2015-10-05 00:23:10 +03:00
asmodai
4594ffba4a
PreprocessPacket hook moved after IP ban check
...
AUTH_IDTYPE moved to ReHLSDK
2015-09-29 22:56:25 +03:00
theAsmodai
8e0377617c
Merge pull request #67 from theAsmodai/ParseLine_Fix
...
Parse line fix
2015-09-28 20:28:07 +03:00
asmodai
0e4973de19
Fixed UTF and \t in COM_ParseLine
...
Fixed undefined structs error in ReHLDSK
2015-09-28 20:20:19 +03:00
s1lentq
1d00c3e8d1
Implemented notify of warning about failure tests
2015-09-28 19:51:06 +06: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
asmodai
c04b30a7fb
Implemented SV_WriteFullClientUpdate callback
2015-07-16 15:04:41 +03:00
dreamstalker
474ab2cbc1
Merge pull request #60 from WPMGPRoSToTeMa/fragoverflowfix
...
Fixed net_message overflow in Netchan_CopyNormalFragments()
2015-07-16 11:44:43 +04:00
WPMGPRoSToTeMa
a3b651e54b
Added overflow checks in Netchan_CopyNormalFragments
2015-07-16 10:04:27 +03:00
dreamstalker
7d7d5a7fea
Merge pull request #59 from WPMGPRoSToTeMa/versionprinting
...
ReHLDS API version print by "version" command
2015-07-16 10:26:21 +04:00
dreamstalker
d05e82d530
Merge pull request #61 from WPMGPRoSToTeMa/clreslistchecks
...
Added checks for client resource list (customization list)
2015-07-16 10:26:07 +04:00
WPMGPRoSToTeMa
13706b1c07
Added checks for client resource list
2015-07-16 09:01:32 +03:00
WPMGPRoSToTeMa
8b66bc9f27
ReHLDS API version print by "version" command
2015-07-16 08:52:47 +03:00
WPMGPRoSToTeMa
6a819c8683
Fixed MAX_FRAGMENTS count
2015-07-16 04:43:03 +03:00
WPMGPRoSToTeMa
7db9030b6f
Added iswprint check in Q_IsUnprintableW function
...
Added Q_StripUnprintableAndSpace function using for player name
2015-07-16 02:29:57 +03:00
asmodai
a3094b3719
Fixed bug in challenge generator.
2015-07-14 15:01:40 +03:00
theAsmodai
d3d296cbcc
Merge pull request #54 from WPMGPRoSToTeMa/master
...
Fixed #53
2015-07-14 01:55:32 +03:00
WPMGPRoSToTeMa
81f7402466
Forced PSAPI_VERSION to 1
2015-07-14 00:58:41 +03:00
dreamstalker
90ecc3f4d5
Merge pull request #52 from WPMGPRoSToTeMa/setmodelnameapi
...
Added SetModelName function to ReHLDS ServerData
2015-07-14 01:19:36 +04:00
s1lentq
2531c8f8af
Added missing EXT_FUNC functions to ReHLDS API
2015-07-13 23:34:33 +06:00
WPMGPRoSToTeMa
db2c7c7c10
Added SetModelName function to ReHLDS API
2015-07-13 02:00:34 +03:00
dreamstalker
131d43a15e
Added missing EXT_FUNC marks
2015-07-13 00:01:02 +04:00
s1lentq
a5d278fb1e
Implemented unregisterHook for hookchain and added some functions to ReHLDS API
2015-07-07 23:33:50 +06:00
s1lentq
0f5844c6aa
Fix bug with SV_CheckForDuplicateNames
2015-07-06 01:59:56 +06:00
asmodai
9d3e472762
Fixed #46
2015-07-04 22:00:08 +03:00
asmodai
c1daf838c3
Added client_t<>index conversion functions to ReHLDS API.
2015-07-04 20:31:51 +03: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
dreamstalker
8aac19ce00
FlightRecorder: write all console and log messages to the flight log
...
Refactored tests
2015-06-28 21:15:11 +04:00
dreamstalker
c0889990db
Merge branch 'coverity_fixes'
2015-06-27 16:28:02 +04:00
dreamstalker
41ffb2d13c
Fixed issues found by Coverity
2015-06-27 14:06:45 +04:00
dreamstalker
53649a3da2
Expose pointer to the cmd_source through rehlds API
2015-06-26 21:26:33 +04:00
dreamstalker
1463a1a2f8
Fixed issues found by Coverity in the engine
2015-06-26 21:21:55 +04:00
dreamstalker
328c32f8c9
Fixed the "server failed to transmit file 'AY&SY..." bug
2015-06-23 20:08:42 +04:00
dreamstalker
b08e7cb679
Fix Linux build
2015-06-23 00:27:25 +04:00
dreamstalker
90f24f0413
ReHLDS API: Added interceptor for string commands handled by the engine
...
Mark rehlds_syserror() as noreturn
Added missing includes in ReHLDS API
2015-06-23 00:15:27 +04:00
dreamstalker
f5a9f2e413
Workaround for 'stack misaligned when inlining SSE' bug in icc
2015-06-17 23:36:36 +04:00