aboutsummaryrefslogtreecommitdiff
path: root/engines/sky
AgeCommit message (Expand)Author
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
2008-08-03Fixed bug that prevented upper-case letters from being used in savegame names.Torbjörn Andersson
2008-07-31Added check for valid save slots, when loading savestates using -xChristopher Page
2008-07-29Changed class File (and derived classes) to only support read-only access; ad...Max Horn
2008-07-21Improved GMM sound settings support for SKYChristopher Page
2008-07-16Quit and RTL code is more modular now. EVENT_RTL no longer sets _shouldQuit,...Christopher Page
2008-07-13SKY works with the new GMM implementation, also updated gui/newgui.cpp and pr...Christopher Page
2008-06-26Quit or RTL from the main menu now triggers an EVENT_QUIT in DefaultEventMana...Christopher Page
2008-06-26Fixed quitting from BASS intro, cleaned up comments in agosChristopher Page
2008-06-25Scumm and sky now use the new _quit flagChristopher Page
2008-06-06SKY: Fixed a memory leak in SKY engineChristopher Page
2008-05-08Since BASS treats speech separately from other sounds, let's use theTorbjörn Andersson
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
2008-02-27Add support for --list-saves to the sky engineMax Horn
2008-02-27Modified the BASS save/load code to use a StringList for storing the save sta...Max Horn
2008-02-27Simplified Control::handleKeyPress and fixed a long-standing bug in the verif...Max Horn
2008-02-15Merged lots of _mixer->isReady() warnings into a single one in Engine constru...Max Horn
2008-02-08Initial support for plugin typesJordi Vilalta Prat
2008-02-03Revised Engine plugin API to only provide a single func which returns a MetaE...Max Horn
2008-02-03cleanupMax Horn
2008-02-03Changed "COMPATIBLITY" to "COMPATIBILITY".Torbjörn Andersson
2008-02-03Converted queen and sky to use MetaEngine (forgot them because they don't use...Jordi Vilalta Prat
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert
2007-12-30Patch #1689516: BASS: Update the cursor when right-clicking in inventoryMax Horn
2007-12-28Patch #1857121: Refactoring of the getSavePath methodEugene Sandulenko
2007-12-07add Common::Rect::center (handy for ::setFocusRectangle())Gregory Montoir
2007-09-20This workaround is no longer neededMax Horn
2007-09-19Modified patch #1738058: "Action recorder".Eugene Sandulenko
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo