aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2009-03-30TINSEL: Commit of parentheses patch from salty-horse. (from -devel "Enabling ...Johannes Schickel
2009-03-30Added another version of Quest for Glory, from bug report #2718784Filippos Karapetis
2009-03-30Added another version of Hoyle 1, from bug report #2719227Filippos Karapetis
2009-03-30Verified the SCI version of a version of Laura Bow 1 - The Colonel's Bequest,...Filippos Karapetis
2009-03-30Changed the SCI version of the French version of LSL3 to match the other ones...Filippos Karapetis
2009-03-30Add GF_EGA feature flag for PN, to allow easier support of PC VGA version in ...Travis Howell
2009-03-30Added build rules for SCI32 gamesFilippos Karapetis
2009-03-30Fixed compilationFilippos Karapetis
2009-03-30Wrapped all the still WIP SCI32-specific code around appropriate ifdef blocks...Filippos Karapetis
2009-03-29SCI: don't delete static palette twiceWillem Jan Palenstijn
2009-03-29SCI: Merge static palette into global palette at startupWillem Jan Palenstijn
2009-03-29SCI: remove some debugging printfsWillem Jan Palenstijn
2009-03-29fixed 'if' statement as should be/was.Paweł Kołodziejski
2009-03-29Added stubs for the missing palette effects in kPalette()Filippos Karapetis
2009-03-29Added a stub for the palette fadeout/fadein effect, so that we remember it's ...Filippos Karapetis
2009-03-29Implemented IFCHAR command. This makes part 3 of BRA completely explorable.Nicola Mettifogo
2009-03-29Added declaration for Amiga BRA callables.Nicola Mettifogo
2009-03-29(Re)link bounding animations after location has been completely parsed. This ...Nicola Mettifogo
2009-03-29Ensure zone and animation flags are restored when a location is reloaded. Thi...Nicola Mettifogo
2009-03-29Commands now evaluate their reference Zone at runtime, thus handling of forwa...Nicola Mettifogo
2009-03-29Fixed the colors of the widgets in KQ5's options menuFilippos Karapetis
2009-03-29Fixed several free/delete mismatches.Nicola Mettifogo
2009-03-29Set main menu text height to the actual font height.Nicola Mettifogo
2009-03-29Fixed the colors of the window frames in KQ5Filippos Karapetis
2009-03-29Added missing parenthesis in M4Engine::delayPaul Gilbert
2009-03-29Merged CommandData into Command.Nicola Mettifogo
2009-03-29Eco Quest 1 continues after the intro nowFilippos Karapetis
2009-03-28Cine::Palette: Revamp palette constants so they can be used for e.g. allocati...Kari Salminen
2009-03-28Fix invalid memory writes.Johannes Schickel
2009-03-28Cine::Palette: Add constants for normally used palette color counts and byte ...Kari Salminen
2009-03-28Cine::Palette: Add empty() and isValid() functions.Kari Salminen
2009-03-28Added workaround for script bug in ticket #2718449.Nicola Mettifogo
2009-03-28Added initialization for _index and _locationIndex in Zone objects.Nicola Mettifogo
2009-03-28Save zone and animation flags when a location is closed. This fixes bug #2718...Nicola Mettifogo
2009-03-28LOL: - implemented opcode required for operating the floor plates in the thug...Florian Kagerer
2009-03-28Formatting.Johannes Schickel
2009-03-28LOL: - Level temp data now get stored in memory so you can now return to a le...Florian Kagerer
2009-03-28Add sound effects support for Amiga demo of BRA.Travis Howell
2009-03-28Add sound effects support for PC version of BRA.Travis Howell
2009-03-28Change the detection of Amiga versions of BRA, to a required data file (reque...Travis Howell
2009-03-27SCI: AvoidPath workaround for intersecting polygons in Longbow, room 210.Walter van Niftrik
2009-03-27Cine::Palette: Add a black palette constructor and a clear-function for clear...Kari Salminen
2009-03-27Make Cine::Palette use the PixelFormat's convenience functions introduced in ...Kari Salminen
2009-03-27Cine::Palette: Remove unnecessary and needlessly complicating saving of the l...Kari Salminen
2009-03-27Cine::Palette: Add setGlobalOSystemPalette-method for setting the global OSys...Kari Salminen
2009-03-27Adjusted calculation of scanline width for ILBM files to account for occasion...Nicola Mettifogo
2009-03-26Added a note about the potential invalid rectangles created when drawing linesFilippos Karapetis
2009-03-26SCI: Match signature of readResourceMapSCI0 and readResourceMapSCI1 (helpful ...Max Horn
2009-03-26Corrected the positions of two library functions in the library function listPaul Gilbert
2009-03-25SCI: Cleaned up the decompressor comments and code a little bitMax Horn