Commit Graph

652 Commits

Author SHA1 Message Date
theAsmodai
47964c847b Merge pull request #314 from In-line/move_numleafs_check_to_model_load
Move model->numleafs check to Mod_LoadLeafs
2017-01-21 14:23:09 +03:00
theAsmodai
88423ad93c Merge pull request #313 from WPMGPRoSToTeMa/patch-1
Additional dead check for kill command handler
2017-01-21 14:21:04 +03:00
In-line
f6ce3a447c Move model->numleafs check to Mod_LoadLeafs 2017-01-21 13:14:29 +04:00
Artem Golubikhin
f967c5db95 Additional dead check for kill command handler 2017-01-21 04:29:06 +03: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
fedc99bb85 Add a detailed print in SV_HandleClientMessage 2017-01-15 01:04:02 +07:00
s1lentq
63a037af60 Add badge to README.md 2017-01-13 02:38:51 +07:00
theAsmodai
e68bb149fb Merge pull request #306 from s1lentq/fix_set_cstrike_flags
Fix #304
2017-01-07 20:00:04 +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
theAsmodai
428b05e8ec Merge pull request #305 from dreamstalker/fpu_flags_dont_set
Removed FPU flags changing for SSE builds
2017-01-07 01:54:11 +03:00
asmodai
dace70e2b1 Removed FPU flags changing for SSE builds 2017-01-07 01:36:37 +03:00
theAsmodai
fd8bc60daf Merge pull request #304 from In-line/SetCStrikeFlags_on_server_init
SetCStrikeFlags() once on server start
2017-01-06 21:34:36 +03:00
In-line
8ec7639995 Move SetCStrikeFlags() from Init_noVirt to Host_InitializeGameDLL 2017-01-06 21:43:00 +04:00
In-line
2ab8b1f884 SetCStrikeFlags once on server start 2017-01-06 10:54:31 +04:00
In-line
bff0dfd7b4 Default *pfilename in COM_Log to status.log (#303)
Default filename in COM_Log changed to hllog.txt
2017-01-05 18:16:57 +03:00
Chuvi
73237e884b Convert g_bIs#GameName# to enum. (#300)
* Convert g_bIs#GameName# to enum.
2017-01-05 03:08:21 +05:00
theAsmodai
22ca60c764 Merge pull request #294 from theAsmodai/noxref_err_icc
Added correct noxref error message for ICC linux builds
2016-12-30 16:32:40 +03:00
LevShisterov
0a139c728e Merge pull request #298 from dreamstalker/Host_Quit_Restart_f_fix
Fixed Host_Quit_Restart_f.
2016-12-30 00:39:08 +05:00
Lev
f28c4c4b4e Fixed Host_Quit_Restart_f. 2016-12-30 00:31:45 +05:00
asmodai
085c8b8017 Added correct noxref error message for ICC linux builds 2016-12-29 01:22:56 +03: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
theAsmodai
c9f905b8fb Merge pull request #291 from Chuvi-w/master
Fixed "error C4996: 'GetVersionExA': was declared deprecated" using a crutch.
2016-12-28 18:00:39 +03:00
Chuvi
11d1af755f Fixed "error C4996: 'GetVersionExA': was declared deprecated" using a crutch. 2016-12-28 11:10:02 +03:00
theAsmodai
9c59407c9a Merge pull request #290 from dreamstalker/Decal_Init_fix
Fixed decals.wad loading fallback to DEFAULTGAME directory.
2016-12-27 19:27:40 +03:00
Lev
714ecf9651 Fixed decals.wad loading fallback to DEFAULTGAME directory if mod doesn't supply it (like in AG). 2016-12-27 18:47:17 +05:00
theAsmodai
347f42a799 Merge pull request #287 from WPMGPRoSToTeMa/LocalGametime
Added a feature of local gametime which decrease "lags" if you run sa…
2016-12-24 18:42:29 +03:00
WPMGPRoSToTeMa
34f23b1577 Added a feature of local gametime which decrease "lags" if you run same map for a long time (sv_rehlds_local_gametime cvar, related to #193) 2016-12-24 18:05:41 +03:00
theAsmodai
c787546bef Merge pull request #286 from dreamstalker/asmlib_update
Use SSE for some typical floating point operations
2016-12-24 10:16:41 +03:00
asmodai
418ed98b48 Use SSE for some typical floating point operations 2016-12-23 00:39:22 +03:00
theAsmodai
da17250678 Merge pull request #285 from dreamstalker/asmlib_update
asmlib update
2016-12-22 22:16:51 +03:00
asmodai
828c05d93b asmlib update 2016-12-22 19:02:19 +03:00
theAsmodai
5a4fef3d0a Merge pull request #284 from WPMGPRoSToTeMa/master
Fixed "Malformed packet size" on packets from server to client
2016-12-22 11:25:57 +03:00
WPMGPRoSToTeMa
ee4026ec4e Fixed "Malformed packet size" on packets from server to client 2016-12-22 05:07:00 +03:00
LevShisterov
97b072a9f6 PVS/PAS buffer overrun fix (#282)
Fix buffer overrun in adding to fat PVS/PAS.
2016-12-20 00:06:39 +03:00
s1lentq
1f96d176e7 Merge pull request #280 from WPMGPRoSToTeMa/BroadcastNetBuffersRemoving
Fixed sending messages to fakeclients (fixed #279)
2016-12-16 18:28:03 +07:00
WPMGPRoSToTeMa
ab5e2aa6ac Fixed sending messages to fakeclients (fixed #279) 2016-12-16 07:17:03 +03:00
s1lentq
076219bcd1 Fix a typo in the checking of bounds of the index for pointer of model. 2016-12-13 06:28:32 +07:00
s1lentq
4fc947807f Refactoring
Fix crash on SV_SingleClipMoveToEntity, added safe check for pointer model
2016-12-12 22:05:45 +07:00
LevShisterov
4094d8d633 Merge pull request #274 from WPMGPRoSToTeMa/patch-1
Update README.md
2016-12-10 22:09:53 +05:00
Artem Golubikhin
68dcc475f1 Update README.md 2016-12-10 20:07:12 +03:00
LevShisterov
88cb7b56f0 Merge pull request #273 from WPMGPRoSToTeMa/master
Fixed has_force_unmodified wasn't reset sometimes
2016-12-10 21:58:01 +05:00
WPMGPRoSToTeMa
fe91b14995 Fixed has_force_unmodified wasn't reset sometimes 2016-12-10 19:47:22 +03:00
theAsmodai
b8f4617509 Merge pull request #272 from WPMGPRoSToTeMa/AttachedEntitiesPlayerAnimationSpeedBugFix
Fixed animation speed when player has attached entities
2016-12-10 11:08:29 +03:00
WPMGPRoSToTeMa
51ecac79a0 Fixed animation speed when player has attached entities (https://github.com/WPMGPRoSToTeMa/PatchedGoldSrcClient/issues/7) 2016-12-10 03:37:09 +03:00
s1lentq
d9ef7ef035 Merge pull request #269 from WPMGPRoSToTeMa/master
Fixed invalid host_client for SV_FullClientUpdate call (after #268)
2016-12-04 22:51:16 +07:00
WPMGPRoSToTeMa
803a5525d1 Fixed invalid host_client for SV_FullClientUpdate call (after #268) 2016-12-04 16:31:24 +03:00
theAsmodai
9ea7e27ba4 Merge pull request #268 from WPMGPRoSToTeMa/BroadcastNetBuffersRemoving
Re-fixed hung players #103 and early TeamScore #113 bugs
2016-12-02 23:53:45 +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
f22a6ae9d0 Added repository rehlds-dev 2016-12-02 04:56:03 +07:00