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
/
sci
/
engine
/
features.h
Age
Commit message (
Expand
)
Author
2018-12-28
SCI32: Add feature detection for plane id base
Lars Skovlund
2017-10-06
SCI32: Clean up Plane
Colin Snover
2017-08-26
SCI32: Fix SFX volume being misapplied to music & speech in some games
Colin Snover
2017-07-07
SCI32: Force General MIDI for games that support nothing else
Colin Snover
2017-06-18
SCI: Switch SCI2 games to use Audio32
Colin Snover
2017-06-09
SCI32: Implement kLock & kDoAudio(1) for SCI32
Colin Snover
2017-04-22
SCI32: Add palette code for late SCI2.1mid+ games
Colin Snover
2017-04-21
SCI: Improve audio volume & settings sync code
Colin Snover
2017-01-12
SCI32: "Fix" renderer for PQ4CD
Colin Snover
2016-12-19
SCI32: Add support for alternate graphics selectors
Colin Snover
2016-11-04
SCI32: Stop digital audio when VMDs open in some SCI2.1 games
Colin Snover
2016-10-20
SCI32: Split out detection of features that cross SSCI versions
Colin Snover
2016-08-13
SCI: Fix pseudo mouse in various SCI1 games like e.g. Larry5
Martin Kiewitz
2015-12-29
SCI32: split up SCI2.1 into EARLY/MIDDLE/LATE
Martin Kiewitz
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
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
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 versi...
Filippos Karapetis
2010-11-21
SCI: Added a heuristic to detect the modified late SCI2.1/SCI3 kString/kArray...
Filippos Karapetis
2010-11-17
SCI: lofsa/lofss functionality for SCI3
Filippos Karapetis
2010-07-31
SCI: fix lofs autodetection
Martin Kiewitz
2010-07-27
SCI: Better fix for bug #3035058 - ECOQUEST demo: Missing subtitles
Matthew Hoops
2010-06-10
Moved the MoveCountType enum above the GameFeatures class, as it's the only c...
Filippos Karapetis
2010-02-07
Split GameFeatures::autoDetectFeature into several methods, one for each feature
Max Horn
2010-02-07
SCI: Add GameFeatures::getDetectionAddr auxillary method
Max Horn
2010-02-07
With the new detection for setCursor, the game object and game ID are no long...
Filippos Karapetis
2010-02-07
Rewrite detectSetCursorType() so that it works for KQ5 Mac in addition to KQ5...
Matthew Hoops
2010-02-03
Placed all the game feature detection code in a separate class
Filippos Karapetis