Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | SCI: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-04-29 | SCI: Fix for bug #3522046 "Detection of SQ4CD as Windows breaks Music" | Filippos Karapetis | |
Fall back to the DOS soundtracks in Windows CD versions if the user picks a non-General MIDI music device, as the Windows tracks only contain MIDI music | |||
2011-06-20 | ALL: Remove trailing whitespaces | Max 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-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2010-11-25 | SCI: Added support for the alternate Windows MIDI soundtracks of the CD ↵ | Filippos Karapetis | |
versions of EcoQuest, Jones, KQ5 and SQ4 svn-id: r54476 | |||
2010-11-21 | SCI: Added a heuristic to detect the modified late SCI2.1/SCI3 ↵ | Filippos Karapetis | |
kString/kArray kernel functions svn-id: r54398 | |||
2010-11-17 | SCI: lofsa/lofss functionality for SCI3 | Filippos Karapetis | |
- Updated detectLofsType() for SCI3 - Cleaned up op_lofsa and op_lofss and updated them for SCI3 svn-id: r54293 | |||
2010-07-31 | SCI: fix lofs autodetection | Martin Kiewitz | |
makes polish lsl1 work (its game superclass name got translated, so no "Game" object available) - bug #3037194 thx to dam-soft for his patient help svn-id: r51557 | |||
2010-07-27 | SCI: Better fix for bug #3035058 - ECOQUEST demo: Missing subtitles | Matthew Hoops | |
The demo really uses kGetMessage and not kMessage. We now detect which version of the message function is used. Thanks to Walter for pointing this out. svn-id: r51384 | |||
2010-06-10 | Moved the MoveCountType enum above the GameFeatures class, as it's the only ↵ | Filippos Karapetis | |
class using it svn-id: r49561 | |||
2010-02-07 | Split GameFeatures::autoDetectFeature into several methods, one for each feature | Max Horn | |
svn-id: r47962 | |||
2010-02-07 | SCI: Add GameFeatures::getDetectionAddr auxillary method | Max Horn | |
svn-id: r47961 | |||
2010-02-07 | With the new detection for setCursor, the game object and game ID are no ↵ | Filippos Karapetis | |
longer required, which makes some ugly code obsolete. Yay! :) svn-id: r47951 | |||
2010-02-07 | Rewrite detectSetCursorType() so that it works for KQ5 Mac in addition to ↵ | Matthew Hoops | |
KQ5 DOS CD. svn-id: r47948 | |||
2010-02-03 | Placed all the game feature detection code in a separate class | Filippos Karapetis | |
svn-id: r47850 |