2011-10-25 |
havoc | added Sys_PrintfToTerminal function for convenience... |
blob | commitdiff | raw |
2011-10-22 |
havoc | major overhaul for thread-safety - many global variable... |
blob | commitdiff | raw | diff to current |
2011-10-10 |
divverent | cl_movement: hit CSQC entities if solid (rationale... |
blob | commitdiff | raw | diff to current |
2011-09-11 |
divverent | clip velocity when detecting ground |
blob | commitdiff | raw | diff to current |
2011-09-11 |
divverent | more canjump fixes |
blob | commitdiff | raw | diff to current |
2011-09-10 |
divverent | fix another canjump tracking bug; STILL not good |
blob | commitdiff | raw | diff to current |
2011-09-10 |
divverent | fix one bug in cl_movement_track_canjump. Still buggy. |
blob | commitdiff | raw | diff to current |
2011-09-09 |
divverent | add a FIXME comment regarding canjump, will check that... |
blob | commitdiff | raw | diff to current |
2011-08-16 |
havoc | implemented CSQC_InputEvent type 2 and type 3 mouse... |
blob | commitdiff | raw | diff to current |
2011-06-13 |
divverent | fix some warnings about useless code (unsigned < 0... |
blob | commitdiff | raw | diff to current |
2011-05-17 |
divverent | new movement cvar and stat: sv_airaccel_qw_stretchfactor |
blob | commitdiff | raw | diff to current |
2011-04-29 |
divverent | CL_RotateMoves: helper builtin for Xonotic for perfect... |
blob | commitdiff | raw | diff to current |
2011-03-01 |
havoc | q1bsp traceline code now hits surfaces, this comes... |
blob | commitdiff | raw | diff to current |
2010-11-18 |
havoc | for purposes of better compatibility with proquake... |
blob | commitdiff | raw | diff to current |
2010-10-13 |
divverent | "cl_movement_replay 0" to disable the built-in prediction |
blob | commitdiff | raw | diff to current |
2010-09-04 |
divverent | Adding GAME_XONOTIC and recognizing xonotic executable... |
blob | commitdiff | raw | diff to current |
2010-08-04 |
divverent | only send prydoncursor related buttons, if cl_prydoncur... |
blob | commitdiff | raw | diff to current |
2010-07-25 |
divverent | make prydon cursor absolute, not relative |
blob | commitdiff | raw | diff to current |
2010-07-20 |
divverent | make airstopaccelerate less accidentally epic ;) |
blob | commitdiff | raw | diff to current |
2010-07-20 |
divverent | sv_aircontrol_penalty |
blob | commitdiff | raw | diff to current |
2010-06-23 |
divverent | fix a minor typo causing a slight misprediction |
blob | commitdiff | raw | diff to current |
2010-06-04 |
divverent | sv_airspeedlimit_nonqw: a soft speedlimit for games... |
blob | commitdiff | raw | diff to current |
2010-05-23 |
divverent | remove a superfluous and possibly harmful block in... |
blob | commitdiff | raw | diff to current |
2010-05-22 |
divverent | sv_airstrafeaccel_qw cvar for tuning CPMA-style physics |
blob | commitdiff | raw | diff to current |
2010-05-03 |
divverent | sv_aircontrol_power - customizing the response curve... |
blob | commitdiff | raw | diff to current |
2010-04-05 |
divverent | 1. network sv_gameplayfix_gravityunaffectedbyticrate... |
blob | commitdiff | raw | diff to current |
2010-03-06 |
divverent | properly support huge sideways friction |
blob | commitdiff | raw | diff to current |
2010-02-27 |
havoc | added cl_prydoncursor_notrace cvar |
blob | commitdiff | raw | diff to current |
2010-02-03 |
havoc | change default cl_netfps from 20 to 72 |
blob | commitdiff | raw | diff to current |
2010-01-30 |
divverent | fix missing sqrt in sideways friction |
blob | commitdiff | raw | diff to current |
2010-01-30 |
divverent | make CPMA air control code more logical |
blob | commitdiff | raw | diff to current |
2010-01-30 |
divverent | make CPMA_PM_AirControl more gamepad friendly. Otherwis... |
blob | commitdiff | raw | diff to current |
2010-01-30 |
divverent | fix a minor code bug that should never occur in the... |
blob | commitdiff | raw | diff to current |
2010-01-30 |
divverent | speed clamping: sideways friction < 0 clamps against... |
blob | commitdiff | raw | diff to current |
2009-12-30 |
havoc | buffer up to 32 recent frame numbers for clc_ack to... |
blob | commitdiff | raw | diff to current |
2009-12-30 |
divverent | remove some unwanted debug prints |
blob | commitdiff | raw | diff to current |
2009-12-30 |
divverent | hopefully fix a race condition in S_StartSound |
blob | commitdiff | raw | diff to current |
2009-12-26 |
divverent | fix asign error in a mostly unused physics code part :P |
blob | commitdiff | raw | diff to current |
2009-11-07 |
divverent | clmovement: do not replay less than 0.5ms sized movemen... |
blob | commitdiff | raw | diff to current |
2009-10-03 |
havoc | split CL_Move into CL_TracePoint, CL_TraceLine, CL_Trac... |
blob | commitdiff | raw | diff to current |
2009-09-27 |
divverent | fix inverse logic in "important" local |
blob | commitdiff | raw | diff to current |
2009-09-27 |
havoc | change cl.time check back |
blob | commitdiff | raw | diff to current |
2009-09-27 |
havoc | fix outgoing netgraph anomalies (caused by cl_maxfps... |
blob | commitdiff | raw | diff to current |
2009-09-23 |
divverent | only skip input if time is actually increasing (should... |
blob | commitdiff | raw | diff to current |
2009-09-18 |
divverent | sv_gameplayfix_q2airaccelerate: use Quake2/3/Nexuiz... |
blob | commitdiff | raw | diff to current |
2009-09-17 |
havoc | rewrote netgraph code |
blob | commitdiff | raw | diff to current |
2009-09-17 |
havoc | stop predicting movement when no server packets have... |
blob | commitdiff | raw | diff to current |
2009-09-15 |
havoc | fix errors and warnings in MSVC when compiling as C++ |
blob | commitdiff | raw | diff to current |
2009-09-15 |
divverent | also check ticrate movevar |
blob | commitdiff | raw | diff to current |
2009-09-15 |
divverent | [04:31:11] <@LordHavoc> div0: 9179 (if (msecdelta ... |
blob | commitdiff | raw | diff to current |
2009-09-14 |
divverent | if sideways friction is negative, make it never decreas... |
blob | commitdiff | raw | diff to current |
2009-09-11 |
havoc | do not allow cl_netfps to be below the server framerate... |
blob | commitdiff | raw | diff to current |
2009-09-11 |
divverent | do not send zero-length moves at >1000fps |
blob | commitdiff | raw | diff to current |
2009-09-11 |
divverent | input: limit cl_netrepeatinput to 3 |
blob | commitdiff | raw | diff to current |
2009-09-03 |
divverent | as requested by LH, #if 0 out cycleweapon |
blob | commitdiff | raw | diff to current |
2009-08-14 |
divverent | cvar cl_movecliptokeyboard: clip movement vectors to... |
blob | commitdiff | raw | diff to current |
2009-08-04 |
divverent | onground check: don't trace down by 2 units but just... |
blob | commitdiff | raw | diff to current |
2009-07-03 |
divverent | add a second trigger for the same incompatibility detection |
blob | commitdiff | raw | diff to current |
2009-07-03 |
divverent | CPMA physics: force airaccelqw=1 when strafing if using... |
blob | commitdiff | raw | diff to current |
2009-05-12 |
divverent | m_accelerate_* cvars |
blob | commitdiff | raw | diff to current |
2009-05-08 |
divverent | simplifying Warsow-style physics code even more, as... |
blob | commitdiff | raw | diff to current |
2009-05-08 |
divverent | analyzing the movement algorithm from warsow yielded... |
blob | commitdiff | raw | diff to current |
2009-05-07 |
divverent | cl_input: movevars for "warsowbunny" mode, also impleme... |
blob | commitdiff | raw | diff to current |
2009-05-06 |
divverent | cl_movement: move crouch handling so that sv_maxairspee... |
blob | commitdiff | raw | diff to current |
2009-05-05 |
divverent | CPMA-style cl_movement physics settings possible! Varia... |
blob | commitdiff | raw | diff to current |
2009-01-28 |
divverent | make DP compile with C++ again |
blob | commitdiff | raw | diff to current |
2008-11-06 |
havoc | changed default edgefriction to 1 to match QW physics... |
blob | commitdiff | raw | diff to current |
2008-08-19 |
havoc | fix NaN velocity that always occurred when standing... |
blob | commitdiff | raw | diff to current |
2008-06-26 |
havoc | always send a packet when an impulse is used, regardles... |
blob | commitdiff | raw | diff to current |
2008-05-08 |
havoc | fix nexuiz menu mouse input by resetting in_mouse_x... |
blob | commitdiff | raw | diff to current |
2008-05-08 |
havoc | implemented support for turning off mousegrab in csqc... |
blob | commitdiff | raw | diff to current |
2008-05-01 |
divverent | re-add the multiplication by waterlevel for cls.protoco... |
blob | commitdiff | raw | diff to current |
2008-04-30 |
divverent | remove weird multiplication of water friction by 1... |
blob | commitdiff | raw | diff to current |
2008-03-30 |
havoc | patch from Blub\0 which adds back the wrapping behavior... |
blob | commitdiff | raw | diff to current |
2008-03-12 |
havoc | disable pitch drift when csqc wants mouse moves |
blob | commitdiff | raw | diff to current |
2008-03-10 |
havoc | replaced cl.movement_queue with direct use of cl.movecm... |
blob | commitdiff | raw | diff to current |
2008-03-09 |
havoc | lower cl_netfps default from 72 to 20 |
blob | commitdiff | raw | diff to current |
2008-03-09 |
havoc | fixed jerky cl_movement with cl_netfps below current... |
blob | commitdiff | raw | diff to current |
2008-03-09 |
havoc | added cl_netimmediatebuttons cvar which causes addition... |
blob | commitdiff | raw | diff to current |
2008-03-03 |
havoc | up the default cl_netfps to 72, which is higher than... |
blob | commitdiff | raw | diff to current |
2008-03-03 |
havoc | removed cl_netinputpacketsperserverpacket (now uses |
blob | commitdiff | raw | diff to current |
2008-02-12 |
havoc | reworked cl.viewangles bounding of roll angle, and... |
blob | commitdiff | raw | diff to current |
2008-01-22 |
havoc | merged CL_MoveParticles, CL_MoveDecals, and R_MoveExplo... |
blob | commitdiff | raw | diff to current |
2008-01-20 |
divverent | For some reason, cl_netinputpacketsperserverpacket... |
blob | commitdiff | raw | diff to current |
2008-01-04 |
black | Refactor the code to make r_view and r_viewcache member... |
blob | commitdiff | raw | diff to current |
2007-12-25 |
havoc | changed cl_ignoremousemove from a qboolean to an int... |
blob | commitdiff | raw | diff to current |
2007-12-23 |
divverent | update movement_velocity in demos too |
blob | commitdiff | raw | diff to current |
2007-12-17 |
black | Add full support for csqc's sensitivityscale (no clampi... |
blob | commitdiff | raw | diff to current |
2007-11-09 |
divverent | add cvar cl_movement_track_canjump (when off, client... |
blob | commitdiff | raw | diff to current |
2007-10-17 |
havoc | fixed cl.movement_origin being invalid on quake protoco... |
blob | commitdiff | raw | diff to current |
2007-10-10 |
havoc | fix typo in cl_netinputpacketspersecond_qw cvar name... |
blob | commitdiff | raw | diff to current |
2007-10-06 |
divverent | make bestweapon customizable using a new register_bestw... |
blob | commitdiff | raw | diff to current |
2007-10-01 |
havoc | added support for arguire's strange protocols that... |
blob | commitdiff | raw | diff to current |
2007-08-27 |
havoc | implemented snd_mutewhenidle cvar, defaults to 1, to... |
blob | commitdiff | raw | diff to current |
2007-06-13 |
havoc | brought back the client->sendsignon flag from original... |
blob | commitdiff | raw | diff to current |
2007-05-23 |
divverent | cvar: v_flipped flips all 3D view except sprites and... |
blob | commitdiff | raw | diff to current |
2007-05-20 |
havoc | send input for every client frame in singleplayer |
blob | commitdiff | raw | diff to current |
2007-05-17 |
havoc | changed default of cl_netinputpacketsperserverpacket... |
blob | commitdiff | raw | diff to current |
2007-05-17 |
havoc | allow non-integer cl_netinputpacketsperserverpacket... |
blob | commitdiff | raw | diff to current |
2007-05-17 |
havoc | fix descriptions on cl_netinputpacketsper* cvars |
blob | commitdiff | raw | diff to current |
next |