aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/detection.cpp
AgeCommit message (Collapse)Author
2011-09-25TSAGE: Fix Valgrind warningsPaul Gilbert
2011-08-15TSAGE: Corrected casing of tSage namespace to be TsAGEPaul Gilbert
This matches the casing of the original engine name.
2011-08-07TSAGE: Changed game Id from 'ring' to 'ringworld'Paul Gilbert
This should help avoid name conflicts in the future with the Ring engine
2011-06-14DETECTOR: Merge ADParams into AdvancedMetaEngineMax Horn
2011-06-10TSAGE: Detect using MD5 based on 5000 bytes instead of unlimitedStrangerke
2011-06-10TSAGE: Elaborate on one FIXME I previously added, resolve anotherMax Horn
Turns out params.depth == 0 is the same as == 1
2011-06-10TSAGE: Switch to alternate AdvancedMetaEngine, avoid ADParamsMax Horn
2011-05-16ENGINES: Unify engine namesThierry Crozat
This unifies the engine names in MetaEngine::getName() and the credits. In particular drop "Engine" or "engine" from the names when it was present and use expanded names in credits when the MetaEngine uses it (e.g. "Beneath a Steel Sky" instead of "BASS").
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-29TSAGE: Fixed saved game ordering in the save and load dialogsmd5
2011-04-25TSAGE: Added framework for playing the Ringworld demoPaul Gilbert
2011-04-13TSAGE: "Cosmetic" cleanupsstrangerke
2011-04-13TSAGE: Fix warningWillem Jan Palenstijn
2011-03-12TSAGE: Separated out detection tables into the standard detection_tables.hPaul Gilbert
2011-02-14TSAGE: Added the engine in a separate branchPaul Gilbert