aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Collapse)Author
2013-12-08SCI: Revert "+xx" to "+ xx" changes in 6f2e88136b20fb02d38cd594611c865f44fe8e1a.Johannes Schickel
After discussing with m_kiewitz that these have been intentional.
2013-12-08SCI: Fix formatting in engine/script_patches.cpp.Johannes Schickel
Powered by astyle and some manual work to avoid breaking multiple statement lines into multiple lines consisting of single statements.
2013-12-08SCI: Make all script patch related global data static.Johannes Schickel
2013-12-08SCI: Constify selectorNameTable.Johannes Schickel
2013-12-08SCI: Make all global script patch signatures const.Johannes Schickel
2013-12-08SCI: improve kq6 audio+text patch to include guard2Martin Kiewitz
2013-12-08SCI: only apply audio+text patch to KQ6 CD+LB2 CDMartin Kiewitz
2013-12-08SCI: sci.cpp updated b/c KQ6 audio+text supportMartin Kiewitz
2013-12-08SCI: another script patch for KQ6 text+audio supportMartin Kiewitz
fixes hires issues
2013-12-07SCI: more patches for KQ6 audio+text supportMartin Kiewitz
2013-12-07SCI: added kq6 patch for audio+text, not 100% doneMartin Kiewitz
2013-12-04Merge branch 'master' of github.com:scummvm/scummvmMartin Kiewitz
2013-12-04SCI: script patcher is now a separate classMartin Kiewitz
2013-11-24BUILD: Remove need for engine.mk in each engine directory.D G Turner
Each engine now only has to provide a single configure.engine file adding the engine into the configure script, which then produces the required other files automatically.
2013-11-24BUILD: Remove need for engine-plugin.h in engines.D G Turner
This is now generated automatically by the configure script from the engine directory names.
2013-11-24BUILD: Split engines/plugins_table header down to a file per engine.D G Turner
This is the third and final commit enabling fully pluggable engines. Now providing an engine folder contains a configure.engine, engine.mk and engine-plugin.h file, it will be picked up automatically by the configure script.
2013-11-24BUILD: Split engines.mk down to a single file per engine.D G Turner
This is the second part of allowing engines to be added dynamically. Each folder in engines/ which must contain a file named "engine.mk" containing the make definitions for that engine.
2013-11-24BUILD: Split configure.engines down to a single file per engine.D G Turner
This is the first part of allowing engines to be added dynamically. They are placed into a folder in engines/ which must contain a file named "configure.engine" to add the engine, which is pulled into the top level configure script automatically.
2013-11-23SCI: Make fade signal version check more preciseWillem Jan Palenstijn
2013-11-23SCI: Fix SCI1late fade complete signalWillem Jan Palenstijn
This fixes duplicate music playing in LauraBow2CD (#6462)
2013-11-23SCI: Janitorial - Fix spacing errorsStrangerke
2013-11-22SCI: script patcher bug numbers to the new onesMartin Kiewitz
comment changes only
2013-11-21SCI: script patch for laurabow2 to fix system menuMartin Kiewitz
fixes game bug (CD only), fixes bug #6440 may cause side-effects in the game, affects all room changes in the whole game
2013-11-21SCI: fix script patcher for games w/o vocabMartin Kiewitz
2013-11-21SCI: changed workaround for lb2 audio+text patchMartin Kiewitz
2013-11-21SCI: improved lb2/kq6 patchMartin Kiewitz
2013-11-21SCI: made lb2 text+audio patches apply to kq6Martin Kiewitz
not yet enabled, because low-res kq6 has wrong window placement and hi-res kq6 even gets graphic glitches
2013-11-21SCI: Fix warningWillem Jan Palenstijn
2013-11-21SCI: Fix warningWillem Jan Palenstijn
2013-11-20SCI: script patch for laura bow 2 for audio+textMartin Kiewitz
at the same time needs indepth testing
2013-11-19SCI: proper laura bow 2 script patch for safe issueMartin Kiewitz
fixes one half of bug #6460
2013-11-18SCI: added script patch to fix sq5 toolbox bugMartin Kiewitz
fixes bug #6457
2013-11-16SCI: workaround for sq4 hintbook script bug (#6447)Martin Kiewitz
2013-11-16SCI: fixing warning about missing bracesMartin Kiewitz
2013-11-05SCI: Script Patch to fix German LSL5 Patti TextboxMartin Kiewitz
fixes Patti's head overlapping a textbox near the end of the game (German text only!), also occured in Sierra SCI
2013-11-04SCI: script patcher documentationMartin Kiewitz
2013-11-04SCI: little comment cleanupMartin Kiewitz
2013-11-03SCI: improved script patcherMartin Kiewitz
Gabriel Knight + King's Quest 6 patches now also work for Mac versions of those games added support for selectors instead of using hardcoded values
2013-11-01SCI: added workaround for Black Cauldron remakeMartin Kiewitz
(happens only when using original save dialog)
2013-11-01SCI: improved patcher, inventory patch for kq6/macMartin Kiewitz
Also added new debug flag for script patcher
2013-10-31SCI: Update ScummVM's game audio options for SCI1.1 CD gamesFilippos Karapetis
This ensures that ScummVM's game audio options for speech and subtitles get updated when they are changed in the game GUI
2013-10-30SCI: kq6 inventory patch now applies to floppy tooMartin Kiewitz
2013-10-30SCI: Fix uninitialized reads of the Hoyle 3 backgammon doubling cubeFilippos Karapetis
This also fixes bug #3615121
2013-10-30SCI: Fix script bug #3615129 - "SCI: Crazy Nick Laura Bow - Uninitialized ↵Filippos Karapetis
read error 3"
2013-10-30SCI: Fix script bug #3615119 - "SCI: Crazy Nick Laura Bow - Uninitialized ↵Filippos Karapetis
read error 2"
2013-10-30SCI: Fix script bug #3615130 - "SCI: Hoyle3 - Uninitialized read error"Filippos Karapetis
2013-10-30SCI: Fix script bug #3615120 - "SCI: Crazy Nick Laura Bow - kReadNumber ↵Filippos Karapetis
signature mismatch"
2013-10-30SCI: Handle objects with a dot in their nameFilippos Karapetis
An example is the object 'dominoes.opt' in Hoyle 3, script 101
2013-10-30SCI: Fix script bug #3615118 in Crazy Nick's Laura BowFilippos Karapetis
2013-10-29SCI: kq6 cd inventory stack overflow script patchMartin Kiewitz
fixes bug #3293954