Age | Commit message (Expand) | Author |
2015-12-27 | LAB: Get rid of _doReset | Filippos Karapetis |
2015-12-26 | LAB: Remove type ConstDataPtr, add consts | Willem Jan Palenstijn |
2015-12-26 | Merge branch 'master' of github.com:scummvm/scummvm | Willem Jan Palenstijn |
2015-12-26 | LAB: Reduce passing around of pointers to the near-global _closeDataPtr | Willem Jan Palenstijn |
2015-12-26 | LAB: Reduce passing around of pointers to the near-global _closeDataPtr | Willem Jan Palenstijn |
2015-12-26 | LAB: Reduce passing around of pointers to the near-global _closeDataPtr | Willem Jan Palenstijn |
2015-12-26 | LAB: Reduce passing around of pointers to the near-global _closeDataPtr | Willem Jan Palenstijn |
2015-12-26 | LAB: Clean up sound effect looping, starting and stopping code | Filippos Karapetis |
2015-12-25 | LAB: Use friendlier names for lists | Filippos Karapetis |
2015-12-25 | LAB: Simplify tab handling | Willem Jan Palenstijn |
2015-12-24 | LAB: Make tab behave more logically | Willem Jan Palenstijn |
2015-12-24 | LAB: Avoid manual memory management of CloseData | Willem Jan Palenstijn |
2015-12-24 | LAB: Avoid manual memory management of ViewData | Willem Jan Palenstijn |
2015-12-24 | LAB: Avoid manual memory management of RuleList | Willem Jan Palenstijn |
2015-12-24 | LAB: Avoid manual memory management in Action lists | Willem Jan Palenstijn |
2015-12-23 | LAB: Error out on unused opcodes | Filippos Karapetis |
2015-12-23 | LAB: Change the direction and map door defines into enums | Filippos Karapetis |
2015-12-23 | LAB: Use int in for loops, instead of uint16 | Filippos Karapetis |
2015-12-23 | LAB: Replace g_system by _system | Strangerke |
2015-12-23 | LAB: Get rid of _waitTillFinished | Filippos Karapetis |
2015-12-23 | LAB: Rewrite the action message functionality (_doNotShowMessage) | Filippos Karapetis |
2015-12-23 | LAB: Add enums for action types, rule types ad rule actions | Filippos Karapetis |
2015-12-23 | LAB: Get rid of the _doNotDrawMessage hack (from the original) | Filippos Karapetis |
2015-12-23 | LAB: Move event update functions out of updateMusic | Strangerke |
2015-12-23 | LAB: Change RuleList to a Common::List<Rule> as suggested by wjp | Strangerke |
2015-12-23 | LAB: Fix regression in intro | Strangerke |
2015-12-23 | LAB: Make string check more readable, remove a useless c_str() | Strangerke |
2015-12-23 | LAB: Set a default to the second parameter of readPict | Strangerke |
2015-12-23 | LAB: Some cleanup and refactoring | Strangerke |
2015-12-23 | LAB: Use rectScale in two other places | Strangerke |
2015-12-23 | LAB: Fix a bug pointed out by wjp in getObject | Strangerke |
2015-12-23 | LAB: Replace char* by Common::String in several functions | Strangerke |
2015-12-23 | LAB: Use an array of Common::Strings instead of bytes in Action | Strangerke |
2015-12-23 | LAB: More work on the comments | Strangerke |
2015-12-23 | LAB: Refactor some DispMan functions to use Common::String | Strangerke |
2015-12-23 | LAB: Fix check of ending animation, some renaming | Strangerke |
2015-12-23 | LAB: Use Common::String for strings, removing a ton of memory leaks | Filippos Karapetis |
2015-12-23 | LAB: make takeItem use Common::Point, some refactoring | Strangerke |
2015-12-23 | LAB: Use Common::Rect in a couple of position checks to make it a bit more re... | Strangerke |
2015-12-23 | LAB: Fix a regression related to random number generation, some renaming | Strangerke |
2015-12-23 | LAB: Rename gadget to button | Filippos Karapetis |
2015-12-23 | LAB: Simplify the room doors array | Filippos Karapetis |
2015-12-23 | LAB: Move the LAB2 teaser screen in a separate function | Filippos Karapetis |
2015-12-23 | LAB: Simplify calls to initMusic() | Filippos Karapetis |
2015-12-23 | LAB: Get rid of _unstoppableSoundEffect | Filippos Karapetis |
2015-12-23 | LAB: Review Music declaration, some refactoring and renaming | Strangerke |
2015-12-23 | LAB: Get rid of getTime(), readBlock() and getRandom() | Filippos Karapetis |
2015-12-23 | LAB: Move timing functions to the utility class | Strangerke |
2015-12-23 | LAB: Move processroom functions to LabEngine | Strangerke |
2015-12-23 | LAB: Rename CloseDataPtr pointers, some refactoring | Strangerke |