aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
AgeCommit message (Collapse)Author
2013-12-24SCI: injecting "dual" view into King's Quest 6 CDMartin Kiewitz
for dual mode (text+speech at the same time)
2013-12-24SCI: workarounds / new bug ids in commentsMartin Kiewitz
2013-12-22SCI: readded kq6 stepmother patch for dual modeMartin Kiewitz
2013-12-22SCI: LB2CD patch: remove audio mode reset codeMartin Kiewitz
on init/reset the game resets the audio mode to "speech", which would make it impossible to watch the intro using "dual mode"
2013-12-22SCI: improved lb2+kq6 patches (new speech state)Martin Kiewitz
adds a third button state to the game menu this state is "dual mode" (audio+text at the same time) currently uses the "speech" graphic CD versions of Laura Bow 2 + King's Quest 6 will now always get patched
2013-12-21SCI: improved one of the kq6 audio+text patchesMartin Kiewitz
KQPrint windows now get closed automatically when in audio+text mode
2013-12-20SCI: final script patcher cleanupMartin Kiewitz
2013-12-20SCI: another kq6 patch for text+audioMartin Kiewitz
fixes cassima textboxes during the ending
2013-12-20SCI: script patcher comment adjustMartin Kiewitz
2013-12-20SCI: even more script patcher cleanupMartin Kiewitz
2013-12-20SCI: script patcher cleanupMartin Kiewitz
2013-12-19SCI: kq6 script patch to fix "drink me" bottleMartin Kiewitz
fixes bug #5252
2013-12-18SCI: another kq6 patch for audio+text supportMartin Kiewitz
fixes dialog of man in robe complaining about mints in pawn shop
2013-12-15SCI: patch SQ4 bug with throwing at sequel policeMartin Kiewitz
SQ4 floppy only, Sierra's official patch didn't fix it properly
2013-12-15SCI: pq1vga script patch to fix map restore bugMartin Kiewitz
fixes bug #5016
2013-12-14SCI: Make second pass when loading objectsWillem Jan Palenstijn
This is because objects may be loaded before their base objects, which causes initBaseObject to fail for SCI0. Script::initializeObjectsSci0 already did this, but SegManager::saveLoadWithSerializer did not when calling initBaseObject after loading a savegame.
2013-12-11SCI: Add detection for Torin MacMatthew Hoops
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: 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-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-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