2006-08-05 |
molivier | Removed all calls to strcpy; most of them are now calls... |
blob | commitdiff | raw |
2006-06-11 |
havoc | don't allow $ expansion or sendcvar on rcon_password... |
blob | commitdiff | raw | diff to current |
2006-06-09 |
havoc | changed cvar default setup code such that cvar default... |
blob | commitdiff | raw | diff to current |
2006-05-15 |
havoc | patch from Dresk that adds a doom3-like "toggle" consol... |
blob | commitdiff | raw | diff to current |
2006-02-26 |
havoc | qw support is 99% working |
blob | commitdiff | raw | diff to current |
2006-02-22 |
havoc | fix alias execution order bug introduced by Black on... |
blob | commitdiff | raw | diff to current |
2006-02-11 |
havoc | migrated cls.message and client->message buffers into... |
blob | commitdiff | raw | diff to current |
2006-02-05 |
black | Fix it the right way (and also remove another bug this... |
blob | commitdiff | raw | diff to current |
2006-02-05 |
havoc | crash fix for use of $*/$0-9 when not in an alias,... |
blob | commitdiff | raw | diff to current |
2006-02-01 |
havoc | added description string to all cvars and commands |
blob | commitdiff | raw | diff to current |
2006-01-16 |
havoc | csqc patch from [515], seems to work with [515]'s dpcsq... |
blob | commitdiff | raw | diff to current |
2005-11-23 |
havoc | cleaned up many text buffer sizes throughout the engine... |
blob | commitdiff | raw | diff to current |
2005-11-08 |
black | Moved the cmd preprocessor call from ExecuteString... |
blob | commitdiff | raw | diff to current |
2005-11-07 |
havoc | cleaned up all Con_Printf calls that were missing a \n |
blob | commitdiff | raw | diff to current |
2005-11-07 |
havoc | cleanup of Cmd_PreprocessString and removal of a commen... |
blob | commitdiff | raw | diff to current |
2005-11-06 |
black | Merged the $ handling into one preprocessor function. |
blob | commitdiff | raw | diff to current |
2005-11-05 |
havoc | eliminated fs_filesize global, now File_LoadFile and... |
blob | commitdiff | raw | diff to current |
2005-11-05 |
havoc | eliminated qbyte type, now uses unsigned char throughou... |
blob | commitdiff | raw | diff to current |
2005-10-21 |
havoc | made darkplaces compile successfully with g++ to test... |
blob | commitdiff | raw | diff to current |
2005-09-07 |
havoc | fix a crash in Cmd_ExecuteAlias when $* is used with... |
blob | commitdiff | raw | diff to current |
2005-08-10 |
havoc | made Cmd_ForwardToServer code far more readable and... |
blob | commitdiff | raw | diff to current |
2005-08-10 |
black | Fixed alias parsing and added support for $* which... |
blob | commitdiff | raw | diff to current |
2005-07-30 |
black | -Changed a call to VariableString with FindCvar. |
blob | commitdiff | raw | diff to current |
2005-07-19 |
black | Moved the $cvar parser to Cmd_TokenizeString. |
blob | commitdiff | raw | diff to current |
2005-07-19 |
black | -Added $parameter parsing to the alias and $cvar parsin... |
blob | commitdiff | raw | diff to current |
2005-07-05 |
havoc | more size_t |
blob | commitdiff | raw | diff to current |
2005-06-20 |
havoc | changed most Sys_Error calls to Con_Printf with appropr... |
blob | commitdiff | raw | diff to current |
2005-05-06 |
havoc | hush "Unknown command" warnings during startup |
blob | commitdiff | raw | diff to current |
2005-05-06 |
havoc | changed Host_Init to execute configs only once |
blob | commitdiff | raw | diff to current |
2005-05-05 |
black | -Changed the SDL window icon back to DP's icon. |
blob | commitdiff | raw | diff to current |
2005-04-05 |
havoc | no longer uses SZ_Alloc for cmd_text buffer |
blob | commitdiff | raw | diff to current |
2005-01-25 |
havoc | now supports Mac and Windows newlines everywhere |
blob | commitdiff | raw | diff to current |
2005-01-03 |
tomaz | Cleaned up alot more memory leaks. (still get 720 leaks... |
blob | commitdiff | raw | diff to current |
2005-01-01 |
black | -Added 2 builtins to make the hostcache stuff easier... |
blob | commitdiff | raw | diff to current |
2004-10-20 |
havoc | messagemode/messagemode2 now send the say/say_team... |
blob | commitdiff | raw | diff to current |
2004-09-17 |
havoc | added set (create/set a cvar) and seta (create/set... |
blob | commitdiff | raw | diff to current |
2004-09-11 |
tomaz | Fixed a bug in the commandline parser when giving it... |
blob | commitdiff | raw | diff to current |
2004-09-11 |
havoc | rewrote Cmd_StuffCmds_f (commandline parser), it now... |
blob | commitdiff | raw | diff to current |
2004-08-25 |
havoc | Mem_AllocPool flags and parent parameters added, now... |
blob | commitdiff | raw | diff to current |
2004-04-02 |
molivier | Replaced a direct call to "malloc" and "free", and... |
blob | commitdiff | raw | diff to current |
2004-03-23 |
molivier | Added a mempool parameter to FS_LoadFile |
blob | commitdiff | raw | diff to current |
2004-03-13 |
black | DP should read the config files correcly again now. |
blob | commitdiff | raw | diff to current |
2004-03-10 |
havoc | added Print versions of Printf functions and made all... |
blob | commitdiff | raw | diff to current |
2004-03-05 |
havoc | improve console text parsing a little (now handles... |
blob | commitdiff | raw | diff to current |
2004-01-01 |
havoc | now runs scripts at startup differently - runs scripts... |
blob | commitdiff | raw | diff to current |
2003-12-04 |
havoc | eradicated SZ_Print, thanks to Fuh for pointing out... |
blob | commitdiff | raw | diff to current |
2003-12-04 |
havoc | console parsing now behaves like qwcl, thanks to Fuh... |
blob | commitdiff | raw | diff to current |
2003-09-30 |
molivier | Lots of str[n]cat, str[n]cpy, and [v]sprintf have been... |
blob | commitdiff | raw | diff to current |
2003-07-31 |
havoc | corrected a few LittleLongs to LittleFloat in md3 loadi... |
blob | commitdiff | raw | diff to current |
2003-07-02 |
havoc | added support for GAME_GOODVSBAD2 |
blob | commitdiff | raw | diff to current |
2003-04-18 |
havoc | parser can now handle recursive commands (although... |
blob | commitdiff | raw | diff to current |
2003-03-21 |
havoc | This is a patch from Elric greatly cleaning up the... |
blob | commitdiff | raw | diff to current |
2002-09-11 |
havoc | whitespace |
blob | commitdiff | raw | diff to current |
2002-06-02 |
knghtbrd | A minor removal of a few pieces of dead code. Nothing... |
blob | commitdiff | raw | diff to current |
2002-01-31 |
lordhavoc | got rid of buildnumber.c and buildnum program, now... |
blob | commitdiff | raw | diff to current |
2002-01-16 |
lordhavoc | rewrote memory system entirely (hunk, cache, and zone... |
blob | commitdiff | raw | diff to current |
2001-10-15 |
lordhavoc | mallocs, callocs, and frees changed to qmalloc/qfree |
blob | commitdiff | raw | diff to current |
2001-07-20 |
taniwha | very nice command line tab completeion from Shawn Walker |
blob | commitdiff | raw | diff to current |
2001-05-30 |
lordhavoc | converted script loading to use COM_LoadMallocFile... |
blob | commitdiff | raw | diff to current |
2001-04-06 |
lordhavoc | optimized AngleVectors calls (pass NULL for vectors... |
blob | commitdiff | raw | diff to current |
2001-01-29 |
lordhavoc | got rid of Hunk_Alloc, all allocations now have a prope... |
blob | commitdiff | raw | diff to current |
2000-08-22 |
lordhavoc | Initial revision |
blob | commitdiff | raw | diff to current |
|