]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/client/hud/panel/strafehud.qc
Merge branch 'master' into develop
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud / panel / strafehud.qc
2022-04-12 terencehillMerge branch 'master' into develop
2022-03-21 bones_was_hereMerge branch 'ferreum/demoseeking-overhaul' into 'master'
2022-03-17 bones_was_hereMerge branch 'bones_was_here/stepup_distance' into...
2022-03-17 bones_was_hereMerge branch 'bones_was_here/doxygen' into 'master'
2022-03-13 terencehillMerge branch 'master' into terencehill/menu_quit_game
2022-02-10 terencehillMerge branch 'master' into terencehill/replicatevars_en... 964/head
2022-01-18 terencehillMerge branch 'Mario/resource_registry' into 'master'
2022-01-18 MarioMigrating resources (ammo, health etc) to a registry...
2022-01-10 MarioMerge branch 'master' into develop
2022-01-08 MarioMerge branch 'bones_was_here/walking_groundentity_fix...
2022-01-02 terencehillMerge branch 'z411/srestart' into 'master'
2021-12-09 MarioMerge branch 'Mario/lms_pickup_items' into 'master'
2021-12-04 terencehillMerge branch 'z411/powerups_dropondeath' into 'master'
2021-11-21 terencehillMerge branch 'terencehill/health_armor_icons' into...
2021-11-17 terencehillMerge branch 'bones_was_here/ft_start_armor' into ...
2021-11-17 terencehillMerge branch 'bones_was_here/strafehud_jumpheight'...
2021-10-20 z411Merge branch 'master' into z411/srestart
2021-10-12 bones_was_herestrafehud: fix and refactor jumpheight feature 939/head
2021-08-29 MarioMerge branch 'bones_was_here/hlac_speed' into 'master'
2021-07-18 bones_was_hereResolve conflicts 2: Merge branch 'master' into bones_w...
2021-07-08 terencehillRankings panel: allow immediate update of speed unit...
2021-03-10 terencehillMerge branch 'master' into terencehill/less_entities
2021-03-06 bones_was_hereMerge branch 'master' into bones_was_here/q3compat
2020-12-12 terencehillMerge branch 'master' into terencehill/glowmod_color_fix
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 'master' into terencehill/glowmod_color_fix
2020-10-18 bones_was_hereMerge branch 'master' into bones_was_here/q3compat
2020-10-18 MarioMerge branch 'bones_was_here/csprogs' into 'master'
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...
next