aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2010-06-19SCI: AdLib: add dummy instruments when there are only 48 in the patchWalter van Niftrik
2010-06-18SCI: set resulting type to keyboard+joystick for sci1middle+ in kMapKeyToDir ...Martin Kiewitz
2010-06-18SCI: Add mac SQ1 & SQ3Max Horn
2010-06-18SCI: fixing detection of vga sci11 views for ega games (original change in r5...Martin Kiewitz
2010-06-18SCI: not using views coming from patch files anymore for detecting view typeMartin Kiewitz
2010-06-18SCI: added more description about changes in r50025Martin Kiewitz
2010-06-18SCI: making vga views work in ega games :PMartin Kiewitz
2010-06-18Fixed invalid memory read in LSL6 hires - kRobot(1) returns an integerFilippos Karapetis
2010-06-18SCI: fix typo when setting EGA paletteMartin Kiewitz
2010-06-18Fixed a problem in kAnimate which occurred when a list was modified by a call...Filippos Karapetis
2010-06-18Fixed show_instruments to ignore instruments in Sierra's special MIDI channel...Filippos Karapetis
2010-06-18Added hints inside validate_arithmetic(), together with some code useful for ...Filippos Karapetis
2010-06-18Added an explanation about the invalid instruments used when using the Adlib ...Filippos Karapetis
2010-06-18SCI: implementing fading for sci1 only for used channels of the object, fixes...Martin Kiewitz
2010-06-18SCI: change error() inside adlib driver ::setPatch() to warning() again, fixi...Martin Kiewitz
2010-06-18SCI: pseudo-implemented 0x72 and 0x73 for kDisplay used by longbow-demo, alth...Martin Kiewitz
2010-06-18Don't throw a warning when we can't find hires contentFilippos Karapetis
2010-06-18SCI: Unbreak diskdump console command, maybe othersLars Skovlund
2010-06-18SCI: Doxygenify some commentsMax Horn
2010-06-18SCI: Rewrap some overlong commentsMax Horn
2010-06-18SCI: changing error to warning inside detectHires() for gk1 to work again...Martin Kiewitz
2010-06-18SCI: partially revert r49983 - all of those are not implemented in sierra sci...Martin Kiewitz
2010-06-18SCI: reverting #49978, it worked correctly. the new values contain the full h...Martin Kiewitz
2010-06-18Added information regarding a FIXMEFilippos Karapetis
2010-06-18Changed another warning into an error. CleanupFilippos Karapetis
2010-06-18Changed an assert into a warning with a FIXME (happens in SQ1)Filippos Karapetis
2010-06-18Error out on unimplemented kDeviceInfo() callsFilippos Karapetis
2010-06-18Turned more warnings into errors, some cleanupFilippos Karapetis
2010-06-18Added a new subop of kPalVary (PQ4)Filippos Karapetis
2010-06-18Fixed invalid memory access in SQ6Filippos Karapetis
2010-06-18Marked the KQ1 demo workaround as a workaroundFilippos Karapetis
2010-06-18Added a workaround for the KQ1 demo (looks like a script bug)Filippos Karapetis
2010-06-18Added several unimplemented kDisplay subops, as well as a new sound command, ...Filippos Karapetis
2010-06-18SCI: (Temporary?) workaround for firmware bug in common USB-MIDI cables.Walter van Niftrik
2010-06-18Added stubs for kPalVary, subops 2 and 5 (XMAS '92, QFG4 demo)Filippos Karapetis
2010-06-18Fixed invalid memory read in GK1CDFilippos Karapetis
2010-06-18Added warning about unhandled kGraph subop 1 (GK1CD)Filippos Karapetis
2010-06-18Fixed a bug in detectHires(), so that it actually worksFilippos Karapetis
2010-06-18Process kAddAfter with 4 parameters (Torin's Passage)Filippos Karapetis
2010-06-17Strict mode: error out on unhandled subops, to note if they actually exist an...Filippos Karapetis
2010-06-17Renamed error -> errorNum to avoid name clashes with error()Filippos Karapetis
2010-06-17Strict mode: Changed several warnings due to logic bugs into errors. If an er...Filippos Karapetis
2010-06-17Strict mode: Turned several severe errors (almost all detection related) into...Filippos Karapetis
2010-06-17SCI: Fix a few errors in PlayVMD comment.Lars Skovlund
2010-06-17Reduced header dependencyFilippos Karapetis
2010-06-17SCI: Remove incorrect gameid checkMax Horn
2010-06-17SCI: Change SciEngine's 'char *getGameID()' to 'Common::String getGameId()'Max Horn
2010-06-17SCI: Remove hack related to compiled kernel signatures.Max Horn
2010-06-17SCI: Remove selector_name function, some cleanupMax Horn
2010-06-17SCI: Get rid of duplicate _system member in SciEngineMax Horn