]> icculus.org git repositories - divverent/darkplaces.git/history - sv_user.c
default to DARKPLACES6 protocol (somehow this was not showing up in my diffs)
[divverent/darkplaces.git] / sv_user.c
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