]> icculus.org git repositories - divverent/darkplaces.git/history - cl_input.c
-Added an comment ('[INIT]') to all fields of vm_prog that can/should be
[divverent/darkplaces.git] / cl_input.c
2005-05-20 havoccleaned up prediction code somewhat, no longer uses...
2005-05-18 havocadded onground tracking to cl_movement code, instead...
2005-05-18 havocfix a severe bug with viewangles in cl_movement mode
2005-05-13 havocreplaced all references to vid.conwidth and vid.conheig...
2005-05-13 havocmore clean up of IN_Activate, added cl_ignoremousemove...
2005-05-09 havocmajor cleanup of input code - CL_Move replaces most...
2005-05-06 havocadded cl.movement_velocity to allow view bobbing to...
2005-05-04 havocchanged cl_movement_latency to be in milliseconds rathe...
2005-04-30 havocrelocated the CL_SendMove call to put it at the end...
2005-04-23 havocfixed CL_SendMove packet rate limiting to not have...
2005-02-04 havocno longer hits triangles of your own player model when...
2004-12-03 havocfixed a Sys_Error in the client when connected to QUAKE...
2004-12-01 havoccleaned up CL_SendMove a lot, added notes on number...
2004-12-01 havocimplemented PRYDON_CLIENTCURSOR extension (clientside...
2004-11-20 havocadded support for PROTOCOL_NEHAHRAMOVIE in more places...
2004-10-27 molivierPure cleaning commit: removed "crc.[ch]" and "gl_warp_s...
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-21 havocthis should fix a stupid bug with PROTOCOL_DARKPLACES4...
2004-09-14 havocPROTOCOL_DARKPLACES5
2004-04-05 havocfixed very annoying '5 second timeout' bug in Host_Shut...
2004-03-10 havocadded Print versions of Printf functions and made all...
2004-03-01 havocupgraded network protocol to DP5, now sends precise...
2003-12-07 havoctodo item done: turning keys are no longer affected...
2003-10-11 havocremove +use and -use commands because they prevent...
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-07 havocsigh, one more thing I forgot to commit :(
2003-08-06 havocupgraded network protocol to DPPROTOCOL_VERSION4 -...
2003-06-22 havocThis is the network rewrite I've been working on for...
2002-09-11 havocwhitespace
2002-06-02 knghtbrdA minor removal of a few pieces of dead code. Nothing...
2002-03-16 lordhavocchanged protocol back to using float coordinates, unles...
2002-02-28 lordhavocfixed some majorly messed up fixes to the angle clamping
2002-02-28 lordhavoccleaned up mouse input system
2002-02-27 lordhavocrenamed byte to qbyte throughout engine to eliminate...
2002-02-19 lordhavocadded viewzoom extension to QC and client (smooth snipe...
2002-02-18 lordhavocnew entity protocol, GREATLY improved over quake, massi...
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-26 lordhavocsome whitespace changes
2001-04-26 lordhavoca big change with a little description...
2001-04-06 lordhavocoptimized AngleVectors calls (pass NULL for vectors...
2000-10-26 lordhavocchanges to dpprotocol code (precise aiming mainly)
2000-09-06 lordhavocLinux GLX, a lot of code shrinkage/cleanup, assembly...
2000-08-31 lordhavocmisc. cleanup, bubble trails fixed, improved lightmap...
2000-08-25 lordhavocpmodel fixes (now works properly in listen/singleplayer)
2000-08-23 lordhavocToo many fixes to mention. (sys_ticrate now controls...
2000-08-22 lordhavocInitial revision