]> icculus.org git repositories - divverent/darkplaces.git/history - cmd.c
Merge branch 'master' into blub/cmd_unset
[divverent/darkplaces.git] / cmd.c
2010-02-26 Wolfgang (Blub)... Merge branch 'master' into blub/cmd_unset blub/cmd_unset
2010-02-25 havocuse CONFIGFILENAME and STARTCONFIGFILENAME macros inste...
2010-02-01 Wolfgang (Blub)... Merge branch 'master' into blub/cmd_unset
2010-01-31 havocfix a bunch of warnings
2010-01-29 Wolfgang (Blub)... Merge branch 'master' into blub/cmd_unset
2010-01-28 Wolfgang (Blub)... Merge remote branch 'origin' into blub/cmd_unset
2010-01-28 Wolfgang (Blub)... Merge branch 'master' into cmd_unset
2010-01-13 Wolfgang (Blub)... Merge branch 'master' into cmd_unset
2010-01-12 divverentadd new pseudo variable $# containing the number of...
2010-01-08 Wolfgang (Blub)... Merge branch 'master' into cmd_unset
2010-01-03 Wolfgang (Blub)... Merge branch 'master' into cmd_unset
2010-01-01 Wolfgang (Blub)... Merge branch 'master' into cmd_unset
2009-12-27 Wolfgang (Blub)... Merge branch 'master' into cmd_unset
2009-12-27 Wolfgang (Blub)... Merge branch 'master' into cmd_unset
2009-12-26 Wolfgang (Blub)... Merge branch 'master' into cmd_unset
2009-12-26 Wolfgang (Blub)... Merge branch 'master' into cmd_unset
2009-12-25 Wolfgang (Blub)... Merge branch 'master' into cmd_unset
2009-12-24 Wolfgang (Blub)... Merge branch 'master' into cmd_unset
2009-12-24 Wolfgang (Blub)... Merge branch 'master' into cmd_unset
2009-12-23 Wolfgang (Blub)... Merge branch 'master' into cmd_unset
2009-12-23 Wolfgang (Blub)... Merge branch 'master' into cmd_unset
2009-12-22 Wolfgang (Blub)... Merge branch 'master' into cmd_unset
2009-12-21 Wolfgang (Blub)... Merge branch 'master' into cmd_unset
2009-12-19 Wolfgang (Blub)... Merge branch 'master' into cmd_unset
2009-11-11 havocmigrated a large number of #define MAX values to quaked...
2009-10-23 Wolfgang (Blub)... Merge branch 'master' into cmd_unset
2009-10-22 Wolfgang (Blub)... Merge branch 'master' into cmd_unset
2009-10-11 Wolfgang (Blub)... Merge branch 'master' into cmd_unset
2009-10-07 Wolfgang (Blub)... Merge branch 'master' into cmd_unset
2009-10-01 Wolfgang (Blub)... Merge branch 'master' into cmd_unset
2009-09-28 Wolfgang (Blub)... Merge branch 'master' into cmd_unset
2009-09-27 Wolfgang (Blub)... Merge branch 'master' into cmd_unset
2009-09-25 Wolfgang (Blub)... Merge branch 'master' into cmd_unset
2009-09-23 Wolfgang (Blub)... Merge branch 'master' into cmd_unset
2009-09-17 Wolfgang (Blub)... Merge branch 'master' into cmd_unset
2009-09-16 Wolfgang (Blub)... Merge branch 'master' into cmd_unset
2009-09-16 divverentfix descriptions of cmdlist and cvarlist
2009-09-14 Wolfgang (Blub)... Merge branch 'master' into cmd_unset
2009-09-14 Wolfgang (Blub)... Merge branch 'master' into cmd_unset
2009-09-08 Blubunset command
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.
next