aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/detection_tables.h
AgeCommit message (Collapse)Author
2011-11-16LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE)Strangerke
2011-10-24LAUNCHER: Add GUIO_NOASPECT to tinselStrangerke
2011-10-23AD: Switched rest of the engines to new GUIOEugene Sandulenko
2011-08-06TINSEL: Flag CD titles with ADGF_CDTarek Soliman
2011-06-20ALL: Remove trailing whitespacesMax Horn
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//'
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-12-07TINSEL: Improve support for DW mac demo (see bug #3110936)Max Horn
svn-id: r54811
2010-11-20TINSEL: Preliminary functionality for reading BE data filesPaul Gilbert
svn-id: r54392
2010-10-22TINSEL: Fix for #3091314 - Added extra detection entries for Multi-lingual DW1Paul Gilbert
This adds in German, Italian, and Spanish as detection entries, so a user can immediately select what language to run the game in. svn-id: r53724
2010-10-22TINSEL: Added detection entry for DW2 DemoPaul Gilbert
svn-id: r53707
2010-08-24TINSEL: Partial fix for MIDI in German release.Eugene Sandulenko
Bug #2827022: "DW: Enhanced music doesn't work". This release has completely different MIDI.DAT file. So far offsets and detection for this version were added. The mapping has to be confirmed with James Woodcock. svn-id: r52323
2010-06-15Moved tinsel detection tables to separate file.Eugene Sandulenko
svn-id: r49694