]> git.xonotic.org Git - xonotic/darkplaces.git/history - menu.c
qdefs: Check _MSC_VER instead of incorrect MSVC
[xonotic/darkplaces.git] / menu.c
2021-07-22 CloudwalkMerge branch 'Mario/dpk_support' of gitlab.com:xonotic...
2021-07-21 Cloudwalkedict: Move free and freetime into prvm_edict_t itself
2021-04-20 cloudwalkcmd: Merge cmd_client and cmd_server into cmd_local... 97/merge
2021-03-09 cloudwalkcmd: Dynamically allocate the command interpreters
2020-11-09 cloudwalkRevert "cmd: Merge cmd_server and cmd_client into cmd_l...
2020-10-27 cloudwalkcmd: Merge cmd_server and cmd_client into cmd_local...
2020-10-16 cloudwalkhost: Move out some client and server code
2020-09-29 cloudwalkhost: Make Host_Quit_f static. Avoid calling it directly.
2020-09-26 cloudwalkmenu: Fix "Apply" in video settings being offset to...
2020-09-17 cloudwalkhost: Gracefully Sys_Error if we encounter any error...
2020-09-17 cloudwalkRestore old video init behavior, pending better solutio...
2020-09-17 cloudwalkUnify the command and cvar flags, under the CF_ prefix.
2020-09-17 cloudwalkRename qboolean to qbool
2020-09-08 cloudwalkRename COM_CheckParm to Sys_CheckParm and move it to...
2020-07-17 cloudwalkmenu: Don't abort the frame if the menu crashes during...
2020-06-29 cloudwalkAdd -Wshadow cflag and eliminate its warnings, includin...
2020-06-23 cloudwalkEradicated the CVAR_NQUSERINFOHACK flag, for good
2020-06-20 cloudwalkDefer menu initialization until after stuffcmds. Implem...
2020-06-18 cloudwalkOrganize system and host globals into structs. Implemen...
2020-06-11 cloudwalkInitial implementation of command flag system
2020-06-08 cloudwalkReimpl. the cvar alias system. Reimpl. the cvar hash...
2020-06-08 cloudwalkRevert the cvar alias system, as a checkpoint pending...
2020-06-06 cloudwalkRename all of the show* cvars to a more consistent...
2020-06-06 cloudwalkInitial implementation of cvar aliases, with slowmo...
2020-05-26 cloudwalkClean up qtypes.h. Use stdbool.h on non-MSVC. Replace...
2020-02-06 havocImplemented garbage collection of lost references to...
2020-01-22 havoccvars are now instanced in &cvars_all as a tracking...
2020-01-21 havocSplit the global cmd interpreter into 4 separate ones...
2020-01-09 havocCorrected names in credits to be more accurate and...
2018-10-19 divverentRemove the CONFIG_CD macro, and enable faketracks uncon...
2018-07-29 havocAssume that GL_ARB_texture_compression is supported.
2018-05-20 havocvid_bitsperpixel is now locked to 32.
2018-04-29 havocFix the menu for missing data, it needs to use CACHEPIC...
2018-04-11 havocAdded Draw_GetPicWidth, Draw_GetPicHeight, Draw_IsPicLo...
2018-04-03 havocRemove v_hwgamma feature as it is not worth maintaining...
2017-04-23 havocRemoved the gray-out behavior on the gamma settings...
2017-04-23 havocFix bugs in ModList_RebuildList such that it no longer...
2017-01-02 havocChange darkplaces email address to darkplacesengine...
2016-09-10 havocFix MSVC++ 2015 warnings about variable scope and some...
2015-11-24 divverentLeaktest: disable support for following target/targetna...
2014-05-29 havocFixed a large number of WIN64 type conversion warnings.
2014-05-21 havocdon't miscount the bgmvolume entry in the menu when...
2013-10-10 divverentAdd SLIF_CATEGORY for the server list, and a menu QC...
2013-09-17 divverentrename netwmfullscreen to desktopfullscreen; implement...
2013-08-06 divverentIn prog reset functions, do not call functions unless...
2013-08-03 divverentRevert "Revert "Build in subdirs"", as the issues seem...
2013-07-27 divverentRevert "Make cdda optional, server does not need to...
2013-07-26 nikoliMake cdda optional, server does not need to play music
2013-02-25 divverentAdd a cvar to change menu progs filename
2012-12-22 havocadded GAME_QUOTH to use the hipnotic hud and workaround...
2012-12-22 havocdon't set r_hdr in the menu presets for lighting qualit...
2012-09-19 divverentbuffer csprogs downloads and load csprogs from the...
2012-04-19 havocfix some redundant int to float to double casts when...
2012-04-04 havocadded PRVM_64 define which upgrades the QC VM to double...
2011-12-12 divverentm_toggle takes a parameter, fix its definition
2011-10-27 divverentframegroups: add support for group names specified...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-16 havocremoved cvars r_hdr and r_hdr_range - now the only...
2011-06-12 divverentremove duplicate names from file search results
2011-06-08 havocreworked progs loading so that entvars_t and globalvars...
2011-05-09 havocadded prvm_offsets.h which centralizes field/global...
2011-05-09 havocreworked PRVM_EDICTFIELD* and PRVM_GLOBALFIELD* usage...
2011-04-19 divverentfix a segfault in menu routing when switching gamedirs
2011-02-25 havocreworked the entire config loading system for the gamed...
2010-12-23 divverentalso make the darkplaces menu able to enter up to 127...
2010-10-31 vortexnew m_newmap() MenuQC function which gets executed...
2010-10-15 divverentCryptographic authentication support for the d0_blind_i...
2010-08-19 havocfix almost all g++ -pedantic warnings
2010-07-04 divverent- fix a bug in Quake menu when in_bindmap was not ...
2010-04-18 havocallow saving multiplayer games from the menu, rather...
2010-02-01 eihrulsize vs. int warning fix
2010-01-31 havocfix a bunch of warnings
2010-01-27 divverentREALLY fix the ESC menu toggle
2010-01-26 divverentfix funny menu bug (why did it never happen for me)?
2010-01-24 havocdon't store pointers for serverlist_viewlist, because...
2010-01-08 havocreduce memory usage by several more megabytes
2009-12-30 divverentmore redundant suffix elimination
2009-12-27 havocchanged several Con_Printf calls to Con_DPrintf
2009-12-08 havocconverted all code using gl_support_* variables to...
2009-12-07 havocremoved gl_videosyncavailable variable because on all...
2009-12-07 havocrenamed gl_stencil to vid.stencil
2009-11-11 havocmigrated a large number of #define MAX values to quaked...
2009-10-04 havocduplicated PRVM_ExecuteProgram to become MVM_ExecutePro...
2009-09-15 havocfix errors and warnings in MSVC when compiling as C++
2009-09-15 havocfixed compile errors and warnings using Dev-C++ in...
2009-09-03 divverentanother oops, sorry, forgot to commit this from at...
2009-09-03 divverentstuff I forgot to commit
2009-09-03 divverentQuake menu: show DP's weird resolution set in windowed...
2009-08-05 divverentmove resolution enumerating to the RIGHT point
2009-08-05 divverentglx, sdl, wgl: autodetect all supported video modes...
2009-07-08 divverentdoxygen comments and config file
2009-07-08 havocfixed several warnings that appear with -std=gnu99...
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
next