2009-12-24 |
blub | take utf8_enable into account when printing the dots... |
blob | commitdiff | raw | diff to current |
2009-12-23 |
divverent | make utf8 functions safer: give them a size limit in... |
blob | commitdiff | raw | diff to current |
2009-12-23 |
divverent | get utf8lib out of common.c by moving the u8_strnlen... |
blob | commitdiff | raw | diff to current |
2009-12-23 |
blub | Adding FreeType2 and UTF-8 Support. |
blob | commitdiff | raw | diff to current |
2009-12-14 |
havoc | fix a crash on shutdown when using developer_memory... |
blob | commitdiff | raw | diff to current |
2009-11-11 |
havoc | migrated a large number of #define MAX values to quaked... |
blob | commitdiff | raw | diff to current |
2009-08-20 |
divverent | fix all the () problems, and make gcc warn for them |
blob | commitdiff | raw | diff to current |
2009-08-20 |
havoc | Fix warnings in div0's commits using functions with... |
blob | commitdiff | raw | diff to current |
2009-08-16 |
divverent | cvar con_chatsound (by Surb) |
blob | commitdiff | raw | diff to current |
2009-07-08 |
divverent | doxygen comments and config file |
blob | commitdiff | raw | diff to current |
2009-06-20 |
divverent | messagemode/commandmode: clear the string on entering... |
blob | commitdiff | raw | diff to current |
2009-05-28 |
divverent | apropos command |
blob | commitdiff | raw | diff to current |
2009-05-21 |
divverent | fix bug in console backscroll overflow handlign |
blob | commitdiff | raw | diff to current |
2009-05-20 |
divverent | add some missing casts |
blob | commitdiff | raw | diff to current |
2009-05-20 |
divverent | improve abstraction of console buffer access; remove... |
blob | commitdiff | raw | diff to current |
2009-05-20 |
divverent | improve abstraction of the console buffers; console... |
blob | commitdiff | raw | diff to current |
2009-05-20 |
divverent | improved persistent input history; now independent... |
blob | commitdiff | raw | diff to current |
2009-05-17 |
divverent | experimental new persistent console history (uses same... |
blob | commitdiff | raw | diff to current |
2009-04-14 |
divverent | nick completion bugfix by terencehill |
blob | commitdiff | raw | diff to current |
2009-02-20 |
divverent | some color tag cleanups by terencehill |
blob | commitdiff | raw | diff to current |
2009-01-28 |
divverent | fix a type |
blob | commitdiff | raw | diff to current |
2009-01-28 |
divverent | make DP compile with C++ again |
blob | commitdiff | raw | diff to current |
2009-01-19 |
havoc | fix a number of char types that should be int, to make... |
blob | commitdiff | raw | diff to current |
2008-12-30 |
divverent | fix two bugs in handling of invalid ^xRGB codes |
blob | commitdiff | raw | diff to current |
2008-12-28 |
divverent | fix whitespace handling: |
blob | commitdiff | raw | diff to current |
2008-12-25 |
divverent | remove a redundant check fixing a gcc warning |
blob | commitdiff | raw | diff to current |
2008-12-25 |
divverent | terrencehill's color codes patch. Please test thoroughl... |
blob | commitdiff | raw | diff to current |
2008-09-10 |
divverent | add a half-baked "commandmode" (currently it has, like... |
blob | commitdiff | raw | diff to current |
2008-09-04 |
havoc | split FS_Open into FS_OpenRealFile and FS_OpenVirtualFi... |
blob | commitdiff | raw | diff to current |
2008-08-24 |
divverent | rcon: use multiple reply packets to fit any size (where... |
blob | commitdiff | raw | diff to current |
2008-07-29 |
divverent | add a new "scale" property in font files. Specifying... |
blob | commitdiff | raw | diff to current |
2008-06-17 |
havoc | fixed all VS2005 deprecated function warnings |
blob | commitdiff | raw | diff to current |
2008-04-07 |
havoc | added con_completion_playdemo/timedemo/exec cvars,... |
blob | commitdiff | raw | diff to current |
2008-02-21 |
havoc | fix bug in csqc getplayerkey reported by Blub |
blob | commitdiff | raw | diff to current |
2008-02-06 |
divverent | make "set con_completion_commandname map" a command... |
blob | commitdiff | raw | diff to current |
2008-02-04 |
havoc | huge audit of dprints throughout engine, all notices... |
blob | commitdiff | raw | diff to current |
2008-01-25 |
divverent | fix warning |
blob | commitdiff | raw | diff to current |
2008-01-25 |
divverent | fix tab completion spam |
blob | commitdiff | raw | diff to current |
2008-01-25 |
divverent | tab completion now allows directories (PLEASE TEST... |
blob | commitdiff | raw | diff to current |
2008-01-22 |
havoc | removed mcbsp map parsing |
blob | commitdiff | raw | diff to current |
2007-12-22 |
divverent | this may fix the word wrap issue, hopefully |
blob | commitdiff | raw | diff to current |
2007-12-20 |
divverent | tab completion for arbitrary commands (works, but inter... |
blob | commitdiff | raw | diff to current |
2007-12-17 |
divverent | split up DrawQ_String_Font_UntilX in DrawQ_TextWidth_Fo... |
blob | commitdiff | raw | diff to current |
2007-12-01 |
divverent | the big chat area/font patch... hope it works well... |
blob | commitdiff | raw | diff to current |
2007-11-12 |
divverent | move two #defined to quakedef.h, and always include... |
blob | commitdiff | raw | diff to current |
2007-11-09 |
divverent | Blub's nick completion |
blob | commitdiff | raw | diff to current |
2007-10-09 |
havoc | fix a warning (con_text is static, no need for an if... |
blob | commitdiff | raw | diff to current |
2007-09-24 |
havoc | changed COM_ParseToken_Simple to have a parsebackslash... |
blob | commitdiff | raw | diff to current |
2007-07-10 |
divverent | oops... forgot to safeguard against recursive character... |
blob | commitdiff | raw | diff to current |
2007-07-09 |
divverent | log_dest_udp now limits the packet size to 1400, not... |
blob | commitdiff | raw | diff to current |
2007-07-09 |
dresk | Removed inline from function Con_Rcon_AddChar due to... |
blob | commitdiff | raw | diff to current |
2007-07-08 |
divverent | fix little bug that made \001 destroy the first output... |
blob | commitdiff | raw | diff to current |
2007-07-08 |
divverent | new cvar log_dest_udp to send all console data to one... |
blob | commitdiff | raw | diff to current |
2007-05-09 |
havoc | renamed COM_ParseTokenConsole to COM_ParseToken_Console |
blob | commitdiff | raw | diff to current |
2007-04-18 |
havoc | changed r_textshadow behavior to always draw a black... |
blob | commitdiff | raw | diff to current |
2007-03-17 |
havoc | play a different sound (sound/misc/talk2.wav) for team... |
blob | commitdiff | raw | diff to current |
2007-03-15 |
havoc | fix a crash in maps command |
blob | commitdiff | raw | diff to current |
2007-03-12 |
havoc | multiline cvar_t descriptions cause problems when build... |
blob | commitdiff | raw | diff to current |
2007-03-12 |
havoc | removed trailing comments on cvar declarations and... |
blob | commitdiff | raw | diff to current |
2007-01-14 |
havoc | patch from div0 that enables printf format warnings... |
blob | commitdiff | raw | diff to current |
2006-09-30 |
havoc | implemented condump command (I was told by [515] that... |
blob | commitdiff | raw | diff to current |
2006-08-16 |
havoc | changed several '^' checks to STRING_COLOR_TAG as they... |
blob | commitdiff | raw | diff to current |
2006-08-16 |
havoc | reorganized Host_Init a bit, merged away a few function... |
blob | commitdiff | raw | diff to current |
2006-08-05 |
molivier | Removed all calls to strcpy; most of them are now calls... |
blob | commitdiff | raw | diff to current |
2006-07-07 |
havoc | changed most COM_ParseToken calls to COM_ParseTokenCons... |
blob | commitdiff | raw | diff to current |
2006-05-30 |
havoc | don't allow runaway loops caused by Con_Print during... |
blob | commitdiff | raw | diff to current |
2006-05-27 |
havoc | remove an unused variable |
blob | commitdiff | raw | diff to current |
2006-05-27 |
havoc | centering of notify lines in nexuiz now ignores color... |
blob | commitdiff | raw | diff to current |
2006-05-10 |
havoc | cleanup of chat prefix character handling, this fixes... |
blob | commitdiff | raw | diff to current |
2006-04-18 |
havoc | conback lives... again! |
blob | commitdiff | raw | diff to current |
2006-04-18 |
havoc | conback support is dead. |
blob | commitdiff | raw | diff to current |
2006-04-08 |
havoc | made darkplaces able to compile as C++ again, and fixed... |
blob | commitdiff | raw | diff to current |
2006-03-23 |
havoc | changed several DPrint's and developer cvar checks... |
blob | commitdiff | raw | diff to current |
2006-03-21 |
havoc | changed all Draw_CachePic calls to precache the pic... |
blob | commitdiff | raw | diff to current |
2006-03-18 |
sajt | I was just joking |
blob | commitdiff | raw | diff to current |
2006-03-18 |
sajt | nitpicky |
blob | commitdiff | raw | diff to current |
2006-03-11 |
havoc | moved Log_Start call into SCR_BeginLoadingPlaque (which... |
blob | commitdiff | raw | diff to current |
2006-03-04 |
havoc | replaced sbarpic_t with cachepic_t in sbar code (saves... |
blob | commitdiff | raw | diff to current |
2006-02-23 |
havoc | added qw compatible "rcon" support (allows a client... |
blob | commitdiff | raw | diff to current |
2006-02-03 |
havoc | two int casts that were missing, reported by Willis |
blob | commitdiff | raw | diff to current |
2006-02-01 |
havoc | added description string to all cvars and commands |
blob | commitdiff | raw | diff to current |
2006-01-30 |
havoc | fix for segfault in map name completion, submitted... |
blob | commitdiff | raw | diff to current |
2006-01-21 |
molivier | A few casts and variable type changes to get rid of... |
blob | commitdiff | raw | diff to current |
2006-01-16 |
havoc | csqc patch from [515], seems to work with [515]'s dpcsq... |
blob | commitdiff | raw | diff to current |
2006-01-11 |
havoc | added con_textsize patch from [515] |
blob | commitdiff | raw | diff to current |
2006-01-11 |
havoc | added tab-completion of map/changelevel command + maps... |
blob | commitdiff | raw | diff to current |
2005-11-25 |
havoc | use color tags for chat messages instead of 0x80 masking |
blob | commitdiff | raw | diff to current |
2005-11-23 |
havoc | cleaned up many text buffer sizes throughout the engine... |
blob | commitdiff | raw | diff to current |
2005-11-05 |
havoc | eliminated qbyte type, now uses unsigned char throughou... |
blob | commitdiff | raw | diff to current |
2005-10-21 |
havoc | made darkplaces compile successfully with g++ to test... |
blob | commitdiff | raw | diff to current |
2005-07-05 |
havoc | added a 64bif fs_offset_t type to clean up most of... |
blob | commitdiff | raw | diff to current |
2005-07-05 |
havoc | fixed signed/unsigned mismatch warnings |
blob | commitdiff | raw | diff to current |
2005-07-05 |
havoc | more size_t |
blob | commitdiff | raw | diff to current |
2005-06-19 |
havoc | removed two unused Key_Event implementations (which... |
blob | commitdiff | raw | diff to current |
2005-06-11 |
black | -The new Key_Event is enabled by default now and Ive... |
blob | commitdiff | raw | diff to current |
2005-06-06 |
black | If the new Key_Event breaks anything for you, you can... |
blob | commitdiff | raw | diff to current |
2005-05-31 |
havoc | print to console before printing to terminal (which... |
blob | commitdiff | raw | diff to current |
2005-05-13 |
havoc | replaced all references to vid.conwidth and vid.conheig... |
blob | commitdiff | raw | diff to current |
2005-05-06 |
havoc | changed Host_Init to execute configs only once |
blob | commitdiff | raw | diff to current |
2005-04-29 |
havoc | moved some Con_PrintToHistory code into Con_Print and... |
blob | commitdiff | raw | diff to current |
next |