]> git.xonotic.org Git - xonotic/darkplaces.git/history - cvar.c
build: minor adjustments
[xonotic/darkplaces.git] / cvar.c
2024-02-26 bones_was_herePRVM: update program loading messages
2024-02-06 bones_was_hereRemove a bit of cruft left in Cvar_RestoreInitState()
2024-02-05 bones_was_herecvar: fix many bugs in gamedir, loadconfig, unset,...
2024-01-29 bones_was_hereFix signed int overflows and tidy nearby documentation
2023-12-23 bones_was_hereMerge PR 'Apply default lightstyle to to lightmap when...
2023-12-21 bones_was_herecvar: use unsigned for flags and hashindex
2023-12-21 bones_was_herecvar: remove from the hash table when deleting (`unset...
2023-12-12 bones_was_herecvar: use better method of checking flags during regist...
2023-12-11 bones_was_herecmd: add CON_WARN colour to various non-fatal cvar...
2023-11-08 bones_was_herevid: implement monitor selection with instant cvar...
2023-10-28 bones_was_hereMerge PR 'Small fixes (indices out of bounds)'
2023-10-28 bones_was_hereMerge PR 'Fix some UB'
2023-10-02 bones_was_hereMerge PR 'Fix a bug on FreeBSD caused by assuming that...
2023-09-28 bones_was_herecvar: reset colours after printing values, clarify...
2023-07-21 bones_was_hereMerge MR 'Fix inability to access non-ascii path under...
2023-07-17 bones_was_herededicated server: don't register client-only cvars
2022-01-13 bones_was_hereMerge MR 'Make trace entity culling optional for specta...
2021-09-18 Ashley 'LadyHavoc... Fix a bug in Cvar_RegisterVirtual which was corrupting...
2021-07-22 CloudwalkMerge branch 'Mario/dpk_support' of gitlab.com:xonotic...
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
next