aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/tonychar.h
AgeCommit message (Collapse)Author
2012-05-12TONY: Explicitly initialise fields of various objects in their constructorsPaul Gilbert
This fixes a crash when the pop-up inventory was displayed.
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 threading events to scheduler, converted more procs ↵Paul Gilbert
to coroutines
2012-05-06TONY: Further conversion of initially launched threads to processes.Paul Gilbert
This includes all the dependent routines that they call.
2012-04-30TONY: More header files and functionality addedPaul Gilbert
2012-04-30TONY: Added include files for graphics engine and all dependent classesPaul Gilbert