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
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