Age | Commit message (Expand) | Author |
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ... | Max Horn |
2009-09-23 | Got rid of Common::File::addDefaultDirectory, instead implemented the solutio... | Johannes Schickel |
2009-07-25 | Move the event recorder to its own class (EventRecoder inside common/EventRec... | Johannes Schickel |
2009-03-08 | - Reworked the different file types a bit | Filippos Karapetis |
2009-03-01 | Engines: Fused several init&go methods into a single run method | Max Horn |
2009-01-20 | Implemented getDebugger() | Filippos Karapetis |
2009-01-18 | Disabled use of OSystem::kFeatureAutoComputeDirtyRects in SAGA for now | Max Horn |
2009-01-04 | Improved handling of sound resources | Filippos Karapetis |
2009-01-02 | Split the script module into two parts, for SAGA1 and SAGA2 games | Filippos Karapetis |
2009-01-02 | - Split the IHNM script functions into a different file | Filippos Karapetis |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-12-31 | Preliminary Shorten audio support for SAGA 2 games. It's still very wrong and... | Filippos Karapetis |
2008-12-25 | - Implemented the SAGA2 resource loader | Filippos Karapetis |
2008-12-22 | logicalWidth -> width | Filippos Karapetis |
2008-12-22 | - Split the SAGA resource manager in 3 different ones, depending on the resou... | Filippos Karapetis |
2008-12-21 | Added some more stubs for FTA2 | Filippos Karapetis |
2008-12-21 | - Added some stubs for the SAGA2 games dino and fta2 | Filippos Karapetis |
2008-12-21 | Cleaned up the mess with game IDs and game types: removed game types, reduced... | Filippos Karapetis |
2008-12-19 | Removed defaults which are set in base/commandLine.cpp | Filippos Karapetis |
2008-12-19 | Removed the hasKey() hackery of my previous commit and used ConfMan.registerD... | Filippos Karapetis |
2008-12-19 | Fixed bug #2424530 - "IHNM: SFX are no longer played", by assigning correct d... | 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 | Limit places where saving from the GMM is permitted | Filippos Karapetis |
2008-11-06 | Switched various Engine APIs to use Common::Error | 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-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse... | Max Horn |
2008-09-07 | Replaced Engine::_gameDataPath (a String) by Engine::_gameDataDir (an FSNode)... | Max Horn |
2008-09-03 | Moved check for shouldRTL() from engines to scummvm_main | Max Horn |
2008-09-01 | Merging more of the GSoC 2008 RTL branch: SAGA | Max Horn |
2008-08-19 | Fix for bug #2057194 - "IHNM: -x option crashes ScummVM, if savegame doesn't ... | Filippos Karapetis |
2008-08-16 | Fixed volume change after loading a game in Saga | Christopher Page |
2008-07-21 | Separated Speech from SFX in SAGA, improved configuration of SAGA sound setti... | Christopher Page |
2008-07-11 | SAGA works with new GMM implementation | Christopher Page |
2008-07-01 | Sound settings for Saga can be configured from the GMM | Christopher Page |
2008-06-25 | Queen and Saga now use the new _quit flag | Christopher Page |
2008-06-12 | SAGA: Fixed memory leaks in the SAGA engine | Christopher Page |
2008-05-26 | Code cleanup: | Filippos Karapetis |
2008-02-27 | Fix for bug #1895205 - "IHNM: end game text/caption error" | Filippos Karapetis |
2008-02-15 | Merged lots of _mixer->isReady() warnings into a single one in Engine constru... | Max Horn |
2008-01-05 | Fix to remove a tab character from the GPL header | Paul Gilbert |
2007-12-23 | Disable voices when voice files do not exist (like the original interpreter d... | Filippos Karapetis |
2007-12-21 | Added some hard coded strings for the Italian fan translation of ITE (still n... | Filippos Karapetis |
2007-12-11 | Fix for bug #1848016 - "IHNM: Wrong Subtitles Color (Spanish)". The colors of... | Filippos Karapetis |
2007-11-03 | Patch #1825276: "DETECTION: advanced detector engine simplification" | Eugene Sandulenko |