]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - console.c
changed some prints to dprints
[xonotic/darkplaces.git] / console.c
2007-03-17 havocplay a different sound (sound/misc/talk2.wav) for team...
2007-03-15 havocfix a crash in maps command
2007-03-12 havocmultiline cvar_t descriptions cause problems when build...
2007-03-12 havocremoved trailing comments on cvar declarations and...
2007-01-14 havocpatch from div0 that enables printf format warnings...
2006-09-30 havocimplemented condump command (I was told by [515] that...
2006-08-16 havocchanged several '^' checks to STRING_COLOR_TAG as they...
2006-08-16 havocreorganized Host_Init a bit, merged away a few function...
2006-08-05 molivierRemoved all calls to strcpy; most of them are now calls...
2006-07-07 havocchanged most COM_ParseToken calls to COM_ParseTokenCons...
2006-05-30 havocdon't allow runaway loops caused by Con_Print during...
2006-05-27 havocremove an unused variable
2006-05-27 havoccentering of notify lines in nexuiz now ignores color...
2006-05-10 havoccleanup of chat prefix character handling, this fixes...
2006-04-18 havocconback lives... again!
2006-04-18 havocconback support is dead.
2006-04-08 havocmade darkplaces able to compile as C++ again, and fixed...
2006-03-23 havocchanged several DPrint's and developer cvar checks...
2006-03-21 havocchanged all Draw_CachePic calls to precache the pic...
2006-03-18 sajtI was just joking
2006-03-18 sajtnitpicky
2006-03-11 havocmoved Log_Start call into SCR_BeginLoadingPlaque (which...
2006-03-04 havocreplaced sbarpic_t with cachepic_t in sbar code (saves...
2006-02-23 havocadded qw compatible "rcon" support (allows a client...
2006-02-03 havoctwo int casts that were missing, reported by Willis
2006-02-01 havocadded description string to all cvars and commands
2006-01-30 havocfix for segfault in map name completion, submitted...
2006-01-21 molivierA few casts and variable type changes to get rid of...
2006-01-16 havoccsqc patch from [515], seems to work with [515]'s dpcsq...
2006-01-11 havocadded con_textsize patch from [515]
2006-01-11 havocadded tab-completion of map/changelevel command + maps...
2005-11-25 havocuse color tags for chat messages instead of 0x80 masking
2005-11-23 havoccleaned up many text buffer sizes throughout the engine...
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-07-05 havocadded a 64bif fs_offset_t type to clean up most of...
2005-07-05 havocfixed signed/unsigned mismatch warnings
2005-07-05 havocmore size_t
2005-06-19 havocremoved two unused Key_Event implementations (which...
2005-06-11 black-The new Key_Event is enabled by default now and Ive...
2005-06-06 blackIf the new Key_Event breaks anything for you, you can...
2005-05-31 havocprint to console before printing to terminal (which...
2005-05-13 havocreplaced all references to vid.conwidth and vid.conheig...
2005-05-06 havocchanged Host_Init to execute configs only once
2005-04-29 havocmoved some Con_PrintToHistory code into Con_Print and...
2005-04-11 havocchanged color codes to match Quake3
2005-04-05 havocconsolidated many mempools to make memlist more readabl...
2005-04-02 black-Now a server is never pinged more than once.
2005-03-09 havoccl_capturevideo_raw* modes now use O_NONBLOCKING file...
2005-02-11 havocchanged color prefix character to ^ (@ is not acceptable)
2005-02-03 molivierReplaced snprintf and vnsprintf calls by dpsnprintf...
2005-02-02 blackFixed a bug and also added support color support to...
2005-02-02 blackAdded support for color tags to the console. Use the...
2005-01-25 havocnow supports Mac and Windows newlines everywhere
2005-01-19 molivier- Got rid of all the FILE* stuff in the FS code, relyin...
2004-12-17 black-Fixed a bug in the centering code.
2004-12-17 black-Added centered notify output for GAME_NEXUIZ.
2004-12-15 moliviervsprintf -> vsnprintf
2004-12-02 molivier- Removed Con_SafePrint and Con_SafePrintf since they...
2004-12-01 havocchanged a lot of Con_DPrint/Con_DPrintf calls to Con_Pr...
2004-10-26 havocget rid of the unused clearnotify and clearconsole...
2004-10-26 havocS_LoadSound now automatically tries both with and witho...
2004-10-21 havocdon't allow Log_ConPrint to recurse into itself, as...
2004-10-05 havocrevised commandline option comments for better categori...
2004-10-05 havocadded COMMANDLINEOPTION comments for every commandline...
2004-10-04 molivierAllocated the log queue earlier in Log_Init since Cvar_...
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...
next