Age | Commit message (Expand) | Author |
2008-11-29 | Remove warnings from NDS build. | Robin Watts |
2008-11-23 | Corrected wrong extended characters provided in the translated hardcoded stri... | Filippos Karapetis |
2008-11-18 | Cleanup | 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-14 | Some corrections, based on observations from bug report #2284298 - "SAGA: Com... | Filippos Karapetis |
2008-11-14 | Reverted change I accidentally made to the SAGA engine when committing the SCUMM | Torbjörn Andersson |
2008-11-14 | Committed my own patch #2278665 ("SCUMM: Font data in old SCUMM games") to get | Torbjörn Andersson |
2008-11-14 | Fixing compilation | Sven Hesse |
2008-11-14 | Cleanup and simplification of the resource loading code | Filippos Karapetis |
2008-11-13 | Fix for bug #2277597 - "ITE: Classic Mac alternate md5sums / Voices not detec... | Filippos Karapetis |
2008-11-13 | Fixed crash when returning to launcher from the GMM | Filippos Karapetis |
2008-11-13 | Added better checks for the current music status in pauseEngineIntern() | Filippos Karapetis |
2008-11-11 | Fixed warning. (GCC doesn't like the variable 'isPaused' because there alread... | Torbjörn Andersson |
2008-11-11 | Implemented pauseEngineIntern() for the SAGA engine | Filippos Karapetis |
2008-11-10 | Cleanup | Filippos Karapetis |
2008-11-10 | SAGA save games now contain thumbnails and creation date/time (visible from ... | Filippos Karapetis |
2008-11-10 | Limit places where saving from the GMM is permitted | Filippos Karapetis |
2008-11-09 | - The GMM save dialog is now working for all engines which support the approp... | Filippos Karapetis |
2008-11-07 | Saving a game from GMM is now working for the SAGA engine, though the descrip... | Filippos Karapetis |
2008-11-06 | Switched various Engine APIs to use Common::Error | 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-11-03 | Patch #2122869: ALL: Common load dialog | Max Horn |
2008-10-27 | Removed FIXME and reverted commit #34855, as it's now possible to add a subfo... | Filippos Karapetis |
2008-10-26 | Using getChild() with getChild() throws an assertion (a regression of the lat... | Filippos Karapetis |
2008-10-26 | Renamed engine feature kSupportsDirectLoad to kSupportsLoadingDuringStartup, ... | Filippos Karapetis |
2008-10-06 | Added new type Engine::Feature; pushed down some #include dependencies | Max Horn |
2008-10-02 | Engine class changed: | Max Horn |
2008-09-30 | Fix crash when starting ITE, a regression from commit #34705 | Filippos Karapetis |
2008-09-30 | Fixed crash when starting IHNM, a regression from commit #34693 | Filippos Karapetis |
2008-09-30 | SAGA: Some code cleanup | Max Horn |
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse... | Max Horn |
2008-09-30 | Added multiple new open() methods to Common::File, which make it possible to ... | Max Horn |
2008-09-30 | SAGA: Forgot to commit saga.h | Max Horn |
2008-09-30 | SAGA: Removed patchesCount from SAGAGameDescription | Max Horn |
2008-09-30 | Order alphabetically | Max Horn |
2008-09-24 | Fix bugs #1981081: "ITE: No blinking disk icon" and #1971729: "IHNM: No Anima... | Eugene Sandulenko |
2008-09-24 | Readded missing special case for the storm animation in ITE. Fixes bug #21256... | Filippos Karapetis |
2008-09-15 | Proper check for eos(), after the latest changes to OSystem | Filippos Karapetis |
2008-09-14 | Big patch changing semantics of ReadStream::eos(): | Willem Jan Palenstijn |
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-09 | Committed patch #2100962 - "Saga engine reduced memory usage" | Filippos Karapetis |
2008-09-08 | Reduced calls to File::exists() | Filippos Karapetis |
2008-09-08 | Free the current voice lookup table a bit earlier in loadGlobalResources() | Filippos Karapetis |
2008-09-08 | Cleanup | Filippos Karapetis |
2008-09-07 | Replaced Engine::_gameDataPath (a String) by Engine::_gameDataDir (an FSNode)... | Max Horn |
2008-09-05 | Hopefully fixed the chaos with the SAGA volume values. This also fixes the br... | Filippos Karapetis |
2008-09-03 | Moved check for shouldRTL() from engines to scummvm_main | Max Horn |