]> icculus.org git repositories - divverent/darkplaces.git/history - ft2.c
fix strstrofs with unicode
[divverent/darkplaces.git] / ft2.c
2010-01-31 havocfix a bunch of warnings
2010-01-27 divverentTry to fix a warning motorsep gets
2010-01-26 havocdon't use pp = {};
2010-01-26 sajtfix compile error in visual c++
2010-01-26 eihrulfix uninitialized vars
2010-01-26 divverentin FT2 postprocess code, fix an integer overflow and...
2010-01-26 divverentfix a typo in FT2 font code
2010-01-26 divverentfix padding calculation in freetype postprocessing...
2010-01-25 divverentfix sign errors in shadows
2010-01-25 divverentapply the font parameters at loadfont time, not map...
2010-01-25 divverentonly run the outline code if actually outlining :P
2010-01-25 divverentr_font_postprocess_* cvars to render fonts similar...
2010-01-25 divverentadd a missing parameter to that function :P
2010-01-25 divverentfreetype: add a function yet to be filled for font...
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