aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/tony.h
AgeCommit message (Expand)Author
2012-05-28TONY: Add support for using the compressed version of the demoMatthew Hoops
2012-05-21TONY: Some more code formattingStrangerke
2012-05-22TONY: Implemented ScummVM debugger, with an initial 'scene' commandPaul Gilbert
2012-05-21TONY: Removed redundant pause code.Paul Gilbert
2012-05-20TONY: Converting Italian comments to English and formattingPaul Gilbert
2012-05-19TONY: Converted some warning calls to debugCPaul Gilbert
2012-05-18TONY: Implemented support for loading savegames directly from the launcher.Paul Gilbert
2012-05-17TONY: Fix compiling with GCCTorbjörn Andersson
2012-05-17TONY: Work on enabling GMM saving and loadingPaul Gilbert
2012-05-14TONY: Implemented list-saves and delete save functionalityPaul Gilbert
2012-05-13TONY: Beginnings of refactoring Globals into their own classPaul Gilbert
2012-05-12TONY: Properly implement game saving and loading.Paul 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-09TONY: Refactored out usage of nullContext in favour of proper coroutinesPaul Gilbert
2012-05-09TONY: Completed bulk of initial coro refactoringPaul Gilbert
2012-05-06TONY: Bugfix for waitForSingleObject, and added action process debug informationPaul Gilbert
2012-05-06TONY: Beginnings of refactoring Tony engine's threads to use coroutinesPaul Gilbert
2012-05-05TONY: Created dummy event loop and started work on converting RMWindow classPaul Gilbert
2012-05-05TONY: Fix a crash from objects being destroyed in the wrong orderPaul Gilbert
2012-05-04TONY: Fixed many warnings identified by gccPaul Gilbert
2012-05-04TONY: Added virtual destructors to classes using virtual methodsPaul Gilbert
2012-05-04TONY: Implemented some missing and incorrect init codePaul Gilbert
2012-05-03TONY: Engine is now compiling and linking againPaul Gilbert
2012-05-01TONY: Cleanup of GfxEngine, and added RMTony class 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
2012-04-29TONY: Added voice database initialisation, as well as stubs for music initPaul Gilbert
2012-04-29TONY: Added resource update managerPaul Gilbert
2012-04-27TONY: Extra compilation changes and stubs so core MPAL code compilesPaul Gilbert
2012-04-26TONY: Start of work converting over MPAL sub-systemPaul Gilbert
2012-04-25TONY: Created skeleton enginePaul Gilbert