aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins
AgeCommit message (Expand)Author
2013-05-01HOPKINS: Remove debug warning, fix code alignmentStrangerke
2013-05-01HOPKINS: Fix bug#3612110 - Script bug in FBI labStrangerke
2013-04-28HOPKINS: Fix for #3611739 graphic corruption in Breakout gamePaul Gilbert
2013-04-26Merge branch 'master' of https://github.com/scummvm/scummvmPaul Gilbert
2013-04-26HOPKINS: Fix Return to LauncherPaul Gilbert
2013-04-26HOPKINS: Fix bug #3611566Strangerke
2013-04-21HOPKINS: Silence GCC warningTorbjörn Andersson
2013-04-21HOPKINS: Fix missing break in switch CID 1003757Strangerke
2013-04-21HOPKINS: Enlarge _lockedAnims array to avoid potential out of bound access. C...Strangerke
2013-04-21HOPKINS: Removed spaces after assertsPaul Gilbert
2013-04-21HOPKINS: Fix code related to _zoneLineStrangerke
2013-04-21HOPKINS: More MAX_LINES cleanupStrangerke
2013-04-21HOPKINS: Add extra sanity check CID 1004008Strangerke
2013-04-21HOPKINS: MAX_LINES cleanupWillem Jan Palenstijn
2013-04-21HOPKINS: Improve test on lineData in testLine. CID 1003821Strangerke
2013-04-20HOPKINS: Fix missing break in characterRoute() CID 1003758Strangerke
2013-04-20HOPKINS: Fix check on index in LinesManager. CID 1004010Strangerke
2013-04-19Merge pull request #322 from fingolfin/fix-clang-warningsJohannes Schickel
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-19HOPKINS: Remove dead code in ScriptManagerStrangerke
2013-04-18HOPKINS: Replace non-ASCII characters by octal string literalsMax Horn
2013-04-17HOPKINS: fix ingame save thumbnails on BEAlyssa Milburn
2013-04-17HOPKINS: fix palette writes on BEAlyssa Milburn
2013-04-16HOPKINS: Fix broken condition detected by CoverityStrangerke
2013-04-14HOPKINS: Renamed fields and methods in ObjectsManagerPaul Gilbert
2013-04-14HOPKINS: Renamed remaining fields of GraphicsManager classPaul Gilbert
2013-04-13HOPKINS: Apply a couple of renamings suggested by wjpStrangerke
2013-04-11HOPKINS: Fix warningEugene Sandulenko
2013-04-11HOPKINS: Constify some functions and membersStrangerke
2013-04-11HOPKINS: Make ObjectsManager even more readableStrangerke
2013-04-10HOPKINS: Make ObjectsManager a bit more readableStrangerke
2013-04-10HOPKINS: Fix crash when skipping intro animations (regression in one of the l...Strangerke
2013-04-10HOPKINS: Reduce verbosity of displaySprite()Strangerke
2013-04-10HOPKINS: Remove some magic values used by _eventMode checksStrangerke
2013-04-10HOPKINS: Finish lock/unlockScreen() cleanup. Set them as private.Strangerke
2013-04-10HOPKINS: Add lockScreen() and unlockScreen() in copyVideoVbe16()Strangerke
2013-04-10HOPKINS: Add lockScreen() and unlockScreen() in copy16bFromSurfaceScaleX2()Strangerke
2013-04-10HOPKINS: Remove some useless lockScreen() and unlockScreen() around copy16Bit...Strangerke
2013-04-10HOPKINS: Reduce the use of lockScreen() and unlockScreen() by adding them in ...Strangerke
2013-04-10HOPKINS: Make the use of _mouseCursorId less verboseStrangerke
2013-04-10HOPKINS: Make engine less verbose by reducing some object namesStrangerke
2013-04-10HOPKINS: Janitorial: Remove useless codeStrangerke
2013-04-10HOPKINS: Remove useless object reference in DialogsManagerStrangerke
2013-04-10HOPKINS: Move _oldInventoryPosX to DialogsManager, remove a useless variableStrangerke
2013-04-10HOPKINS: Improve readability in DialogsManagerStrangerke
2013-04-09HOPKINS: Janitorial: Remove useless line of codeStrangerke
2013-04-09HOPKINS: Renamed remaining GraphicsManager methodsPaul Gilbert