aboutsummaryrefslogtreecommitdiff
path: root/engines/sky
AgeCommit message (Expand)Author
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-05-29Changed SaveFileManager methods to take Common::String params (instead of cha...Max Horn
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-05-19COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate...Max Horn
2009-05-13Fix some variable may be used uninitialized warnings.Johannes Schickel
2009-05-02Add German floppy demo of BASS.Travis Howell
2009-05-02Fix the ending of CD demo.Travis Howell
2009-03-23change debug output of script interpreter to more clearly print script number...Joost Peters
2009-03-23change debug levels to be less verboseJoost Peters
2009-03-20Hopefully fix mingw64 compilation (borrowed from engines/scumm/saveload.h)Johannes Schickel
2009-03-15Call updateScreen() from the delay() function, like we do in so many otherTorbjörn Andersson
2009-03-12formatting fix, aka buildbot rebuild incentive ;)Joost Peters
2009-03-06cleanupJoost Peters
2009-03-05Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ...Jordi Vilalta Prat
2009-03-01Merged Engine::go() and ::init() into a new run() method (currently implement...Max Horn
2009-02-14Fix 1690836: "BASS: Speed difference"Joost Peters
2009-02-13Formatting changes / consistencyJoost Peters
2009-01-30Avoid using g_engine if possibleMax Horn
2009-01-30cleanupMax Horn
2009-01-29Moved AdvancedDetector from common/ to engines/Max Horn
2009-01-29A ton of code formatting fixes; also fixed warnings about single line loops l...Max Horn
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-25Pushing down some header deps (on common/system.h, mostly)Max Horn
2008-12-07Fixed bug #2394861 ("BASS: artifacts if skipping intro on wrong screen"). As anTorbjörn Andersson
2008-11-29Remove warnings from NDS build.Robin Watts
2008-11-20un-break sky engine after recent gfx transaction changesJoost Peters
2008-11-14Committed my patch #2123680 "SDL: Backend transaction / rollback support".Johannes Schickel
2008-11-12Slight cleanupFilippos Karapetis
2008-11-12Deleting save states via the launcher and the GMM is now supported in the sky...Filippos Karapetis
2008-11-12Saving and loading from the GMM is now supported in the sky engineFilippos Karapetis
2008-11-12Moved sky detection and meta engine specific code from sky.cpp into detection...Filippos Karapetis
2008-11-11Added getMaximumSaveSlot definition for the sky engineFilippos Karapetis
2008-11-06Switched various Engine APIs to use Common::ErrorMax Horn
2008-11-05Turned enum PluginError into Common::Error, which in the future is to be used...Max Horn
2008-11-05Got rid of the unused 'filename' attribute in SaveStateDescriptorMax Horn
2008-11-04Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some EngineFeat...Max Horn
2008-10-26Renamed engine feature kSupportsDirectLoad to kSupportsLoadingDuringStartup, ...Filippos Karapetis
2008-09-30SKY: Fix detector to not (ab)use FSNode::getPath; if you want to open a FSNod...Max Horn
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-09-07Comment out some #defines in skydefs.h as they conflict with other headers (e...Max Horn
2008-09-03Moved check for shouldRTL() from engines to scummvm_mainMax Horn
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...Max Horn
2008-09-02fix Virgin logo screen breakage that was introduced in the RTL mergeJoost Peters
2008-08-16Made sure to set the loading slot AFTER selecting the active domain when load...Christopher Page
2008-08-16Added a MetaEngineFeature for RTL support, the RTL button is disabled in the ...Christopher Page
2008-08-15Defined some MetaEngineFeatures for the engines, the launcher uses these feat...Christopher Page
2008-08-13Fixed some memory leaksChristopher Page
2008-08-04Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,...Christopher Page
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