Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-01 | SCI: Fix a non-initialized variable in MessageReader - CID 1003120 | Filippos Karapetis | |
2013-05-01 | SCI: Fix a non-initialized variable in GfxMenu - CID 1003110 | Filippos Karapetis | |
2013-05-01 | SCI: Initialize some members of GfxPaint16 - CID 1010057 | Filippos Karapetis | |
2013-04-28 | SCI: Change wording for a function reference | Filippos Karapetis | |
2013-04-28 | SCI: Change wording for the cursor position workarounds | Filippos Karapetis | |
2013-04-28 | SCI: Fix patched save/load dialogs in SCI32 Mac games | Matthew Hoops | |
2013-04-28 | SCI: Fix Phantasmagoria Mac's kDoSound | Matthew Hoops | |
2013-04-27 | SCI: Fix incorrect detection of NRS patches in QFG3 (bug #3574541) | Filippos Karapetis | |
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-25 | SCI: Fix (unlikely) memory leak | Willem Jan Palenstijn | |
2013-04-25 | SCI: Add the French floppy version of GK1 (bug #3611487) | Filippos Karapetis | |
2013-04-25 | SCI: Reorder the LSL3 detection entries a bit | Filippos Karapetis | |
2013-04-25 | SCI: Add another version of LSL3 (bug #3611488) | Filippos Karapetis | |
2013-04-25 | SCI: Fix scaling in the back room of the bookstore in GK1 | Filippos Karapetis | |
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-20 | SCI: Fix memory leak | Willem Jan Palenstijn | |
2013-04-20 | SCI: Fix resource type range checks | Willem Jan Palenstijn | |
2013-04-20 | SCI: Report sound stream loading errors | Willem Jan Palenstijn | |
2013-04-19 | SCI: Replace workaround for bug #3605269 by script patch | Willem Jan Palenstijn | |
2013-04-18 | SCI: Remove a bunch of unused private member variables | Max Horn | |
All instances uncovered by clang warnings. | |||
2013-04-17 | SCI: Fix confusing use of strncpy | Willem Jan Palenstijn | |
2013-04-17 | SCI: Remove dead code | Willem Jan Palenstijn | |
2013-04-17 | SCI: Remove useless delete | Willem Jan Palenstijn | |
2013-04-17 | SCI: Fix memory leak | Willem Jan Palenstijn | |
2013-04-16 | SCI: Don't suppress loop delta in SCI1 midi | Willem Jan Palenstijn | |
This fixes bug #3293354. | |||
2013-04-16 | SCI: Don't suppress end-of-track delta in SCI0 midi | Willem Jan Palenstijn | |
This fixes the main part of bug #3487090. This seems to be a conversion error from SCI1's channel mixing to SCI0's channel filtering code. | |||
2013-04-16 | SCI: Fix potential memory leak with Mac cursor's hotspot | Matthew Hoops | |
2013-04-16 | SCI: Fix mac cursor memory leak | Matthew Hoops | |
2013-04-15 | SCI: Fix hunk entry leak | Willem Jan Palenstijn | |
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-04-15 | SCI: Add missing break | Willem Jan Palenstijn | |
2013-04-15 | SCI: Remove useless checks | Willem Jan Palenstijn | |
2013-04-15 | SCI: Fix uninitialized variables | Willem Jan Palenstijn | |
2013-04-15 | SCI: Remove unused variable | Willem Jan Palenstijn | |
2013-04-15 | SCI: Fix the entry of LSL7 French (patch #3610842) | Filippos Karapetis | |
2013-04-07 | SCI: Add signal/fade related CHECKME | Willem Jan Palenstijn | |
2013-04-06 | SCI: Minor cleanup | Willem Jan Palenstijn | |
(Thanks waltervn) | |||
2013-04-06 | SCI: Further clarify comment | Willem Jan Palenstijn | |
2013-04-06 | SCI: Clarify comment | Willem Jan Palenstijn | |
2013-04-06 | SCI: Revert "Fixed fading-related bugs #3267956 and #3041738" | Willem Jan Palenstijn | |
This reverts commit bfef0f5a6fabdef5bb42cffd8b078d4511cf2a80. | |||
2013-04-06 | SCI: Re-initialize more of MusicEntry on play | Willem Jan Palenstijn | |
This fixes bug #3267956. | |||
2013-04-06 | SCI: Notify scripts of completed fade when aborting it | Willem Jan Palenstijn | |
This tweaks a fix/workaround (commit 96540686) for bugs #3266480 and #3041738. Also add CHECKME to verify the accuracy of this workaround further. This fixes the regressions #3291115, #3555404, #3596335 and #3610063. | |||
2013-04-06 | SCI: Revert "Added a more specific workaround for bug #3267956.[...]" | Willem Jan Palenstijn | |
This reverts commit 5654e1257551bf176c7fd06c756612bec3d79033. Conflicts: engines/sci/sound/soundcmd.cpp | |||
2013-04-06 | SCI: Revert "Clarify comment from rev 5654e12 further" | Willem Jan Palenstijn | |
This reverts commit 9f74a6eda2355bb09b9b963be41509ed67016a6c. | |||
2013-04-06 | SCI: Revert "Fix script bug #3555404 - "SCI: KQ6 Spider Scene Game Freeze"" | Willem Jan Palenstijn | |
This reverts commit 8524ebd699254a6786033f0e41b9a45c563feb11. |