]> icculus.org git repositories - divverent/darkplaces.git/history - console.c
fix saturation (how and why did this line disappear?)
[divverent/darkplaces.git] / console.c
2009-06-20 divverentmessagemode/commandmode: clear the string on entering...
2009-05-28 divverentapropos command
2009-05-21 divverentfix bug in console backscroll overflow handlign
2009-05-20 divverentadd some missing casts
2009-05-20 divverentimprove abstraction of console buffer access; remove...
2009-05-20 divverentimprove abstraction of the console buffers; console...
2009-05-20 divverentimproved persistent input history; now independent...
2009-05-17 divverentexperimental new persistent console history (uses same...
2009-04-14 divverentnick completion bugfix by terencehill
2009-02-20 divverentsome color tag cleanups by terencehill
2009-01-28 divverentfix a type
2009-01-28 divverentmake DP compile with C++ again
2009-01-19 havocfix a number of char types that should be int, to make...
2008-12-30 divverentfix two bugs in handling of invalid ^xRGB codes
2008-12-28 divverentfix whitespace handling:
2008-12-25 divverentremove a redundant check fixing a gcc warning
2008-12-25 divverentterrencehill's color codes patch. Please test thoroughl...
2008-09-10 divverentadd a half-baked "commandmode" (currently it has, like...
2008-09-04 havocsplit FS_Open into FS_OpenRealFile and FS_OpenVirtualFi...
2008-08-24 divverentrcon: use multiple reply packets to fit any size (where...
2008-07-29 divverentadd a new "scale" property in font files. Specifying...
2008-06-17 havocfixed all VS2005 deprecated function warnings
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...
next