aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
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-17TONY: Fix compiling with GCCTorbjörn Andersson
2012-05-17TONY: Add a check to prevent GMM saving in the demoPaul Gilbert
2012-05-17TONY: Handle translating savegame thumbnail for display in ScummVM GMMPaul Gilbert
2012-05-17TONY: Work on enabling GMM saving and loadingPaul Gilbert
2012-05-14TONY: Fix some formattingStrangerke
2012-05-14TONY: Implemented list-saves and delete save functionalityPaul Gilbert
2012-05-14TONY: Replace stubs for TakeOwnership/ReleaseOwnership with actual implementa...Paul Gilbert
2012-05-14TONY: Added endian fixes for reading dataPaul Gilbert
2012-05-14TONY: Fixed suspicious castingPaul Gilbert
2012-05-14TONY: Fixed nasty cast in ItemIrq initialisationPaul Gilbert
2012-05-14TONY: Remove original headerStrangerke
2012-05-14TONY: Removed some no longer needed FIXME'sPaul Gilbert
2012-05-13TONY: Moved remaining globals to Globals classPaul 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-13TONY: Converted SendTonyMessage msg field from a pointer back to an object in...Paul Gilbert
2012-05-13TONY: Disabled target buffer mutex which isn't needed anymorePaul Gilbert
2012-05-13TONY: Bugfix for crash when removing item from inventoryPaul Gilbert
2012-05-13TONY: Fix memory leak in displaying hotspot textsPaul Gilbert
2012-05-13TONY: Fixed initialisation of missed RMCharacter fieldsPaul Gilbert
2012-05-13TONY: Fix some more uninitialised field valuesPaul Gilbert
2012-05-13TONY: Some further initialisation of object fieldsPaul Gilbert
2012-05-12TONY: Fix compiler warningTorbjörn Andersson
2012-05-13TONY: Fix unsigned comparison warningPaul Gilbert
2012-05-13TONY: Fix compiler warningsPaul Gilbert
2012-05-13TINSEL: Fix compiler warningPaul Gilbert
2012-05-13TONY: Converted object passing to use const reference where appropriate.Paul Gilbert
2012-05-13TONY: Added FIXME for unsafe pointer conversionPaul Gilbert
2012-05-13TONY: Workaround for correctly hiding items when they are disabled.Paul Gilbert
2012-05-12TONY: Properly implement game saving and loading.Paul Gilbert
2012-05-12TONY: Conversion of more methods to coroutinesPaul 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-12TONY: Explicitly initialise fields of various objects in their constructorsPaul Gilbert
2012-05-12TONY: Fix for properly signaling right button release.Paul Gilbert
2012-05-11TONY: Removed carriage returns from debug line stringsPaul Gilbert
2012-05-11TONY: First attempt at simulating the circular fade in/out effect engine usesPaul 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-11TINSEL: Refactored Tinsel engine to use the Common coroutine schedulerPaul Gilbert
2012-05-11COMMON: Merged the Tinsel & Tony Coroutine schedulers into CommonPaul Gilbert
2012-05-11TONY: Bugfixes for showing the credits screen.Paul Gilbert
2012-05-11TONY: Fixed some missed methods to coroutinesPaul 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