]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - cmd.c
register the snd_streaming_length cvar
[xonotic/darkplaces.git] / cmd.c
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...
2006-02-11 havocmigrated cls.message and client->message buffers into...
2006-02-05 blackFix it the right way (and also remove another bug this...
2006-02-05 havoccrash fix for use of $*/$0-9 when not in an alias,...
2006-02-01 havocadded description string to all cvars and commands
2006-01-16 havoccsqc patch from [515], seems to work with [515]'s dpcsq...
2005-11-23 havoccleaned up many text buffer sizes throughout the engine...
2005-11-08 blackMoved the cmd preprocessor call from ExecuteString...
2005-11-07 havoccleaned up all Con_Printf calls that were missing a \n
2005-11-07 havoccleanup of Cmd_PreprocessString and removal of a commen...
2005-11-06 blackMerged the $ handling into one preprocessor function.
2005-11-05 havoceliminated fs_filesize global, now File_LoadFile and...
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-09-07 havocfix a crash in Cmd_ExecuteAlias when $* is used with...
2005-08-10 havocmade Cmd_ForwardToServer code far more readable and...
2005-08-10 blackFixed alias parsing and added support for $* which...
2005-07-30 black-Changed a call to VariableString with FindCvar.
2005-07-19 blackMoved the $cvar parser to Cmd_TokenizeString.
2005-07-19 black-Added $parameter parsing to the alias and $cvar parsin...
2005-07-05 havocmore size_t
2005-06-20 havocchanged most Sys_Error calls to Con_Printf with appropr...
2005-05-06 havochush "Unknown command" warnings during startup
2005-05-06 havocchanged Host_Init to execute configs only once
2005-05-05 black-Changed the SDL window icon back to DP's icon.
2005-04-05 havocno longer uses SZ_Alloc for cmd_text buffer
2005-01-25 havocnow supports Mac and Windows newlines everywhere
2005-01-03 tomazCleaned up alot more memory leaks. (still get 720 leaks...
2005-01-01 black-Added 2 builtins to make the hostcache stuff easier...
2004-10-20 havocmessagemode/messagemode2 now send the say/say_team...
2004-09-17 havocadded set (create/set a cvar) and seta (create/set...
2004-09-11 tomazFixed a bug in the commandline parser when giving it...
2004-09-11 havocrewrote Cmd_StuffCmds_f (commandline parser), it now...
2004-08-25 havocMem_AllocPool flags and parent parameters added, now...
2004-04-02 molivierReplaced a direct call to "malloc" and "free", and...
2004-03-23 molivierAdded a mempool parameter to FS_LoadFile
2004-03-13 blackDP should read the config files correcly again now.
2004-03-10 havocadded Print versions of Printf functions and made all...
2004-03-05 havocimprove console text parsing a little (now handles...
2004-01-01 havocnow runs scripts at startup differently - runs scripts...
2003-12-04 havoceradicated SZ_Print, thanks to Fuh for pointing out...
2003-12-04 havocconsole parsing now behaves like qwcl, thanks to Fuh...
next