]> icculus.org git repositories - divverent/darkplaces.git/history - cmd.c
Made qc profile command post an error message instead of crashing when used during...
[divverent/darkplaces.git] / cmd.c
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