aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins
AgeCommit message (Expand)Author
2013-05-04HOPKINS: Fix bug #3612482 - ending credits issuesStrangerke
2013-05-03HOPKINS: Fix bug #3612114 - Mouse accidentally enabled during intro, leading ...Strangerke
2013-05-01HOPKINS: Fix bug #3612406 - New version not detectedStrangerke
2013-05-01HOPKINS: Remove a hack for T421 animation, rework playAnim2() to accept an al...Strangerke
2013-05-01HOPKINS: Remove an incomplete hack in playAnim(), rework related code to avoi...Strangerke
2013-05-01HOPKINS: Remove double comma in animation sequencesStrangerke
2013-05-01HOPKINS: Fix bug #3612409 - Crash due to original bug in animation sequenceStrangerke
2013-05-01HOPKINS: Fix bug#3612423 - Crash while playing 421 using the OS2 VersionStrangerke
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