]> icculus.org git repositories - divverent/darkplaces.git/history - cvar.c
Merge branch 'master' into cmd_unset
[divverent/darkplaces.git] / cvar.c
2009-09-16 Wolfgang (Blub)... Merge branch 'master' into cmd_unset
2009-09-15 havocfix errors and warnings in MSVC when compiling as C++
2009-09-14 Wolfgang (Blub)... Merge branch 'master' into cmd_unset
2009-09-14 Wolfgang (Blub)... Merge branch 'master' into cmd_unset
2009-09-08 Blubunset command
2009-08-07 divverentadd a fs_gamedir cvar containing the currently active...
2009-06-17 divverentwhen the engine is compiled with -DFILLALLCVARSWITHRUBB...
2009-05-29 divverentcolorize cvarlist and completion nicely
2009-05-28 divverentapropos command
2009-05-08 divverentnet_slist_favorites: allow DNS names in the list (they...
2009-04-10 divverent- be less paranoid about clearing rcon_password (only...
2009-04-09 divverentwhen changing rcon_secure, always clear rcon_password...
2009-01-23 divverentcvarlist, buf_cvarlist: support wildcards if present...
2009-01-23 divverentfix typo in Set/SetA
2009-01-23 divverent+"DP_QC_CVAR_DESCRIPTION "
2008-06-17 havocfixed all VS2005 deprecated function warnings
2008-02-06 divverentdisable joystick by default, and make joy_enable saved;
2007-05-15 divverentonly print Set: and SetA: for developer >= 100 (as...
2007-03-16 havocfixed bug where every name/color/playermodel/playerskin...
2007-03-01 havocfixed problems with playing on QW server caused by...
2007-02-21 havocfixed bug that was causing seta commands to usually...
2006-12-16 havocadded Cvar_UnlockDefaults function (not console accessible)
2006-08-05 molivierRemoved all calls to strcpy; most of them are now calls...
2006-06-09 havocchanged cvar default setup code such that cvar default...
2006-06-07 havocdon't save cvars that are at their default value
2006-05-10 havocimproved setinfo handling so that quakeworld works...
2006-04-26 havocchanged the Cvar_Command: prints to developer.integer...
2006-03-23 havocchanged several DPrint's and developer cvar checks...
2006-03-18 sajtThis made the cvar completion so much more readable
2006-03-11 havocuse hash lookups in Cvar_FindVar, this gives a ~40...
2006-02-24 havocbeginnings of qw protocol support
2006-02-01 havocfix crash in Cvar_CompleteCvarPrint
2006-02-01 havocadded description string to all cvars and commands
2005-11-23 havoccleaned up many text buffer sizes throughout the engine...
2005-11-07 havoccleaned up all Con_Printf calls that were missing a \n
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-07-05 havocmore size_t
2005-07-03 black-Moved findflags and findchainflags to the prvm_cmds.c.
2005-05-09 havocchanged 3 occurences of very if (developer.integer...
2005-05-06 havocchanged Host_Init to execute configs only once
2005-05-05 black-Changed the SDL window icon back to DP's icon.
2004-12-20 havocsave seta cvars with the seta command, and normal ones...
2004-09-18 havocrevert to saving normal cvar commands instead of seta...
2004-09-17 havocadded set (create/set a cvar) and seta (create/set...
2004-03-10 havocadded Print versions of Printf functions and made all...
2004-01-01 havocnow runs scripts at startup differently - runs scripts...
2003-11-19 blackCvars can be read-only now.
2003-08-24 havocno more uses of %g in printf as it tends to lose precis...
2003-03-21 havocThis is a patch from Elric greatly cleaning up the...
2002-09-11 havocwhitespace
2002-08-15 havoccvar_vars is no longer known by files other than cvar...
2002-06-02 knghtbrdA minor removal of a few pieces of dead code. Nothing...
2002-02-15 lordhavocadded Cvar_SetQuick and Cvar_SetValueQuick (both take...
2002-01-31 lordhavocgot rid of buildnumber.c and buildnum program, now...
2002-01-16 lordhavocrewrote memory system entirely (hunk, cache, and zone...
2001-10-26 lordhavocadded CVAR_SAVE and CVAR_NOTIFY flags to cvar_t structu...
2001-10-17 lordhavocfix for cvar tab completion crash
2001-07-20 taniwhavery nice command line tab completeion from Shawn Walker
2001-05-30 taniwhagzip support from quakeforge (QFile and friends). also...
2001-04-06 lordhavocoptimized AngleVectors calls (pass NULL for vectors...
2000-11-21 lordhavocfixed spelling error (allready -> already)
2000-08-22 lordhavocInitial revision