]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - ft2.c
add missing args to Cmd_QuoteString in other files
[xonotic/darkplaces.git] / ft2.c
2011-01-22 divverentcache multiple loaded instances of the same font (TODO...
2011-01-11 divverentfix the latest fix to Font_IndexForSize
2011-01-11 divverentfix a data type in Font_IndexForSize
2010-12-12 divverentfix some stupid ft2.c warnings
2010-11-13 havocfix some HLSL errors
2010-11-12 divverentfix leaked font fallbacks
2010-11-12 divverentStore the data pointer and free it on Font_UnloadFont
2010-11-12 divverentFree the data of each font attachment in Font_UnloadFont
2010-08-19 havocadd versioned dll names for a bunch of things
2010-07-02 havocfix a bunch of warnings if compiling darkplaces as...
2010-06-21 divverentjpeg: perform picmip levels 1, 2, 3 accelerated by...
2010-05-22 vortexbugfix recent font additions
2010-05-22 vortexformed DP_GFX_FONTS/DP_GFX_FONTS_FREETYPE/DP_UTF8 exten...
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