]> icculus.org git repositories - divverent/darkplaces.git/history - gl_draw.c
merging master again
[divverent/darkplaces.git] / gl_draw.c
2009-12-23 Wolfgang (Blub)... merging master again
2009-12-23 havocthe beginnings of a cgGL rendering path experiment...
2009-12-22 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-12-21 Wolfgang (Blub)... merging a most ridiculous conflict with the master...
2009-12-21 havocremoved r_precachetextures cvar
2009-12-21 havocadded gl_nopartialtextureupdates cvar which disables...
2009-12-21 havocallocate memory for big temporary storage arrays rather...
2009-12-19 Wolfgang (Blub)... merge hotfix
2009-12-19 Wolfgang (Blub)... merging master again
2009-12-14 eihrulmake Draw_FreePic set pic->tex to NULL to prevent reuse...
2009-12-09 havocrenderer now uses vid.renderpath to select rendering...
2009-12-07 havocmdl skin loading is now more memory-efficient (now...
2009-11-14 havocautomatically load/unload cachepic_t textures from...
2009-11-11 havocmigrated a large number of #define MAX values to quaked...
2009-11-06 havocimplemented fog height setting, along with fade depth...
2009-11-06 havocrenamed polygonelements, skyboxelements, skysphereeleme...
2009-10-23 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-10-22 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-10-14 havocdisable glLineWidth setting because it is producing...
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-26 havocfix several bugs with viewport code (r_shadows works...
2009-09-25 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-23 Wolfgang (Blub)... merging master
2009-09-22 havocimplemented omnidirectional shadowmapping using depth...
2009-09-17 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-16 Wolfgang (Blub)... merged master
2009-09-15 havocfix errors and warnings in MSVC when compiling as C++
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 ft2
2009-09-14 Wolfgang (Blub)... moving shadow offset within the loop to not mess with...
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)... do not loop endlessly
2009-09-08 Wolfgang (Blub)... shutup a warning
2009-09-08 Wolfgang (Blub)... oops
2009-09-08 Wolfgang (Blub)... call getch earlier for better color-code handling
2009-09-08 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-08 Wolfgang (Blub)... experimental: fonts with image and fallback but no...
2009-09-08 Wolfgang (Blub)... reset fallbacks on the loadfont command
2009-09-08 Wolfgang (Blub)... wtf...
2009-09-07 Wolfgang (Blub)... now this should do...
2009-09-07 Wolfgang (Blub)... this is important
2009-09-07 Wolfgang (Blub)... fixed maxlen output in TextWidth, also, made COM_WordWr...
2009-09-07 Wolfgang (Blub)... better help message for loadfont command
2009-09-06 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-06 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-06 Wolfgang (Blub)... good compromise, mods work, but for utf8-ft2 to work...
2009-09-06 Wolfgang (Blub)... don't use bytes for maxlen
2009-09-06 Wolfgang (Blub)... disable font size snapping by default as it needs TextW...
2009-09-06 Wolfgang (Blub)... yeps
2009-09-06 Wolfgang (Blub)... disable snapping when default font sizes are used for...
2009-09-06 Wolfgang (Blub)... font-size snapping
2009-09-06 Wolfgang (Blub)... better font sizes loaded now
2009-09-06 Wolfgang (Blub)... only use pixel snapping if a size has actually been...
2009-09-06 Wolfgang (Blub)... testing some stuff
2009-09-06 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-06 Wolfgang (Blub)... pixelsnapping for TextWidth
2009-09-06 Wolfgang (Blub)... pixel snapping with round-up at .5 for x and y now...
2009-09-04 Wolfgang (Blub)... fix dynamic fontmap not loading lower maps if higher...
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)... font request sizes are floats now
2009-09-03 Wolfgang (Blub)... Merge commit 'origin/master' into ft2
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-02 Wolfgang (Blub)... Merge commit 'origin/master' into ft2
2009-09-02 Wolfgang (Blub)... fix drawing and TextWidth
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)... check if the current charmap contains the character...
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)... kerning support, let's test
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)... Font_Alloc, and load ttf fonts for every other font...
2009-09-01 Wolfgang (Blub)... now this works, let's start to integrate
next