]> icculus.org git repositories - divverent/darkplaces.git/history - ft2.c
Merge branch 'master' into ft2uim
[divverent/darkplaces.git] / ft2.c
2010-01-28 Wolfgang (Blub)... Merge branch 'master' into ft2uim
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 Wolfgang (Blub)... Merge branch 'master' into ft2uim
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 Wolfgang (Blub)... Merge branch 'master' into ft2uim
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 Wolfgang (Blub)... Merge branch 'master' into ft2uim
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 Wolfgang (Blub)... Merge branch 'master' into ft2uim
2009-12-27 blubreducing error output in font loading (use developer...
2009-12-26 Wolfgang (Blub)... Merge branch 'master' into ft2uim
2009-12-26 divverentfreetype: "loadfont" now uses virtual pixels, not real...
2009-12-25 Wolfgang (Blub)... Merge branch 'master' into ft2uim
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-24 Wolfgang (Blub)... Merge branch 'master' into ft2uim
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
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)... TEXF_ALWAYSPRECACHE is gone...
2009-12-21 Wolfgang (Blub)... merging a most ridiculous conflict with the master...
2009-12-21 Wolfgang (Blub)... Merge branch 'ft2' into ft2uim
2009-12-21 Wolfgang (Blub)... set the appropriate default values, and do not return...
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)... merging with master, resolving conflict in gl_textures.c
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-08 Wolfgang (Blub)... Merge branch 'ft2' into ft2uim
2009-09-08 Wolfgang (Blub)... remove nasty debug code
2009-09-08 Wolfgang (Blub)... experimental: fonts with image and fallback but no...
2009-09-07 Wolfgang (Blub)... Merge branch 'ft2' into ft2uim
2009-09-07 Wolfgang (Blub)... copy the intSize to other maps too
2009-09-06 Wolfgang (Blub)... Merge branch 'ft2' into ft2uim
2009-09-06 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-06 Wolfgang (Blub)... use different internal sizes
2009-09-06 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-06 Wolfgang (Blub)... merging ft2 branch
2009-09-06 Wolfgang (Blub)... disable font size snapping by default as it needs TextW...
2009-09-06 Wolfgang (Blub)... font-size snapping
2009-09-06 Wolfgang (Blub)... better font sizes loaded now
2009-09-06 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-04 Wolfgang (Blub)... Merge branch 'ft2' into ft2uim
2009-09-04 Wolfgang (Blub)... fix dynamic fontmap not loading lower maps if higher...
2009-09-04 Wolfgang (Blub)... Merge branch 'ft2' into ft2uim
2009-09-04 Wolfgang (Blub)... Properly set the face now
2009-09-04 Wolfgang (Blub)... hrm
2009-09-04 Wolfgang (Blub)... set the face before using it... stupid gcc didn't warn me
2009-09-04 Wolfgang (Blub)... Merge branch 'ft2' into ft2uim
2009-09-04 Wolfgang (Blub)... use the fallback fonts when rendering glyph maps
next