]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/client/hud/panel/strafehud.qc
strafehud: add jump height and circle jump speed (speed crossing start trigger) text...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud / panel / strafehud.qc
2020-07-06 Juhustrafehud: add jump height and circle jump speed (speed...
2020-07-05 Juhustrafehud: minor bug fixes
2020-07-04 Juhustrafehud: add slick detector
2020-07-02 Juhustrafehud: clean up gradient code
2020-07-02 Juhustrafehud: make the angle indicator use a gradient...
2020-07-02 Juhustrafehud: add gradient style
2020-07-02 Juhustrafehud: make sure not to draw stuff too far outside...
2020-07-01 Juhustrafehud: change hud drawing logic to not need differe...
2020-07-01 Juhustrafehud: make both switch indicator alphas configurable
2020-07-01 Juhustrafehud: minor adjustments
2020-07-01 Juhustrafehud: minor code cleanup
2020-07-01 Juhustrafehud: optimize by returning immediately in draw...
2020-07-01 Juhustrafehud: mass renaming of cvars + some new cvars...
2020-06-29 Juhustrafehud: the opacity of various different parts of...
2020-06-24 Juhustrafehud: unify HUD_Panel_DrawStrafeHUD_* functions...
2020-06-24 Juhustrafehud: limit angle indicator height to prevent...
2020-06-23 Juhustrafehud: add option to disable direction caps
2020-06-23 Juhustrafehud: no direction timeout when changing direction...
2020-06-23 Juhustrafehud: make forward/backward detection work correct...
2020-06-23 Juhustrafehud: change simplified water physics slightly
2020-06-23 Juhustrafehud: invert left/right direction indicator if...
2020-06-23 Juhustrafehud: change which switch angles are displayed...
2020-06-23 Juhustrafehud: remove timeout value for left/right strafe...
2020-06-23 Juhustrafehud: direction caps can now be customized even...
2020-06-23 Juhustrafehud: remove the need to pass hidden area width...
2020-06-23 Juhustrafehud: reworked panel center feature
2020-06-23 Juhustrafehud: add timeout values for left/right strafe...
2020-06-23 Juhustrafehud: apply antiflicker_speed value while swimming...
2020-06-23 Juhustrafehud: make more width/height values configurable...
2020-06-22 Juhustrafehud: ignore direction timeout when below maxspeed
2020-06-21 Juhustrafehud: make anti flicker values configurable
2020-06-21 Juhustrafehud: don't show acceleration when standing still
2020-06-21 Juhustrafehud: fix code which prevents flickering
2020-06-21 Juhustrafehud: minspeed cvar now only affects strafe switch...
2020-06-21 Juhustrafehud: handle direction == 0 properly
2020-06-20 Juhustrafehud: fix bug caused by rewrite commit which made...
2020-06-20 Juhuupdate strafehud minspeed description and cvar name...
2020-06-20 Juhuadd option to hide strafehud switch indicators
2020-06-20 Juhumake water physics related strafehud variable names...
2020-06-20 Juhuadd drawfill-only option to the strafehud to prevent...
2020-06-20 Juhumake sure angle indicator changes color when inside...
2020-06-20 JuhuMerge remote-tracking branch 'origin/master' into Juhu...
2020-06-20 Juhuadd HUD_StrafeHUD_Export()
2020-06-20 Juhumajor strafehud refactoring/rewrite
2020-06-17 Juhustrafehud: improve forward/backward strafe detection
2020-06-15 Juhuadd strafehud to _hud_panelorder and improve a few...
2020-06-03 Juhufix strafehud when playing demos
2020-06-02 Juhuaccidentally used scoreboard panel names for cvars...
2020-06-02 Juhuimprove strafehud mode branch logic
2020-06-02 Juhuimprove cvar handling and change strafehud mode default...
2020-05-18 Juhuremove swamp detection in strafehud due to recent chang...
2020-05-18 Juhurefactored lots of strafehud code and added mode option...
2020-05-11 Juhusmall improvements to drawing logic in strafehud
2020-05-07 Juhufurther improve strafehud drawing code (fixes visual...
2020-05-05 Juhuadded an option to put the hud angle in the middle...
2020-05-05 Juhuimprove drawing of the strafe bar
2020-05-04 Juhuadd header for anim_implicit_state to strafehud, oops
2020-05-04 Juhufix onground detection in spectate mode
2020-05-04 Juhuremoved mode option, won't implement that for a while...
2020-05-04 Juhubug fixes, code clean up and improved comments
2020-05-03 Juhucleaned up strafehud core logic code
2020-04-30 Juhuchange the way default values are reset
2020-04-29 Juhu_fix initial commit
2020-04-29 JuhuAdding StrafeHUD for Xonotic