Commit Graph

342 Commits

Author SHA1 Message Date
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
theAsmodai
4a7b6cddd7 Merge pull request #232 from WPMGPRoSToTeMa/KillMeChecks
Additional checks for FL_KILLME flag before callbacks (OnTouch and On…
2016-08-03 19:08:10 +03:00
WPMGPRoSToTeMa
2e5c3492fd Additional checks for FL_KILLME flag before callbacks (OnTouch and OnThink) 2016-08-02 19:43:45 +03:00
theAsmodai
ca95e93fff Merge pull request #231 from spark512/patch-2
Update README.md
2016-07-30 18:55:45 +03:00
spark512
383e805356 Cvars for command flood punishments (#230)
* Cvars for command flood punishments

Could we get something like this in the next build?

* Update rehlds_security.cpp
2016-07-30 18:55:24 +03:00
spark512
56a2b2587d Update README.md
Added cvars for cmdrate flood punishments.
2016-07-30 16:09:30 +02:00
theAsmodai
78213296fc Merge pull request #229 from WPMGPRoSToTeMa/UserInfoNetworkDataDecrease
Added sv_rehlds_userinfo_transmitted_fields cvar
2016-07-30 14:32:23 +03:00
WPMGPRoSToTeMa
80dca10f13 Added sv_rehlds_userinfo_transmitted_fields cvar 2016-07-30 03:48:45 +03:00
Alibek Omarov
89f64e92fd Some fixes for sv_upld.cpp (#225)
Hide unneeded checks under REHLDS_FIXES macro.
Use SV_ClearResourceLists() function instead of two SV_ClearResourceList().
Use for() on lists, instead of while(). More readable.
Put SV_ClearResourceLists under macro, use empty-braced initializer instead of C-style { 0 }
2016-07-26 21:31:58 +03:00
theAsmodai
8efc228bec Merge pull request #224 from s1lentq/master
Fix possible failure in the flight decoder
2016-07-20 23:25:24 +03:00
s1lentq
bef44b8741 Fix flight decoder are failed.
Added info in Readme.md about faster building.
2016-07-21 01:21:40 +07:00
theAsmodai
86cff5477a Merge pull request #222 from s1lentq/master
Allow to build project outside of the git repository.
2016-07-15 19:38:40 +03:00
s1lentq
5daef47bd1 Allow to build project outside of the git repository.
Added new task buildFixes for fast and simply building project.
Example: "gradlew --max-workers=1 clean buildFixes"
2016-07-15 01:27:13 +07:00
theAsmodai
50e19c8b46 Merge pull request #217 from WPMGPRoSToTeMa/master
Added SV_UpdateUserInfo to API
2016-06-16 00:11:39 +03:00
WPMGPRoSToTeMa
ba910e0b94 Added SV_UpdateUserInfo to API
Fixed #215
2016-06-15 23:59:22 +03:00
s1lentq
b6630824a3 Reworked sv_rcon_condebug (#214) 2016-06-13 14:42:49 +03:00
s1lentq
762923fbc3 Implemented new function SV_EmitSound2 for 3-rd things and hook. (#213)
Added direct call for functions SV_EmitSound2 and SV_StartSound
Added cvar sv_rcon_condebug 0/1
2016-06-06 19:28:07 +03:00
Alexander
caf2960504 ReHLDS API: Add hook SV_CreatePacketEntities, global net_from and int… (#212)
ReHLDS API: Add hook SV_CreatePacketEntities, global net_from and interface SteamGameServer
2016-05-30 19:24:33 +03:00
theAsmodai
312a03f9aa Merge pull request #201 from theAsmodai/master
Fixed Q_sqrt with long double
2016-04-22 01:27:12 +03:00
asmodai
8d0957f9ed Fixed Q_sqrt with long double 2016-04-22 01:18:20 +03:00
theAsmodai
10b0f2a10d Merge pull request #200 from theAsmodai/master
Small update in sse math
2016-04-20 02:43:11 +03:00
asmodai
17c7e304c5 Small update in sse math
Removed some unnecessary checks for windows dll
2016-04-20 02:28:37 +03:00
theAsmodai
1d4def69ea Merge pull request #197 from WPMGPRoSToTeMa/fixhullcenter
SV_HullForBsp: use hull center instead of corner
2016-04-16 20:33:33 +03:00
Artem Golubikhin
83d8a8383b SV_HullForBsp: use hull center instead of corner (CVar sv_rehlds_hull_centering) 2016-04-16 16:20:03 +03:00
theAsmodai
fe9bfbbc70 Merge pull request #196 from WPMGPRoSToTeMa/fixsetmodelenginestring
Fix in SetModel: using string from global model_precache instead of p…
2016-04-09 19:04:16 +03:00
Artem Golubikhin
18babec090 Fix in SetModel: using string from global model_precache instead of passed string 2016-04-09 13:51:55 +03:00
asmodai
df6b4a6f91 Added build status to README.md 2016-04-01 19:32:22 +03:00
theAsmodai
a02705feca Merge pull request #192 from a1batross/pmove-useless-assignment
Remove useless assignment in pmove
2016-03-30 14:03:56 +03:00
Alibek Omarov
a5029f8b6e Remove useless assignment in pmove 2016-03-30 01:13:57 +04:00
theAsmodai
1c7d03e3c7 Merge pull request #191 from Adidasman1/master
ReHLDS API: Add hook on SV_Spawn_f
2016-03-26 15:32:04 +03:00
Adidasman1
306f47eee2 ReHLDS API: Add hook on SV_Spawn_f 2016-03-26 00:20:24 +04:00
theAsmodai
b01b453ea8 Merge pull request #188 from Adidasman1/master
Get rid of the magic numbers.
2016-03-08 23:08:46 +03:00
Adidasman1
8a265746f1 Get rid of the magic numbers. 2016-03-09 00:02:47 +04:00
theAsmodai
8196956dab Merge pull request #181 from WPMGPRoSToTeMa/autoprecachemapstxtoverviewsandskys
Added auto precaching of detail textures if present
2016-03-06 23:51:58 +03:00
WPMGPRoSToTeMa
4cd651d865 Added auto precaching detail textures if present
Moved auto WAD precaching to TEX_InitFromWad
2016-03-06 23:40:41 +03:00