]> git.xonotic.org Git - xonotic/darkplaces.git/history - utf8lib.c
Fix an IO exception on exit when using -condebug because FS_Close was trying to log...
[xonotic/darkplaces.git] / utf8lib.c
2020-09-29 cloudwalkquakedef: Add darkplaces.h and include it in as many...
2020-09-17 cloudwalkUnify the command and cvar flags, under the CF_ prefix.
2020-09-17 cloudwalkRename qboolean to qbool
2020-06-27 cloudwalkImplement RGBstring_to_colorindex to simplify code...
2020-06-21 cloudwalkRevert "Initialize console commands and cvars before...
2020-06-20 cloudwalkInitialize console commands and cvars before anything...
2020-05-26 cloudwalkClean up qtypes.h. Use stdbool.h on non-MSVC. Replace...
2020-01-22 havoccvars are now instanced in &cvars_all as a tracking...
2014-05-29 havocFixed a large number of WIN64 type conversion warnings.
2011-12-12 divverentVM_sprintf: support color codes in %s
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-06-21 divverent"real" Unicode upper/lowercase (only 1:1 mappings,...
2010-11-28 divverentstrlennocol: fix color codes :P
2010-09-25 divverentFix again u8_COM_StringLengthNoColors returning always...
2010-09-04 divverentclean up u8_StringLengthNoColors
2010-09-04 divverentFix u8_COM_StringLengthNoColors not counting many ASCII...
2010-01-20 divverentfix typo in utf8 lib making characters U+1XXXX impossible
2009-12-30 blubget rid of a warning
2009-12-30 divverentfix alignment of fps counter with ft2 fonts, and other...
2009-12-29 blubusing tables for u8_analyze to speed it up
2009-12-29 divverentfactor out the non-utf8 part of u8_get*char into macros
2009-12-28 blubfixed an inconsistency in u8_analyze
2009-12-27 blubwith utf8 disabled, u8_byteofs must still behave correc...
2009-12-26 blubset the unicode value to 0 if no value exists, also...
2009-12-25 blubu8_get{n,}char should advance the end-ptr even if no...
2009-12-25 blub'<=' fail: '< 0xC2' means invalid '== 0xC2' does not...
2009-12-25 blubfix u8_COM_StringLengthNoColors the same way other...
2009-12-25 divverentutf8: add VM_sprintf support
2009-12-23 divverentmake utf8 functions safer: give them a size limit in...
2009-12-23 blub... forgot to add the files, I'm too used to git now :P