aboutsummaryrefslogtreecommitdiff
path: root/engines/sky/sky.cpp
AgeCommit message (Expand)Author
2019-04-15WINCE: Fix compilationCameron Cawley
2018-07-03SKY: Show full 320x200px in intro where possibleTorbjörn Andersson
2017-10-07ENGINES: Remove default1x scaler flagColin Snover
2016-04-17SKY: Proper support for Russian BASSEugene Sandulenko
2016-04-16SKY: Added localized quit message for Russian translationEugene Sandulenko
2014-02-18SKY: Make GPL headers consistent in themselves.Johannes Schickel
2013-06-17SKY: Fix double scene init when the intro is skipped (bug #3512069)Filippos Karapetis
2012-03-06SKY: Fix comment typosTorbjörn Andersson
2011-11-14SKY: Support external digital music tracks.Alyssa Milburn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-03-19SKY: Cleanup volume levels initializationdhewg
2011-02-14SKY: get rid of timer based gfx updatesdhewg
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2010-09-18JANITORIAL: Removed most punctuation at end of warning() and error()Torbjörn Andersson
2010-07-17DEBUGGER: Simplify how our console debugger works / is usedMax Horn
2010-06-25AUDIO: get rid of MDT_PREFER_MIDI since it should be sufficient to either sel...Florian Kagerer
2010-06-21Patch #1956501: "GUI/LAUNCHER: Midi device selection"Max Horn
2010-05-04Move initGraphics and initCommonGFX from to new header.Max Horn
2010-02-21Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...Yotam Barnoy
2010-01-12Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...Johannes Schickel
2009-12-09Changed MidiDriver::createMidi to take a MidiDriverType instead of an intMax Horn
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-07-14commit peres' patch for #2813472: BASS: "showgrid" enabled triggers an assert Joost Peters
2009-05-02Add German floppy demo of BASS.Travis Howell
2009-03-15Call updateScreen() from the delay() function, like we do in so many otherTorbjörn Andersson
2009-02-14Fix 1690836: "BASS: Speed difference"Joost Peters
2009-02-13Formatting changes / consistencyJoost Peters
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-14Committed my patch #2123680 "SDL: Backend transaction / rollback support".Johannes Schickel
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-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-07-31Added check for valid save slots, when loading savestates using -xChristopher Page
2008-07-21Improved GMM sound settings support for SKYChristopher Page
2008-07-13SKY works with the new GMM implementation, also updated gui/newgui.cpp and pr...Christopher Page