aboutsummaryrefslogtreecommitdiff
path: root/engines/sky
AgeCommit message (Expand)Author
2011-11-22SKY: Don't loop the floppy intro track.Alyssa Milburn
2011-11-16LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE)Strangerke
2011-11-14SKY: Support external digital music tracks.Alyssa Milburn
2011-10-23AD: Switched rest of the engines to new GUIOEugene Sandulenko
2011-09-12SKY: fix bug #3149412: Invalid Mode when giving shades to travel agentJoost Peters
2011-09-08SKY: Made some more static data const.Johannes Schickel
2011-09-08SKY: Made some static data const.Johannes Schickel
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-06-23ANALYSIS: Add static casts to is* functionsLittleboy
2011-06-13I18N: Make many more GUI MessageDialog strings translatableThierry Crozat
2011-06-02SKY: Replace snprintf() usage with Common::String::format()D G Turner
2011-06-02ENGINES: Change 2nd param of Engine::saveGameState to Common::StringMax Horn
2011-05-25ALL: initialise -> initializeMatthew Hoops
2011-05-25ALL: armour -> armorMatthew Hoops
2011-05-22ENGINES: Further unify engine namesThierry Crozat
2011-05-17COMMON: Registers RandomSources in constructor with the event recorderMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-28JANITORIAL: Format more forward declarations to follow conventionOri Avtalion
2011-04-28JANITORIAL: Format forward declarations to follow conventionOri Avtalion
2011-04-18COMMON: Rename Error to ErrorCode, introduce new Error classMax Horn
2011-04-14ALL: centre -> centerMax Horn
2011-04-14ALL: colour -> colorMax Horn
2011-03-29JANITORIAL: Remove/comment unused varsdhewg
2011-03-28AUDIO: Add Audio::MidiPlayer::createDriver(), let some engines use itMax Horn
2011-03-23ENGINES: Use Common::StackLock in more placesMax Horn
2011-03-19SKY: Cleanup volume levels initializationdhewg
2011-02-16Merge branch 'master' into osystem-paletteJohannes Schickel
2011-02-16SKY: Restore old sequence delay behaviour.dhewg
2011-02-16SKY: Fix array access in debug code.Alyssa Milburn
2011-02-16SKY: Stop intro sound before freeing the buffer.Alyssa Milburn
2011-02-14SKY: Adapt to [set|grab]Palette RGBA->RGB change.dhewg
2011-02-14SKY: get rid of timer based gfx updatesdhewg
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2010-12-07DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engineMax Horn
2010-11-01ENGINES: Replace many printfs by warning/debug/debugNMax Horn
2010-10-15ENGINES: Enhance namespace comments a bitMax Horn
2010-09-18JANITORIAL: Removed most punctuation at end of warning() and error()Torbjörn Andersson
2010-09-15MIDI: Send a reset MIDI device signal on startup.Johannes Schickel
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-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-04-05Fix bug #2982014 "BASS: MT-32 warning on Intro skipping" by properly delaying...Johannes Schickel
2010-03-22Patch #2973290: Semicolon cleanupMax Horn
2010-03-18COMMON: Get rid of Common::StringListMax Horn
2010-03-18COMMON: Move typedef StringList from str.h to new header str-array.hMax Horn
2010-03-18COMMON: Move Common::RandomSource to common/random.*Max Horn