]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - ft2.c
attempt to fix white flicker when r_water is toggled
[xonotic/darkplaces.git] / ft2.c
2010-01-24 blubdon't try to load kerning information when only checkin...
2010-01-19 divverentfix off-by-one bug rendering characters like U+0100
2010-01-03 blubDo not load sizes < 0 at all.
2010-01-02 blubload the freetype library in Font_Init already, and...
2010-01-02 blubon mac it's libfreetype.dylib and/or libfreetype.6...
2010-01-02 blubwith mingw I get a libfreetype-6.dll so I guess the...
2010-01-01 divverentagain, a stupid fix for stupid MSVC not supporting...
2010-01-01 divverentpatch by Blub and me:
2009-12-28 blubadded developer_font, set > 100 to also dump the genera...
2009-12-28 divverentfix font glyph loading coordinates - now unhinted works
2009-12-28 divverentmore cvars: r_font_antialias (0, 1)
2009-12-28 blubr_font_hinting cvar makes more sense: 0 no hinting...
2009-12-28 blubcvar: r_font_autohinting added
2009-12-27 havocfix a bunch of type-punned pointer warnings
2009-12-27 havocchanged a ton of developer cvar checks into developer_e...
2009-12-27 blubreducing error output in font loading (use developer...
2009-12-26 divverentfreetype: "loadfont" now uses virtual pixels, not real...
2009-12-24 havocchange a few WIN64 checks to _WIN64 (which actually...
2009-12-24 havocdisabled WIN64 error, perhaps we should use the name...
2009-12-23 divverentadd DLL name for win32
2009-12-23 blubUsing MAX_QPATH for filenames in ft2.
2009-12-23 divverentoops, a float I meant
2009-12-23 divverentturn font size snapping into a float
2009-12-23 blub... forgot to add the files, I'm too used to git now :P