]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/client/hud.qc
Merge remote branch 'origin/divVerent/fruitbalance' into fruitiex/fruitbalance
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud.qc
2010-06-30 FruitieXmake coloring work, merge getcolor with the drawbg...
2010-06-30 FruitieXmake it draw stuff at correct sizes now :)
2010-06-30 FruitieXnow REALLY get past the macro call :) :)
2010-06-30 FruitieXless errors, but there are still plenty of them.
2010-06-30 FruitieXmacro hell
2010-06-29 FruitieXconvert several functions into macros for a hopefully...
2010-06-29 FruitieX"complain" message bubble for weaponicons panel
2010-06-29 FruitieXallow to configure the hud when spectating, but still...
2010-06-29 FruitieX(crappy, placeholder) move/resize cursors! Also force...
2010-06-29 FruitieXbetter handling of grid when editing with arrow keys...
2010-06-29 FruitieXfade out the visible highlight when doubleclicking...
2010-06-29 FruitieXhopefully fix the team/pants/shirt coloring to actually...
2010-06-29 FruitieXreturn from the keyboard function if the mouse is click...
2010-06-29 FruitieXadd a visible highlight to highlightedPanel_prev
2010-06-29 FruitieXMerge remote branch 'origin/master' into fruitiex/newpa...
2010-06-29 terencehillAllow to really draw panels with no border for faster...
2010-06-29 terencehillMore usable move/resize speed for arrow keys, it increa...
2010-06-29 terencehillShortcuts with arrow keys in conf. mode:
2010-06-29 terencehillRearranged the code in preparation to move/resize code...
2010-06-29 terencehillSupport for shift/ctrl/alt as keys modifiers in configu...
2010-06-29 terencehillPut back checks of ratio in CheckResize algorithm.
2010-06-29 FruitieXMerge branch 'master' into terencehill/newpanelhud
2010-06-29 FruitieXadd new cvars to ExportCfg, do some cleanups and initia...
2010-06-29 FruitieXuse hud_bigfont on big fonts to make them sharper, duh
2010-06-29 FruitieXremove useless todo comment
2010-06-29 FruitieXcenter the icons/counts in powerups and h/a panels...
2010-06-29 FruitieXMerge branch 'master' into fruitiex/newpanelhud
2010-06-29 FruitieXsame thing for healtharmor. Current item aligning looks...
2010-06-28 FruitieXuse drawstring in the powerup panel, do some cleanups
2010-06-28 FruitieXmake the inventory panel aspect independent (and DrawXN...
2010-06-25 FruitieXMerge branch 'master' into fruitiex/fruitbalance
2010-06-25 FruitieXno more DrawXNum
2010-06-24 FruitieXalso disable dock if hud_dock is set to "0"
2010-06-24 FruitieXskip drawing progressbar (or any calculations belonging...
2010-06-24 Mircea KitsuneMerge branch 'master' into mirceakitsune/nex_reticle
2010-06-24 terencehillAllow to really draw panels with no border for faster...
2010-06-24 FruitieXMerge branch 'master' into mirceakitsune/nex_reticle
2010-06-24 Sahil SinghalMerge commit 'origin/master' into diabolik/nexmodel
2010-06-23 Rudolf Polzerfix weapon count when sorting
2010-06-23 Mircea KitsuneMerge branch 'master' into mirceakitsune/nex_reticle
2010-06-23 Rudolf PolzerMerge remote branch 'refs/remotes/origin/terencehill...
2010-06-23 Rudolf PolzerMerge remote branch 'refs/remotes/origin/mirceakitsune...
2010-06-23 Rudolf PolzerMerge remote branch 'refs/remotes/origin/diabolik/iqmmo...
2010-06-22 Rudolf Polzertry to reduce calls to ArrayGet*weaponorder
2010-06-20 terencehillMore usable move/resize speed for arrow keys, it increa...
2010-06-20 terencehillShortcuts with arrow keys in conf. mode:
2010-06-20 terencehillRearranged the code in preparation to move/resize code...
2010-06-20 terencehillSupport for shift/ctrl/alt as keys modifiers in configu...
2010-06-20 terencehillPut back checks of ratio in CheckResize algorithm.
2010-06-20 FruitieXmake score panel aspect independent... this can still...
2010-06-19 Mircea KitsuneMerge branch 'master' into mirceakitsune/nex_reticle
2010-06-19 Rudolf PolzerMerge branch 'fruitiex/newpanelhud_stable'
2010-06-19 FruitieXfix small typo, remove dead code
2010-06-18 FruitieXremove unneccessary resize check, not needed anymore...
2010-06-18 FruitieXwoops fix silly bug with grid
2010-06-18 FruitieXaspect-independent pressedkeys panel
2010-06-18 FruitieXfix aspect on timer
2010-06-18 FruitieXaspect fixing on engineinfo panel, broken_panel_cnt...
2010-06-18 FruitieXdrawpic_aspect wrapper function to always keep aspect...
2010-06-17 FruitieXno aspect ratio forcing on dock
2010-06-17 FruitieXremove all aspect ratio forcing stuff from the resizing...
2010-06-17 FruitieXdrawpic_aspect wrapper for drawpic
2010-06-17 FruitieXnotify message fixes
2010-06-17 FruitieX"ghost weapons" on the hud ;)
2010-06-17 FruitieXjust draw the fps into full panel size on the engineinf...
2010-06-17 FruitieXupdate the old hud to look even more like the old hud...
2010-06-17 FruitieXedit wickedhud_default to match grid, rearrange layout...
2010-06-17 FruitieXrelative coordinates on grid
2010-06-17 FruitieXremove the "feature" which made coordinates bigger...
2010-06-17 FruitieXdon't even check for collisions against target panel...
2010-06-17 FruitieXadd a failsafe to resizing so that panels can NEVER...
2010-06-17 FruitieXfix size capping to screen edges
2010-06-17 FruitieXterencehill's resizecheck algoritihm. This makes resizi...
2010-06-17 FruitieXMerge remote branch 'origin/terencehill/newpanelhud...
2010-06-17 Rudolf PolzerMerge branch 'fruitiex/newpanelhud_stable' into fruitie...
2010-06-17 Rudolf PolzerMerge remote branch 'origin/divVerent/menu-imprOOvement...
2010-06-17 terencehillImplemented new collisions check algorithm when resizin...
2010-06-16 terencehillMerge remote branch 'remotes/origin/fruitiex/newpanelhu...
2010-06-16 terencehillRevert "Snap panel to the central vertical/horizontal...
2010-06-16 FruitieXreally fix notify resizing now, also move the default...
2010-06-16 FruitieXMerge remote branch 'origin/fruitiex/newpanelhud_stable...
2010-06-16 FruitieXfix notify size limits hopefully
2010-06-16 FruitieXfix dumb mistake, fix hurttrigger notification
2010-06-16 FruitieXcode for the new icons, add some new placeholders too
2010-06-16 Rudolf Polzerweaponpriority vs HUD fixes (a lot of them)
2010-06-16 FruitieXMerge branch 'fruitiex/newpanelhud_stable' into fruitie...
2010-06-16 FruitieXadd Samual's beloved sv_fragmessages
2010-06-15 FruitieXMerge branch 'fruitiex/newpanelhud' into fruitiex/newpa...
2010-06-15 FruitieXfix info message printing, branch should now be good...
2010-06-15 FruitieXMerge branch 'master' into fruitiex/newpanelhud_stable
2010-06-14 FruitieXinitial work on messaging system through notify panel...
2010-06-14 FruitieXenable the quick update fps method by default, make...
2010-06-14 FruitieXnew toys, new toys! CSQC-based FPS counter with way...
2010-06-14 FruitieXremix the wickedhud_small layout a bit, and make it...
2010-06-14 FruitieXfix bug mentioned in previous commit, now the only...
2010-06-14 FruitieXresize mostly works in a sane way now, can almost enabl...
2010-06-14 FruitieXmake some fixes to the race time and race modicon panels
2010-06-13 FruitieXsimilar thing for chat panel (time slider)
2010-06-13 FruitieXadd (fade)time settings to notify dialog
2010-06-13 FruitieXdo not force a minalpha on panels when the config dialo...
next