aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2015-12-27LAB: Rename TilePuzzle to SpecialLocks, to better reflect its purposeFilippos Karapetis
2015-12-27LAB: Revert functional change of cleanup commitWillem Jan Palenstijn
2015-12-27LAB: Fix crash in the the door number puzzleFilippos Karapetis
2015-12-27LAB: Fix regression in the tab handling codeFilippos Karapetis
2015-12-26LAB: Fix glitch when skipping introStrangerke
2015-12-26LAB: Clean up Image._imageData memory handlingWillem Jan Palenstijn
2015-12-26LAB: Remove useless virtual keywordsWillem Jan Palenstijn
2015-12-26LAB: Remove an unused function in EventManagerStrangerke
2015-12-26LAB: Rename 'im' to 'img' for naming consistencyStrangerke
2015-12-26LAB: Make breadcrumb key checks more consistentWillem Jan Palenstijn
2015-12-26LAB: Add hardcoded data for cumbs imagesStrangerke
2015-12-26LAB: Fix mapWillem Jan Palenstijn
2015-12-26LAB: Rewrite while statements in blitBitmapStrangerke
2015-12-26LAB: Some renaming in blitBitmap and readScreenImageStrangerke
2015-12-26LAB: Remove type ConstDataPtr, add constsWillem Jan Palenstijn
2015-12-26LAB: Remove unused function in EventManagerStrangerke
2015-12-26LAB: Make private some DispMan functions and variables, some renamingStrangerke
2015-12-26Merge branch 'master' of github.com:scummvm/scummvmWillem Jan Palenstijn
2015-12-26LAB: Reduce passing around of pointers to the near-global _closeDataPtrWillem Jan Palenstijn
2015-12-26LAB: Reduce passing around of pointers to the near-global _closeDataPtrWillem Jan Palenstijn
2015-12-26LAB: Reduce passing around of pointers to the near-global _closeDataPtrWillem Jan Palenstijn
2015-12-26LAB: Reduce passing around of pointers to the near-global _closeDataPtrWillem Jan Palenstijn
2015-12-26LAB: Add an access function to make _headerData a private member of AnimStrangerke
2015-12-26LAB: Implement changeVolume()Filippos Karapetis
2015-12-26LAB: The 'z' key is unusedFilippos Karapetis
2015-12-26LAB: Clean up sound effect looping, starting and stopping codeFilippos Karapetis
2015-12-26LAB: Update music after drawing the map roomsFilippos Karapetis
2015-12-26LAB: Remove superfluous sound effect stopping codeFilippos Karapetis
2015-12-26LAB: Document where some scene transitions are usedFilippos Karapetis
2015-12-25Merge pull request #624 from sev-/splashEugene Sandulenko
2015-12-25LAB: The fonts folder is unused in PC versions, so remove its detectionFilippos Karapetis
2015-12-25LAB: Rename fromCrumbs() to processEvent() and simplify it a bitFilippos Karapetis
2015-12-25LAB: Use the MessageClass enum in the IntuiMessage structFilippos Karapetis
2015-12-25LAB: Use friendlier names for listsFilippos Karapetis
2015-12-25LAB: Simplify tab handlingWillem Jan Palenstijn
2015-12-25LAB: Use constant for breadcrumbs-related loopsStrangerke
2015-12-24Merge branch 'master' of github.com:scummvm/scummvmWillem Jan Palenstijn
2015-12-24LAB: Make tab behave more logicallyWillem Jan Palenstijn
2015-12-24LAB: Fill mouse position field for keypressesWillem Jan Palenstijn
2015-12-24LAB: Make readAction consistent with the other read functionsWillem Jan Palenstijn
2015-12-24LAB: Avoid manual memory management of CloseDataWillem Jan Palenstijn
2015-12-24LAB: Avoid manual memory management of ViewDataWillem Jan Palenstijn
2015-12-24LAB: Avoid manual memory management of RuleListWillem Jan Palenstijn
2015-12-24LAB: Remove the 3rd parameter of drawMap (always false)Strangerke
2015-12-24LAB: Rename kMessageDeltaMove to kMessageMoveCursorToCloseupFilippos Karapetis
2015-12-24Use Common::Keycode and enums in interface buttonsFilippos Karapetis
2015-12-24LAB: Avoid manual memory management in Action listsWillem Jan Palenstijn
2015-12-24LAB: Rename closeFont() to freeFont()Filippos Karapetis
2015-12-24LAB: Reorganize the code a bit in getMsg()Filippos Karapetis
2015-12-24LAB: More cleanup of the keyboard handling codeFilippos Karapetis