]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - sv_user.c
Add -Wshadow cflag and eliminate its warnings, including with g++
[xonotic/darkplaces.git] / sv_user.c
2020-06-29 cloudwalkAdd -Wshadow cflag and eliminate its warnings, includin...
2020-06-22 cloudwalk(Round 1) Break up host_cmd.c
2020-06-22 cloudwalkFirst massive rename and move
2020-06-18 cloudwalkOrganize system and host globals into structs. Implemen...
2020-01-21 havocSplit the global cmd interpreter into 4 separate ones...
2020-01-09 havocCorrected names in credits to be more accurate and...
2018-03-24 havocAdd skipmaterialflagsmask feature to TraceLine and...
2016-11-27 havocAdd skipsupercontentsmask parameter to all the collisio...
2016-11-27 havocRollback last change which was meant to be many smaller...
2016-11-27 havocAdded developer_memorylargerthanmb cvar which dprints...
2016-09-10 havocFix MSVC++ 2015 warnings about variable scope and some...
2015-12-28 divverentNew feature: disableclientprediction == -1.
2015-03-02 divverentMake the move sequence an unsigned int.
2015-02-27 divverentBetter handle invalid clc_ackframe commands.
2014-05-29 havocFixed a large number of WIN64 type conversion warnings.
2014-05-08 havocOverhauled the tracebox extending code, it now lives...
2013-01-02 divverentserver: ignore out of order prespawn/spawn/begin commands
2012-04-04 havocadded PRVM_64 define which upgrades the QC VM to double...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-17 havocadded sv_threaded cvar, the server can now be moved...
2011-06-08 havocreworked progs loading so that entvars_t and globalvars...
2011-05-09 havocadded prvm_offsets.h which centralizes field/global...
2011-05-09 havocreworked PRVM_EDICTFIELD* and PRVM_GLOBALFIELD* usage...
2011-05-08 havoca few more PRVM_EDICTFIELDVALUE/PRVM_GLOBALFIELDVALUE...
2011-05-08 havocremoved NULL checks for PRVM_EDICTFIELDVALUE/GLOBALFIEL...
2011-05-08 divverentfix naming of two fields
2010-11-20 havocprint more useful data when a corrupt input packet...
2010-04-24 divverentmode "developer -1" that behaves like old "developer...
2009-12-30 divverentremove some unwanted debug prints
2009-12-30 divverenthopefully fix a race condition in S_StartSound
2009-12-24 divverentfix detection of timeout-based lost packets.
2009-12-24 divverenttry to notice uncompensated packet loss due to timeouts
2009-12-23 divverentDP_SV_PING_PACKETLOSS: expose packet loss to server QC
2009-12-21 divverentfix movement loss tracking
2009-12-21 divverentmovement packet loss tracking
2009-10-03 havocsplit CL_Move into CL_TracePoint, CL_TraceLine, CL_Trac...
2009-09-18 divverentsv_gameplayfix_q2airaccelerate: use Quake2/3/Nexuiz...
2009-09-15 havocfix errors and warnings in MSVC when compiling as C++
2009-09-11 divverentremove maxnetfps stuff (never worked anyway), instead...
2009-04-12 divverentadd a small epsilon to the moveframetime check
2009-04-12 divverentsv_clmovement_maxnetfps (default: 80), should prevent...
2009-04-01 havocreplaced sv_clmovement_waitforinput with sv_clmovement_...
2009-01-28 divverentmake DP compile with C++ again
2008-11-04 divverentfix some format string errors, and return value of...
2008-11-01 divverentcsqc packet log code (for entityframedatabase 5 only...
2008-09-10 divverentbound by 0.1 again (this bounding had its reason) AND...
2008-09-10 divverentfix speedhack issue with low cl_netfps / packet loss...
2008-04-13 divverentfix "wrong ping times" issue once and for all (I don...
2008-01-28 divverentadd a DEMOMSG_CLIENT_TO_SERVER flag to demos (0x8000000...
2008-01-22 divverentfix the "ping times for antilag/display wrong" issue...
2007-12-02 havocrenamed sv_gameplayfix_qwplayerphysics to sv_gameplayfi...
2007-10-10 divverentfinal speedhack fixes
2007-10-09 divverentlast patch by LH fixed speedhack 1.0: -20ms + 30ms...
2007-10-09 havocprevent backstepping of clc_move time from doing anything
2007-10-01 havocadded support for arguire's strange protocols that...
2007-07-03 havocfix the jump-slide bug in the sv_gameplayfix_qwplayerph...
2007-06-15 havocanother attempt at fixing bugs with downloads caused...
2007-05-22 divverentReject clc_stringcmd with \r and \n in them; when devel...
2007-05-11 havocmoved almost all server cvars to sv_main.c and added...
2007-05-11 havocadded friction and waterfriction movevars stats
2007-05-07 havocnow sends player physics variables as stats, including...
2007-05-07 havocincreased tolerance on warnings in DEBUGMOVES code
2007-04-16 havocEF_LOWPRECISION is now default on all entities except...
2007-04-05 havocreworked predicted player physics to call PlayerPreThin...
2007-04-05 havocfix bug with players not moving during the input timeou...
2007-04-03 havocfix bug in the previous movement patch where moves...
2007-04-03 havocchanged PlayerPrethink/think/PlayerPostThink to occur...
2007-03-27 havocadded .float disableclientprediction field for qc to...
2007-03-03 havocfixed bug that was causing prediction to fail periodica...
2007-03-03 havocserver now executes predicted moves of more than 50ms...
2007-03-02 havocless hacky solution to resetting movesequence on a...
2007-03-02 havocfix really stupid bug introduced in sv_user.c revision...
2007-02-19 havocthis patch may break things and needs testing
2007-02-18 havoca cosmetic change as suggested by div0:
2007-02-15 havoccleaned up client qc, menu qc, and server qc VM initial...
2007-02-14 havocadded a check for level changes which blocks prediction...
2007-02-07 havocadded a check for move->sequence that is more than...
2007-02-06 havoctolerate clients living up to one frame in the future...
2007-02-06 havocfix very stupid typo in input merging when cl_movement...
2007-02-05 havocdisabled debug print I forgot about
2007-02-05 havocredesigned input networking code (still same protocol...
2007-02-05 havocchanged default sv_clmovement_minping from 100 to 0
2007-02-03 havocrevised sv_clmovement_waitforinput default from 2 to...
2007-01-24 havocredesigned tempstring system, now uses a fixed size...
2007-01-21 havocimplemented individual file downloads on darkplaces...
2007-01-14 havoccast time of received moves to float to prevent negativ...
2007-01-12 havocchanged Cmd_AddCommand to only work for console command...
2006-07-08 havocadded ping and packet loss display to scoreboard, and...
2006-06-11 havocfixed 'slow gravity' bug when cl_movement players are...
2006-05-28 havocfurther tweaks to prediction
2006-05-28 havocadded sv_clmovement_* cvars to disable movement predict...
2006-05-26 havocimplemented sv_gameplayfix_qwplayerphysics
2006-05-25 havoctry not to kick players for supposed speed cheating...
2006-05-25 havocfixed sv_waterfriction code so it is now used
2006-05-25 havocadded sv_waterfriction, sv_airaccelerate, sv_wateraccel...
2006-04-08 havocmade darkplaces able to compile as C++ again, and fixed...
2006-03-15 havocdon't set qc impulse more than once per packet
2006-03-07 havocfixed pogostick/doublejump bug when running id1 qc...
2006-02-26 havocqw support is 99% working
2006-02-23 havocrearrange SV_VM_Begin/End again to fix crashes
next