aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-06MORTEVIELLE: Added list of static executable strings to create_mortdat toolPaul Gilbert
2012-04-06MORTEVIELLE: Renamed main loop methods, along with quit/end/lose variablesPaul Gilbert
2012-04-06MORTEVIELLE: Implemented ScummVM savegame functionality with metadataPaul Gilbert
2012-04-06MORTEVIELLE: Moved the game detection entries to detection_tables.hPaul Gilbert
2012-04-06MORTEVIELLE: Merged mort.cpp into mortevielle.cpp, and split up intro from ma...Paul Gilbert
2012-04-06MORTEVIELLE: Replace timer chip frequency values with a constantPaul Gilbert
2012-04-06MORTEVIELLE: In progress implementation of PC Speaker music playerPaul Gilbert
2012-04-06MORTEVIELLE: Minor bugfixes to string extraction toolPaul Gilbert
2012-04-06MORTEVIELLE: Creation of a tool to extract game stringsPaul Gilbert
2012-04-06MORTEVIELLE: Fix for erasing alert dialogs when donePaul Gilbert
2012-04-06MORTEVIELLE: Converted the demus assembly code to C++Paul Gilbert
2012-04-06MORTEVIELLE: Added extra quit checks to event loopsPaul Gilbert
2012-04-06MORTEVIELLE: Fix sizes of several arraysPaul Gilbert
2012-04-06MORTEVIELLE: Add extra parenthesis to defines for operation safetyPaul Gilbert
2012-04-06MORTEVIELLE: Visual fix for the inventory menuPaul Gilbert
2012-04-06MORTEVIELLE: Bugfixes for saving/loading savegamesPaul Gilbert
2012-04-06MORTEVIELLE: Change float parameters in chardes/charani to int32Paul Gilbert
2012-04-06MORTEVIELLE: Correct synchronisation of savegame dataPaul Gilbert
2012-04-06MORTEVIELLE: Changed readclock() method to use ScummVM functionalityPaul Gilbert
2012-04-06MORTEVIELLE: Fix some string indexingPaul Gilbert
2012-04-06MORTEVIELLE: Fix for displaying savegame menus correctlyPaul Gilbert
2012-04-06MORTEVIELLE: Bugfix for image block decoding method #0Paul Gilbert
2012-04-06MORTEVIELLE: Merge the _mouseButtons and clic variablesPaul Gilbert
2012-04-06MORTEVIELLE: Added missing variable to savegame synchronizationPaul Gilbert
2012-04-06MORTEVIELLE: Properly implement get_random_number methodPaul Gilbert
2012-04-06MORTEVIELLE: Fix conversion of string to integer in room changesPaul Gilbert
2012-04-06MORTEVIELLE: Remove old drive boot sector read code in game startup.Paul Gilbert
2012-04-06MORTEVIELLE: Formatting fix for savegame listPaul Gilbert
2012-04-06MORTEVIELLE: Restore background area when a menu is removedPaul Gilbert
2012-04-06MORTEVIELLE: More game menu formatting fixesPaul Gilbert
2012-04-06MORTEVIELLE: Formatting fixes for game menu displayPaul Gilbert
2012-04-06MORTEVIELLE: Fix display of action tabsPaul Gilbert
2012-04-06MORTEVIELLE: Correctly handle keyboard keys for moving mousePaul Gilbert
2012-04-06MORTEVIELLE: Added explicit quit checks to the main game loopsPaul Gilbert
2012-04-06MORTEVIELLE: Fix compiler warnings and added assertPaul Gilbert
2012-04-06MORTEVIELLE: Expand on the mouse/keyboard handling codePaul Gilbert
2012-04-06MORTEVIELLE: Set up default mouse cursorPaul Gilbert
2012-04-06MORTEVIELLE: Changed deprecated warnings to use debugC insteadPaul Gilbert
2012-04-06MORTEVIELLE: Correct ScreenSurface::fillBox to use the passed colourPaul Gilbert
2012-04-06MORTEVIELLE: Fixed data reading in adzon()Paul Gilbert
2012-04-06MORTEVIELLE: Fix loading of data in charge_bruit5()Paul Gilbert
2012-04-06MORTEVIELLE: Fix savegame loading to allow to read from the data folderPaul Gilbert
2012-04-06MORTEVIELLE: Add ScreenSurface::clearScreen methodPaul Gilbert
2012-04-06MORTEVIELLE: Reduce the decoding lookup buffer sizesPaul Gilbert
2012-04-06MORTEVIELLE: Fix seeking in chardes and charaniPaul Gilbert
2012-04-06MORTEVIELLE: Fix another graphic glitch in the image decoderPaul Gilbert
2012-04-06MORTEVIELLE: Started some notes of the original memory mapPaul Gilbert
2012-04-06MORTEVIELLE: Fix the calculation in the animof methodPaul Gilbert
2012-04-06MORTEVIELLE: Implement ScreenSurface::fillBox methodPaul Gilbert
2012-04-06MORTEVIELLE: Added needed palette remapping to drawPicture()Paul Gilbert