aboutsummaryrefslogtreecommitdiff
path: root/base
AgeCommit message (Expand)Author
2004-12-14Switched HEAD to 0.8.0-CVS (did I miss any spots?Max Horn
2004-12-14Evil workaround for bug #1083058Max Horn
2004-12-12Fix for bug #1082105 (GUI: ScummVM returns to window mode automatically)Max Horn
2004-12-05Turn off 'launcher looping' for nowMax Horn
2004-12-02Moved MidiDriver creation code into the MidiDriver class (as static methods),...Max Horn
2004-11-30'atari, fmtowns, mac, pc, windows' have nothing to do with savepath :)Gregory Montoir
2004-11-27Moved Engine::getSavePath() to class SaveFileManager; removed the 'directory'...Max Horn
2004-11-24Fix a`ll engines. They work, though current fix is just temporary.Eugene Sandulenko
2004-11-23Added Engine::init() method; added return value to Engine::go()Max Horn
2004-11-22Added OSystem::beginGFXTransaction / endGFXTransaction (not yet implemented, ...Max Horn
2004-11-20Removing walkthrough stuff again (talked to aquadran about this, he had no ob...Max Horn
2004-11-20whitespacesMax Horn
2004-11-19added walkthroughPaweł Kołodziejski
2004-11-15Add global extrapath to GUI and to default directories list.Eugene Sandulenko
2004-11-13Add new clearScreen OSystem call. Currently only implemented in SDL backend. ...James Brown
2004-11-11Prevent infinite loop by displaying the launcher after a game start FAILURE too.James Brown
2004-11-09CleanupChris Apers
2004-11-09Free more memory on PalmOSChris Apers
2004-11-09CleanupChris Apers
2004-11-06Major MT-32 emu overhaul based on KingGuppy's code.Eugene Sandulenko
2004-10-21Patch #1048326 Better MT-32 supportEugene Sandulenko
2004-10-14Documented the --savepath option.Torbjörn Andersson
2004-10-13Remove the "boot_param" and "save_slot" settings from the transient domainTorbjörn Andersson
2004-10-13Clear g_engine when an Engine is deleted. This avoids a crash in error()Torbjörn Andersson
2004-10-10Reenable persistant launcher, in order to encourage some debugging ;)James Brown
2004-10-08Prevent double slash in pathChris Apers
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
2004-09-12Enable Zodiac driverChris Apers
2004-08-29Provide unloading of unneeded plugins.Marcus Comstedt
2004-08-26Run the DC launcher from inside the regular main() function.Marcus Comstedt
2004-08-22Support dynamic plugins on Dreamcast.Marcus Comstedt
2004-08-14sync with READMEMax Horn
2004-08-05Enhanced extrapath supportMax Horn
2004-08-02Workaround for bug #999122; this will fix config files which were broken by t...Max Horn
2004-08-01Correct default settings used by COMITravis Howell
2004-07-18Move g_timer destruction to proper placeMax Horn
2004-07-16Applied patch #957544 to make output sample rate configurable at runtime.Torbjörn Andersson
2004-06-28Enhanced default directory support in the File class; now one can specify arb...Max Horn
2004-06-25Added Engine::_saveFileMan; thus was able to get rid of auto_ptr usage againMax Horn
2004-06-23Proper fix for detecting --platform command line switchEugene Sandulenko
2004-06-20now it should be in cvsPaweł Kołodziejski
2004-05-30Remove old savePath handling on WinCENicolas Bacca
2004-05-25Not yet supportedChris Apers
2004-05-09removed awe based on Endy statementPaweł Kołodziejski
2004-05-05mention fmtowns platform option in helpJonathan Gray
2004-05-05adding initial code for Another World enginePaweł Kołodziejski
2004-04-09Renamed template class 'List' to 'Array', since that is really what it is (a ...Max Horn
2004-04-09Add Kyrandia baseJames Brown
2004-04-06Changed "voice_volume" to "speech_volume" for consistency with the BrokenTorbjörn Andersson
2004-04-05added voice group volume to scumm engine for imuse digital and implemeted vol...Paweł Kołodziejski