]> icculus.org git repositories - divverent/darkplaces.git/history - common.c
Merge branch 'master' into ft2uim
[divverent/darkplaces.git] / common.c
2009-12-27 Wolfgang (Blub)... Merge branch 'master' into ft2uim
2009-12-27 havocadded StoreBigShort
2009-12-25 Wolfgang (Blub)... Merge branch 'master' into ft2uim
2009-12-25 divverentimprove text word wrapping
2009-12-24 Wolfgang (Blub)... Merge branch 'master' into ft2uim
2009-12-23 divverentget utf8lib out of common.c by moving the u8_strnlen...
2009-12-23 blubthis should work without strlen as well
2009-12-23 Wolfgang (Blub)... Merge branch 'ft2' into ft2uim
2009-12-23 Wolfgang (Blub)... merging master - now FT2 is in master
2009-12-23 blubdo not use non-standard strnlen function
2009-12-23 blubAdding FreeType2 and UTF-8 Support.
2009-12-23 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-12-23 Wolfgang (Blub)... merging master again
2009-12-22 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-12-21 Wolfgang (Blub)... Merge branch 'ft2' into ft2uim
2009-12-21 Wolfgang (Blub)... merging a most ridiculous conflict with the master...
2009-12-21 havocadded mem_bigendian variable
2009-12-19 Wolfgang (Blub)... merging master again
2009-10-23 Wolfgang (Blub)... Merge branch 'master' into ft2uim
2009-10-23 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-10-22 Wolfgang (Blub)... Merge branch 'multicon' into ft2uim
2009-10-22 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-10-11 Wolfgang (Blub)... Merge branch 'master' into ft2uim
2009-10-11 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-10-07 Wolfgang (Blub)... Merge branch 'ft2' into ft2uim
2009-10-07 Wolfgang (Blub)... merging with master, resolving conflict in gl_textures.c
2009-10-07 Wolfgang (Blub)... Merge branch 'master' into multicon
2009-10-04 vortex-added game Blood Omnicide
2009-10-01 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-28 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-27 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-25 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-23 Wolfgang (Blub)... merging master
2009-09-17 Wolfgang (Blub)... Merge branch 'master' into ft2uim
2009-09-17 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-16 Wolfgang (Blub)... merged master
2009-09-14 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-14 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-14 Wolfgang (Blub)... Merge branch 'master' into ft2uim
2009-09-14 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-13 Wolfgang (Blub)... Merge branch 'master' into ft2uim
2009-09-13 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-12 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-09 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-08 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-07 Wolfgang (Blub)... Merge branch 'ft2' into ft2uim
2009-09-07 Wolfgang (Blub)... now this should do...
2009-09-07 Wolfgang (Blub)... Merge branch 'ft2' into ft2uim
2009-09-07 Wolfgang (Blub)... include utf8lib there
2009-09-07 Wolfgang (Blub)... Merge branch 'ft2' into ft2uim
2009-09-07 Wolfgang (Blub)... this is important
2009-09-07 Wolfgang (Blub)... this should work now
2009-09-07 Wolfgang (Blub)... Merge branch 'ft2' into ft2uim
2009-09-07 Wolfgang (Blub)... fixed maxlen output in TextWidth, also, made COM_WordWr...
2009-02-20 divverentsome color tag cleanups by terencehill
2009-02-18 divverentExperimental theora capturevideo code.
2008-12-30 divverentfix two bugs in handling of invalid ^xRGB codes
2008-12-28 divverentfix whitespace handling:
2008-12-25 divverentterrencehill's color codes patch. Please test thoroughl...
2008-06-23 havocpatch from Blub\0 to fix InfoString_SetValue (my dpsnpr...
2008-06-17 havocfixed all VS2005 deprecated function warnings
2008-06-05 motorsepadded support for Prophecy game and new cvar for chase cam
2008-02-03 havocadded GAME_BLADEMASTER
2008-01-24 resedu2p game: change 2nd game dir to 'edu2'
2008-01-09 blackAdd an edu2 prototype gamemode.
2007-12-18 divverentadd a CRC_Block_CaseInsensitive that tolowers its input...
2007-12-01 divverentthe big chat area/font patch... hope it works well...
2007-11-28 havocpatch from VorteX which removes special menu behavior for
2007-11-12 divverentmove two #defined to quakedef.h, and always include...
2007-10-01 havocadded support for arguire's strange protocols that...
2007-09-24 havocchanged COM_ParseToken_Simple to have a parsebackslash...
2007-08-18 havocimproved COM_ParseToken functions to continue parsing...
2007-07-07 divverentchanged parsing/cvar expanding rules to allow better...
2007-05-09 havocadded back support for {}()[]: special characters in
2007-05-09 havocrenamed COM_ParseTokenConsole to COM_ParseToken_Console
2007-05-06 havocadded support for \" in console
2007-04-27 divverentmake COM_StringLengthNoColors and COM_StringDecolorize...
2007-04-25 divverentfix strlennocol/strdecolorize on unusual strings like...
2007-02-03 havocremoved single-quoted string support in console parser...
2007-01-22 havocadded support for single-quoted strings in COM_ParseTok...
2007-01-22 havocremoved \ escape character support from COM_ParseTokenC...
2007-01-22 havocadded \' and \\ support to parsers, and added such...
2007-01-22 havocimplemented \" and \n support in quoted string parsers...
2007-01-21 havocimplemented individual file downloads on darkplaces...
2006-12-15 havocremoved an unused extern for fs_modified
2006-09-19 havocadded GAME_DARSANA and GAME_CONTAGIONTHEORY
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-24 havocsome cleanups and improved warnings
2006-07-17 havocfix a buffer overflow bug in InfoString_SetValue (thank...
2006-03-25 sajt'Cruft' removal (removed GAME_FNIGGIUM)
2006-02-26 havocqw support is 99% working
2006-02-25 havocQW support getting very close
2006-02-24 havocadded InfoString_Print
2006-02-24 havocfix infinite loop bugs in InfoString_SetValue
2006-02-12 havocfix uninitialized variables in InfoString_GetValue...
2006-02-11 havocmigrated cls.message and client->message buffers into...
2006-02-01 havocadded description string to all cvars and commands
2005-11-23 havoccleaned up many text buffer sizes throughout the engine...
2005-11-07 havocremoved \n from all Host_Error, Sys_Error, PRVM_ERROR...
next