0ad/source
Ykkrosh 7dca91f26b # Various changes to the text rendering system.
Rewrite font builder tool to be much simpler and to support more text
effects.
Change GUI to use new set of fonts.
Switch font textures from TGA to PNG so they're easier for the font
builder to create.
Support RGBA font textures (for e.g. stroked text).
Greatly improve text rendering performance by using vertex arrays.
Fix rendering code leaving vertex buffers bound.
Add 'clip' property to GUI text objects, to disable clipping when
rendering.
Delete part of unused console function registration system.

This was SVN commit r7595.
2010-05-30 13:42:56 +00:00
..
collada # Fix use-of-freed-memory bug. 2010-04-18 16:35:06 +00:00
graphics # Handle terrain passability and movement costs in pathfinder. 2010-05-27 23:31:03 +00:00
gui # Various changes to the text rendering system. 2010-05-30 13:42:56 +00:00
i18n MSVC warning fixes 2010-05-25 19:12:00 +00:00
lib # Various changes to the text rendering system. 2010-05-30 13:42:56 +00:00
maths # Handle terrain passability and movement costs in pathfinder. 2010-05-27 23:31:03 +00:00
mocks # Rewrite of the game's simulation system 2010-01-09 19:20:14 +00:00
network Add test for network simulation message serialization. 2010-05-25 20:48:06 +00:00
pch MSVC warning 'fix' 2010-04-19 21:57:56 +00:00
ps # Various changes to the text rendering system. 2010-05-30 13:42:56 +00:00
renderer # Various changes to the text rendering system. 2010-05-30 13:42:56 +00:00
scripting # Support floating units in new simulation system. 2010-05-27 23:23:53 +00:00
scriptinterface MSVC warning fixes 2010-05-25 18:44:33 +00:00
simulation # Delete a lot of obsolete simulation code. 2010-05-20 18:09:23 +00:00
simulation2 # Handle terrain passability and movement costs in pathfinder. 2010-05-27 23:31:03 +00:00
sound fixes/improvements from work 2010-05-03 12:27:39 +00:00
tools # Various changes to the text rendering system. 2010-05-30 13:42:56 +00:00
contributors.txt Update source contributors list (see #472) 2010-04-14 10:29:14 +00:00
main.cpp # Delete a lot of obsolete simulation code. 2010-05-20 18:09:23 +00:00
test_setup.cpp Fix missing includes 2010-01-10 11:31:31 +00:00