aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/mpal
AgeCommit message (Expand)Author
2012-06-10TONY: Rename variables in loc.h and mpal.hStrangerke
2012-06-10TONY: Rename variables in globals.hStrangerke
2012-06-09TONY: Fix data freeing in LocationPollThreadPaul Gilbert
2012-06-09TONY: Fix some calls from globalFree to globalDestroyPaul Gilbert
2012-06-09TONY: Fixes for deallocating MPC and MPAL dataPaul Gilbert
2012-06-09TONY: Properly free dialog commands during loading when there is duplicatesPaul Gilbert
2012-06-09TONY: Properly free items during loading when there is duplicatesPaul Gilbert
2012-06-09TONY: Added more freeing of MPC data when the game endsPaul Gilbert
2012-06-09TONY: Added code to free parsed MPC file data when the game endsPaul Gilbert
2012-06-08TONY: Fixed sign of block identifier constantPaul Gilbert
2012-06-08TONY: Refactored the memory manager to increase performancePaul Gilbert
2012-06-08TONY: start renaming globalsStrangerke
2012-06-07TONY: Some more renamingStrangerke
2012-06-07TONY: Rename variables and functions in utils.hStrangerke
2012-06-04TONY: Rename variables and functions in tony.hStrangerke
2012-06-02TONY: Fix compiler warning of not using a deferenced pointerPaul Gilbert
2012-05-23TONY: Some more code formattingStrangerke
2012-05-20TONY: Miscellaneous comment translations and comment cleanupPaul Gilbert
2012-05-20TONY: Remove original headerPaul Gilbert
2012-05-20TONY: Converting Italian comments to EnglishPaul Gilbert
2012-05-19TONY: Converted some warning calls to debugCPaul Gilbert
2012-05-19TONY: Formatting fixesPaul Gilbert
2012-05-19TONY: Converting Italian comments to EnglishPaul Gilbert
2012-05-19TONY: Change "it's" to "its" in comments where appropriate. (I think.)Torbjörn Andersson
2012-05-19TONY: Removed deprecated MPAL stubs filePaul Gilbert
2012-05-19TONY: Endian fix in expression parserPaul Gilbert
2012-05-19TONY: Converting comments to English and formattingPaul Gilbert
2012-05-18TONY: Implemented support for loading savegames directly from the launcher.Paul Gilbert
2012-05-18TONY: Converting method comments to DOXYGEN formatPaul Gilbert
2012-05-14TONY: Added endian fixes for reading dataPaul Gilbert
2012-05-14TONY: Removed some no longer needed FIXME'sPaul Gilbert
2012-05-13TONY: Moved remaining globals to Globals classPaul Gilbert
2012-05-13TONY: Fix compiler warningsPaul Gilbert
2012-05-12TONY: Removed old extern, PASCAL, and EXPORT function modifiersPaul Gilbert
2012-05-12TONY: Fixed the CopyMemory stub to copy the correct number of bytes.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-11TONY: Bugfixes for showing the credits screen.Paul Gilbert
2012-05-10TONY: Fix operation of MPAL ActionThread methodPaul 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-08TONY: Added support for threading events to scheduler, converted more procs t...Paul Gilbert
2012-05-06TONY: Beginnings of converting dialog processes to coroutinesPaul 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: Further conversion of initially launched threads to processes.Paul Gilbert
2012-05-06TONY: Implemented Scheduler::waitForSingleObject methodPaul Gilbert
2012-05-06TONY: Beginnings of refactoring Tony engine's threads to use coroutinesPaul Gilbert
2012-05-05TONY: Formatting and endian fixesPaul Gilbert