aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
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
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: Default Tony screen to 1x scalerPaul 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
2012-05-05TONY: Fix display of the initial loading screenPaul Gilbert
2012-05-05TONY: Fix screen initialisation to be in 16-bit modePaul Gilbert
2012-05-05TONY: Added some class field initialisationsPaul Gilbert
2012-05-05TONY: Further conversion work on window conversionPaul 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: Fix another memory leak identified by ValgrindPaul Gilbert
2012-05-05TONY: Fixed some more Valgrind identified memory leaksPaul Gilbert
2012-05-05TONY: Fix some Valgrind identified memory leaksPaul Gilbert
2012-05-05TONY: Fixed some memory leaks identified by ValgrindPaul Gilbert
2012-05-05TONY: Fixed some more Valgrid identified errorsPaul Gilbert
2012-05-05TONY: More corrections for font initislisationsPaul Gilbert
2012-05-05TONY: Correct some more chararcter array initialisationsPaul Gilbert
2012-05-05TONY: Correct some initialisation of the character arraysPaul Gilbert
2012-05-05TONY: Fix some Valgrind identified warningsPaul Gilbert
2012-05-05TONY: A few more compiler warning fixesPaul Gilbert
2012-05-05TONY: Added accidentally cut linePaul Gilbert
2012-05-05TONY: Initial fixes for some of the Valgrind reported errorsPaul Gilbert
2012-05-04TONY: Fix Valgrind identified leaks in memory allocator and dialog parsingPaul Gilbert
2012-05-04TONY: Fix some inconsistent allocation/deallocationsPaul Gilbert
2012-05-04TONY: Fix warnings about return values not being usedPaul Gilbert
2012-05-04TONY: Further bugfixes for gcc warningsPaul Gilbert
2012-05-04TONY: Fixed many warnings identified by gccPaul Gilbert