aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/tony.cpp
AgeCommit message (Expand)Author
2012-05-06TONY: Bugfix for waitForSingleObject, and added action process debug informationPaul Gilbert
2012-05-06TONY: Refactored RMInput class to use ScummVM event loopPaul Gilbert
2012-05-06TONY: Beginnings of refactoring Tony engine's threads to use coroutinesPaul Gilbert
2012-05-05TONY: Added some class field initialisationsPaul 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-05TONY: Fixed some more Valgrind identified memory leaksPaul Gilbert
2012-05-05TONY: Fix some Valgrind identified memory leaksPaul Gilbert
2012-05-04TONY: Fixed many warnings identified by gccPaul Gilbert
2012-05-04TONY: Fix invalid casts and remove some unused variablesPaul 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-05-01TONY: Implemented GfxEngine codePaul 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: Removed deprecated lzo/stubs.o from makefilePaul Gilbert
2012-04-29TONY: Further work on LZO integrationPaul Gilbert
2012-04-26TONY: Start of work converting over MPAL sub-systemPaul Gilbert
2012-04-25TONY: Created skeleton enginePaul Gilbert