]> icculus.org git repositories - divverent/darkplaces.git/history - console.c
moved BIH_LEAF from bih_nodetype_t to bih_leaftype_t
[divverent/darkplaces.git] / console.c
2010-01-31 havocfix a bunch of warnings
2010-01-13 havocdon't draw conback when the file is missing, behave...
2010-01-05 eihrulfixed signed vs. unsigned warning
2010-01-05 blubfixing a possible invalid memory access spotted by...
2009-12-30 divverentfix engine version display
2009-12-30 divverentmore redundant suffix elimination
2009-12-30 divverentremove redundant _Size suffix from textwidth functions...
2009-12-30 divverentfix alignment of fps counter with ft2 fonts, and other...
2009-12-28 divverentremove a no longer applying fixme comment
2009-12-28 divverentadded masking to Con_DrawConsole, and removed it from...
2009-12-28 blubDrawQ_TextWidth_Font_Size for the engineversion string...
2009-12-27 havocfix a bunch of type-punned pointer warnings
2009-12-27 havocreworked console rendering, now uses con_backscroll...
2009-12-27 havocadded Con_MaskPrintf, Con_Printf/Con_DPrintf and friend...
2009-12-27 havocchanged a ton of developer cvar checks into developer_e...
2009-12-25 divverentimprove text word wrapping
2009-12-24 blubtake utf8_enable into account when printing the dots...
2009-12-23 divverentmake utf8 functions safer: give them a size limit in...
2009-12-23 divverentget utf8lib out of common.c by moving the u8_strnlen...
2009-12-23 blubAdding FreeType2 and UTF-8 Support.
2009-12-14 havocfix a crash on shutdown when using developer_memory...
2009-11-11 havocmigrated a large number of #define MAX values to quaked...
2009-08-20 divverentfix all the () problems, and make gcc warn for them
2009-08-20 havocFix warnings in div0's commits using functions with...
2009-08-16 divverentcvar con_chatsound (by Surb)
2009-07-08 divverentdoxygen comments and config file
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...
next