aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/tony.cpp
AgeCommit message (Expand)Author
2012-06-11TONY: Implemented process to properly set hEndOfBuffer when sound effects endPaul Gilbert
2012-06-10TONY: Rename variables in globals.hStrangerke
2012-06-09TONY: Rework the way wave files are loadedMatthew Hoops
2012-06-09TONY: Fixes for deallocating MPC and MPAL dataPaul Gilbert
2012-06-09TONY: Rename more globalsStrangerke
2012-06-09TONY: Added code to free parsed MPC file data when the game endsPaul Gilbert
2012-06-08TONY: start renaming globalsStrangerke
2012-06-07Merge branch 'tony' into tonyPaul Gilbert
2012-06-07TONY: Rename variables and functions in utils.hStrangerke
2012-06-07TONY: Rename variables and functions in loc.h and tonychar.hStrangerke
2012-06-06TONY: Added sub-folders for full English game and revised detection entryPaul Gilbert
2012-06-06TONY: More renamingStrangerke
2012-06-05TONY: Some more renamingStrangerke
2012-06-05TONY: Rename variables and functions in adv.hStrangerke
2012-06-05TONY: Rename variables and functions in gfxengine.hStrangerke
2012-06-04TONY: Rename variables and functions in tony.hStrangerke
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: Removal of code that was commented out in the original sourcePaul Gilbert
2012-05-20TONY: Converting Italian comments to EnglishPaul Gilbert
2012-05-20TONY: Converting Italian comments to English and formattingPaul Gilbert
2012-05-18TONY: Implemented support for loading savegames directly from the launcher.Paul Gilbert
2012-05-17TONY: Work on enabling GMM saving and loadingPaul Gilbert
2012-05-14TONY: Removed some no longer needed FIXME'sPaul Gilbert
2012-05-13TONY: Further globals added to Globals classPaul 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-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-09TONY: Refactored out usage of nullContext in favour of proper 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-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