]> git.xonotic.org Git - xonotic/darkplaces.git/history - cvar.h
Doxygen: more tweaks
[xonotic/darkplaces.git] / cvar.h
2021-07-22 CloudwalkMerge branch 'Mario/dpk_support' of gitlab.com:xonotic...
2021-07-05 Cloudwalkcvar: Rename Cvar_RegisterAlias to Cvar_RegisterVirtual
2021-05-25 Cloudwalkcvar: Rename aliasindex to aliases_size and only use...
2021-05-25 Cloudwalkcvar: Remove unused ignore_callback variable
2021-05-25 CloudwalkAdd/update license headers across various files
2020-12-20 cloudwalkcvar: Check if cvar is NULL before adding callback...
2020-11-08 cloudwalkcvar: When saving init state, simply make a copy of...
2020-10-16 cloudwalkcvar: Remove the Cvar_Set_NoCallback hack and make...
2020-10-02 cloudwalkRemove unneeded #includes in some headers. Make some...
2020-09-29 cloudwalkAdd qdefs.h and qstats.h to split up quakedef.h. Make...
2020-09-17 cloudwalkUnify the command and cvar flags, under the CF_ prefix.
2020-09-17 cloudwalkRename qboolean to qbool
2020-09-08 cloudwalkcvar: Remove commented code in the header, unlikely...
2020-06-27 cloudwalkCall cvar callbacks after the cvar is set. Potentially...
2020-06-25 cloudwalkRevert "Use double for cvar values. Fixes a number...
2020-06-24 cloudwalkUse double for cvar values. Fixes a number of bugs...
2020-06-23 cloudwalkEradicated the CVAR_NQUSERINFOHACK flag, for good
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 cloudwalkInitial implementation of cvar aliases, with slowmo...
2020-06-03 cloudwalkImplement cvar callback functionality
2020-05-30 cloudwalkAdd Cvar_PrintHelp to unify cvar info printing and...
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...
2016-02-07 divverentRemoved globaldefindex_progid field from cvar struct.
2011-07-05 divverentDP_SND_SOUND7_WIP1
2011-02-25 havocreworked the entire config loading system for the gamed...
2010-08-19 havocfix almost all g++ -pedantic warnings
2010-05-18 divverentautocvars: update to current value after loading a...
2010-05-02 divverentunset command
2009-12-05 divverentDP_QC_AUTOCVARS: declare a QC variable float/vector...
2009-08-07 divverentadd a fs_gamedir cvar containing the currently active...
2009-07-08 divverentdoxygen comments and config file
2009-06-17 divverentwhen the engine is compiled with -DFILLALLCVARSWITHRUBB...
2009-01-28 divverentmake DP compile with C++ again
2009-01-23 divverent+"DP_QC_CVAR_DESCRIPTION "
2007-03-01 havocfixed problems with playing on QW server caused by...
2006-12-16 havocadded Cvar_UnlockDefaults function (not console accessible)
2006-06-11 havocdon't allow $ expansion or sendcvar on rcon_password...
2006-06-09 havocchanged cvar default setup code such that cvar default...
2006-03-11 havocuse hash lookups in Cvar_FindVar, this gives a ~40...
2006-02-24 havocbeginnings of qw protocol support
2006-02-01 havocadded description string to all cvars and commands
2005-10-21 havocgave names to nearly all structs and enums which should...
2005-07-03 black-Moved findflags and findchainflags to the prvm_cmds.c.
2004-09-17 havocadded set (create/set a cvar) and seta (create/set...
2004-02-11 blackAdded some menu builtins and changed VM_registercvar...
2003-11-19 blackCvars can be read-only now.
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 knghtbrdDP code cleanup, stage one - all headers that can be...
2002-02-15 lordhavocadded Cvar_SetQuick and Cvar_SetValueQuick (both take...
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-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-08-22 lordhavocInitial revision