aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-28Fix bug #2684645: AMIGAOS: Build breaks in "base/commandline".Walter van Niftrik
2009-03-28Fix bug #2691034: AMIGAOS: Makefile.common broken.Walter van Niftrik
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-27Add color component bit count (rBits, gBits, bBits, aBits) and maximum value ...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-27Improved configure support for the GP2X port.Andre Heider
2009-03-27Fix regression from r39702: look up music_driver in configWillem Jan Palenstijn
2009-03-27Fixed bug where screen wasn't automatically updated when changing theme, unle...Vicent Marti
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-26Theme selection dialog now automatically selects the currently active theme. ...Vicent Marti
2009-03-26MidiDriver cleanup: findMusicDriver now returns a pointer (makes it possible ...Max Horn
2009-03-26SCI: Match signature of readResourceMapSCI0 and readResourceMapSCI1 (helpful ...Max Horn
2009-03-26Changed doxygen comments in sound/midiparser.h to match with our usual format...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
2009-03-25Remove a workaround in the line drawing function - it shouldn't be necessary ...Filippos Karapetis
2009-03-25Added another version of Eco Quest 1Filippos Karapetis
2009-03-25Changed the primitive equality check to not use Common::Rect, as the two prim...Filippos Karapetis
2009-03-25Use the default kernel vocabulary names for SCI1 games, instead of reading th...Filippos Karapetis
2009-03-25Allow building of psp backend via configure (Part 1 - Still need to add the f...Joost Peters
2009-03-25Update MSVC project files for r39687.Kari Salminen
2009-03-25Cine::Palette::saturatedAddNormalizedGray: Use fractional representation (div...Kari Salminen
2009-03-25Changed the font flag defines to an enumerationFilippos Karapetis
2009-03-25Merged sciw_select_item() and sciw_unselect_item()Filippos Karapetis
2009-03-25Fixed compilationFilippos Karapetis
2009-03-25- Renamed gfx/sci_widgets.* to gfx/gfx_gui.*, as these files contain GUI elem...Filippos Karapetis
2009-03-25Remove superfluous commaFilippos Karapetis
2009-03-25Changed some flags to enumsFilippos Karapetis
2009-03-25Added myself to the MADE engine creditsFilippos Karapetis
2009-03-25revert yesterday's change -- apparently this different behavior was intentional.Joost Peters