]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/client/hud.qc
do not force a minalpha on panels when the config dialog is up
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud.qc
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...
2010-06-09 FruitieXfade vote dialog in/out when needed/not needed
2010-06-09 FruitieXcap grid size to >= 2 to prevent accidental crashing...
2010-06-09 FruitieXfix too big padding values, fix minsize of chat panel
2010-06-09 FruitieXremove a warning
2010-06-09 FruitieXcomment out the escape until we know how to do it prope...
2010-06-09 FruitieXchat area "panel"
2010-06-08 FruitieXfix hud_notify_flip cvar, also export it in the exporter
2010-06-08 FruitieXhack in flipping the order of the notify stack, so...
2010-06-08 FruitieXcvar time/fadetime, fix scoreboard
2010-06-08 FruitieXfix resizing the notify panel
2010-06-08 FruitieXctf flags on hud notify panel :)
2010-06-08 FruitieXall weapons supported. thanks div0
2010-06-08 FruitieXcenterprints
2010-06-08 FruitieXnotify messages MOSTLY work... some breakage here and...
2010-06-08 FruitieXnotify panel should now work for weapons
2010-06-08 FruitieXd'oh! Write a *SHORT*, not byte >_<
2010-06-08 FruitieXmove more of the weapon stuff to CSQC
2010-06-07 FruitieXMerge branch 'fruitiex/newpanelhud_stable' into fruitie...
2010-06-07 FruitieXMerge branch 'master' into fruitiex/newpanelhud_stable
2010-06-06 FruitieXvisible grid (optional) for the configuration mode!
2010-06-06 FruitieXadd hud_*_color_team cvars to enforce a team color...
2010-06-06 FruitieXMerge branch 'master' into fruitiex/newpanelhud
2010-06-06 FruitieXinitial work on supporting kill messages
2010-06-06 FruitieXmove even more notify messages to CSQC, now we need...
2010-06-05 FruitieXinitial work on notify panel, some centerprints now...
2010-06-05 FruitieXMerge branch 'master' into fruitiex/newpanelhud
2010-06-03 FruitieXremove unused vector
2010-06-03 FruitieXperform the hud min size cap earlier on to fix a bug...
2010-06-03 FruitieXremove a useless todo... :P
2010-06-03 FruitieXresizing works pretty well now, but there are still...
2010-06-03 FruitieXcleanup
2010-06-03 FruitieXmake all corners work, do collision testing against...
2010-06-03 FruitieXstart reworking the resizing code completely from scrat...
2010-06-02 FruitieXaccept shirt and pants as colors for dock and panels
2010-06-02 FruitieXreintroduce combined health/armor display, do small...
2010-06-02 FruitieXadd strength/sheld icon expanding again! todo_cnt-...
2010-06-02 FruitieXscale the statusbar images 1:2:1 (left/right parts...
2010-06-02 FruitieXMerge branch 'master' into fruitiex/newpanelhud
2010-05-23 FruitieXhey, fix the vote window coloring and add more useless...
2010-05-23 FruitieXmove ammo_rocket to ammo_rockets to follow the conventi...
2010-05-23 FruitieXallow docks with different names than "dock", duh :P
2010-05-23 FruitieXget rid of ons_showmap
2010-05-23 FruitieXremove radar size/pos stuff from menu, as well as the...
2010-05-19 FruitieXfix wrong image name in code
2010-05-19 FruitieXmove weapon icons back into the skin folders to make...
2010-05-19 FruitieXrename highlight_*.tga to num_leading_*.tga to make...
2010-05-18 FruitieXmake the default padding actually work :P
2010-05-18 FruitieXwickedhud beta1 by sev, plus fix the exporter :)
2010-05-18 FruitieXforce showing a background in config mode, also adapt...
2010-05-18 FruitieXadd padding to the export function
2010-05-18 FruitieXmake all hud_bg cvars follow the same convention (...
2010-05-18 FruitieXdon't draw "ammo_currentbg" in showonlycurrent mode
2010-05-18 FruitieXdraw accuracy bar as a background to the weapon icon...
2010-05-17 FruitieXfix a bunch of warnings
2010-05-17 FruitieXMerge branch 'master' into fruitiex/newpanelhud
2010-05-16 FruitieXalways show some icons on the mod icon panel when in...
2010-05-16 FruitieXadd hud_configure_grid ;). Gridsize can be set manually...
2010-05-16 FruitieXalways draw enabled panels in config mode
2010-05-16 FruitieXmod icons, still a bit unfinished but in the interest...
2010-05-15 FruitieXmore preparations for modicon panel
2010-05-15 FruitieXsmall code restructure to prepare for mod icons...
next