Commit Graph

435 Commits

Author SHA1 Message Date
asmodai
e31eb21fa2 Added API registration tool for plugins
Fixed voice stream API
2015-12-13 23:03:21 +03:00
theAsmodai
7df08720de Merge pull request #106 from theAsmodai/master
Fixed cpu features detection code for SDK
2015-12-13 18:04:37 +03:00
asmodai
629f313597 Fixed cpu features detection code for SDK 2015-12-13 17:58:06 +03:00
theAsmodai
df21c21ce5 Merge pull request #105 from s1lentq/master
ReHLDS API: Added function SetLastVoiceTime for api
2015-12-13 17:31:57 +03:00
s1lentq
1f63618ea6 ReHLDS API: Added function SetLastVoiceTime for api 2015-12-13 20:23:27 +06:00
theAsmodai
d52e507b20 Merge pull request #104 from s1lentq/master
ReHLDS API: Added some functions
2015-12-13 16:40:59 +03:00
s1lentq
ee4dbe6481 ReHLDS API: Added some functions 2015-12-13 19:29:40 +06:00
theAsmodai
adf214c433 Merge pull request #103 from s1lentq/master
Fix: hang players on a scoreboard after changelevel
2015-12-12 20:14:50 +03:00
s1lentq
1140f915dc Fix: hang the players on a scoreboard after changelevel map 2015-12-12 18:12:02 +06:00
dreamstalker
9b9f494416 Various fixes in the decoder of flight record dumps 2015-12-06 19:05:56 +04:00
theAsmodai
dd654c085b Merge pull request #102 from s1lentq/master
Fix: skip BOM signature in SV_CreateGenericResources
2015-12-04 19:53:20 +03:00
s1lentq
5dcfd505c3 Fix: skip bytes BOM signature in SV_CreateGenericResources 2015-12-04 22:23:05 +06:00
theAsmodai
faf1281dc9 Merge pull request #101 from s1lentq/master
Fix: bug with removing slash in the path to resources
2015-12-04 19:02:24 +03:00
s1lentq
0d909ccf41 Fix: bug with removing slash in the path to resources 2015-12-04 21:11:51 +06:00
theAsmodai
beb1b7a583 Merge pull request #100 from s1lentq/master
Add: Cut character 0x1160
2015-12-04 18:00:00 +03:00
s1lentq
46a30c6afb use own tables non-printable characters for windows.
symbol 0x1160 marked to like non-printable
2015-12-04 19:46:57 +06:00
theAsmodai
288a8d8f19 Merge pull request #99 from s1lentq/master
Fix: bug in SVC_GetChallenge
2015-11-17 09:59:23 +03:00
s1lentq
93a13815e3 Fix: bug in SVC_GetChallenge incorrectly used format specifiers type uint64 for Linux.
Fix: spelling mistake with SV_CheckConsistencyResponce
Fix: net_from in solution project for HOOK_ENGINE
Cleanup and fix to build success for all solutions.
2015-11-17 11:35:21 +06:00
theAsmodai
e7d62603ae Merge pull request #98 from s1lentq/master
Fix: bug with removeHook not erases address callback
2015-11-14 15:41:23 +03:00
s1lentq
b64a4f6c84 Fix: bug with removeHook not erases address callback 2015-11-14 18:26:25 +06:00
theAsmodai
056b02ad5e Merge pull request #97 from s1lentq/master
ReHLDS API: Implemented SV_ActivateServer hook
2015-11-13 01:52:44 +03:00
s1lentq
b7bd3f7720 ReHLDS API: Implemented SV_ActivateServer hook and added GetResourcesNum, GetDecalNameNum
Fix: using defines instead of magic numbers
Added include qlimits.h
Reduced the size global variable localinfo, ipfilters, userfilters
2015-11-13 04:42:47 +06:00
theAsmodai
4eb58ed43f Merge pull request #96 from s1lentq/master
ReHLDS API: Implemented SV_DropClient hook
2015-11-11 09:58:28 +03:00
s1lentq
67e8a5b646 ReHLDS API: Implemented SV_DropClient hook 2015-11-11 04:25:41 +06:00
theAsmodai
8aa0f4cc19 Merge pull request #95 from s1lentq/master
ReHLDS API: Added some functions
2015-11-08 19:49:42 +03:00
s1lentq
961028fa39 ReHLDS API: Added functions SV_AddResource, SetNumConsistency, GetNumConsistency.
Changed name GenericFileConsistencyResponce to CheckConsistencyResponce
2015-11-08 22:35:32 +06:00
theAsmodai
f6dad529ee Merge pull request #94 from s1lentq/master
Fix: types
2015-11-08 17:06:04 +03:00
s1lentq
24eb2d0ccd Fix for:
- correctly using types with define
 - missing EXT_FUNC for SV_GetChallenge
2015-11-08 19:43:39 +06:00
theAsmodai
3be05fce38 Merge pull request #93 from WPMGPRoSToTeMa/master
Fixed typo in SV_RunThink (#92)
2015-11-08 15:25:17 +03:00
WPMGPRoSToTeMa
4d276db7b6 Fixed typo in SV_RunThink 2015-11-08 03:03:00 +03:00
theAsmodai
14890276de Merge pull request #87 from s1lentq/master
Cut of nicknames '+' if next there is something digit or alphanumeric character.
2015-10-27 18:24:40 +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
theAsmodai
9e1f9c63ef Merge pull request #86 from WPMGPRoSToTeMa/master
Fixed bug in Netchan_Validate overlap check: added check for fragment…
2015-10-26 20:35:10 +03:00
WPMGPRoSToTeMa
bcec2c6018 Fixed bug in Netchan_Validate overlap check: added check for fragment availability 2015-10-26 20:11:54 +03:00
theAsmodai
99f7426749 Merge pull request #85 from WPMGPRoSToTeMa/master
Fixed some typos
2015-10-26 08:05:22 +03:00
WPMGPRoSToTeMa
446fe8896b Fixed some typos 2015-10-26 04:36:28 +03:00
theAsmodai
394df8460c Merge pull request #83 from WPMGPRoSToTeMa/customiswprint
Implemented Q_iswprint for linux
2015-10-19 07:44:48 +03:00
WPMGPRoSToTeMa
2364b5ce67 Implemented Q_iswprint for linux 2015-10-19 02:01:43 +03:00
theAsmodai
8e6a3cac68 Merge pull request #82 from theAsmodai/master
Added optimized stdlib functions from Agner's asmlib
2015-10-18 00:23:54 +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
theAsmodai
d4cd067a91 Merge pull request #81 from theAsmodai/master
Fixed loading of maps without world classname or with long list of wads
2015-10-17 21:43:11 +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
theAsmodai
ff305e86b6 Merge pull request #80 from s1lentq/master
Fix: not read configuration the files at rehlds_fixes
2015-10-17 04:03:38 +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
theAsmodai
fd7657b2e1 Merge pull request #79 from s1lentq/master
Changed version in Host_Version at rehlds_fixes
2015-10-17 02:42:55 +03: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
theAsmodai
24ec5bd85b Merge pull request #75 from theAsmodai/master
Fixed connection check
2015-10-11 21:05:50 +03:00
asmodai
76c737c773 Fixed connection check 2015-10-11 21:01:02 +03:00
theAsmodai
9e319b3751 Merge pull request #74 from theAsmodai/master
Fixed stringcmd flood
2015-10-11 19:15:18 +03:00