]> icculus.org git repositories - divverent/darkplaces.git/history - console.c
364
[divverent/darkplaces.git] / console.c
2004-08-25 havocMem_AllocPool flags and parent parameters added, now...
2004-07-02 molivierModified the sound code so it can handle sounds outside...
2004-06-16 molivierAdded support for Dev-C++, a MinGW32 IDE <http://www...
2004-05-17 havocTomaz's con_backscroll patch, backscroll is no longer...
2004-05-15 havocTomaz enabled some numpad keys in the console and the...
2004-04-29 molivierThe log file is now started and stopped at run-time...
2004-04-12 havocpatch from transfusion team to change transfusion hud...
2004-04-09 molivierThe base size of the log queue is 256 bytes, not 4...
2004-04-08 molivierAdded a "log_file" cvar to control the log file name...
2004-04-06 molivierRemoved an unused cvar (logfile)
2004-03-26 molivierRemoved a couple of useless inclusions
2004-03-10 havocadded Print versions of Printf functions and made all...
2004-03-06 havoccon_notify is now measured in cl.time, not realtime...
2003-12-19 blackFixed the crash that occured when the commandline got...
2003-12-07 havoctodo item done: fixed con_notify cvar (limits number...
2003-10-28 blackFixed a bug that caused some messages to not be logged...
2003-07-14 havocadded scr_conbrightness cvar
2003-05-23 havocconsole logging (-condebug) now starts earlier in the...
2003-03-21 havocThis is a patch from Elric greatly cleaning up the...
2003-02-14 havocadded con_notify cvar, which controls how many console...
2002-11-25 havocmost of Q2's keyboard handling ported over - what this...
2002-10-30 havocfixed all the signed/unsigned mismatch warnings
2002-09-22 havocMem_Free on a const pointer apparently irritates MSVC...
2002-09-11 havocwhitespace
2002-09-09 havocexpanded console buffer from 16k to 128k, and changed...
2002-09-05 havocyou can now (try to) play in maps you don't have, and...
2002-09-02 havocyou can now open/close the console independently of...
2002-08-31 havocremoved console text left/right edge margins (giving...
2002-08-26 molivierFixed a potential buffer overflow in Con_DebugLog
2002-06-02 knghtbrdA minor removal of a few pieces of dead code. Nothing...
2002-03-12 lordhavocadded cl_particles_blood_size_min, cl_particles_blood_s...
2002-03-01 lordhavocreenabled loading plaques (and cleaned up that code...
2002-01-31 lordhavocgot rid of buildnumber.c and buildnum program, now...
2002-01-25 lordhavocadded cl_screen.c/h (eventually most 2D stuff should...
2002-01-16 lordhavocrewrote memory system entirely (hunk, cache, and zone...
2001-12-29 eviltypeguySmall fixes to tab completion
2001-12-04 lordhavocrewrote RecursiveHullCheck, no longer gets stuck on...
2001-10-29 lordhavocremoved duplicate comment on a line
2001-10-26 lordhavocadded CVAR_SAVE and CVAR_NOTIFY flags to cvar_t structu...
2001-10-15 lordhavocmallocs, callocs, and frees changed to qmalloc/qfree
2001-10-15 lordhavocfix for command/cvar/alias completion bug (example...
2001-07-20 taniwhavery nice command line tab completeion from Shawn Walker
2001-05-27 lordhavoccleaned up nearly all of the externs in .c files (moved...
2001-05-11 lordhavoc***map loader generates portals for the map*** (can...
2000-11-21 dabbBorland C++ compile fixes
2000-10-15 lordhavocGigantic commit - dlight system rewritten
2000-09-06 lordhavocVarious graphical tweaks (mainly particle related)...
2000-08-22 lordhavocInitial revision