Commit Graph

37 Commits

Author SHA1 Message Date
Einar Johan Trøan Sømåen
ff1e91226d WINTERMUTE: Allow users to enable the FPS-counter in the GUI, and disable MT32-settings. 2013-01-22 22:05:20 +01:00
Einar Johan Trøan Sømåen
c96ccaa1c3 WINTERMUTE: Add detection for Italian, English and Russian Dead City. 2012-08-13 04:59:17 +02:00
Einar Johan Trøan Sømåen
589094e63a WINTERMUTE: Clean out commented-out code from detection 2012-08-13 04:43:14 +02:00
Einar Johan Trøan Sømåen
fed19cb66a WINTERMUTE: WinterMute -> Wintermute 2012-08-13 03:42:30 +02:00
Einar Johan Trøan Sømåen
c422ae9d8a WINTERMUTE: Get rid of strncpy+manual termination. 2012-08-11 02:30:07 +02:00
Einar Johan Trøan Sømåen
482a5fb467 WINTERMUTE: Make the BaseEngine-singleton use Common::Singleton as super-class 2012-07-29 03:41:07 +02:00
Einar Johan Trøan Sømåen
9b5cf8f1ba WINTERMUTE: Introduce a Singleton-class for holding registry/filemanager. 2012-07-29 02:34:44 +02:00
Einar Johan Trøan Sømåen
f6ac34ab9a WINTERMUTE: Get rid of almost all LLVM GCC 4.2 warnings. 2012-07-27 18:13:42 +02:00
Einar Johan Trøan Sømåen
bb131aaa07 WINTERMUTE: Clean up some TODOs. 2012-07-27 00:05:15 +02:00
Einar Johan Trøan Sømåen
38507fa989 WINTERMUTE: AStyle-formatting. 2012-07-26 04:12:58 +02:00
Einar Johan Trøan Sømåen
6fb641111f WINTERMUTE: Use only alphanumerics in fallback-gameids. 2012-07-22 21:02:57 +02:00
Einar Johan Trøan Sømåen
c8b1c74724 WINTERMUTE: Add in a fallback-detector for unknown games. (flagged as "fangame" for now)
This does a minimal engine-startup to open any dcp's and get the proper "startup.settings"-file,
and then get the name/caption fields from that file. There are currently no handling of localized
strings used there (base_string_table would be the culprit). And, there is also no secondary
checks for language (but for that matter, there is no support for chosing language if multiple
exist at this point either).
2012-07-22 07:28:17 +02:00
Einar Johan Trøan Sømåen
b5a07fef8e WINTERMUTE: Get rid of the C-prefix for class-definitions. 2012-07-21 21:01:47 +02:00
Einar Johan Trøan Sømåen
5683f07633 WINTERMUTE: Rename CamelCased filenames to prefixed_under_score-filenames
This is mostly a lead-up to namespacing the Ad/Base folders, and then
possibly removing the prefixes from the files, it also has the added
benefit of getting rid of the odd case-typos that makes for issues
on platforms that don't ignore case.
2012-07-21 19:15:33 +02:00
Einar Johan Trøan Sømåen
df115ce8d4 WINTERMUTE: Move the detection-entries over to detection_tables.h 2012-07-20 02:26:20 +02:00
Einar Johan Trøan Sømåen
113961fd2a WINTERMUTE: Change all folder-names to lowercase. 2012-07-19 19:29:15 +02:00
Einar Johan Trøan Sømåen
28794036ed WINTERMUTE: Make savegames use targetName as prefix. 2012-07-18 19:25:27 +02:00
Einar Johan Trøan Sømåen
23c9bff226 WINTERMUTE: Add detection for Reversion, Dead City and East Side Story (demo) 2012-07-18 17:57:05 +02:00
Einar Johan Trøan Sømåen
33994420c1 WINTERMUTE: Add detection for The Box 2012-07-18 17:00:22 +02:00
Einar Johan Trøan Sømåen
1973d745af WINTERMUTE: Add detection for Hamlet or the last game without MMORPS features, shaders and product placement 2012-07-18 16:43:11 +02:00
Einar Johan Trøan Sømåen
6d43745e36 WINTERMUTE: Alphabetize detection-tables. 2012-07-18 16:31:02 +02:00
Einar Johan Trøan Sømåen
701def717f WINTERMUTE: Add detection for Actual Destination, Mirage and Ghost in the Sheet-demo 2012-07-18 16:28:16 +02:00
Einar Johan Trøan Sømåen
19720786a0 WINTERMUTE: Use proper gameids in detection. 2012-07-18 16:15:31 +02:00
Einar Johan Trøan Sømåen
2c70a0054d WINTERMUTE: Add detection for J.U.L.I.A. 2012-07-10 02:54:52 +02:00
Einar Johan Trøan Sømåen
df0188d911 WINTERMUTE: Add detection for Chivalry is Not Dead 2012-07-08 18:38:50 +02:00
Einar Johan Trøan Sømåen
a339c24946 WINTERMUTE: Add detection for Pigeons in the Park 2012-07-08 18:38:31 +02:00
Einar Johan Trøan Sømåen
31043124d5 WINTERMUTE: Add detection for Five Lethal Demons 2012-07-08 18:32:57 +02:00
Einar Johan Trøan Sømåen
721fd394de WINTERMUTE: Add a first attempt at load-from-launcher support 2012-06-19 02:02:20 +02:00
Einar Johan T. Sømåen
1c18f0efdc WINTERMUTE: Add detection for german Dirty Split 2012-06-07 13:50:49 +02:00
Einar Johan Trøan Sømåen
c69f3bf8b6 WINTERMUTE: Add detection for the white chamber v1.7 2012-06-03 03:49:56 +02:00
Einar Johan Trøan Sømåen
071c5a1d83 WINTERMUTE: Add detection for the J.U.L.I.A.-demo 2012-06-03 01:15:49 +02:00
Einar Johan Trøan Sømåen
ed88f83d54 WINTERMUTE: Add detection for Rosemary 2012-06-02 13:07:40 +02:00
Einar Johan Trøan Sømåen
79f86732b8 WINTERMUTE: Fix Windows build under MSVC2010 2012-06-02 13:07:29 +02:00
Einar Johan Trøan Sømåen
c05059ea8a WINTERMUTE: Use AdvancedDetector, and add another game. 2012-06-02 13:05:54 +02:00
Einar Johan Trøan Sømåen
ba6a2ac66e WINTERMUTE: Run Astyle on code-files to reformat. 2012-06-02 13:01:15 +02:00
Einar Johan Trøan Sømåen
a7c12a7bd1 WINTERMUTE: Add simple detection for WinterMute 2012-06-02 12:12:37 +02:00
Einar Johan Trøan Sømåen
ec5f5c739e WINTERMUTE: Add in the engine-shell from the ScummVM-wiki 2012-06-02 12:12:17 +02:00