]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - cmd.c
Play chat sound defined by cvars rather than hardcoded strings
[xonotic/darkplaces.git] / cmd.c
2020-06-15 cloudwalkPlay chat sound defined by cvars rather than hardcoded...
2020-06-11 cloudwalkInitial implementation of command flag system
2020-06-11 cloudwalkDelete the cmd_clientfromserver interpreter. Use cmd_cl...
2020-06-11 cloudwalkFix misspelling
2020-06-09 cloudwalkPrint cvar aliases in apropos and cvarlist output properly
2020-06-08 cloudwalkFix scope screwup preventing apropos from printing...
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-08 cloudwalkRemove hook system. Was a fun little experiment but...
2020-06-06 cloudwalkFix apropos crash when it reaches cvar alias
2020-06-06 cloudwalkInitial implementation of cvar aliases, with slowmo...
2020-06-04 cloudwalkFix the +map crash once and for all. Defer stuffcmds...
2020-05-30 cloudwalkAdd Cvar_PrintHelp to unify cvar info printing and...
2020-05-28 cloudwalkImplement experimental hook-like system, with working...
2020-05-27 cloudwalkFix defer command. Maintain separate oldrealtime(s...
2020-05-25 cloudwalkImplement Con_Error(f) and Con_Warn(f), error and warni...
2020-05-25 havocAdd csqc_polygons_defaultmaterial_nocullface cvar which...
2020-05-24 havocFix a size_t comparison warning by doing the math better.
2020-05-23 cloudwalkFix Windows-specific use-after-free causing crash after...
2020-05-20 cloudwalkPrint different message for invalid sv->cl cmd. Improve...
2020-04-17 havocAdd "cmd" command to cmd_clientfromserver interpreter...
2020-01-23 havocAdd the missing cmd_userdefined_all and cmd_userdefined...
2020-01-23 havocMove tracking of aliases and csqc function overrides...
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...
2015-02-04 divverentFix $# in aliases.
2015-01-31 divverentDon't match *default.cfg for default config matching.
2014-05-29 havocFixed a large number of WIN64 type conversion warnings.
2013-07-17 havocCmd_ExecuteString now calls Cbuf_LockThreadMutex
2013-02-28 havocchanged the default sv_gameplayfix_ cvar values based...
2012-12-22 havocadded GAME_QUOTH to use the hipnotic hud and workaround...
2012-04-01 divverentslightly simplify cmd and cvar code (also silences...
2012-03-09 havocpatch from Klaus Silveira cleaning up several inefficie...
2012-02-10 divverentfix clang warnings for unused result of *_LockThreadMutex
2011-12-11 divverentif no varfunc is left, NULL it
2011-12-10 divverentalias expansion, cvar expansion: support optional arguments
2011-10-25 havoconly lock the server mutex if executing commands
2011-10-25 havocadded Sys_PrintfToTerminal function for convenience...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-17 havocadded sv_threaded cvar, the server can now be moved...
2011-08-16 havocimplemented CSQC_InputEvent type 2 and type 3 mouse...
2011-06-12 divverentmake "exec" accept wildcards
2011-02-25 havocreworked the entire config loading system for the gamed...
2011-02-19 divverentCmd_QuoteString: make it also able to put the enclosing...
2011-01-15 divverentfix alias word combining
2010-12-12 divverentdo not parse $variable stuff inside //comments
2010-08-19 havocfix almost all g++ -pedantic warnings
2010-08-13 divverentIn the apropos command exclude \n from being filtered...
2010-08-13 divverentGet rid of an unused variable
2010-05-02 havocadded -noconfig commandline option for benchmarking...
2010-05-02 divverentunset command
2010-02-25 havocuse CONFIGFILENAME and STARTCONFIGFILENAME macros inste...
2010-01-31 havocfix a bunch of warnings
2010-01-12 divverentadd new pseudo variable $# containing the number of...
2009-11-11 havocmigrated a large number of #define MAX values to quaked...
2009-09-16 divverentfix descriptions of cmdlist and cvarlist
2009-07-16 divverentsome typo fixes, + unalias command
2009-06-27 divverentproperly handle comments when looking for final ; of...
2009-06-27 divverentbetter expand variables inside comments than breaking...
2009-06-23 divverent* don't expand cvars in comments
2009-06-17 divverentwhen the engine is compiled with -DFILLALLCVARSWITHRUBB...
2009-06-08 divverentlarger cbuf
2009-05-29 divverenteven nicer :P
2009-05-29 divverentcolorize cvarlist and completion nicely
2009-05-28 divverentapropos command
2009-05-28 divverentdo not exit comment by ;, only by linefeed
2008-12-28 divverentfix whitespace handling:
2008-07-24 divverentfix ${* q}
2008-07-08 divverentchanged the Sys_Error to a Con_Printf. LordHavoc, pleas...
2008-05-04 divverentfixes to "defer": Crash on Windows (non-ANSI C printf...
2008-03-20 havocpatch from Blub that adds the command "defer" which...
2008-03-20 havocpatch from Blub adding cprint (centerprint) console...
2008-03-16 divverentfix cmd again (fix by Blub and me)
2008-03-15 divverentfix segfault with long aliases
2008-02-27 havocfix toggle command's error message for cvars that are...
2008-02-04 havochuge audit of dprints throughout engine, all notices...
2008-01-05 havoccorrected a buffer size
2007-12-09 divverentCMDBUFSIZE increased to 128k. Hopefully it's enough...
2007-11-13 havocchanged two memcpy calls to memmove after testing in...
2007-08-22 divverentadd to cvar expansion: new variant $3- for all argument...
2007-07-14 divverentadd Cmd_QuoteString, and make the config writing code...
2007-07-14 divverentcommand parsing: make "bind" and "in_bind" have the...
2007-07-07 divverentchanged parsing/cvar expanding rules to allow better...
2007-07-04 havocfix $cvar expansion to work in quotes
2007-05-18 havocimplemented support for \" in console command parsing...
2007-05-09 havocrenamed COM_ParseTokenConsole to COM_ParseToken_Console
2007-04-24 dreskRemoved modelindexlist command from cmd.c, shifted...
2007-04-24 dreskImplemented console command 'modelindexlist' which...
2007-03-11 havocimplemented .loc file support, including some editing...
2007-01-23 havocchanged Cmd_StuffCmds_f to combine the entire set of...
2007-01-12 havocchanged Cmd_AddCommand to only work for console command...
2006-12-15 havocmodified "stuffcmds" command (which runs commandline...
2006-12-14 havocadd a newline at the end of each exec'd config file
2006-08-05 molivierRemoved all calls to strcpy; most of them are now calls...
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-05-15 havocpatch from Dresk that adds a doom3-like "toggle" consol...
2006-02-26 havocqw support is 99% working
2006-02-22 havocfix alias execution order bug introduced by Black on...
next