]> git.xonotic.org Git - xonotic/darkplaces.git/history - cvar.c
vid_null: Fix compiler warning on Windows build
[xonotic/darkplaces.git] / cvar.c
2021-07-05 Cloudwalkcvar: Rename Cvar_RegisterAlias to Cvar_RegisterVirtual
2021-05-29 Cloudwalkcvar: Don't memset cvar->aliases before it's even allocated
2021-05-25 Cloudwalkcvar, prvm_cmds: Remove redundant Cmd_Exists checks
2021-05-25 Cloudwalkcvar: Rename aliasindex to aliases_size and only use...
2021-05-25 CloudwalkAdd/update license headers across various files
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-12-20 cloudwalkcvar: Check if cvar is NULL before adding callback...
2020-11-09 cloudwalkRevert "cmd: Merge cmd_server and cmd_client into cmd_l...
2020-11-08 cloudwalkcvar: When saving init state, simply make a copy of...
2020-10-27 cloudwalkcmd: Merge cmd_server and cmd_client into cmd_local...
2020-10-16 cloudwalkcvar: Remove the Cvar_Set_NoCallback hack and make...
2020-10-16 cloudwalkcvar: Use Mem_strdup to copy off cvar defaults when...
2020-10-16 cloudwalkcvar: Remove redundant check if cvar changed before...
2020-10-16 cloudwalkcvar: Whitespace and comment fixes
2020-10-16 cloudwalkcvar: Refactor cvar linking code to a single function
2020-09-17 cloudwalkUnify the command and cvar flags, under the CF_ prefix.
2020-09-17 cloudwalkRename qboolean to qbool
2020-06-27 cloudwalkCall cvar callbacks after the cvar is set. Potentially...
2020-06-25 cloudwalkFix null pointer crash when unsetting a cvar.
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-15 cloudwalkDisable sound for cvar notify. Use \003 mask, meant...
2020-06-09 cloudwalkGive cvar aliases purple color
2020-06-09 cloudwalkRearrange cvar help to fix compatibility with some...
2020-06-09 cloudwalkPrint cvar aliases in apropos and cvarlist output properly
2020-06-08 cloudwalkAdd missing modulo in cvar hashtable lookup
2020-06-08 cloudwalkStray tab begone
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-04 cloudwalkImplement cvar callback for slowmo
2020-06-03 cloudwalkImplement cvar callback functionality
2020-05-30 cloudwalkAdd Cvar_PrintHelp to unify cvar info printing and...
2020-05-25 cloudwalkChange default value of sv_disablenotify to 0. Print...
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...
2016-02-07 divverentFix initial state of autocvars.
2016-02-07 divverentRemoved globaldefindex_progid field from cvar struct.
2016-02-07 divverentInitialize globalindex for autocvars with -1 to prevent...
2015-03-04 divverentFix memory corruption in loadconfig while in game/menu.
2013-10-10 divverentAdd SLIF_CATEGORY for the server list, and a menu QC...
2013-07-13 divverentNew rate burst handling; cvars: cl_rate_burstsize,...
2012-07-25 havocfix an infinite loop if an engine cvar is being restore...
2012-04-01 divverentslightly simplify cmd and cvar code (also silences...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-17 havocadded sv_disablenotify cvar (default 1) to suppress...
2011-09-18 divverentcvar saving robustness
2011-07-05 divverentDP_SND_SOUND7_WIP1
2011-05-08 havocremoved NULL checks for PRVM_EDICTFIELDVALUE/GLOBALFIEL...
2011-04-19 divverentfix a bug in cvar hash handling
2011-02-25 havocreworked the entire config loading system for the gamed...
2011-02-19 divverentadd missing args to Cmd_QuoteString in other files
2010-12-03 divverentcvar saving: do not save all ALLOCATED cvars (seta...
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-27 havocadded Con_MaskPrintf, Con_Printf/Con_DPrintf and friend...
2009-12-27 havocchanged a ton of developer cvar checks into developer_e...
2009-12-05 divverentDP_QC_AUTOCVARS: declare a QC variable float/vector...
2009-11-12 havocfix crash if CVAR_HASHSIZE was set to a value below...
2009-11-11 havocmigrated a large number of #define MAX values to quaked...
2009-11-07 divverentprevent creation of a cvar named "", as that breaks...
2009-11-07 divverentfix config.cfg writing (properly escape cvar names...
2009-11-03 divverentyou can go hunter2 my hunter2-ing hunter2 (comment...
2009-11-03 divverenthide private cvars from the output of cvar name and...
2009-10-18 divverentclean up rcon_secure checks
2009-09-15 havocfix errors and warnings in MSVC when compiling as C++
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
next