]> icculus.org git repositories - divverent/darkplaces.git/history - menu.c
experimental new persistent console history (uses same buffer as console output)...
[divverent/darkplaces.git] / menu.c
2009-05-14 molivierIncreased the size of the text box containing the name...
2009-04-20 divverentfix typo in menu_restart command description
2009-04-04 sajtupdate crosshair slider
2009-01-19 havocfix a number of char types that should be int, to make...
2008-11-11 havocgrab mouse when in controls menu, so that mouse clicks...
2008-09-04 havocsplit FS_Open into FS_OpenRealFile and FS_OpenVirtualFi...
2008-08-24 divverentnew flag CACHEPICFLAG_NOCLAMP; use it for R_PolygonBegi...
2008-06-17 havocfixed all VS2005 deprecated function warnings
2008-05-08 havocmenu.dat needs to use mouse grab by default
2008-04-11 havocadded 1360x768 resolution (used by some TVs), slightly...
2008-02-29 blackRestored FS_Search patch.
2008-02-28 divverentReverted Black's filematch changes for now, because...
2008-02-15 blackNew attempt to change listdirectory.
2008-02-14 blackFix it.. nah I'm just reverting :D
2008-02-14 blackAppend path in listdirectory automatically.
2008-02-14 havocimplemented vid_samples cvar (antialiasing samples...
2008-02-05 blackComment out a line in setmodel again (needs fixing...
2008-02-04 havochuge audit of dprints throughout engine, all notices...
2008-02-01 divverentfix broken table length, and yet another hardcoded...
2008-02-01 divverent- vid_userefreshrate: when 0, a sane default is tried...
2008-01-27 blackAdd R_SelectScene and R_GetScenePointer that encapsulat...
2008-01-25 havocvary r_drawparticles_drawdistance and r_drawdecals_draw...
2008-01-25 havocimplemented framerate-dependent particle quality reduct...
2008-01-07 blackMove a part of r_refdef_t into a new r_refdef_scene_t...
2008-01-06 blackFix two bugs (everything should behave as usual now...
2008-01-05 blackAdd CSQC rendering support to the menu (uses the same...
2007-12-31 divverentadd a new key dest key_menu_grabbed that behaves like...
2007-12-06 blackRemove unused MP_Fallback from menu.c.
2007-12-03 blackRemove the NG_MENU additions as it has never really...
2007-12-02 havocremoved all but ocrana qw master as the rest were not...
2007-12-02 havocadded r_lerplightstyles cvar which now defaults off...
2007-12-01 divverentthe big chat area/font patch... hope it works well...
2007-11-28 havocpatch from VorteX which removes special menu behavior for
2007-11-28 havocchanged texture formats from RGBA to BGRA, yes this...
2007-11-12 divverentmove two #defined to quakedef.h, and always include...
2007-10-17 havocadded back Always Run option (I forgot that the default...
2007-09-24 havocchanged COM_ParseToken_Simple to have a parsebackslash...
2007-09-23 havocreplace strcpy use with strlcpy in some commented out...
2007-09-19 havocfix a typo in r_bloom_colorexponent which allowed it...
2007-08-24 havocadded gl_texturecompression to the video options menu
2007-05-20 havocremoved r_shadow_realtime_world_dlightshadows cvar...
2007-05-12 havocpatch from David Cristian which adds a "browse mods...
2007-05-09 havocrenamed COM_ParseTokenConsole to COM_ParseToken_Console
2007-04-18 havocrefactored DrawQ_Pic to actually do the drawing rather...
2007-04-18 havocchanged r_textshadow behavior to always draw a black...
2007-03-30 havocdisabled cl_beams_instantaimhack by default, and disabl...
2007-03-15 havocaligned menu options to not cover the quake logo plaque...
2007-03-15 havocmain options menu now has only the most frequently...
2007-03-12 havocremoved trailing comments on cvar declarations and...
2007-02-19 havocfixed support of progs.dat files with important global...
2007-02-17 blackHopefully this fixes a bug introduced with the latest...
2007-02-15 havoccleaned up client qc, menu qc, and server qc VM initial...
2007-02-11 havocadded an extern for r_bloom_brighten to fix menu.c...
2007-02-10 havocfixed r_bloom_brighten to use the correct range
2007-02-10 havocadded r_bloom_brighten modification in graphics options...
2007-02-10 havocfix graphics options menu editing of bloom/scene bright...
2007-01-28 havoccorrected OPTIONS_ITEMS and OPTIONS_GRAPHICS_ITEMS...
2007-01-24 havocadded r_hdr_range cvar (which just divides r_bloom_colo...
2007-01-14 havocpatch from div0 that enables printf format warnings...
2007-01-11 havocimplemented new bloom code (still not using GLSL, but...
2006-12-15 havocremoved NET_MAXRATE (as it served no useful purpose...
2006-08-19 havocpatch from div to fix icc warnings
2006-08-05 molivierRemoved all calls to strcpy; most of them are now calls...
2006-08-04 molivierReplaced all calls to str[n]cat and strncpy by calls...
2006-07-24 havocsome cleanups and improved warnings
2006-07-07 havocchanged most COM_ParseToken calls to COM_ParseTokenCons...
2006-07-04 havocfixed transfusion data check (the mainmenu item numberi...
2006-07-03 havocmade nexuiz missing data fallback menu apply to all...
2006-06-11 havocadded HDR bloom feature, not very different from bloom...
2006-06-11 havocremoved crosshair_static cvar (now only the hud crossha...
2006-06-09 havocchanged cvar default setup code such that cvar default...
2006-05-29 havocchanged color control menu correction value to 0.5...
2006-05-25 havocpatch from div0 that makes togglemenu support a paramet...
2006-05-25 havocreplaced cl_beams_relative cvar with cl_beams_quakeposi...
2006-04-20 havocadded keyup function for menu qc at Black's request
2006-04-20 havocrenamed scr_screenshot_gamma to scr_screenshot_gammaboo...
2006-04-18 havocconback lives... again!
2006-04-18 havocconback support is dead.
2006-04-18 havocremoved scr_conspeed, now always instantaneous console...
2006-04-08 havocmade darkplaces able to compile as C++ again, and fixed...
2006-03-21 havocchanged all Draw_CachePic calls to precache the pic...
2006-03-21 havocrenamed varray_ arrays to rsurface_array_, and they...
2006-03-15 havocmoved many cl_ prefixed variables into cl. or cls.
2006-03-15 havocsplit up net_slist into net_slist and net_slistqw,...
2006-03-12 sajtFix in Nexuiz's fallback menu to avoid ending up with...
2006-03-04 havocupped player limit (MAX_SCOREBOARD) from 64 to 255...
2006-03-04 havocreplaced sbarpic_t with cachepic_t in sbar code (saves...
2006-02-28 havocreduced number of GAME_NEXUIZ checks in the engine...
2006-02-20 molivierModified path for Transfusion gfx files
2006-02-18 havocWillis added a better fallback when the nexuiz menu...
2006-02-08 havoctwo more 4x3 modes
2006-02-04 havocadded 1280x800 resolution (2560x1600 already existed)
2006-02-01 havocadded description string to all cvars and commands
2006-01-15 havocadded 1440x900 and 720x450 resolutions
2005-12-27 havocreworked transparency in palettes, made palette_complet...
2005-11-30 havocvideo modes in menu now also set vid_pixelheight and...
2005-11-29 havocimplemented cl_particles_quake cvar to use quake-style...
2005-11-28 havocfix a typo
2005-11-28 havocadded scr_screenshot_gamma to menu (I'm sure I did...
2005-11-25 havocchanged serverlist menu to use color tags instead of...
next