]> icculus.org git repositories - divverent/darkplaces.git/history - cl_input.c
changed PF_WARNING to not do a return
[divverent/darkplaces.git] / cl_input.c
2006-07-09 havocadded bestweapon command
2006-07-09 havoccleaned up cl_netinputpacketspersecond code a little...
2006-07-08 havocadded ping and packet loss display to scoreboard, and...
2006-06-09 havocfixed another C99 lazy variable declaration bug in...
2006-06-09 havocnexuiz prediction patch from div0, this adds two new...
2006-06-07 havocfixed an unregistered cvar
2006-05-28 havocdisable canjump check until it's fixed
2006-05-28 havocfurther tweaks to prediction
2006-05-25 havocadded sv_waterfriction, sv_airaccelerate, sv_wateraccel...
2006-05-25 havocfixed crashes when changing a few settings while playin...
2006-05-12 havocreorganized a lot of renderer variables into r_refdef...
2006-05-12 havocundo something not meant to be committed yet
2006-05-12 havocfix s->waterlevel = 0 and such
2006-05-09 havocsignificantly reworked the cl_movement code, now predic...
2006-04-18 havocrewrote timing code, now a much better and very differe...
2006-04-15 havocfixed stair step up bug in cl_movement code which cause...
2006-04-08 havocmade darkplaces able to compile as C++ again, and fixed...
2006-04-02 havocremoved a piece of debugging code
2006-03-23 havocfix EF_SELECTABLE flickering bug with prydon cursor
2006-03-22 havocimplemented DP_TRACE_HITCONTENTSMASK_SURFACEINFO extens...
2006-03-20 havoccl_movement 0 should no longer be causing an input...
2006-03-15 havocmoved many cl_ prefixed variables into cl. or cls.
2006-02-26 havocadded support for qw movevars (sent in server join...
2006-02-26 havocfix the timeout problem with cl_movement 1 mode on...
2006-02-26 havocqw support is 99% working
2006-02-25 havocQW support getting very close
2006-02-24 havocbeginnings of qw protocol support
2006-02-24 havocrenamed cl.protocol to cls.protocol
2006-02-24 havocpatch from esteel that fixes the +/-button command...
2006-02-23 havocrearrange SV_VM_Begin/End again to fix crashes
2006-02-23 havocmerged NetConn_SendReliableMessage into NetConn_SendUnr...
2006-02-16 havocreworked input timing a bit more, now cl_movement 1...
2006-02-16 havocremove an unused extern for sys_ticrate, and added...
2006-02-15 havocchanged client input packets to be sent at a fixed...
2006-02-11 havocremoved crash parameter from Host_ShudownServer, elimin...
2006-02-01 havocadded description string to all cvars and commands
2006-01-16 havoccsqc patch from [515], seems to work with [515]'s dpcsq...
2006-01-10 havocadded button9-16
2005-11-30 havocvideo modes in menu now also set vid_pixelheight and...
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-11-04 havocimplemented sv_fixedframeratesingleplayer cvar
2005-07-05 havocfixed signed/unsigned mismatch warnings
2005-06-12 blackFixed a VC runtime assertion caused by wishdir not...
2005-06-11 havocsplit CL_ClientMovement into CL_ClientMovement_Input...
2005-06-06 havocfix crouch button to be the right one
2005-06-05 havocfix lagged prydon cursor trace bug (it was using render...
2005-05-29 havocdisabled cl_movement when in intermission
2005-05-25 havocdon't set cl.movement true if cl_movement cvar is off
2005-05-24 havocadded onground clearing before each move so that going...
2005-05-24 havocrewrote protocol version system (including splitting...
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