aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2007-04-07Reduced dependency between project files, and prepared defs.h for deletion as...Nicola Mettifogo
2007-04-07Turned free___() routines into proper destructors for Zone, Animation and Pro...Nicola Mettifogo
2007-04-06Enabled lazy removal for Job instances.Nicola Mettifogo
2007-04-06Updating DS port for changes in main codebase. Code changes for DevkitArm r2...Neil Millstone
2007-04-06Made Program hold an explicit reference to its set of Instruction(s) instead ...Nicola Mettifogo
2007-04-06OopsSven Hesse
2007-04-06Some Gob3 fixes:Sven Hesse
2007-04-05Implemented scrolling and split screen (for the text field, the bottom 40 lin...Sven Hesse
2007-04-05Added save/load stub for Gob3, recognizing the use of "INTRO.$$$" as an extra...Sven Hesse
2007-04-05Added GobOpcodes 1 and 2 (start and stop Infogrames music)Sven Hesse
2007-04-05OopsSven Hesse
2007-04-05- Minor cleanupSven Hesse
2007-04-05This should fix bug #1694830Sven Hesse
2007-04-04Characters now only store the set of frames they actually need. Basically, mi...Nicola Mettifogo
2007-04-04Copy protection bypass applies to all versions of Monkey Island VGA.Travis Howell
2007-04-03- added a new archive member variable to Disk, to decouple resource archives ...Nicola Mettifogo
2007-04-03- fixed RLEStreamNicola Mettifogo
2007-04-03Reduced code duplication in AmigaDisk by means of a new wrapper class for Arc...Nicola Mettifogo
2007-04-03Removed obsolete TODOMax Horn
2007-04-03Little WSA loading fix.Johannes Schickel
2007-04-02miscellaneous improvements for amigaNicola Mettifogo
2007-04-02- slightly improved mask for amiga (not perfect yet)Nicola Mettifogo
2007-04-02Re-introduced Input::getMousePos and removed g_system-Gregory Montoir
2007-04-02This should make the game match the original DOS version speed.Gregory Montoir
2007-04-02Added the MD5 for the German Bargon Attack, as supplied by paul66 in bug #169...Sven Hesse
2007-04-02"char *" -> "byte *" where appropriateSven Hesse
2007-04-02Added in more character tick handlersPaul Gilbert
2007-04-02Add patch #1692496 - Amiga indy3ega sound fixes.Travis Howell
2007-04-01corrected printf stringRobert Göffringmann
2007-04-01Renamed classes for consistency.Nicola Mettifogo
2007-04-01- Added a new class RLEDecoder to avoid code duplication in Disk routines.Nicola Mettifogo
2007-04-01Replaced another use of getEventManager() by using Engine::_eventManMax Horn
2007-04-01Changed _sys -> _system, matching (almost?) all other cases where we have an ...Max Horn
2007-04-01Fixed grammar in a commentMax Horn
2007-04-01added the instance of EventManager returned by OSystem::getEventManager as a ...Gregory Montoir
2007-04-01Fixed a compiler warning about 'unknown conversion type character' (not sure ...Max Horn
2007-04-01Reverted my roomoffs changes (broke the Loom intro), and instead added the co...Max Horn
2007-04-01Fixed loading of graphics. Now things really look what they are, except the c...Nicola Mettifogo
2007-04-01Slight simplification of last change. Make sure we don't "oversleep" in fastTorbjörn Andersson
2007-04-01Make the mouse cursor move more smoothly. (Most of this improvement actuallyTorbjörn Andersson
2007-04-01Added code for resource loading and fixed the bug having Amiga demo crashing....Nicola Mettifogo
2007-04-01Call updateScreen() more often in options/save/load dialog to keep mouseTorbjörn Andersson
2007-04-01Call updateScreen() more often when drawing right-click menus, to make mouseTorbjörn Andersson
2007-04-01We still track the mouse position while waiting for an answer to the "Do youTorbjörn Andersson
2007-04-01Use the event manager to track the mouse position.Torbjörn Andersson
2007-04-01Use the cursor manager instead of calling the backend functions directly.Torbjörn Andersson
2007-04-01made _vm/_engine usage consistent. (_engine -> _vm all over the place now).Johannes Schickel
2007-04-01Implemented Disk routines for Amiga demo. Font are simulated with boxes, and ...Nicola Mettifogo
2007-04-01Added GF_DEMO flag and ability to load the correct location at start.Nicola Mettifogo
2007-04-01Function changeCharacter is now responsible for loading character specific Zo...Nicola Mettifogo