aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/mpal/mpal.h
AgeCommit message (Expand)Author
2012-08-28TONY: Janitorial - remove trailing spacesStrangerke
2012-06-18TONY: Remove useless void in function declarationStrangerke
2012-06-17TONY: Cleaned up the @defgroup commentsPaul Gilbert
2012-06-10TONY: Rename variables in loc.h and mpal.hStrangerke
2012-06-09TONY: Fixes for deallocating MPC and MPAL dataPaul Gilbert
2012-06-08TONY: Refactored the memory manager to increase performancePaul Gilbert
2012-06-07TONY: Some more renamingStrangerke
2012-05-20TONY: Remove original headerPaul Gilbert
2012-05-18TONY: Converting method comments to DOXYGEN formatPaul Gilbert
2012-05-13TONY: Fix compiler warningsPaul Gilbert
2012-05-12TONY: Removed old extern, PASCAL, and EXPORT function modifiersPaul 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-09TONY: Refactored out usage of nullContext in favour of proper coroutinesPaul 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: Further conversion of initially launched threads to processes.Paul Gilbert
2012-05-06TONY: Beginnings of refactoring Tony engine's threads to use coroutinesPaul Gilbert
2012-05-04TONY: Fix warnings about return values not being usedPaul Gilbert
2012-05-04TONY: Fixed many warnings identified by gccPaul Gilbert
2012-05-04TONY: Some formatting fixesPaul 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