aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/loc.h
AgeCommit message (Expand)Author
2012-05-14TONY: Remove original headerStrangerke
2012-05-13TONY: Converted SendTonyMessage msg field from a pointer back to an object in...Paul Gilbert
2012-05-13TONY: Converted object passing to use const reference where appropriate.Paul Gilbert
2012-05-12TONY: Conversion of more methods to coroutinesPaul Gilbert
2012-05-11TONY: Removal of now redundant includes, and deprecated scheduler/coroutine f...Paul Gilbert
2012-05-11TONY: Refactored Tony to use the Common coroutine schedulerPaul Gilbert
2012-05-11TONY: Fixed some missed methods to coroutinesPaul Gilbert
2012-05-09TONY: Completed bulk of initial coro refactoringPaul Gilbert
2012-05-08TONY: Added support for Windows-style threading events to schedulerPaul Gilbert
2012-05-08TONY: Added support for threading events to scheduler, converted more procs t...Paul Gilbert
2012-05-05TONY: Fix some Valgrind identified memory leaksPaul Gilbert
2012-05-05TONY: Fixed some memory leaks identified by ValgrindPaul Gilbert
2012-05-03TONY: Implemented loc.cpp and font.cpp methodsPaul 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
2012-04-29TONY: Implemented RMGameBoxes class and all dependent classesPaul Gilbert