2021-04-20 |
Cloudwalk | Merge branch 'master' into Cloudwalk/json |
blob | commitdiff | raw |
2021-04-20 |
cloudwalk | cmd: Merge cmd_client and cmd_server into cmd_local... 97/merge |
blob | commitdiff | raw |
2021-03-09 |
cloudwalk | cmd: Dynamically allocate the command interpreters |
blob | commitdiff | raw | diff to current |
2020-12-20 |
cloudwalk | cvar: Check if cvar is NULL before adding callback... |
blob | commitdiff | raw | diff to current |
2020-11-09 |
cloudwalk | Revert "cmd: Merge cmd_server and cmd_client into cmd_l... |
blob | commitdiff | raw | diff to current |
2020-11-08 |
cloudwalk | cvar: When saving init state, simply make a copy of... |
blob | commitdiff | raw | diff to current |
2020-10-27 |
cloudwalk | cmd: Merge cmd_server and cmd_client into cmd_local... |
blob | commitdiff | raw | diff to current |
2020-10-16 |
cloudwalk | cvar: Remove the Cvar_Set_NoCallback hack and make... |
blob | commitdiff | raw | diff to current |
2020-10-16 |
cloudwalk | cvar: Use Mem_strdup to copy off cvar defaults when... |
blob | commitdiff | raw | diff to current |
2020-10-16 |
cloudwalk | cvar: Remove redundant check if cvar changed before... |
blob | commitdiff | raw | diff to current |
2020-10-16 |
cloudwalk | cvar: Whitespace and comment fixes |
blob | commitdiff | raw | diff to current |
2020-10-16 |
cloudwalk | cvar: Refactor cvar linking code to a single function |
blob | commitdiff | raw | diff to current |
2020-09-17 |
cloudwalk | Unify the command and cvar flags, under the CF_ prefix. |
blob | commitdiff | raw | diff to current |
2020-09-17 |
cloudwalk | Rename qboolean to qbool |
blob | commitdiff | raw | diff to current |
2020-06-27 |
cloudwalk | Call cvar callbacks after the cvar is set. Potentially... |
blob | commitdiff | raw | diff to current |
2020-06-25 |
cloudwalk | Fix null pointer crash when unsetting a cvar. |
blob | commitdiff | raw | diff to current |
2020-06-25 |
cloudwalk | Revert "Use double for cvar values. Fixes a number... |
blob | commitdiff | raw | diff to current |
2020-06-24 |
cloudwalk | Use double for cvar values. Fixes a number of bugs... |
blob | commitdiff | raw | diff to current |
2020-06-23 |
cloudwalk | Eradicated the CVAR_NQUSERINFOHACK flag, for good |
blob | commitdiff | raw | diff to current |
2020-06-15 |
cloudwalk | Disable sound for cvar notify. Use \003 mask, meant... |
blob | commitdiff | raw | diff to current |
2020-06-09 |
cloudwalk | Give cvar aliases purple color |
blob | commitdiff | raw | diff to current |
2020-06-09 |
cloudwalk | Rearrange cvar help to fix compatibility with some... |
blob | commitdiff | raw | diff to current |
2020-06-09 |
cloudwalk | Print cvar aliases in apropos and cvarlist output properly |
blob | commitdiff | raw | diff to current |
2020-06-08 |
cloudwalk | Add missing modulo in cvar hashtable lookup |
blob | commitdiff | raw | diff to current |
2020-06-08 |
cloudwalk | Stray tab begone |
blob | commitdiff | raw | diff to current |
2020-06-08 |
cloudwalk | Reimpl. the cvar alias system. Reimpl. the cvar hash... |
blob | commitdiff | raw | diff to current |
2020-06-08 |
cloudwalk | Revert the cvar alias system, as a checkpoint pending... |
blob | commitdiff | raw | diff to current |
2020-06-06 |
cloudwalk | Initial implementation of cvar aliases, with slowmo... |
blob | commitdiff | raw | diff to current |
2020-06-04 |
cloudwalk | Implement cvar callback for slowmo |
blob | commitdiff | raw | diff to current |
2020-06-03 |
cloudwalk | Implement cvar callback functionality |
blob | commitdiff | raw | diff to current |
2020-05-30 |
cloudwalk | Add Cvar_PrintHelp to unify cvar info printing and... |
blob | commitdiff | raw | diff to current |
2020-05-25 |
cloudwalk | Change default value of sv_disablenotify to 0. Print... |
blob | commitdiff | raw | diff to current |
2020-01-22 |
havoc | cvars are now instanced in &cvars_all as a tracking... |
blob | commitdiff | raw | diff to current |
2020-01-21 |
havoc | Split the global cmd interpreter into 4 separate ones... |
blob | commitdiff | raw | diff to current |
2020-01-09 |
havoc | Corrected names in credits to be more accurate and... |
blob | commitdiff | raw | diff to current |
2016-02-07 |
divverent | Fix initial state of autocvars. |
blob | commitdiff | raw | diff to current |
2016-02-07 |
divverent | Removed globaldefindex_progid field from cvar struct. |
blob | commitdiff | raw | diff to current |
2016-02-07 |
divverent | Initialize globalindex for autocvars with -1 to prevent... |
blob | commitdiff | raw | diff to current |
2015-03-04 |
divverent | Fix memory corruption in loadconfig while in game/menu. |
blob | commitdiff | raw | diff to current |
2013-10-10 |
divverent | Add SLIF_CATEGORY for the server list, and a menu QC... |
blob | commitdiff | raw | diff to current |
2013-07-13 |
divverent | New rate burst handling; cvars: cl_rate_burstsize,... |
blob | commitdiff | raw | diff to current |
2012-07-25 |
havoc | fix an infinite loop if an engine cvar is being restore... |
blob | commitdiff | raw | diff to current |
2012-04-01 |
divverent | slightly simplify cmd and cvar code (also silences... |
blob | commitdiff | raw | diff to current |
2011-10-22 |
havoc | major overhaul for thread-safety - many global variable... |
blob | commitdiff | raw | diff to current |
2011-10-17 |
havoc | added sv_disablenotify cvar (default 1) to suppress... |
blob | commitdiff | raw | diff to current |
2011-09-18 |
divverent | cvar saving robustness |
blob | commitdiff | raw | diff to current |
2011-07-05 |
divverent | DP_SND_SOUND7_WIP1 |
blob | commitdiff | raw | diff to current |
2011-05-08 |
havoc | removed NULL checks for PRVM_EDICTFIELDVALUE/GLOBALFIEL... |
blob | commitdiff | raw | diff to current |
2011-04-19 |
divverent | fix a bug in cvar hash handling |
blob | commitdiff | raw | diff to current |
2011-02-25 |
havoc | reworked the entire config loading system for the gamed... |
blob | commitdiff | raw | diff to current |
2011-02-19 |
divverent | add missing args to Cmd_QuoteString in other files |
blob | commitdiff | raw | diff to current |
2010-12-03 |
divverent | cvar saving: do not save all ALLOCATED cvars (seta... |
blob | commitdiff | raw | diff to current |
2010-08-19 |
havoc | fix almost all g++ -pedantic warnings |
blob | commitdiff | raw | diff to current |
2010-05-18 |
divverent | autocvars: update to current value after loading a... |
blob | commitdiff | raw | diff to current |
2010-05-02 |
divverent | unset command |
blob | commitdiff | raw | diff to current |
2009-12-27 |
havoc | added Con_MaskPrintf, Con_Printf/Con_DPrintf and friend... |
blob | commitdiff | raw | diff to current |
2009-12-27 |
havoc | changed a ton of developer cvar checks into developer_e... |
blob | commitdiff | raw | diff to current |
2009-12-05 |
divverent | DP_QC_AUTOCVARS: declare a QC variable float/vector... |
blob | commitdiff | raw | diff to current |
2009-11-12 |
havoc | fix crash if CVAR_HASHSIZE was set to a value below... |
blob | commitdiff | raw | diff to current |
2009-11-11 |
havoc | migrated a large number of #define MAX values to quaked... |
blob | commitdiff | raw | diff to current |
2009-11-07 |
divverent | prevent creation of a cvar named "", as that breaks... |
blob | commitdiff | raw | diff to current |
2009-11-07 |
divverent | fix config.cfg writing (properly escape cvar names... |
blob | commitdiff | raw | diff to current |
2009-11-03 |
divverent | you can go hunter2 my hunter2-ing hunter2 (comment... |
blob | commitdiff | raw | diff to current |
2009-11-03 |
divverent | hide private cvars from the output of cvar name and... |
blob | commitdiff | raw | diff to current |
2009-10-18 |
divverent | clean up rcon_secure checks |
blob | commitdiff | raw | diff to current |
2009-09-15 |
havoc | fix errors and warnings in MSVC when compiling as C++ |
blob | commitdiff | raw | diff to current |
2009-08-07 |
divverent | add a fs_gamedir cvar containing the currently active... |
blob | commitdiff | raw | diff to current |
2009-06-17 |
divverent | when the engine is compiled with -DFILLALLCVARSWITHRUBB... |
blob | commitdiff | raw | diff to current |
2009-05-29 |
divverent | colorize cvarlist and completion nicely |
blob | commitdiff | raw | diff to current |
2009-05-28 |
divverent | apropos command |
blob | commitdiff | raw | diff to current |
2009-05-08 |
divverent | net_slist_favorites: allow DNS names in the list (they... |
blob | commitdiff | raw | diff to current |
2009-04-10 |
divverent | - be less paranoid about clearing rcon_password (only... |
blob | commitdiff | raw | diff to current |
2009-04-09 |
divverent | when changing rcon_secure, always clear rcon_password... |
blob | commitdiff | raw | diff to current |
2009-01-23 |
divverent | cvarlist, buf_cvarlist: support wildcards if present... |
blob | commitdiff | raw | diff to current |
2009-01-23 |
divverent | fix typo in Set/SetA |
blob | commitdiff | raw | diff to current |
2009-01-23 |
divverent | +"DP_QC_CVAR_DESCRIPTION " |
blob | commitdiff | raw | diff to current |
2008-06-17 |
havoc | fixed all VS2005 deprecated function warnings |
blob | commitdiff | raw | diff to current |
2008-02-06 |
divverent | disable joystick by default, and make joy_enable saved; |
blob | commitdiff | raw | diff to current |
2007-05-15 |
divverent | only print Set: and SetA: for developer >= 100 (as... |
blob | commitdiff | raw | diff to current |
2007-03-16 |
havoc | fixed bug where every name/color/playermodel/playerskin... |
blob | commitdiff | raw | diff to current |
2007-03-01 |
havoc | fixed problems with playing on QW server caused by... |
blob | commitdiff | raw | diff to current |
2007-02-21 |
havoc | fixed bug that was causing seta commands to usually... |
blob | commitdiff | raw | diff to current |
2006-12-16 |
havoc | added Cvar_UnlockDefaults function (not console accessible) |
blob | commitdiff | raw | diff to current |
2006-08-05 |
molivier | Removed all calls to strcpy; most of them are now calls... |
blob | commitdiff | raw | diff to current |
2006-06-09 |
havoc | changed cvar default setup code such that cvar default... |
blob | commitdiff | raw | diff to current |
2006-06-07 |
havoc | don't save cvars that are at their default value |
blob | commitdiff | raw | diff to current |
2006-05-10 |
havoc | improved setinfo handling so that quakeworld works... |
blob | commitdiff | raw | diff to current |
2006-04-26 |
havoc | changed the Cvar_Command: prints to developer.integer... |
blob | commitdiff | raw | diff to current |
2006-03-23 |
havoc | changed several DPrint's and developer cvar checks... |
blob | commitdiff | raw | diff to current |
2006-03-18 |
sajt | This made the cvar completion so much more readable |
blob | commitdiff | raw | diff to current |
2006-03-11 |
havoc | use hash lookups in Cvar_FindVar, this gives a ~40... |
blob | commitdiff | raw | diff to current |
2006-02-24 |
havoc | beginnings of qw protocol support |
blob | commitdiff | raw | diff to current |
2006-02-01 |
havoc | fix crash in Cvar_CompleteCvarPrint |
blob | commitdiff | raw | diff to current |
2006-02-01 |
havoc | added description string to all cvars and commands |
blob | commitdiff | raw | diff to current |
2005-11-23 |
havoc | cleaned up many text buffer sizes throughout the engine... |
blob | commitdiff | raw | diff to current |
2005-11-07 |
havoc | cleaned up all Con_Printf calls that were missing a \n |
blob | commitdiff | raw | diff to current |
2005-10-21 |
havoc | made darkplaces compile successfully with g++ to test... |
blob | commitdiff | raw | diff to current |
2005-07-05 |
havoc | more size_t |
blob | commitdiff | raw | diff to current |
2005-07-03 |
black | -Moved findflags and findchainflags to the prvm_cmds.c. |
blob | commitdiff | raw | diff to current |
2005-05-09 |
havoc | changed 3 occurences of very if (developer.integer... |
blob | commitdiff | raw | diff to current |
next |