aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2013-04-20SCI: Fix resource type range checksWillem Jan Palenstijn
2013-04-20SCI: Report sound stream loading errorsWillem Jan Palenstijn
2013-04-19SCI: Replace workaround for bug #3605269 by script patchWillem Jan Palenstijn
2013-04-19WINTERMUTE: Change more int's to int32s.Einar Johan Trøan Sømåen
2013-04-19WINTERMUTE: Add overrides to Font-classes.Einar Johan Trøan Sømåen
2013-04-19WINTERMUTE: Replace a few more ints by int32s.Einar Johan Trøan Sømåen
2013-04-19WINTERMUTE: Change transfer(int *val) to transfer(int32 *val)Einar Johan Trøan Sømåen
2013-04-19WINTERMUTE: Rename transfer(void *) to transferPtr(void *) to avoid overload-...Einar Johan Trøan Sømåen
2013-04-19WINTERMUTE: Initialize member _gameRef in SaveThumbHelperEinar Johan Trøan Sømåen
2013-04-19Merge pull request #322 from fingolfin/fix-clang-warningsJohannes Schickel
2013-04-19MOHAWK: Try LB subpage 0 if loading subpage 1 fails.Alyssa Milburn
2013-04-19GOB: Add a call to Inter::animPalette() in the hotspot checkerSven Hesse
2013-04-19HOPKINS: Remove useless endless loop in AnimationManagerStrangerke
2013-04-19HOPKINS: Simplify code in checkSounds()Strangerke
2013-04-19HOPKINS: Remove dead code and out of bound access in SoundManagerStrangerke
2013-04-19HOPKINS: Fix missing break in ScriptManager. CID 1003759Strangerke
2013-04-19MOHAWK: Add LB function name aliases.Alyssa Milburn
2013-04-19HOPKINS: Remove dead code in ScriptManagerStrangerke
2013-04-19MOHAWK: Fix bug in View::setModule (thanks ST).Alyssa Milburn
2013-04-19MOHAWK: Allow skipping LB videos, plus other video bits.Alyssa Milburn
2013-04-19MOHAWK: Some LB bytecode improvements.Alyssa Milburn
2013-04-19MOHAWK: Implement LB's kTokenEval.Alyssa Milburn
2013-04-19MOHAWK: Implement kLBXDataFileAddSection/SetKey.Alyssa Milburn
2013-04-19HUGO: Initialize variables in Hugo engine constructor. CID 1002886Strangerke
2013-04-19JANITORIAL: Add a CRLF at the end of the file to fix compilation using MSVC (...Strangerke
2013-04-19JANITORIAL: Add a CRLF at the end of the file to fix compilation using MSVCStrangerke
2013-04-18AGI: Silence another clang varMax Horn
2013-04-18WINTERMUTE: Do not us char literals to index an arrayMax Horn
2013-04-18HOPKINS: Replace non-ASCII characters by octal string literalsMax Horn
2013-04-18SCI: Remove a bunch of unused private member variablesMax Horn
2013-04-18ENGINES: Remove a bunch of unused private member variablesMax Horn
2013-04-18ENGINES: Silence clang warning about unused private member _vmMax Horn
2013-04-18AGI: Get rid of unused SoundMgr parametersMax Horn
2013-04-18KYRA: (LOL) - fix bug in last commit for scene_lol.cppathrxx
2013-04-18WINTERMUTE: Add 'override' to most Script-related functions.Einar Johan Trøan Sømåen
2013-04-18WINTERMUTE: Use int32 instead of int in classes.Einar Johan Trøan Sømåen
2013-04-18SWORD25: Silence warning in the Lua codeMax Horn
2013-04-18KYRA: (EOB) - silence warning about improper use of negative value in gui_eob...athrxx
2013-04-18KYRA: (EOB) - fix possible null ptr dereference in gui_eob.cppathrxx
2013-04-18KYRA: (LOL) - add comment in gui_lol.cppathrxx
2013-04-18KYRA: (LOL) - add assert in items_lol.cpp (should silence warning about possi...athrxx
2013-04-18KYRA: (LOL) - fix warning about possible out of bounds access in lol.cppathrxx
2013-04-18KYRA: (EOB) - remove unused variable in scene_eob.cppathrxx
2013-04-18KYRA: (LOL) - fix possible null ptr dereference in scene_lol.cppathrxx
2013-04-18KYRA: (EOB) - remove dead code in screen_eob.cppathrxx
2013-04-18KYRA: (HOF) - fix possible null ptr dereference in sequences_hof.cppathrxx
2013-04-18KYRA: (HOF) - fix possible out of bounds array accessathrxx
2013-04-18KYRA: (EOB) - add assert in sprites_eob.cpp (might fix warning about possible...athrxx
2013-04-18KYRA: (EOB) - fix potential null ptr dereference in sprites_eob.cppathrxx
2013-04-18KYRA: (EOB) - fix warning (Logically dead code) in sprites_eob.cppathrxx