Age | Commit message (Expand) | Author |
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 |
2008-07-17 | SWORD1 Sound settings work with the GMM | Christopher Page |
2008-07-13 | Overlooked something in SWORD1, works now | Christopher Page |
2008-07-13 | SWORD1 works with the new GMM implementation | Christopher Page |
2008-06-01 | Fix bug #1981402: "BS1: grammatical error in the Italian menu" | Eugene Sandulenko |
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat |
2008-02-15 | Merged lots of _mixer->isReady() warnings into a single one in Engine constru... | Max Horn |
2008-02-08 | Initial support for plugin types | Jordi Vilalta Prat |
2008-02-03 | Revised Engine plugin API to only provide a single func which returns a MetaE... | Max Horn |
2008-02-03 | Changed "COMPATIBLITY" to "COMPATIBILITY". | Torbjörn Andersson |
2008-02-02 | New MetaEngine class (work in progress to replace the current Engine plugin A... | Max Horn |
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2008-01-13 | Removed unnecessary semi-colons. | Torbjörn Andersson |
2008-01-05 | Fix to remove a tab character from the GPL header | Paul Gilbert |
2008-01-04 | Applied my alternative patch for feature request #1266599 ("BS1: Invert stereo | Torbjörn Andersson |
2008-01-01 | Patch #1733017: "SWORD1: Possible patch for bug #1730183" | Eugene Sandulenko |
2007-12-28 | Patch #1857121: Refactoring of the getSavePath method | Eugene Sandulenko |
2007-11-28 | Update mouse coordinates onn *all* mouse events, i.e. also after click events | Max Horn |
2007-11-01 | Revert patch #1709219 - DXA Player: double size scaling option. | Travis Howell |
2007-10-31 | Slighly modified patch #1709219: "DXA Player: double size scaling option" | Eugene Sandulenko |
2007-09-19 | Modified patch #1738058: "Action recorder". | Eugene Sandulenko |