Age | Commit message (Expand) | Author |
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 |
2009-03-25 | Update MSVC project files for r39687. | Kari Salminen |
2009-03-25 | Cine::Palette::saturatedAddNormalizedGray: Use fractional representation (div... | Kari Salminen |
2009-03-25 | Changed the font flag defines to an enumeration | Filippos Karapetis |
2009-03-25 | Merged sciw_select_item() and sciw_unselect_item() | Filippos Karapetis |
2009-03-25 | Fixed compilation | Filippos Karapetis |
2009-03-25 | - Renamed gfx/sci_widgets.* to gfx/gfx_gui.*, as these files contain GUI elem... | Filippos Karapetis |
2009-03-25 | Remove superfluous comma | Filippos Karapetis |
2009-03-25 | Changed some flags to enums | Filippos Karapetis |
2009-03-25 | Added myself to the MADE engine credits | Filippos Karapetis |
2009-03-25 | revert yesterday's change -- apparently this different behavior was intentional. | Joost Peters |
2009-03-25 | Add French DOS version of Waxworks. | Travis Howell |
2009-03-25 | SCI: AvoidPath cleanup. | Walter van Niftrik |
2009-03-24 | Add German DOS version of Waxworks. | Travis Howell |
2009-03-24 | Patch from bug #2710315: INDY3/FOA: bug in patch for series IQ with ScummVM GUI | Max Horn |
2009-03-24 | Cine::Palette: Add fillWithBlack and saturatedAddNormalizedGray-methods. | Kari Salminen |
2009-03-24 | SCI: build fix. | Walter van Niftrik |
2009-03-24 | SCI: Added workaround for broken polygon in LSL1 room 350. | Walter van Niftrik |
2009-03-24 | Fix smaller error introduced in r39671 refactoring (this check used to be "re... | Joost Peters |
2009-03-24 | remove unsigned qualifier, as byte already is unsigned. | Joost Peters |
2009-03-24 | SCI: Rewrote vocabulary code to use a Common::HashMap<String,ResultWord> | Max Horn |
2009-03-24 | SCI: Changed vocab_tokenize_string to not 'return' the list it generates, bu... | Max Horn |
2009-03-24 | SCI: Turned synonyms list into a Common::List | Max Horn |
2009-03-24 | SCI: Added workaround for duplicate polygons being passed to kAvoidPath. | Walter van Niftrik |
2009-03-24 | Updated the NEWS file | Filippos Karapetis |
2009-03-24 | Fixed a regression of commit #35473. Fixes bug #2703595 - "ITE: Crash when cl... | Filippos Karapetis |
2009-03-24 | SCI: Changed some char* into Common::String | Max Horn |
2009-03-24 | SCI: Only pass the pointerpos to Menubar::mapPointer, not the full gfx_state_t | Max Horn |
2009-03-24 | SCI: moved sci_strndup to menubar.cpp | Max Horn |
2009-03-24 | SCI: Fixed some leaks introduced by my previous changes | Max Horn |
2009-03-24 | SCI: C++ify menu code | Max Horn |