aboutsummaryrefslogtreecommitdiff
path: root/engines/sky
AgeCommit message (Expand)Author
2013-11-24BUILD: Remove need for engine.mk in each engine directory.D G Turner
2013-11-24BUILD: Remove need for engine-plugin.h in engines.D G Turner
2013-11-24BUILD: Split engines/plugins_table header down to a file per engine.D G Turner
2013-11-24BUILD: Split engines.mk down to a single file per engine.D G Turner
2013-11-24BUILD: Split configure.engines down to a single file per engine.D G Turner
2013-08-12I18N: Move specification of engine specific files to enginedir/POTFILES.Johannes Schickel
2013-06-17SKY: Fix double scene init when the intro is skipped (bug #3512069)Filippos Karapetis
2013-05-29SKY: Try to avoid deadlocks with the mixer mutex.Alyssa Milburn
2013-01-09SKY: Silence C++11 narrowing warnings.Johannes Schickel
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-03-31ENGINES: Return all available custom GUI options if no target is specifiedFilippos Karapetis
2012-03-30SKY: Minor formatting fix.D G Turner
2012-03-28SKY: Allow game to be loaded from main menu dialog while in-game control pane...Eric Culp
2012-03-25SKY: Only show the option for the alternative intro in the CD versionFilippos Karapetis
2012-03-25SKY: Add gui-option for alt-introTorbjörn Andersson
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