aboutsummaryrefslogtreecommitdiff
path: root/engines/sky
AgeCommit message (Expand)Author
2012-03-06SKY: Fix comment typosTorbjörn Andersson
2012-02-21Merge pull request #182 from fingolfin/forbid-ctypeWillem Jan Palenstijn
2012-02-20COMMON: Move isFoo functions to namespace Common, add doxygen commentsMax Horn
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2012-02-15ALL: Avoid using is* macros from ctype.hMax Horn
2012-02-13BASS: Reduce code duplication in autosave codeWillem Jan Palenstijn
2012-02-13BASS: Fix savegame corruptionWillem Jan Palenstijn
2012-02-13BASS: Report savegame errors when saving by pressing enterWillem Jan Palenstijn
2012-02-07Revert "SKY: Map the floppy intro track."Alyssa Milburn
2011-12-19SKY: Fix warningWillem Jan Palenstijn
2011-12-08SKY: Replace usage of 'goto'.D G Turner
2011-11-22SKY: Map the floppy intro track.Alyssa Milburn
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