summaryrefslogtreecommitdiff
path: root/src/gui/textrenderer.h
AgeCommit message (Collapse)AuthorFilesLines
2009-05-14Fixed alpha to also apply to the main text of a text particleBjørn Lindeijer1-1/+1
It was only being applied to the outline and shadow. This improves the fadeout a little, but because the text is being rendered multiple times, it still looks strange.
2009-03-25A host of code style fixesBjørn Lindeijer1-4/+8
Mostly putting & and * in the right place and making some getters const.
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-2/+2
Conflicts: Many files.
2009-03-14Exposed the progress bar colors to the color management tab.Ira Rice1-4/+3
Signed-off-by: Ira Rice <irarice@gmail.com>
2009-03-12Added a class for rendering of floating textsniper1-0/+81
This is a header only-class that merges the textrendering of the TextParticle and Text classes. It is done to reduce code duplication and to prepare some color configuration gui.
2009-03-12Added a class for rendering of floating textsniper1-0/+81
This is a header only-class that merges the textrendering of the TextParticle and Text classes. It is done to reduce code duplication and to prepare some color configuration gui.