Age | Commit message (Expand) | Author |
2009-03-29 | Added a stub for the palette fadeout/fadein effect, so that we remember it's ... | Filippos Karapetis |
2009-03-29 | Implemented IFCHAR command. This makes part 3 of BRA completely explorable. | Nicola Mettifogo |
2009-03-29 | Added 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-29 | Ensure zone and animation flags are restored when a location is reloaded. Thi... | Nicola Mettifogo |
2009-03-29 | Commands now evaluate their reference Zone at runtime, thus handling of forwa... | Nicola Mettifogo |
2009-03-29 | Fixed the colors of the widgets in KQ5's options menu | Filippos Karapetis |
2009-03-29 | Fixed several free/delete mismatches. | Nicola Mettifogo |
2009-03-29 | Set main menu text height to the actual font height. | Nicola Mettifogo |
2009-03-29 | Fixed the colors of the window frames in KQ5 | Filippos Karapetis |
2009-03-29 | Added missing parenthesis in M4Engine::delay | Paul Gilbert |
2009-03-29 | Merged CommandData into Command. | Nicola Mettifogo |
2009-03-29 | Eco Quest 1 continues after the intro now | Filippos Karapetis |
2009-03-28 | Fix bug #2684645: AMIGAOS: Build breaks in "base/commandline". | Walter van Niftrik |
2009-03-28 | Fix bug #2691034: AMIGAOS: Makefile.common broken. | Walter van Niftrik |
2009-03-28 | Cine::Palette: Revamp palette constants so they can be used for e.g. allocati... | Kari Salminen |
2009-03-28 | Fix invalid memory writes. | Johannes Schickel |
2009-03-28 | Cine::Palette: Add constants for normally used palette color counts and byte ... | Kari Salminen |
2009-03-28 | Cine::Palette: Add empty() and isValid() functions. | Kari Salminen |
2009-03-28 | Added workaround for script bug in ticket #2718449. | Nicola Mettifogo |
2009-03-28 | Added initialization for _index and _locationIndex in Zone objects. | Nicola Mettifogo |
2009-03-28 | Save zone and animation flags when a location is closed. This fixes bug #2718... | Nicola Mettifogo |
2009-03-28 | LOL: - implemented opcode required for operating the floor plates in the thug... | Florian Kagerer |
2009-03-28 | Formatting. | Johannes Schickel |
2009-03-28 | LOL: - Level temp data now get stored in memory so you can now return to a le... | Florian Kagerer |
2009-03-28 | Add sound effects support for Amiga demo of BRA. | Travis Howell |
2009-03-28 | Add sound effects support for PC version of BRA. | Travis Howell |
2009-03-28 | Change the detection of Amiga versions of BRA, to a required data file (reque... | Travis Howell |
2009-03-27 | SCI: AvoidPath workaround for intersecting polygons in Longbow, room 210. | Walter van Niftrik |
2009-03-27 | Cine::Palette: Add a black palette constructor and a clear-function for clear... | Kari Salminen |
2009-03-27 | Make Cine::Palette use the PixelFormat's convenience functions introduced in ... | Kari Salminen |
2009-03-27 | Add color component bit count (rBits, gBits, bBits, aBits) and maximum value ... | Kari Salminen |
2009-03-27 | Cine::Palette: Remove unnecessary and needlessly complicating saving of the l... | Kari Salminen |
2009-03-27 | Cine::Palette: Add setGlobalOSystemPalette-method for setting the global OSys... | Kari Salminen |
2009-03-27 | Improved configure support for the GP2X port. | Andre Heider |
2009-03-27 | Fix regression from r39702: look up music_driver in config | Willem Jan Palenstijn |
2009-03-27 | Fixed bug where screen wasn't automatically updated when changing theme, unle... | Vicent Marti |
2009-03-27 | Adjusted calculation of scanline width for ILBM files to account for occasion... | Nicola Mettifogo |
2009-03-26 | Added a note about the potential invalid rectangles created when drawing lines | Filippos Karapetis |
2009-03-26 | Theme selection dialog now automatically selects the currently active theme. ... | Vicent Marti |
2009-03-26 | MidiDriver cleanup: findMusicDriver now returns a pointer (makes it possible ... | Max Horn |
2009-03-26 | SCI: Match signature of readResourceMapSCI0 and readResourceMapSCI1 (helpful ... | Max Horn |
2009-03-26 | Changed doxygen comments in sound/midiparser.h to match with our usual format... | Max Horn |
2009-03-26 | Corrected the positions of two library functions in the library function list | Paul Gilbert |
2009-03-25 | SCI: Cleaned up the decompressor comments and code a little bit | Max Horn |
2009-03-25 | Remove a workaround in the line drawing function - it shouldn't be necessary ... | Filippos Karapetis |
2009-03-25 | Added another version of Eco Quest 1 | Filippos Karapetis |
2009-03-25 | Changed the primitive equality check to not use Common::Rect, as the two prim... | Filippos Karapetis |
2009-03-25 | Use the default kernel vocabulary names for SCI1 games, instead of reading th... | Filippos Karapetis |
2009-03-25 | Allow building of psp backend via configure (Part 1 - Still need to add the f... | Joost Peters |