]> icculus.org git repositories - divverent/darkplaces.git/history - sv_user.c
no longer converts vertex-morph model formats to float arrays, instead keeping their...
[divverent/darkplaces.git] / sv_user.c
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
2006-02-23 havocadded qw compatible "rcon" support (allows a client...
2006-02-23 havocmake cl_movement handling a little more robust (hopefully)
2006-02-20 havocfix player not being able to move bug introduced by...
2006-02-16 havocfixed bug that allowed accidental speed cheating with...
2006-02-15 havocalso accumulate impulses when receiving multiple packet...
2006-02-15 havocimproved server handling of multiple packets per client...
2006-02-12 havocfixed changelevel networking bug (now ignores clc_ackfr...
2006-02-01 havocadded description string to all cvars and commands
2006-01-10 havocadded button9-16
2005-10-26 havocsplit SV_Physics_Entity into SV_Physics_Entity and...
2005-08-23 sajtAdded sv_maxairspeed cvar (default 30). This was alread...
2005-06-06 havocuse only the latest ping time, not averaged
2005-06-05 havocfixed impulse lossage problem (ApplyClientMove wasn...
2005-05-29 havocfix bug causing impulses to often be lost
2005-05-27 black-CVS: --------------------------------------------...
2005-05-24 havocrewrote protocol version system (including splitting...
2005-05-20 havocremoved unused applytime field from usercmd_t
2005-05-16 havocsplit SV_ReadClientMove into two functions, SV_ReadClie...
2005-05-13 havocupgraded both QuakeC VMs to use a table of negative...
2005-04-16 havocfix a crash when s->tag_entity is higher than current...
2004-12-13 black-Fixed the stupid bug introduced by my NEX_PLAYERMODEL...
2004-12-03 havocdon't let clients kill server with bogus cursor_entityn...
2004-12-02 blackIve done three todo items:
2004-12-01 havocfix a typo
2004-12-01 havocmodified PRYDON_CLIENTCURSOR extension to reset cursor_...
2004-12-01 havocimplemented PRYDON_CLIENTCURSOR extension (clientside...
2004-11-13 havocreplaced all uses of sv_player with host_client->edict...
2004-10-08 havocadded "QC function <name> is missing" warnings to more...
2004-10-08 havocgot rid of cl_nodelta cvar (it has never been useful...
2004-09-26 havocadded r_rtworld, r_rtworldshadows, r_rtdlight, r_rtdlig...
2004-09-14 havocPROTOCOL_DARKPLACES5
2004-03-10 havocadded Print versions of Printf functions and made all...
2004-02-22 havocallow "rate" command to be executed on server when...
2003-10-21 havocphysics code no longer uses allsolid (mainly of concern...
2003-09-17 havocthe new partial-update entity compression protocol...
2003-09-13 havocmore developer_networkentities messages
2003-09-13 havocrenamed PROTOCOL_VERSION stuff to PROTOCOL_QUAKE, PROTO...
2003-08-30 havocreverted the massive svs.connectedclients change, now...
2003-08-19 havocmore q3bsp work (and no it still doesn't work right)
2003-08-08 havocreverted noclip movement to quake behavior (commented...
2003-08-06 havocupgraded network protocol to DPPROTOCOL_VERSION4 -...
2003-07-03 havocgot rid of sv_predict because it caused too many proble...
2003-06-22 havocThis is the network rewrite I've been working on for...
2003-06-07 havocKRIMZON_SV_PARSECLIENTCOMMAND extension (untested curre...
2003-05-28 havocgot rid of my attempts to delay sending the ServerInfo...
2003-05-26 havocfixed connection process again
2003-05-25 havocsome cleanups to hostcache (got rid of driver/address...
2003-04-26 havocreverted dynamic allocation of sv.edicts because there...
2003-04-25 havocsv.edicts (and related things) are now dynamically...
2003-04-03 havocfix for server dying when someone times out
2003-03-21 havocadded more SV_CheckVelocity calls on players for safety...
2003-03-21 havocThis is a patch from Elric greatly cleaning up the...
2002-10-29 havocchanged how QC interpreter handles edict field access...
2002-09-02 havocyou can now open/close the console independently of...
2002-06-09 lordhavocSV_PointContents removed (all calls replaced with Mod_P...
2002-06-02 knghtbrdA minor removal of a few pieces of dead code. Nothing...
2002-05-21 lordhavocchanged Length() call to VectorLength() macro in two...
2002-04-06 lordhavocadded back the hacky NAT routing fix since it actually...
2002-04-01 lordhavocremoved hacky network code that tried to make DP work...
2002-02-19 lordhavocadded viewzoom extension to QC and client (smooth snipe...
2002-02-18 lordhavocnew entity protocol, GREATLY improved over quake, massi...
2002-01-16 lordhavocrewrote memory system entirely (hunk, cache, and zone...
2001-12-04 lordhavocrewrote RecursiveHullCheck, no longer gets stuck on...
2001-10-29 lordhavocfixed input reading code bug in dedicated servers ...
2001-10-26 lordhavocadded CVAR_SAVE and CVAR_NOTIFY flags to cvar_t structu...
2001-10-15 lordhavocMajor update, been neglecting CVS for some time...
2001-05-27 lordhavoccleaned up nearly all of the externs in .c files (moved...
2001-05-26 lordhavocsome whitespace changes
2001-04-06 lordhavocoptimized AngleVectors calls (pass NULL for vectors...
2001-02-23 lordhavocimproved TraceLine in chase.c to be more generally...
2001-02-09 lordhavocadded back r_speeds2, with masses of information (6...
2000-10-26 lordhavocchanges to dpprotocol code (precise aiming mainly)
2000-10-15 lordhavocGigantic commit - dlight system rewritten
2000-09-06 lordhavocLinux GLX, a lot of code shrinkage/cleanup, assembly...
2000-08-22 lordhavocpmodel command support for Nehahra multiplayer (select...
2000-08-22 lordhavocInitial revision