Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-27 | SCI: script patch for sq1vga to fix gfx glitch | Martin Kiewitz | |
when leaving Ulence Flats... | |||
2013-09-22 | SCI: patch for camelot sierra bug fixes #3614969 | m-kiewitz | |
fixes sierra script bug for Conquests of Camelot (peeking through window) | |||
2013-09-21 | SCI: abbrev. ffs to FE and priority check fix | m-kiewitz | |
2013-09-21 | SCI: sfx/music priority int16 fixes bug #3615038 | m-kiewitz | |
it seems that sound system up till SCI0_LATE uses int16, afterwards it seems they changed to byte main music object (conMusic) in Laura Bow 1 uses -1 as priority. This was truncated to 255 till now, which resulted in many sound effects not getting played, because those used priority 0 | |||
2013-09-18 | SCI: Fully explain qfg1vga script patch | m-kiewitz | |
2013-09-18 | SCI: Explain qfg1vga script patch slightly | Willem Jan Palenstijn | |
2013-09-18 | SCI: QfG1VGA script patch fixes bug #3585793 | m-kiewitz | |
2013-09-17 | SCI: PQ1 script patch, fixes gun locker crash | m-kiewitz | |
fixes bug #3303802 / bug #3036933 | |||
2013-09-17 | SCI: script patch for larry 2 - fixes no points granted when wearing ↵ | m-kiewitz | |
parachute - was a sierra script bug - fixes bug #3614419 | |||
2013-09-16 | SCI: QfG1VGA: script patch to fix a typo in a Sierra script -> looking at a ↵ | m-kiewitz | |
cheetaur returned the text for saurus rex, fixes bug #3604943 | |||
2013-09-03 | SCI: Fix script bug #3614968 - "SCI: Camelot - crash at the pool of Siloam" | Filippos Karapetis | |
2013-08-23 | SCI: Fix several script bugs in Hoyle 4 (Bridge) | Filippos Karapetis | |
This also fixes bug #3361925 - "SCI: HOYLE4: Crash in bridge" | |||
2013-08-23 | SCI: Give more verbose error messages on arithmetic errors | Filippos Karapetis | |
2013-08-20 | SCI: Add support for the King's Questions mini-game | Filippos Karapetis | |
This can be found in the KQ collection | |||
2013-08-19 | SCI: Fix script bug #3604939 - "SCI: QFG1VGA: Game hangs when meeting Baron ↵ | Filippos Karapetis | |
while sneaking" | |||
2013-08-03 | SCI: Take advantage of Surface::getPixels. | Johannes Schickel | |
2013-08-03 | SCI: Prefer getBasePtr over direct Surface::pixels access. | Johannes Schickel | |
2013-07-14 | JANITORIAL: Remove trailing whitespace | Sven Hesse | |
2013-05-31 | SCI: Add a workaround for a script bug in SQ5, room 800 - bug #3614145 | Filippos Karapetis | |
2013-05-02 | COMMON: Change kPlatformPC to kPlatformDOS | Matthew Hoops | |
"PC" was very ambiguous and now it matches what we show in the GUI. This also corrects sword2's platform to Windows. | |||
2013-05-01 | SCI: Fix some non-initialized variables in SegManager - CID 1003116 | Filippos Karapetis | |
2013-05-01 | SCI: Fix a non-initialized variable in MessageState - CID 1003119 | Filippos Karapetis | |
2013-05-01 | SCI: Fix a non-initialized variable in MessageReader - CID 1003120 | Filippos Karapetis | |
2013-04-28 | SCI: Change wording for the cursor position workarounds | Filippos Karapetis | |
2013-04-28 | SCI: Fix Phantasmagoria Mac's kDoSound | Matthew Hoops | |
2013-04-27 | SCI: Change wording for bug/further info references | Filippos Karapetis | |
2013-04-26 | SCI: Fix SCI32 BE selector name count | Matthew Hoops | |
2013-04-26 | SCI: Add script patch for Freddy Pharkas Mac inventory | Matthew Hoops | |
Thanks to waltervn for figuring this mess out! | |||
2013-04-23 | SCI: Fix kMessage REF subop ordering | Matthew Hoops | |
Thanks to waltervn for testing values from running in DOSBox. Fixes bug #3034704 | |||
2013-04-20 | SCI: Add extra sanity check | Willem Jan Palenstijn | |
2013-04-19 | SCI: Replace workaround for bug #3605269 by script patch | Willem Jan Palenstijn | |
2013-04-16 | SCI: Fix potential memory leak with Mac cursor's hotspot | Matthew Hoops | |
2013-04-15 | SCI: Fix memory leak | Willem Jan Palenstijn | |
2013-04-15 | SCI: Fix memory leak | Willem Jan Palenstijn | |
2013-04-15 | SCI: Add missing break | Willem Jan Palenstijn | |
2013-03-30 | SCI: Fix two script bugs in PQ1 (message tuple typos) - bug #3605654 | Filippos Karapetis | |
2013-03-30 | SCI: Fix script bug #3606025 - "SCI: Crazy Nick's: King Graham's Challenge ↵ | Filippos Karapetis | |
Backgammon Crash" The script in question has a bug - it was fixed for checkers, but not backgammon | |||
2013-03-21 | SCI: Fix loading in Jones | Filippos Karapetis | |
This has been broken for a (very) long time, a regression from commit 6ff4dd2 | |||
2013-02-23 | ALL: Fix typo (existant->existent) | Willem Jan Palenstijn | |
2013-02-17 | SCI: Fix bug #3538416 - "SCI: SQ4 CD text glitches in introduction" | Filippos Karapetis | |
2013-02-17 | SCI: Fix bug #3604944 - "SCI: QFG1VGA: Missing dialogue when speaking to Kaspar" | Filippos Karapetis | |
2013-01-25 | SCI: Fix kReadNumber sign/hex behaviour | Willem Jan Palenstijn | |
Negative numbers now work, and hex overflow is handled like SSCI. Thanks to waltervn for testing. | |||
2013-01-24 | SCI: Update documentation on bug #3585189 and remove an invalid TODO | Filippos Karapetis | |
Thanks wjp for pointing out some extra parameters related to pathfinding in SCI | |||
2013-01-24 | SCI: Fix shadow warning | Willem Jan Palenstijn | |
2013-01-24 | SCI: Add GetAngle for SCI1 that matches SSCI | Willem Jan Palenstijn | |
Thanks to waltervn for creating a scis test script to verify. | |||
2013-01-24 | SCI: Fix bug #3585189 - "SCI: QFG1VGA - game hangs in the tavern" | Filippos Karapetis | |
2013-01-23 | SCI: Bugfix for commit 0968acc: only filter out missing messages for the jar | Filippos Karapetis | |
This is to properly fix bug #3601090 without removing any functionality. The additional check ensures that the look and hand icons work with the jar. Many thanks to lskovlun for debugging this and providing a fix | |||
2013-01-23 | SCI: Fix script bug #3601090 - "SCI: Pepper's Adventures in Time: Game ↵ | Filippos Karapetis | |
becomes unsolvable" Many thanks to lskovlun for debugging this problem and finding the offending script code that caused it. | |||
2013-01-23 | SCI: Slight cleanup in kMessage() | Filippos Karapetis | |
2013-01-22 | SCI: Fix uninitialized variable workaround for scene 510 (bug #3575570) | Filippos Karapetis | |
A non-zero value must be used in the uninitialized variable, otherwise the prize is awarded twice. Fixes bug #3575570 - "SCI: QfG3: Both the player and Yesufu are declared winners" |