Age | Commit message (Expand) | Author |
2015-12-23 | LAB: Fix mouse cursor after save/load | Strangerke |
2015-12-23 | LAB: Fix a regression related to random number generation, some renaming | Strangerke |
2015-12-23 | LAB: Turned another if chain into switch | Eugene Sandulenko |
2015-12-23 | LAB: Removed useless condition | Eugene Sandulenko |
2015-12-23 | LAB: Turned another chain of ifs into a switch statement | Eugene Sandulenko |
2015-12-23 | LAB: More code simplification | Eugene Sandulenko |
2015-12-23 | LAB: Simplified code | Eugene Sandulenko |
2015-12-23 | LAB: Converted ifs into switch() | Eugene Sandulenko |
2015-12-23 | LAB: Reduced variable scope. Renames | Eugene Sandulenko |
2015-12-23 | LAB: Variable rename | Eugene Sandulenko |
2015-12-23 | LAB; Fix a couple of typos in game description | Strangerke |
2015-12-23 | LAB: Finally get rid of g_lab | Strangerke |
2015-12-23 | LAB: Some renaming in LabEngine | Strangerke |
2015-12-23 | LAB: Add _vm to Image class | Strangerke |
2015-12-23 | LAB: Some renaming in EventMan | Strangerke |
2015-12-23 | LAB: Merge the different X image maps | Filippos Karapetis |
2015-12-23 | LAB: Simplify the LabEngine destructor | Filippos Karapetis |
2015-12-23 | LAB: Simplify the crumb wait time code | Filippos Karapetis |
2015-12-23 | LAB: Make some functions and variables private in eventMan | 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: Fix regression in animation code in looping animations | 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: Get rid of a superfluous global variable | Filippos Karapetis |
2015-12-23 | LAB: Now that timing works correctly, disable some annoying delays | Filippos Karapetis |
2015-12-23 | LAB: Simplify fromCrumbs() | Filippos Karapetis |
2015-12-23 | LAB: Move getMsg to the event manager | Filippos Karapetis |
2015-12-23 | LAB: Remove interface.h, get rid of a lot of useless defines | Strangerke |
2015-12-23 | LAB: Move interface functions to EventMan | Strangerke |
2015-12-23 | LAB: check header define names, rename a parameter of processMonitor() | Strangerke |
2015-12-23 | LAB: Review Music declaration, some refactoring and renaming | Strangerke |
2015-12-23 | LAB: Remove some more useless g_lab | Strangerke |
2015-12-23 | LAB: Remove a useless use of g_lab | Strangerke |
2015-12-23 | LAB: Some renaming and refactoring in special.cpp | Strangerke |
2015-12-23 | LAB: The mouse cursor data is constant | Filippos Karapetis |
2015-12-23 | LAB: Remove unneeded static | Filippos Karapetis |
2015-12-23 | LAB: Get rid of the rest of the custom time delay functions | Filippos Karapetis |
2015-12-23 | LAB: Get rid of getTime(), readBlock() and getRandom() | Filippos Karapetis |
2015-12-23 | LAB: Merge transitions in dispman | Strangerke |
2015-12-23 | LAB: Review LabEngine definition, make private a lot of members | Strangerke |
2015-12-23 | LAB: Move timing functions to the utility class | Strangerke |
2015-12-23 | LAB: Move some defines which are only used in the tile puzzle | Filippos Karapetis |
2015-12-23 | LAB: Some renames, simplified saveGame() and loadGame() | Filippos Karapetis |
2015-12-23 | LAB: Change the map floor showing code, when changing floors | Filippos Karapetis |
2015-12-23 | LAB: Rewrite some code using switch statements | Filippos Karapetis |
2015-12-23 | LAB: Move all the tile puzzle related functionality into its own class | Filippos Karapetis |
2015-12-23 | LAB: Reduce some variable scopes, some renaming | Strangerke |
2015-12-23 | LAB: Remove extra whitespace | Filippos Karapetis |