Commit Graph

376 Commits

Author SHA1 Message Date
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
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
212e9638d6 Added safety checks for hookchains impl 2016-11-08 18:06:13 +07:00
s1lentq
b172d20227 reset minor version 2016-11-07 22:27:18 +07:00
s1lentq
4090ff3db5 Refactoring of versioning 2016-11-07 19:27:06 +07:00
s1lentq
be450ea340 Added Q_StripUnprintableAndSpace for API
Mini-refactoring
2016-11-05 01:05:39 +07:00
s1lentq
1bf56b26dd Implemented features of priority for hookchains 2016-11-04 23:45:27 +07:00
theAsmodai
9e54d85c1c Merge pull request #262 from s1lentq/fix_ideo_space
Fix non-printable space character (0x3000)
2016-11-01 21:24:20 +03:00
s1lentq
646adb22c5 Fix non-printable space character (0x3000) 2016-11-01 21:32:57 +07:00
theAsmodai
e819b1370a Merge pull request #254 from theAsmodai/master
Fixed crash when motd_write called without arguments (#253)
2016-10-25 14:40:36 +03:00
asmodai
865bdc95f7 Fixed crash when motd_write called without arguments 2016-10-25 01:15:53 +03:00
theAsmodai
7278d67694 Merge pull request #248 from WPMGPRoSToTeMa/NetLogging
Replaced Con_Printf to Con_DPrintf for net messages that can be used …
2016-10-19 22:20:35 +03:00
WPMGPRoSToTeMa
e2be6491ba Replaced Con_Printf to Con_DPrintf for net messages that can be used for flood (related to #247)
Added player name and print to client for some net messages (not for all, need finish this in future)
echo -> svc_print
2016-10-19 20:36:29 +03:00
theAsmodai
22ba13a53b Merge pull request #246 from WPMGPRoSToTeMa/master
Fixed typo in condition in Netchan_CopyFileFragments
2016-10-17 15:15:21 +03:00
WPMGPRoSToTeMa
2da7695800 Fixed typo in condition in Netchan_CopyFileFragments 2016-10-17 06:41:51 +03:00
theAsmodai
662a700f44 Merge pull request #243 from theAsmodai/master
Advanced reconnect detection for crashed clients
2016-10-07 20:14:29 +03:00
asmodai
b3ad7dc76b Advanced reconnect detection for crashed clients 2016-10-05 19:32:08 +03:00
theAsmodai
1a0824def4 Merge pull request #242 from WPMGPRoSToTeMa/master
Fixed A2A_ACK console/log flood
2016-09-30 15:12:03 +03:00
WPMGPRoSToTeMa
2dafec635b Fixed A2A_ACK console/log flood 2016-09-30 12:46:23 +03:00
theAsmodai
65d5f3bc63 Merge pull request #241 from WPMGPRoSToTeMa/BoundComputationFix
Fixed optimization-dependent model bounds computation in R_GetStudioB…
2016-09-09 22:59:58 +03:00
WPMGPRoSToTeMa
8ac264f133 Fixed optimization-dependent model bounds computation in R_GetStudioBounds (actually in R_StudioCalcBonePosition) (related to #239) 2016-09-09 17:18:31 +03:00
theAsmodai
6e411347bd Merge pull request #240 from WPMGPRoSToTeMa/RemoveIdAndListIdFixes
RemoveId and ListId fixes
2016-09-08 10:15:15 +03:00
WPMGPRoSToTeMa
9b3789d521 RemoveId and ListId fixes
Simplified USERID copying
Corrected buffer displacement when element is removed
Fixed idstring fix =/
Fixed reverse-engineering mistake with numeration in listid (should start from 1)
2016-09-08 01:11:55 +03:00
theAsmodai
f18dbc8ce1 Merge pull request #235 from Adidasman1/master
Fix already spawn and add cvar rehlds_security.
2016-08-12 17:27:06 +03:00
Adidasman
8a80fa1869 Fix already spawn and add cvar rehlds_security. 2016-08-11 12:27:43 +06:00