Age | Commit message (Expand) | Author |
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 |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-09-18 | Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break compil... | Max Horn |
2007-09-10 | Lots of source code formatting corrections | Max Horn |
2007-09-01 | Cleanup: remove obsolete code (PalmOS 68K version not supported anymore) | Chris Apers |
2007-08-05 | Merged fsnode with trunk: r27971:28460 | David Corrales |
2007-07-15 | Added FIXME comments regarding use of AudioStream::openStreamFile | Max Horn |
2007-07-15 | Fixed sound factory messup caused by my previous commit | Max Horn |
2007-07-08 | Merged the FSNode branch with trunk r27681:27969 | David Corrales |
2007-07-01 | Re-added __attribute__(packed) | Max Horn |
2007-07-01 | Removing non-ASCII chars from source code | Max Horn |
2007-06-26 | Fix FLAC support for speech in Broken Sword 1. | Travis Howell |
2007-06-26 | Add FLAC support for speech in Broken Sword 1. | Travis Howell |
2007-06-23 | Merged the FSNode branch with trunk r27031:27680 | David Corrales |
2007-06-22 | BS1: Make use of Common::KeySate::reset() | Max Horn |
2007-06-22 | Converted rest of BS1 to use Common::KeyState (removing two more hacks) | Max Horn |