aboutsummaryrefslogtreecommitdiff
path: root/engines/sky
AgeCommit message (Expand)Author
2016-12-17Merge pull request #866 from BenCastricum/editingEugene Sandulenko
2016-12-11Fixed collision detection, now it actually corresponds with the originalRobert Göffringmann
2016-12-08ALL: Leave out instructions for engine data issuesBen Castricum
2016-12-06ALL: Change instructions for engine data file issuesBen Castricum
2016-12-05ALL: Unify 'missing engine data' messageBen Castricum
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-08-24ALL: Make simpleSaveNames() a MetaEngineFeatureAlexander Tkachev
2016-08-24ALL: Add MetaEngine::simpleSaveNames()Alexander Tkachev
2016-07-21Modified compact implementation to work around buglavosspawn
2016-07-01SKY: change "savegame" into "saved game"Ben Castricum
2016-05-17ALL: Change main engine header guard defines to <directory>_<engine>_HEugene Sandulenko
2016-05-14SKY: Add safety checkEugene Sandulenko
2016-05-12SKY: Safer string manipulationEugene Sandulenko
2016-04-18SKY: Two more adjustments to Russian BASSEugene Sandulenko
2016-04-17SKY: Proper support for Russian BASSEugene Sandulenko
2016-04-16SKY: Added localized quit message for Russian translationEugene Sandulenko
2016-04-14JANITORIAL: Reduce audio header dependenciesOri Avtalion
2016-03-08ENGINES: Make variable names of PlainGameDescriptor conform to our guidelines.Johannes Schickel
2016-02-25SKY: Let listSaves return list sorted on slot numbers.Johannes Schickel
2016-01-26SKY: Only request actual save slots in listSaves.Johannes Schickel
2015-07-07AUDIO: Remove all AudioStream access to OPLMatthew Hoops
2015-07-07SKY: Implement original music volume handlingWalter van Niftrik
2015-07-07SKY: Use the built-in OPL timerMatthew Hoops
2015-07-07AUDIO: Remove the sample rate configuration from the OPL codeMatthew Hoops
2015-07-07AUDIO: Remove the legacy OPL APIMatthew Hoops
2014-05-27ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd.Johannes Schickel
2014-05-27ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf.Johannes Schickel
2014-04-22SKY: Improve parameter validation in debug console.D G Turner
2014-02-18SKY: Make GPL headers consistent in themselves.Johannes Schickel
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