]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - ft2.c
Remove the CONFIG_CD macro, and enable faketracks unconditionally.
[xonotic/darkplaces.git] / ft2.c
2018-08-05 havocRemove a lot of OpenGL extension checks.
2018-07-01 havocUse the model renderer on the UI - this means q3shaders...
2018-05-20 havocJust assume GL_ARB_texture_non_power_of_two and a numbe...
2018-04-29 havocFix multiple bugs with ft2 font loading that were cause...
2018-04-11 havocAdded Draw_GetPicWidth, Draw_GetPicHeight, Draw_IsPicLo...
2016-09-10 havocFix MSVC++ 2015 warnings about variable scope and some...
2015-03-05 divverentFix buffer overrun in font loading.
2015-03-04 divverentFix another buffer overrun in loadfont.
2013-07-17 havocnew #define DP_FREETYPE_STATIC for compiling with freet...
2012-04-19 divverentremove some more dead code
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-08-03 havocfix a pile of issues with calling conventions on GLES2...
2011-05-06 divverentwe can enable NPOT fonts, there seems to be no slowdown...
2011-05-06 divverentnew cvar: r_font_nonpoweroftwo (to save GPU VRAM for...
2011-05-06 divverentadd a debug print about font map use
2011-05-06 divverentFINALLY use the mapidx right
2011-05-06 divverentto resolve the format string madness once and for all...
2011-05-06 havocfix a format error in map_identifier (load_flags needs...
2011-05-05 havocfix serious error in font caching
2011-05-04 divverentavoid rendering the glyphs when not needed
2011-05-04 divverentfree the data allocated by font rendering, even if...
2011-05-04 divverentalso calculate padding if the font glyph is not to...
2011-05-04 divverentadd a third mode to call Font_Postprocess (NULL image...
2011-05-03 havocgl_texturecompression is no longer required for TEXF_CO...
2011-05-03 havocavoid bugs introduced by the attempt to skip image...
2011-05-03 havocdon't upload the same ft2 font texture more than once
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