]> icculus.org git repositories - divverent/darkplaces.git/shortlog
divverent/darkplaces.git
2009-09-04 Wolfgang (Blub... set the face before using it... stupid gcc didn't warn me
2009-09-04 Wolfgang (Blub... use the fallback fonts when rendering glyph maps
2009-09-04 Wolfgang (Blub... load fallbacks first to make div0 happy :)
2009-09-04 Wolfgang (Blub... fallback fonts can load now
2009-09-04 Wolfgang (Blub... preparing for fallback fonts, parsing the font stuff...
2009-09-03 Wolfgang (Blub... let's do some pixel snapping, it does make a difference
2009-09-03 Wolfgang (Blub... hmpf
2009-09-03 Wolfgang (Blub... font-size is a float even in fontmap_t, also, use ...
2009-09-03 Wolfgang (Blub... font request sizes are floats now
2009-09-03 Wolfgang (Blub... Merge commit 'origin/master' into ft2
2009-09-03 Wolfgang (Blub... fix a lil bug in u8_bytelen
2009-09-03 Wolfgang (Blub... take fnt scale into account in TextWidth
2009-09-03 Wolfgang (Blub... width and height for TextWidth
2009-09-03 Wolfgang (Blub... font scaling...
2009-09-03 Wolfgang (Blub... better size-seeking and float sizes in DrawQ_TextWidth
2009-09-03 Wolfgang (Blub... font can load multiple sizes now
2009-09-03 Wolfgang (Blub... committing utf8lib outside of ft2 files
2009-09-03 divverentanother oops, sorry, forgot to commit this from at...
2009-09-03 divverentstuff I forgot to commit
2009-09-03 divverentQuake menu: show DP's weird resolution set in windowed...
2009-09-03 divverentas requested by LH, #if 0 out cycleweapon
2009-09-02 Wolfgang (Blub... Merge commit 'origin/master' into ft2
2009-09-02 Wolfgang (Blub... str2chr and chr2str utf8-aware
2009-09-02 Wolfgang (Blub... fix that line breaking
2009-09-02 Wolfgang (Blub... a couple of utility functions useful for VM_substring...
2009-09-02 Wolfgang (Blub... forgot to revert
2009-09-02 Wolfgang (Blub... try to load .otf files too
2009-09-02 Wolfgang (Blub... use the utf-8 cursor characters if possible, fallback...
2009-09-02 Wolfgang (Blub... fix drawing and TextWidth
2009-09-02 divverentdo not crash when zlib is missing, but instead do not...
2009-09-02 Wolfgang (Blub... r_font_disable_freetype, started with DrawQ_TextWidth...
2009-09-02 Wolfgang (Blub... define ft2_oldstyle_map in ft2.h since it won't be...
2009-09-02 Wolfgang (Blub... r_font_use_alpha_textures to use TEXTYPE_ALPHA - curren...
2009-09-02 Wolfgang (Blub... loadfont with face -1 to disable freetype loading for...
2009-09-02 Wolfgang (Blub... use 16 as default size again
2009-09-02 Wolfgang (Blub... support faces
2009-09-02 Wolfgang (Blub... this should be fine
2009-09-02 Wolfgang (Blub... working on better font rendering
2009-09-02 Wolfgang (Blub... working on better font rendering
2009-09-02 Wolfgang (Blub... some shortcuts
2009-09-02 Wolfgang (Blub... do not render bitmaps, they're ready to use as is
2009-09-02 Wolfgang (Blub... check if the current charmap contains the character...
2009-09-01 Wolfgang (Blub... removed testfont and old drawing routine
2009-09-01 Wolfgang (Blub... correct offsets when parsing color codes
2009-09-01 Wolfgang (Blub... adding font attachments, supporting type-1 fonts with...
2009-09-01 Wolfgang (Blub... what was I thinking
2009-09-01 Wolfgang (Blub... oops
2009-09-01 Wolfgang (Blub... kerning support, let's test
2009-09-01 Wolfgang (Blub... starting with kerning support
2009-09-01 Wolfgang (Blub... rendering now works
2009-09-01 Wolfgang (Blub... first find map then draw the batches
2009-09-01 Wolfgang (Blub... use the texpath for Font_LoadFont actually...
2009-09-01 Wolfgang (Blub... okay, let's work with old-style fonts now
2009-09-01 Wolfgang (Blub... do not try to use ft2 if not available for that font
2009-09-01 Wolfgang (Blub... ...
2009-09-01 Wolfgang (Blub... Integrated font rendering - untested
2009-09-01 Wolfgang (Blub... Integrated font rendering - untested
2009-09-01 Wolfgang (Blub... revert to the real text rendering function
2009-09-01 Wolfgang (Blub... Font_Init before GL_Draw_Init
2009-09-01 Wolfgang (Blub... Font_Alloc, and load ttf fonts for every other font...
2009-09-01 Wolfgang (Blub... no mipmapping for ft2 font textures
2009-09-01 Wolfgang (Blub... now this works, let's start to integrate
2009-09-01 Wolfgang (Blub... loading internal ft2 data into ft2_fontdefs.h to share...
2009-09-01 Wolfgang (Blub... use the developer cvar for debug prints
2009-09-01 Wolfgang (Blub... remove my working-comments
2009-09-01 Wolfgang (Blub... remove my working-comments
2009-09-01 Wolfgang (Blub... fill the arrays and render when necessary
2009-09-01 Wolfgang (Blub... a little speedup
2009-09-01 Wolfgang (Blub... 16 pixel font and PIXEL_ precision started - not finish...
2009-09-01 Wolfgang (Blub... one of those cases... easy fix but impossible to see...
2009-09-01 Wolfgang (Blub... stashing changes...
2009-09-01 Wolfgang (Blub... use doubles... see how that works out, use test font...
2009-09-01 Wolfgang (Blub... now we're getting somewhere
2009-09-01 Wolfgang (Blub... now we're getting somewhere
2009-09-01 Wolfgang (Blub... TEXTYPE_ALPHA support again
2009-09-01 Wolfgang (Blub... using alpha textures
2009-09-01 Wolfgang (Blub... TEXTYPE_ALPHA support
2009-09-01 Wolfgang (Blub... testing freetype rendering with VM_CL_drawstring
2009-08-31 Wolfgang (Blub... compiles now
2009-08-31 Wolfgang (Blub... stuff...
2009-08-31 Wolfgang (Blub... stuff...
2009-08-31 Wolfgang (Blub... preparing for rendering using freetype
2009-08-31 Wolfgang (Blub... line/row/column mixup ...
2009-08-31 Wolfgang (Blub... library must be unloaded AFTER Done_FreeType
2009-08-31 Wolfgang (Blub... initialize as module
2009-08-31 Wolfgang (Blub... error msg
2009-08-31 Wolfgang (Blub... Font_Init
2009-08-31 Wolfgang (Blub... finish loading of character maps
2009-08-31 Wolfgang (Blub... prepare for kerning too
2009-08-31 Wolfgang (Blub... prepare for kerning too
2009-08-31 Wolfgang (Blub... more defs needed to load this crap
2009-08-31 Wolfgang (Blub... allocate space for a font character map
2009-08-31 Wolfgang (Blub... set font sizes
2009-08-31 Wolfgang (Blub... fonts have sizes too
2009-08-31 Wolfgang (Blub... beginning with font loading...
2009-08-31 Wolfgang (Blub... starting with font initialization
2009-08-31 Wolfgang (Blub... some comments and structuring
2009-08-31 Wolfgang (Blub... loading of the freetype library
2009-08-31 Wolfgang (Blub... moving most defs to ft2_defs.h
2009-08-31 Wolfgang (Blub... copying freetype header stuff
next