]> icculus.org git repositories - divverent/darkplaces.git/history - console.c
Merge branch 'master' into ft2uim
[divverent/darkplaces.git] / console.c
2009-09-07 Wolfgang (Blub)... K_SUPER, console support for UIM started
2009-09-06 Wolfgang (Blub)... Merge branch 'ft2' into ft2uim
2009-09-06 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-06 Wolfgang (Blub)... Merge branch 'ft2' into ft2uim
2009-09-06 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-06 Wolfgang (Blub)... merging ft2 branch
2009-09-06 Wolfgang (Blub)... committing terrible stuff
2009-09-06 Wolfgang (Blub)... testing some stuff
2009-09-06 Wolfgang (Blub)... testing some stuff
2009-09-06 Wolfgang (Blub)... Merge branch 'ft2' into ft2uim
2009-09-06 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-05 Wolfgang (Blub)... Merge branch 'ft2' into ft2uim
2009-09-05 Wolfgang (Blub)... u8_Init, cvar utf8_disabled
2009-09-04 Wolfgang (Blub)... Merge branch 'ft2' into ft2uim
2009-09-04 Wolfgang (Blub)... Merge branch 'ft2' into ft2uim
2009-09-04 Wolfgang (Blub)... Merge branch 'ft2' into ft2uim
2009-09-04 Wolfgang (Blub)... enter UIM mode for the chat
2009-09-04 Wolfgang (Blub)... Merge branch 'ft2' into ft2uim
2009-09-04 Wolfgang (Blub)... Making the console input line utf8-aware
2009-09-03 Wolfgang (Blub)... Merge commit 'origin/master' into ft2
2009-09-03 Wolfgang (Blub)... width and height for TextWidth
2009-09-02 Wolfgang (Blub)... Merge commit 'origin/master' into ft2
2009-09-02 Wolfgang (Blub)... fix that line breaking
2009-09-02 Wolfgang (Blub)... use the utf-8 cursor characters if possible, fallback...
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...
next