aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-04KYRA: add missing (maybe unused) case to LoLEngine::olol_getGlobalVar()athrxx
2011-11-04KYRA: replace invalid memset call and add a warningathrxx
2011-11-04KYRA: (LOL) minor fix, cleanup and renamingathrxx
2011-11-04KYRA: fix monster hp in LoLathrxx
2011-11-04KYRA: rename script proc and fix some debug messagesathrxx
2011-11-04KYRA: Reduce size of KyraEngine_LoK::_entranceMouseCursorTracks.Johannes Schickel
Also clear the whole array in enterNewScene. This is not needed since the last value is only used when the first four values are set up valid, but it removes an annoying warning in PVS-Studio and makes the code a bit clearer.
2011-11-04KYRA: Use "0xFF" instead of "0xFFFF" as memset's second parameter.Johannes Schickel
2011-11-04TSAGE: Blue Force - Child protection site (580). Fix vehicle display when ↵Strangerke
moving with Lyle. It now displays a car instead of a dwarf.
2011-11-04KYRA: Remove FIXME, which should've been removed with 4410e61...Johannes Schickel
2011-11-04KYRA: Simplify getMoveTableSize.Johannes Schickel
This also removes two FIXME comments. The original did the same checks as we had before, but as PVS-Studio noticed the expression was excessive. I changed it to a simpler expression now and removed the FIXMEs.
2011-11-04COMPOSER: Don't pass first param for V1 mouse events.Alyssa Milburn
2011-11-04COMPOSER: Implement/stub the rest of V1 scripting.Alyssa Milburn
2011-11-04COMPOSER: Improve check for invalid CTBLs.Alyssa Milburn
2011-11-04COMPOSER: Factor out button activation code.Alyssa Milburn
2011-11-04COMPOSER: Fix reading rollover scripts for V1 buttons.Alyssa Milburn
2011-11-04TSAGE: Fix field initialisation in Scene270::signalPaul Gilbert
2011-11-04TSAGE: Restored a duplicated assignment from commit ec6a9d2, with a FIXMEFilippos Karapetis
2011-11-04TSAGE: Fixed a bug from commit ec6a9d2Filippos Karapetis
2011-11-04SCUMM: Revert "Removed a duplicate variable assignment"Willem Jan Palenstijn
This reverts commit 747ebffd17eb64423fd8fb321f9d803ec31105f4, and adds a FIXME.
2011-11-04TSAGE: Removed duplicate assignmentsFilippos Karapetis
2011-11-04CRUISE: Removed duplicate variable assignmentFilippos Karapetis
2011-11-04QDM2: Removed superfluous parenthesesFilippos Karapetis
2011-11-04SCUMM: Removed a duplicate variable assignmentFilippos Karapetis
2011-11-04SCI: Removed a duplicate variable assignmentFilippos Karapetis
2011-11-03KYRA: fix minor bug in LoLEngine::playCharacterScriptChat()athrxx
2011-11-03AUDIO: remove 2 superfluous lines in Kyra1/Kyra2/LoL FM-Towns/PC-98 sound driverathrxx
2011-11-03MOHAWK: Make rocketSliderGetSound easier to understandMatthew Hoops
2011-11-03COMPOSER: Add some incomplete V1 scripting support.Alyssa Milburn
2011-11-03COMPOSER: Provide default mouse cursor if needed.Alyssa Milburn
2011-11-03COMPOSER: Add support for loading V1 pages.Alyssa Milburn
2011-11-03KYRA: Added FIXMEs for two odd checksFilippos Karapetis
2011-11-03AGI: Commented out if statements that always evaluate to trueFilippos Karapetis
2011-11-03TUCKER: Added FIXMEs for seemingly superfluous logic branchesFilippos Karapetis
2011-11-03SCI: Fixed a workaroundFilippos Karapetis
2011-11-03SCI: Fixed typo in colorIsFromMacClut()Filippos Karapetis
2011-11-03AGI: Commented out if statements that always evaluate to trueFilippos Karapetis
2011-11-03LASTEXPRESS: Fixed typo in code logicFilippos Karapetis
2011-11-03MOHAWK: Fix an incorrect state update in Myst / Stoneship.Bastien Bouclet
Thanks to sev and clone2727 for respectively spotting and fixing the issue.
2011-11-03GOB: Fix a very stupid typo in the pathfinderSven Hesse
2011-11-03GOB: Fix analyser warnings regarding sprintf() parameter signnessSven Hesse
2011-11-03NEWS: Mention MacPorts support in 1.4.0Eugene Sandulenko
2011-11-03NEWS: Mention ARM/android fixes.Alyssa Milburn
2011-11-03TSAGE: Decrease game speed for Blue ForcePaul Gilbert
2011-11-03BUILD: Revert 3a461c2 since it breaks tests for various libraries under ↵Travis Howell
mingw (and maybe other systems).
2011-11-03AGOS: Merge duplicate code remaining from refactoring in the past.Travis Howell
2011-11-03SCUMM: Fix warningsEugene Sandulenko
2011-11-03SCUMM: Fix copy/paste errorsEugene Sandulenko
2011-11-03LASTEXPRESS: Fix read size parameter.Johannes Schickel
2011-11-03PARALLACTION: Fix memset size parameter.Johannes Schickel
2011-11-03SCI: Add fixme comment to a weird comparisonEugene Sandulenko