]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/client/hud.qc
Merge branch 'master' into terencehill/newpanelhud
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud.qc
2010-06-29 FruitieXMerge branch 'master' into terencehill/newpanelhud
2010-06-24 terencehillAllow to really draw panels with no border for faster...
2010-06-24 Sahil SinghalMerge commit 'origin/master' into diabolik/nexmodel
2010-06-23 Rudolf Polzerfix weapon count when sorting
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-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...
2010-06-13 FruitieXMerge remote branch 'origin/master' into fruitiex/newpa...
2010-06-13 FruitieXupdate chat cvars to match new dp code
2010-06-13 FruitieXfix a typo
2010-06-13 FruitieXupdate minimum size on the chat panel so the simulated...
2010-06-13 FruitieXfix div by zero
2010-06-13 FruitieXfake the chat messages with drawcolorcodedstring()...
2010-06-13 FruitieXallow resizing the healtharmor panel in combined mode...
2010-06-13 FruitieXmove/resize panels so they are always visible in panel...
2010-06-13 FruitieXadd progressbar to combined health/armor mode and do...
2010-06-13 FruitieXfix fuel on healtharmor panel when mirror mode is on
2010-06-11 Sahil SinghalMerge commit 'origin/fruitiex/newpanelhud' into diaboli...
2010-06-11 FruitieXeh, that's supposed to be < not <= (fixes console spam...
2010-06-11 FruitieXdon't allow mySize to get < 0 by too big padding numbers
2010-06-11 Sahil SinghalMerge commit 'origin/fruitiex/newpanelhud' into diaboli...
2010-06-11 FruitieXMerge branch 'master' into fruitiex/newpanelhud
2010-06-11 FruitieXshow disabled panels in the config mode with low alpha...
2010-06-11 FruitieXadd doubleclick check outside of panels (do nothing)
2010-06-11 FruitieXadd a yay print with current hud panel id (and commit...
2010-06-10 FruitieXdon't hide the panels in the general hud options dialog...
2010-06-10 Sahil SinghalAdd a doubleclick dialog which is just empty for now.
2010-06-10 Sahil SinghalMerge commit 'origin/fruitiex/newpanelhud' into diaboli...
2010-06-10 FruitieXfloat ids -> constants, thanks for good cleanup tip...
2010-06-10 FruitieXmove HUD_Panel_GetName into common/util.qc for easy...
2010-06-10 FruitieXcheck for doubleclicks for future menu communication...
2010-06-09 FruitieXMerge remote branch 'origin/diabolik/newpanelhud' into...
2010-06-09 FruitieXMerge remote branch 'origin/diabolik/newpanelhud' into...
2010-06-09 Sahil SinghalAdd exit dialog. Not done yet though.
2010-06-09 FruitieXautojoin if we are still spec, and hud_config mode...
2010-06-09 FruitieXallow console bind to work in config mode
2010-06-09 FruitieXMerge remote branch 'origin/diabolik/newpanelhud' into...
2010-06-09 FruitieXforce showing rockets on the inventory panel in conf...
2010-06-09 FruitieXmovement disabling patch by parasti, thanks :)
2010-06-09 Sahil SinghalMerge commit 'origin/fruitiex/newpanelhud' into diaboli...
2010-06-09 FruitieXfix odd spacing in notify panel, also center the names
2010-06-09 FruitieXdefault events to the notify panel when in conf mode
2010-06-09 FruitieXsame thing for scoreboard
2010-06-09 FruitieXfade the hud out correctly when opening the menu
2010-06-09 FruitieXalso fade in/out the modicons when there are no mod...
next