]> icculus.org git repositories - divverent/nexuiz.git/history - data/qcsrc/menu/menu.qc
reintroduce the 640x480 hack as I have found out what it was good for
[divverent/nexuiz.git] / data / qcsrc / menu / menu.qc
2009-12-26 div0reintroduce the 640x480 hack as I have found out what...
2009-12-26 div0remove hack for 640x480 menu in preparation of freetype...
2009-12-26 div0fix menu aspect fixing :(
2009-12-24 div0fix relative mouse coordinate handling
2009-12-19 div0oops... 4% more width because I had done 6:5 and not 5:4
2009-12-18 div0try fixing crash found by Roffnan
2009-12-18 div0refactored the scaling to a separate function to allow...
2009-12-18 div0also new: SKINCOLOR_BACKGROUND
2009-12-18 div0menu background: allow different aspect-fixing modes...
2009-12-18 div0menu now ALWAYS works in a subwindow of 5:4 aspect...
2009-10-04 div0fix tiny bug regarding conwidth/height updating
2009-10-04 div0menu_vid_scale: add a slider to control size of HUD...
2009-09-11 div0fix typo
2009-09-11 div0new cvar: _menu_alpha (current alpha of menu, read...
2009-09-05 div0fix menu display at non-4:3 aspect ratio by drawing...
2009-09-05 div0new property for menu skins: ALIGN_BACKGROUND
2009-09-03 blub0reverting the preparations, we first need a stringwidth...
2009-09-03 blub0Okay, this is preparation for the freetype support...
2009-08-06 div0give the magic numbers names
2009-08-06 div0if developer is set, list all game dirs using the newly...
2009-06-06 div0menu: add saturation slider, fix warning about fteqcc...
2009-05-31 div0fix a tooltip related warning message spam
2009-05-31 div0overridable tooltips (see tooltips.db)
2009-05-31 div0tooltip support for the menu (only the credits dialog...
2009-05-02 div0revert many fteqcc workarounds, as Blub has a patch...
2009-04-28 div0try working around fteqcc -r3178 bug
2009-04-23 div0remove all 2.4.2 compatibility code (do not merge this...
2009-04-22 div0detect the current fteqcc compiler bug, and abort if...
2009-04-17 div0fix a weird menu mouse pointer jumping bug
2009-04-14 div0support for pointer warping
2008-11-09 div0new weapon arena menu controls, enjoy! Original code...
2008-10-31 div0demo browser
2008-10-27 div0show title and author of each skin
2008-10-26 div0improve skin selector
2008-10-26 div0skin selector by Ronan
2008-10-11 div0stop using the insane tokenizer for menu skin files
2008-10-11 div0Experimental new tokenizer (should now be 1:1 compatibl...
2008-09-21 div0experimental favorites feature (right click a server)
2008-08-04 div0oh, adding missing cvheck
2008-08-04 div0use the default string of the menu_skin cvar in prefere...
2008-07-18 div0sv_pogostick, sv_doublejump, add destructors to menu...
2008-06-07 div0- Rename CD track files to proper names
2008-05-10 div0draw mouse pointer always
2008-05-08 div0new cvar: menu_mouse_absolute (alternate mouse mode...
2008-02-26 div0only ask menu_slowmo once, and 0 means 1
2008-01-26 div0fix userbinds;
2008-01-26 div0change how menu_slowmo works to not change double clicks
2008-01-26 div0added cvar "menu_slowmo"
2008-01-23 div0menu-div0test -> menu
2008-01-23 div0-scmenu; make mapinfo default
2007-10-10 div0replaced dprint by a QC function that checks for "devel...
2007-04-15 div0now using DP_SV_CMD/DP_QC_CMD; removed cvar abuse by...
2006-06-12 lordhavocmoved menuqc to qcsrc/menu