2025-08-12 04:39 CEST

spring: develop 3252510f Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent
rt rt develop 2017-10-31 18:41:42 develop fc8f962e
Changeset fix 0005820 (broken by 3bd78acb00cab732af4278ed324c7ee5dbc7c517)

GetGlyph can cause the font-texture size to change in the
middle of adding quads, which means scaling has to happen
in End()

additionally Font::{Begin,Print,End} can be wrapped inside
a display list (will be deprecated later) so any immediate
scaling recorded into it would only be valid so long as no
size change took place
mod - cont/base/springcontent/shaders/GLSL/GuiFragProg4.glsl Diff ] File ]
mod - rts/Rendering/Fonts/CFontTexture.cpp Diff ] File ]
mod - rts/Rendering/Fonts/CFontTexture.h Diff ] File ]
mod - rts/Rendering/Fonts/glFont.cpp Diff ] File ]
mod - rts/Rendering/Fonts/glFont.h Diff ] File ]
mod - rts/aGui/Gui.cpp Diff ] File ]