Age | Commit message (Expand) | Author |
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 |
2015-12-23 | LAB: Reduced dependency on processroom.h. Yay! | Eugene Sandulenko |
2015-12-23 | LAB: Reduced last reducable header: anim.h | Eugene Sandulenko |
2015-12-23 | LAB: Reduced header dependency: dispman.h, eventman.h | Eugene Sandulenko |
2015-12-23 | LAB: More header dependency redux | Eugene Sandulenko |
2015-12-23 | LAB: Reduced header dependency: labsets.h, utils.h | Eugene Sandulenko |
2015-12-23 | LAB: Reduce header dependency from music.h | Eugene Sandulenko |
2015-12-23 | LAB: Removed unnecessary includes | Eugene Sandulenko |
2015-12-23 | LAB: Cleanup doGoForward() | Filippos Karapetis |
2015-12-23 | LAB: Use // for comments | Strangerke |
2015-12-23 | LAB: Review spacing | Strangerke |
2015-12-23 | LAB: Merge parsetypes.h and parsefun.h into processroom.h | Filippos Karapetis |
2015-12-23 | LAB: Remove more extern variables | Strangerke |
2015-12-23 | LAB: remove some useless forward references and includes | Strangerke |
2015-12-23 | LAB: Move utility functions to a separate class | Strangerke |
2015-12-23 | LAB: Fix spelling | Filippos Karapetis |