aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-05Merged revisions 33626-33627 via svnmerge from Christopher Page
2008-08-05Made changes to keep KYRA and PARA compatible with RTL/GMMChristopher Page
2008-08-05Removed unneeded #includes.Travis Howell
2008-08-05Fix win32 compile.Travis Howell
2008-08-04Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,...Christopher Page
2008-08-04Symbian build package should now contain drascula.dat alsoLars Persson
2008-08-04Pushed some port specific code from DefaultSaveFileManager out to port specif...Max Horn
2008-08-04Fix for misplaced objects in mouse object selection (Operation Stealth specif...Kari Salminen
2008-08-04List the correct engines in about, Lars Persson
2008-08-04Remove some code which was rendered obsolete by md5's commit r33610Max Horn
2008-08-04Modified DefaultSaveFileManager::checkPath to perform at least basic checks o...Max Horn
2008-08-04Moved ConfMan.registerDefault calls for savepath to DefaultSaveFileManager (e...Max Horn
2008-08-04Added Italian translation for the load confirmation window in IHNMFilippos Karapetis
2008-08-04Fixing compilation under MSVCFilippos Karapetis
2008-08-04Modified DumpFile::open to accept non-existing nodes, and to actually open fi...Max Horn
2008-08-04DefaultSaveFileManager: Killed class StdioSaveFile, used FilesystemNode::open...Max Horn
2008-08-04SCUMM: Only try to load savefile metadata from slots >= 0Max Horn
2008-08-04Turned InSaveFile & OutSaveFile into simple typedefsMax Horn
2008-08-04Removed join_paths from default save manager, and use FSNode API instead (may...Max Horn
2008-08-04Moved the OutSaveFile::finalize method to WriteStream; implemented DumpFile::...Max Horn
2008-08-04Remove debug left over.Travis Howell
2008-08-03FilesystemNode code: some comment cleanup; added FilesystemNode::openForReadi...Max Horn
2008-08-03cleanupMax Horn
2008-08-03Implemented DumpFile::open(FSNode)Max Horn
2008-08-03OSYSTEM: Pushed some SDL/Symbian specific code to the respective backends; ma...Max Horn
2008-08-03New OSystem API for loading/storing default config fileMax Horn
2008-08-03Removed comment.Johannes Schickel
2008-08-03fix last commit (invalid kyra.dat game features for HOFCD)Florian Kagerer
2008-08-03Added detection entries for kyra2 cd italian fan translation (see fr#2003504 ...Johannes Schickel
2008-08-03add support for HOF Italian fan translation to kyra.datFlorian Kagerer
2008-08-03Fix bug #2011470: "DRASCULA: slowdown when you hold mouse buttons"Eugene Sandulenko
2008-08-03Fix bug #2017432: "DRASCULA: Typing is slow when you save a game"Eugene Sandulenko
2008-08-03Fixed bug #1995033 ("BASS: BG Sound stopped on opening item list"). ApparentlyTorbjörn Andersson
2008-08-03Fixed bug #1995022 ("BASS: wrong displayed 2 line text").Torbjörn Andersson
2008-08-03Fixed bug that prevented upper-case letters from being used in savegame names.Torbjörn Andersson
2008-08-03Proper fix for bug #2035390: Check for ConfigManager::kApplicationDomain, and...Max Horn
2008-08-03Shut up MSVC warning about mgY being an unreferenced local variable.Kari Salminen
2008-08-03Fixed #2021902 ("DRASCULA: Can't adjust the volume inside the game"). I can'tTorbjörn Andersson
2008-08-02add non-interactive lol demoFlorian Kagerer
2008-08-02Fix bug #2035390: "GUI: setting game id to "scummvm" messes up list"Eugene Sandulenko
2008-08-02Renamed Tinsel v1->v0 (used in the demo only), and v2->v1, to avoid confusion...Max Horn
2008-08-02Fix for bug #1945335: "SCUMM: Invalid charset id can be stored".Eugene Sandulenko
2008-08-02Fix for bug #1972625 'ALL: On-the-fly targets are written to the config file'Max Horn
2008-08-02Fix bug #1879606: "MANIACNES: Crash when game ends"Eugene Sandulenko
2008-08-02Fix bug #2023727: "MONKEY2: Misplaced Text"Eugene Sandulenko
2008-08-02Fix bug #2007170: "DRASCULA: No Spaces in SaveGames Names"Eugene Sandulenko
2008-08-02Fix crash when drascula.dat file is missingEugene Sandulenko
2008-08-02Made loadResourcesFromSave internally use the loadResource-function.Kari Salminen
2008-08-02- Combined loadAbs and loadResource into one function.Kari Salminen
2008-08-02Added a member function loadSoundFile to Sound which accepts a filename strin...Johannes Schickel