]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/client/hud/panel/strafehud.qc
strafehud: some more small bug fixes and code improvements for the ghost angle indica...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud / panel / strafehud.qc
2021-07-18 Juhustrafehud: some more small bug fixes and code improveme...
2021-07-18 Juhustrafehud: improve offsetting of hud elements in case...
2021-07-18 Juhustrafehud: make sure the ghost angle indicator stays...
2021-03-27 Juhustrafehud: remove experimental marking and comment...
2021-03-27 Juhustrafehud: draw direction caps after slick detector...
2021-03-27 Juhustrafehud: add a ghost angle indicator showing the...
2021-03-26 Juhustrafehud: add pre acceleration zone and move the accel...
2021-03-24 Juhustrafehud: improve direction caps drawing logic
2021-03-24 Juhustrafehud: add size restrictions back but add a cvar...
2021-03-23 Juhustrafehud: move text indicators so that they don't...
2021-03-23 Juhustrafehud: improve visual fidelity of arrows
2021-03-23 Juhustrafehud: make scaling restrictions more reasonable...
2021-03-22 Juhustrafehud: remove direction (fwd/bkwd) timeout, it...
2021-03-22 Juhustrafehud: rework the switch indicator cvars and remove...
2021-03-22 Juhustrafehud: improve angle indicator style cvar usage
2021-03-22 Juhustrafehud: remove tab characters
2021-03-22 Juhustrafehud: don't put the slick detector into "always...
2021-03-19 Juhustrafehud: fix crouch detection in spectate and possibl...
2021-03-18 Juhustrafehud: draw text indicators last to prevent arrows...
2021-03-18 Juhustrafehud: add angle indicator styles and arrows
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...
next