]> git.xonotic.org Git - xonotic/darkplaces.git/history - sv_user.c
README, sdl, sys, makefile: Bring up macOS support
[xonotic/darkplaces.git] / sv_user.c
2022-01-13 bones_was_hereMerge MR 'Make trace entity culling optional for specta...
2021-07-22 CloudwalkMerge branch 'Mario/dpk_support' of gitlab.com:xonotic...
2021-07-22 Cloudwalkprotocol/dp8: Implement parting messages
2021-07-21 Cloudwalkedict: Move free and freetime into prvm_edict_t itself
2021-03-30 cloudwalksv_user: Check if frametime is positive
2021-03-30 cloudwalksv_user: Don't bound moveframetime to a multiple of...
2021-03-29 cloudwalksv_user: Use sv.time directly, to limit reported time...
2021-03-29 cloudwalkserver: Remove unused/broken ping smoothing feature
2021-03-29 cloudwalksv_user: Don't detect heavy movement loss right after...
2021-03-29 cloudwalkserver: Limit moveframetime to a multiple of sv.frametime
2021-03-29 cloudwalksv_user: Remove redundant return/unreachable code
2021-03-09 cloudwalkcmd: Dynamically allocate the command interpreters
2020-10-05 cloudwalksv_user: Remove commented out dead code.
2020-10-05 cloudwalksv_user: Rename SV_ClientThink to SV_PlayerPhysics...
2020-09-26 cloudwalkserver: Eliminate references to cls.state in server...
2020-09-17 cloudwalkRename qboolean to qbool
2020-08-12 cloudwalkMake V_CalcRoll a common function. Add sv_rollangle...
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...
next