aboutsummaryrefslogtreecommitdiff
path: root/engines/toltecs/detection.cpp
AgeCommit message (Collapse)Author
2016-02-25TOLTECS: Let listSaves return list sorted on slot numbers.Johannes Schickel
2016-01-26TOLTECS: Only request actual save slots in listSaves.Johannes Schickel
2014-08-06TOLTECS: Blacklist a pirated CD-RIP version (bug #6690)Filippos Karapetis
This is a known pirated version, where all the audio has been removed. Thus, no support will be added for that version.
2014-03-02TOLTECS: Apply CppCheck performance recommendationsStrangerke
2014-02-18TOLTECS: Make GPL headers consistent in themselves.Johannes Schickel
2013-09-02TOLTECS: Add an alternate English version (bug #3614933)Filippos Karapetis
2013-05-02COMMON: Change kPlatformPC to kPlatformDOSMatthew Hoops
"PC" was very ambiguous and now it matches what we show in the GUI. This also corrects sword2's platform to Windows.
2013-01-26JANITORIAL: Enforce "} // End of namespace" with a single space after }.Johannes Schickel
2013-01-06TOLTECS: Add detection for the English demo and correct the German oneFilippos Karapetis
2013-01-02TOLTECS: Add an option to use the ScummVM save/load screensFilippos Karapetis
2012-07-03TOLTECTS: Slight cleanup in querySaveMetaInfos.Johannes Schickel
2011-11-25TOLTECS: Add detection for Hungarian variant from bug #3440641.D G Turner
2011-11-21TOLTECS: Add missing namespace commentFilippos Karapetis
2011-11-21TOLTECS: Savegame changesFilippos Karapetis
- Add support for savegame removal - Remove kyra-specific code - Add save play time and creation date
2011-11-20TOLTECS: Fixed compilation after the latest changes to GUI optionsFilippos Karapetis
2011-11-20TOLTECS: Fix Detection For ADParams Removal From AdvancedMetaEngine.David Turner
2011-11-20TOLTECS: Update AdvancedMetaEngine For Removal of ADParams.David Turner
2011-11-20TOLTECS: Reduced header dependenciesFilippos Karapetis
2011-11-20TOLTECS: - Implement kSupportsLoadingDuringStartupBenjamin Haisch
2011-11-20TOLTECS: Fix warningBenjamin Haisch
2011-11-20TOLTECS: Fix warningBenjamin Haisch
2011-11-20TOLTECS: Added detection entries for French and Spanish versionsBenjamin Haisch
2011-11-20TOLTECS: Fixed compilationBenjamin Haisch
2011-11-20TOLTECS: Added GUI options to detection entriesBenjamin Haisch
2011-11-20TOLTECS: - Added detection entry for the German demo versionBenjamin Haisch
2011-11-20TOLTECS: Fixed compilationFilippos Karapetis
2011-11-20TOLTECS: Added German versionBenjamin Haisch
2011-11-20TOLTECS: - Fixed compilation after Fingolfin's latest series of commitsBenjamin Haisch
- Added a warning for the yet unimplemented palette transparency code - Removed "debug" calls from script, they weren't that useful - Removed unneccessary delete in the MoviePlayer - Fixed the renderer (hopefully?)
2011-11-20TOLTECS: - Implemented RTLBenjamin Haisch
- Fixed return values in savegame/loadgame - Some minor cleanup
2011-11-20TOLTECS: - Listing savestates via command line or LauncherBenjamin Haisch
- Loading/Saving during run time Other savestate functions yet todo. I'll probably remove the "original" in-game menu and move everything to the GMM.
2011-11-20TOLTECS: Add Russian version detection which works great.Eugene Sandulenko
2011-11-20TOLTECS: Initial checkinEugene Sandulenko