]> icculus.org git repositories - divverent/darkplaces.git/history - console.c
fix nexuiz menu mouse input by resetting in_mouse_x/y variables in a
[divverent/darkplaces.git] / console.c
2008-04-07 havocadded con_completion_playdemo/timedemo/exec cvars,...
2008-02-21 havocfix bug in csqc getplayerkey reported by Blub
2008-02-06 divverentmake "set con_completion_commandname map" a command...
2008-02-04 havochuge audit of dprints throughout engine, all notices...
2008-01-25 divverentfix warning
2008-01-25 divverentfix tab completion spam
2008-01-25 divverenttab completion now allows directories (PLEASE TEST...
2008-01-22 havocremoved mcbsp map parsing
2007-12-22 divverentthis may fix the word wrap issue, hopefully
2007-12-20 divverenttab completion for arbitrary commands (works, but inter...
2007-12-17 divverentsplit up DrawQ_String_Font_UntilX in DrawQ_TextWidth_Fo...
2007-12-01 divverentthe big chat area/font patch... hope it works well...
2007-11-12 divverentmove two #defined to quakedef.h, and always include...
2007-11-09 divverentBlub's nick completion
2007-10-09 havocfix a warning (con_text is static, no need for an if...
2007-09-24 havocchanged COM_ParseToken_Simple to have a parsebackslash...
2007-07-10 divverentoops... forgot to safeguard against recursive character...
2007-07-09 divverentlog_dest_udp now limits the packet size to 1400, not...
2007-07-09 dreskRemoved inline from function Con_Rcon_AddChar due to...
2007-07-08 divverentfix little bug that made \001 destroy the first output...
2007-07-08 divverentnew cvar log_dest_udp to send all console data to one...
2007-05-09 havocrenamed COM_ParseTokenConsole to COM_ParseToken_Console
2007-04-18 havocchanged r_textshadow behavior to always draw a black...
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
next