aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/loc.cpp
AgeCommit message (Collapse)Author
2012-08-25TONY: Fix background dirty rect handling.Alyssa Milburn
Reset the scrolling state on load, so that when a new scene is loaded, the background is redrawn. Also, revert the workaround in d0d15af9, since this (hopefully) fixes the underlying problem.
2012-08-22TONY: Fix spelling of setStretch.Alyssa Milburn
2012-08-22TONY: Replace _vm with g_vm.Alyssa Milburn
2012-06-23TONY: Merge of dirty rect functionalityPaul Gilbert
2012-06-18TONY: Remove useless void in function declarationStrangerke
2012-06-17TONY: American-ification of English usedStrangerke
2012-06-16TONY: Rename sound functions and class namesStrangerke
2012-06-16TONY: Initial commit of in progress dirty rect handlingPaul Gilbert
2012-06-15TONY: Silent more CppCheck warnings, remove an unused globalStrangerke
2012-06-14TONY: Silent more CppCheck warningsStrangerke
2012-06-12TONY: Rename some Italian into EnglishStrangerke
2012-06-11TONY: Rename a remaining variable in loc.hStrangerke
2012-06-11TONY: Rename variables in utils.hStrangerke
2012-06-10TONY: Rename variables in loc.h and mpal.hStrangerke
2012-06-09TONY: Rework the way wave files are loadedMatthew Hoops
We'll let our own sound code take care of the RIFF header
2012-06-09TONY: Silence some gcc warningsMatthew Hoops
2012-06-09TONY: Rename more globalsStrangerke
2012-06-08TONY: Refactored the memory manager to increase performancePaul Gilbert
2012-06-07TONY: Some more renamingStrangerke
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: Rename variables and functions in game.hStrangerke
2012-06-05TONY: Some renamingStrangerke
2012-06-05TONY: Some more renamingStrangerke
2012-06-05TONY: Rename variables and functions in adv.hStrangerke
2012-06-04TONY: Rename variables and functions in tony.hStrangerke
2012-06-03TONY: Workaround for hang on title screen if you click with a y = 0Paul Gilbert
2012-05-21TONY: Some more code formattingStrangerke
2012-05-20TONY: Miscellaneous comment translations and comment cleanupPaul 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: Endian fixPaul Gilbert
2012-05-20TONY: Converting Italian comments to English and formattingPaul Gilbert
2012-05-14TONY: Remove original headerStrangerke
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-13TONY: Converted SendTonyMessage msg field from a pointer back to an object ↵Paul Gilbert
instance
2012-05-13TONY: Fixed initialisation of missed RMCharacter fieldsPaul Gilbert
2012-05-13TONY: Converted object passing to use const reference where appropriate.Paul Gilbert
This should cut down on the number of redunndant creations of temporary objects.
2012-05-13TONY: Workaround for correctly hiding items when they are disabled.Paul Gilbert
I've traced through the code, and the order seems to specifically put the object into the 'destroy me' state by calling another process/thread, but then immediately replaces the values when it returns to the calling method. This workaround at least detects when an item is supposed to be destroyed, and ensures it remains in the 'destroy me' state.
2012-05-12TONY: Conversion of more methods to coroutinesPaul Gilbert
2012-05-11TONY: Refactored Tony to use the Common coroutine schedulerPaul Gilbert
2012-05-11TONY: Fixed some missed methods to coroutinesPaul 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 ↵Paul Gilbert
to coroutines
2012-05-05TONY: Added some class field initialisationsPaul Gilbert
2012-05-05TONY: Fix some Valgrind identified memory leaksPaul Gilbert