Age | Commit message (Expand) | Author |
2009-01-02 | Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManag... | Johannes Schickel |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-12-25 | Pushing down some header deps (on common/system.h, mostly) | Max Horn |
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-01 | Fixed compilation. | Johannes Schickel |
2008-12-01 | Got rid of Stream::readLine_OLD calls in two places (mostly untested, please ... | Max Horn |
2008-11-18 | Committed by patch #2219361 ("BS1: Simplified subtitles"). It uses the | Torbjörn Andersson |
2008-11-18 | Fixed meta engine related save functions (some where relying on "target.???" ... | Johannes Schickel |
2008-11-18 | Reverted to old behavior: save games for sword1 can be shared again across al... | Filippos Karapetis |
2008-11-18 | Applied a slightly modified version of my patch #2307224 - "BS1: Save/load ov... | Filippos Karapetis |
2008-11-16 | Fixed various g++ warnings ("format not a string literal and no format argume... | Johannes Schickel |
2008-11-14 | Committed my patch #2123680 "SDL: Backend transaction / rollback support". | Johannes Schickel |
2008-11-13 | Moved sword1 detection and meta engine specific code from sword1.cpp into det... | Filippos Karapetis |
2008-11-10 | Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine. | Vicent Marti |
2008-11-09 | Added a getMaximumSaveSlot() implementation for sword1 and sword2 | Filippos Karapetis |
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-26 | Added semi-ugly workaround for bug #2182450 ("BS1 Demo: Crash due to missing | Torbjörn Andersson |
2008-10-26 | Another attempt at making the Broken Sword 1 savegame list in the launcher match | Torbjörn Andersson |
2008-10-23 | Removed obsolete FIXME. | Torbjörn Andersson |
2008-10-22 | Shut up MSVC and add FIXMEs to Sword's listSaves and ThemeEngine's loadThemeXML. | Kari Salminen |
2008-10-20 | Formatting. | Johannes Schickel |
2008-10-20 | Fix - at least partially - the list of savegames for the launcher's load dialog. | Torbjörn Andersson |
2008-10-20 | I believe this fixes bug #2162345 ("BS1: Can't overwrite savegame"), but I'd | Torbjörn Andersson |
2008-10-13 | Fixed crash after using cutscene subtitles. (Now I *know* no one has used that | Torbjörn Andersson |
2008-10-12 | Increased maximum subtitle line length for SimSaw. That code really should be | Torbjörn Andersson |
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-27 | Slight simplification of last commit. | Torbjörn Andersson |
2008-09-27 | Allow quitting or returning to the launcher while cutscenes are playing. | Torbjörn Andersson |
2008-09-27 | Fixed typos. | Torbjörn Andersson |
2008-09-13 | Big patch changing the signature of various Stream methods (some ports may ne... | Max Horn |
2008-09-07 | Replaced Engine::_gameDataPath (a String) by Engine::_gameDataDir (an FSNode)... | Max Horn |
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-09-01 | Silence MSVC warning about empty switch statement | Filippos Karapetis |
2008-08-16 | Added a MetaEngineFeature for RTL support, the RTL button is disabled in the ... | Christopher Page |
2008-08-15 | If the last savegame is deleted, reset save_slot in config man to -1 | Christopher Page |
2008-08-15 | Fixes for Sword1 engine loading from launcher | 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 SWORD1 | Christopher Page |
2008-07-17 | More work with SWORD1 sound settings | Christopher Page |