]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/client/hud/panel/strafehud.qc
Merge branch 'master' into Juhu/strafehud-fixes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud / panel / strafehud.qc
2021-03-17 JuhuMerge branch 'master' into Juhu/strafehud-fixes
2021-03-17 Juhustrafehud: count everything as slick if the friction...
2021-03-17 Juhustrafehud: fix calculations when maxspeed != wishspeed...
2021-03-17 Juhustrafehud: fix strafe turning with analog input
2021-03-17 Juhustrafehud: make angle calculation code less obscure
2021-03-17 Juhustrafehud: only calculate the gradient offset if needed
2021-03-14 Juhustrafehud: fix gradient offset calculation
2021-03-10 terencehillMerge branch 'master' into terencehill/less_entities
2021-02-11 Juhustrafehud: fix start trigger speed indicator on maps...
2020-11-06 MarioMerge branch 'master' into terencehill/ft_autorevive_pr...
2020-11-02 terencehillMerge branch 'master' into terencehill/scoreboard_item_...
2020-11-01 MarioMerge branch 'master' into Mario/arc_bolt_bounce
2020-10-26 MarioPurge autocvars.qh from the client-side codebase, cvars...
2020-10-19 MarioMerge branch 'master' into Mario/model_stair_smoothing
2020-10-18 MarioMerge branch 'master' into terencehill/scoreboard_item_...
2020-10-18 MarioMerge branch 'bones_was_here/csprogs' into 'master'
2020-10-16 Juhustrafehud: show start speed indicator even on maps...
2020-10-16 MarioRemove an unnecessary main.qh include from the strafehu...
2020-10-14 MarioMerge branch 'Juhu/strafehud' into 'master'
2020-10-14 MarioMerge branch 'master' into Juhu/strafehud
2020-08-07 Juhustrafehud: add missing include for race checkpoints
2020-08-07 Juhustrafehud: use a hook to determine whether the strafehu...
2020-08-07 JuhuMerge branch 'master' into Juhu/strafehud
2020-08-03 Juhustrafehud: change a few comments and mark jump height...
2020-07-06 Juhustrafehud: little cleanup of jump height feature
2020-07-06 Juhustrafehud: don't convert minimum jump height as it...
2020-07-06 Juhustrafehud: properly convert jump height into correct...
2020-07-06 Juhustrafehud: also check whether the player went into...
2020-07-06 Juhustrafehud: properly prevent jump height being carried...
2020-07-06 Juhustrafehud: remove unneeded IS_DEAD()
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