index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sky
/
detection.cpp
Age
Commit message (
Expand
)
Author
2017-11-10
SKY: Fix use of deallocated stack memory
Colin Snover
2016-10-09
JANITORIAL: Remove trailing spaces
Eugene Sandulenko
2016-08-24
ALL: Make simpleSaveNames() a MetaEngineFeature
Alexander Tkachev
2016-08-24
ALL: Add MetaEngine::simpleSaveNames()
Alexander Tkachev
2016-03-08
ENGINES: Make variable names of PlainGameDescriptor conform to our guidelines.
Johannes Schickel
2016-02-25
SKY: Let listSaves return list sorted on slot numbers.
Johannes Schickel
2016-01-26
SKY: Only request actual save slots in listSaves.
Johannes Schickel
2014-02-18
SKY: Make GPL headers consistent in themselves.
Johannes Schickel
2012-09-26
JANITORIAL: Remove trailing whitespaces.
Johannes Schickel
2012-03-31
ENGINES: Return all available custom GUI options if no target is specified
Filippos Karapetis
2012-03-25
SKY: Only show the option for the alternative intro in the CD version
Filippos Karapetis
2012-03-25
SKY: Add gui-option for alt-intro
Torbjörn Andersson
2012-02-20
COMMON: Move isFoo functions to namespace Common, add doxygen comments
Max Horn
2012-02-15
ALL: Avoid using is* macros from ctype.h
Max Horn
2012-02-13
BASS: Fix savegame corruption
Willem Jan Palenstijn
2011-11-16
LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE)
Strangerke
2011-10-23
AD: Switched rest of the engines to new GUIO
Eugene Sandulenko
2011-06-23
ANALYSIS: Add static casts to is* functions
Littleboy
2011-06-02
SKY: Replace snprintf() usage with Common::String::format()
D G Turner
2011-06-02
ENGINES: Change 2nd param of Engine::saveGameState to Common::String
Max Horn
2011-05-22
ENGINES: Further unify engine names
Thierry Crozat
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2010-03-18
COMMON: Get rid of Common::StringList
Max Horn
2010-01-03
Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null
Torbjörn Andersson
2009-06-06
Add GUI options support to Sky, Queen and Sword1&2 engines (which do not use AD)
Eugene Sandulenko
2009-05-29
Changed SaveFileManager methods to take Common::String params (instead of cha...
Max Horn
2009-05-19
COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate...
Max Horn
2009-05-02
Add German floppy demo of BASS.
Travis Howell
2009-03-05
Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ...
Jordi Vilalta Prat
2009-01-29
Moved AdvancedDetector from common/ to engines/
Max Horn
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-11-12
Slight cleanup
Filippos Karapetis
2008-11-12
Deleting save states via the launcher and the GMM is now supported in the sky...
Filippos Karapetis
2008-11-12
Saving and loading from the GMM is now supported in the sky engine
Filippos Karapetis
2008-11-12
Moved sky detection and meta engine specific code from sky.cpp into detection...
Filippos Karapetis