Age | Commit message (Expand) | Author |
2009-02-21 | Rewrote the cutscene player to be more like the one in Broken Sword 1. This f... | Torbjörn Andersson |
2009-02-20 | Since opening a compressed piece of music should no longer be an expensive | Torbjörn Andersson |
2009-02-20 | Instead of reading an entire compressed sound into a memory stream, use a | Torbjörn Andersson |
2009-02-15 | Applied my patch for the BS1/2 video player | Filippos Karapetis |
2009-02-07 | Make the subtitle settings in Options section of the global main menu optiona... | Travis Howell |
2009-01-31 | Disable the "press c for credits" hotkey (which wasn't in the original anyway) | Torbjörn Andersson |
2009-01-22 | Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. ... | Max Horn |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-12-29 | Replaced the old stack macros with ScummVM's FixedStack class. | Torbjörn Andersson |
2008-12-21 | Move all video players to separate directory | Eugene Sandulenko |
2008-12-14 | Enable Smacker support, and switch later HE games to Smacker support (since t... | Travis Howell |
2008-12-03 | Changed readLine_OLD() to readLine_NEW(). I guess both this and the previous | Torbjörn Andersson |
2008-12-03 | Converted the credits scroller to use readLine_NEW() instead of readLine_OLD(). | Torbjörn Andersson |
2008-11-14 | Committed my patch #2123680 "SDL: Backend transaction / rollback support". | Johannes Schickel |
2008-11-09 | Only hide the cursor for in-game pausing. Pausing from the outside is assumed to | Torbjörn Andersson |
2008-11-09 | Added a getMaximumSaveSlot() implementation for sword1 and sword2 | Filippos Karapetis |
2008-11-09 | Removed some code that was added earlier to deal with dimming/undimming the | Torbjörn Andersson |
2008-11-09 | Allow pausing (from the outside) during credits and palette fades. Refactored... | Torbjörn Andersson |
2008-11-09 | Fixed pausing during credits. | Torbjörn Andersson |
2008-11-09 | Allow pausing during cutscene movies. (This will need an update to the mixer's | Torbjörn Andersson |
2008-11-09 | Moved sound-related settings to syncSoundSettings() for the global options di... | Torbjörn Andersson |
2008-11-06 | Switched various Engine APIs to use Common::Error | Max Horn |
2008-11-06 | Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys... | Max Horn |
2008-11-05 | Turned enum PluginError into Common::Error, which in the future is to be used... | Max Horn |
2008-11-05 | Got rid of the unused 'filename' attribute in SaveStateDescriptor | Max Horn |
2008-11-04 | Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some EngineFeat... | Max Horn |
2008-10-26 | Renamed engine feature kSupportsDirectLoad to kSupportsLoadingDuringStartup, ... | Filippos Karapetis |
2008-10-13 | Use the save file manager's listSavefiles() function to find out if any saveg... | Torbjörn Andersson |
2008-10-02 | Engine class changed: | Max Horn |
2008-10-02 | Renamed FilesystemNode -> FSNode | Max Horn |
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse... | Max Horn |
2008-09-13 | Big patch changing the signature of various Stream methods (some ports may ne... | Max Horn |
2008-09-11 | Committed my patch #2105593 "Launcher/MetaEngine: Finnished removeSaveState". | Johannes Schickel |
2008-09-07 | Replaced Engine::_gameDataPath (a String) by Engine::_gameDataDir (an FSNode)... | Max Horn |
2008-09-04 | Use readLine() instead of readLine_OLD(). | Torbjörn Andersson |
2008-09-03 | Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; add... | Max Horn |
2008-09-03 | Moved check for shouldRTL() from engines to scummvm_main | Max Horn |
2008-09-03 | Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type... | Max Horn |
2008-08-16 | Added a MetaEngineFeature for RTL support, the RTL button is disabled in the ... | Christopher Page |
2008-08-15 | Defined some MetaEngineFeatures for the engines, the launcher uses these feat... | Christopher Page |
2008-08-04 | Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,... | Christopher Page |
2008-07-29 | Changed class File (and derived classes) to only support read-only access; ad... | Max Horn |
2008-07-29 | Added --list-saves support for SWORD2 | Christopher Page |
2008-07-21 | Merged revisions 33052-33053,33056-33058,33061-33064,33068,33070,33072,33075,... | Christopher Page |
2008-07-18 | Don't crash if you try to use music file #2 as music file #1. When the music | Torbjörn Andersson |
2008-07-16 | Quit and RTL code is more modular now. EVENT_RTL no longer sets _shouldQuit,... | Christopher Page |
2008-07-13 | SWORD2 works with the new GMM implementation | Christopher Page |
2008-06-26 | Sword2 now uses the new _quit flag | Christopher Page |
2008-06-04 | - Removed -Wconversion from compiler options for g++ 4.3, it's behavior has f... | Johannes Schickel |
2008-05-29 | Rewrote dimPalette() so that the dimming is now a "filter" between the Screen | Torbjörn Andersson |