]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - console.c
OPENGL_ORIENTATION -> MATRIX4x4_OPENGLORIENTATION
[xonotic/darkplaces.git] / console.c
2013-02-28 havocimplemented loading of the RMQe variant of BSP2 ("2PSB")
2013-02-24 divverentNevermind, we can't remove that STX char... just add...
2013-02-24 divverentFix bug with cl_parse.c putting extra \2 in the Con_Pri...
2013-02-24 divverentLets add the ability to have silent messages sent to...
2012-09-06 divverentspecial character translation: don't generate control...
2012-03-01 divverentCon_ClearNotify: only hide notify, not chat
2012-02-20 havocadded Q1 BSP2 format support, compatible with hmap2
2012-02-10 divverentfix a few clang warnings that try to hint to buffer...
2011-12-01 eihrulcheck for valid socket in Con_Rcon_Redirect_Flush
2011-10-27 divverentframegroups: add support for group names specified...
2011-10-25 havocadded Sys_PrintfToTerminal function for convenience...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-17 havocadded sv_threaded cvar, the server can now be moved...
2011-09-02 divverentadd -noconsole option to block console input and display
2011-08-17 divverentallow extra args for messagemode and messagemode2 to...
2011-06-12 divverentremove duplicate names from file search results
2011-01-29 divverentSquashed commit of the following:
2011-01-23 havocfix several conversion warnings
2010-12-27 divverentfix a bug in special character translation leading...
2010-12-25 divverentless unix terminal spam if developer <= 0 (should this...
2010-12-12 divverentfix sys_specialcharactertranslation for utf-8 mode
2010-11-21 havocfix a couple error messages on shutdown of dedicated...
2010-11-18 havocfix proquake rcon replies - use NetConn_Write, not...
2010-11-18 havocadded server support for proquake rcon when running...
2010-09-04 divverentAdding GAME_XONOTIC and recognizing xonotic executable...
2010-08-09 havocimproved include order to fix some compile errors using...
2010-07-01 divverenta third console picture layer. NOW we should be able...
2010-07-01 divverentnew cvar r_draw2d to turn off all 2D drawing (except...
2010-06-29 divverentnew cvars:
2010-06-23 divverentr_font_disable_freetype 0: don't replace the char by...
2010-06-19 divverentallow to freely place the chat panel when con_chatrect...
2010-04-24 divverentmode "developer -1" that behaves like old "developer...
2010-03-14 divverentfix how plural of alias works
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...
next