]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - cmd.c
commented out a line as suggested by Spike, to fix a crash when length is 0, this...
[xonotic/darkplaces.git] / cmd.c
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...
2003-09-30 molivierLots of str[n]cat, str[n]cpy, and [v]sprintf have been...
2003-07-31 havoccorrected a few LittleLongs to LittleFloat in md3 loadi...
2003-07-02 havocadded support for GAME_GOODVSBAD2
2003-04-18 havocparser can now handle recursive commands (although...
2003-03-21 havocThis is a patch from Elric greatly cleaning up the...
2002-09-11 havocwhitespace
2002-06-02 knghtbrdA minor removal of a few pieces of dead code. Nothing...
2002-01-31 lordhavocgot rid of buildnumber.c and buildnum program, now...
2002-01-16 lordhavocrewrote memory system entirely (hunk, cache, and zone...
2001-10-15 lordhavocmallocs, callocs, and frees changed to qmalloc/qfree
2001-07-20 taniwhavery nice command line tab completeion from Shawn Walker
2001-05-30 lordhavocconverted script loading to use COM_LoadMallocFile...
2001-04-06 lordhavocoptimized AngleVectors calls (pass NULL for vectors...
2001-01-29 lordhavocgot rid of Hunk_Alloc, all allocations now have a prope...
2000-08-22 lordhavocInitial revision