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
/
wintermute
/
detection.cpp
Age
Commit message (
Expand
)
Author
2016-12-26
WINTERMUTE: Add "Sprite bilinear filtering" menu option
Tobia Tesan
2016-05-29
Fix Wintermute copyright sign
Hubert Maier
2016-03-08
ENGINES: Make variable names of ADGameDescription conform to our guidelines.
Johannes Schickel
2016-03-08
ENGINES: Make variable names of AdvancedMetaEngine conform to our guidelines.
Johannes Schickel
2014-11-04
WINTERMUTE: Introduce WMEGameDescription
Tobia Tesan
2014-04-05
WINTERMUTE: Replace (fangame) and wmefan-, with (unknown version) and wmeunk-
Einar Johan Trøan Sømåen
2014-02-18
WINTERMUTE: Make GPL headers consistent in themselves.
Johannes Schickel
2014-02-17
WINTERMUTE: Indent REGISTER_PLUGIN_* for consistency.
Johannes Schickel
2013-11-18
WINTERMUTE: Add quite a bit of hackery to allow Reversion 1.3 to select langu...
Einar Johan Trøan Sømåen
2013-08-04
WINTERMUTE: Fix end of namespace comments.
Johannes Schickel
2013-01-22
WINTERMUTE: Allow users to enable the FPS-counter in the GUI, and disable MT3...
Einar Johan Trøan Sømåen
2012-08-13
WINTERMUTE: Add detection for Italian, English and Russian Dead City.
Einar Johan Trøan Sømåen
2012-08-13
WINTERMUTE: Clean out commented-out code from detection
Einar Johan Trøan Sømåen
2012-08-13
WINTERMUTE: WinterMute -> Wintermute
Einar Johan Trøan Sømåen
2012-08-11
WINTERMUTE: Get rid of strncpy+manual termination.
Einar Johan Trøan Sømåen
2012-07-29
WINTERMUTE: Make the BaseEngine-singleton use Common::Singleton as super-class
Einar Johan Trøan Sømåen
2012-07-29
WINTERMUTE: Introduce a Singleton-class for holding registry/filemanager.
Einar Johan Trøan Sømåen
2012-07-27
WINTERMUTE: Get rid of almost all LLVM GCC 4.2 warnings.
Einar Johan Trøan Sømåen
2012-07-27
WINTERMUTE: Clean up some TODOs.
Einar Johan Trøan Sømåen
2012-07-26
WINTERMUTE: AStyle-formatting.
Einar Johan Trøan Sømåen
2012-07-22
WINTERMUTE: Use only alphanumerics in fallback-gameids.
Einar Johan Trøan Sømåen
2012-07-22
WINTERMUTE: Add in a fallback-detector for unknown games. (flagged as "fangam...
Einar Johan Trøan Sømåen
2012-07-21
WINTERMUTE: Get rid of the C-prefix for class-definitions.
Einar Johan Trøan Sømåen
2012-07-21
WINTERMUTE: Rename CamelCased filenames to prefixed_under_score-filenames
Einar Johan Trøan Sømåen
2012-07-20
WINTERMUTE: Move the detection-entries over to detection_tables.h
Einar Johan Trøan Sømåen
2012-07-19
WINTERMUTE: Change all folder-names to lowercase.
Einar Johan Trøan Sømåen
2012-07-18
WINTERMUTE: Make savegames use targetName as prefix.
Einar Johan Trøan Sømåen
2012-07-18
WINTERMUTE: Add detection for Reversion, Dead City and East Side Story (demo)
Einar Johan Trøan Sømåen
2012-07-18
WINTERMUTE: Add detection for The Box
Einar Johan Trøan Sømåen
2012-07-18
WINTERMUTE: Add detection for Hamlet or the last game without MMORPS features...
Einar Johan Trøan Sømåen
2012-07-18
WINTERMUTE: Alphabetize detection-tables.
Einar Johan Trøan Sømåen
2012-07-18
WINTERMUTE: Add detection for Actual Destination, Mirage and Ghost in the She...
Einar Johan Trøan Sømåen
2012-07-18
WINTERMUTE: Use proper gameids in detection.
Einar Johan Trøan Sømåen
2012-07-10
WINTERMUTE: Add detection for J.U.L.I.A.
Einar Johan Trøan Sømåen
2012-07-08
WINTERMUTE: Add detection for Chivalry is Not Dead
Einar Johan Trøan Sømåen
2012-07-08
WINTERMUTE: Add detection for Pigeons in the Park
Einar Johan Trøan Sømåen
2012-07-08
WINTERMUTE: Add detection for Five Lethal Demons
Einar Johan Trøan Sømåen
2012-06-19
WINTERMUTE: Add a first attempt at load-from-launcher support
Einar Johan Trøan Sømåen
2012-06-07
WINTERMUTE: Add detection for german Dirty Split
Einar Johan T. Sømåen
2012-06-03
WINTERMUTE: Add detection for the white chamber v1.7
Einar Johan Trøan Sømåen
2012-06-03
WINTERMUTE: Add detection for the J.U.L.I.A.-demo
Einar Johan Trøan Sømåen
2012-06-02
WINTERMUTE: Add detection for Rosemary
Einar Johan Trøan Sømåen
2012-06-02
WINTERMUTE: Fix Windows build under MSVC2010
Einar Johan Trøan Sømåen
2012-06-02
WINTERMUTE: Use AdvancedDetector, and add another game.
Einar Johan Trøan Sømåen
2012-06-02
WINTERMUTE: Run Astyle on code-files to reformat.
Einar Johan Trøan Sømåen
2012-06-02
WINTERMUTE: Add simple detection for WinterMute
Einar Johan Trøan Sømåen
2012-06-02
WINTERMUTE: Add in the engine-shell from the ScummVM-wiki
Einar Johan Trøan Sømåen