aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/font.h
AgeCommit message (Collapse)Author
2012-05-13TONY: Converted object passing to use const reference where appropriate.Paul Gilbert
This should cut down on the number of redunndant creations of temporary objects.
2012-05-12TONY: Conversion of more methods to coroutinesPaul Gilbert
2012-05-11TONY: Removal of now redundant includes, and deprecated scheduler/coroutine ↵Paul Gilbert
files
2012-05-11TONY: Refactored Tony to use the Common coroutine schedulerPaul Gilbert
2012-05-09TONY: Completed bulk of initial coro refactoringPaul Gilbert
2012-05-05TONY: Fix some Valgrind identified memory leaksPaul Gilbert
2012-05-04TONY: Added virtual destructors to classes using virtual methodsPaul Gilbert
2012-05-02TONY: Added code from Inventory.cppPaul Gilbert
2012-04-30TONY: More header files and functionality addedPaul Gilbert
2012-04-30TONY: Added include files for graphics engine and all dependent classesPaul Gilbert