aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2015-12-23LAB: Reorder mouse position check in processMonitor in order to avoid ↵Strangerke
duplicate checks
2015-12-23LAB: Fix compilationFilippos Karapetis
2015-12-23LAB: Use enums for the interface buttonsFilippos Karapetis
2015-12-23LAB: Move some code from fromCrumbs() into separate functionsFilippos Karapetis
This makes this huge function a bit easier to read and understand
2015-12-23LAB: Some renaming in DisplayManStrangerke
2015-12-23LAB: Use strlen to compute text length instead of a difference between start ↵Strangerke
and end address. Some refactoring.
2015-12-23LAB: Fix the coding style of a some if/else statementsStrangerke
2015-12-23LAB: More variable scope reduxEugene Sandulenko
2015-12-23LAB: Reduced scope of a few more variablesEugene Sandulenko
2015-12-23LAB: Fix mouse cursor after save/loadStrangerke
2015-12-23LAB: Fix a regression related to random number generation, some renamingStrangerke
2015-12-23LAB: Turned another if chain into switchEugene Sandulenko
2015-12-23LAB: Removed useless conditionEugene Sandulenko
2015-12-23LAB: Turned another chain of ifs into a switch statementEugene Sandulenko
2015-12-23LAB: More code simplificationEugene Sandulenko
2015-12-23LAB: Simplified codeEugene Sandulenko
2015-12-23LAB: Converted ifs into switch()Eugene Sandulenko
2015-12-23LAB: Reduced variable scope. RenamesEugene Sandulenko
2015-12-23LAB: Variable renameEugene Sandulenko
2015-12-23LAB; Fix a couple of typos in game descriptionStrangerke
2015-12-23LAB: Finally get rid of g_labStrangerke
2015-12-23LAB: Some renaming in LabEngineStrangerke
2015-12-23LAB: Add _vm to Image classStrangerke
2015-12-23LAB: Some renaming in EventManStrangerke
2015-12-23LAB: Merge the different X image mapsFilippos Karapetis
2015-12-23LAB: Simplify the LabEngine destructorFilippos Karapetis
2015-12-23LAB: Simplify the crumb wait time codeFilippos Karapetis
2015-12-23LAB: Make some functions and variables private in eventManStrangerke
2015-12-23LAB: Rename gadget to buttonFilippos Karapetis
2015-12-23LAB: Simplify the room doors arrayFilippos Karapetis
2015-12-23LAB: Move the LAB2 teaser screen in a separate functionFilippos Karapetis
2015-12-23LAB: Fix regression in animation code in looping animationsFilippos Karapetis
This fixes Daedalus' flight animation in the ending cutscene
2015-12-23LAB: Simplify calls to initMusic()Filippos Karapetis
2015-12-23LAB: Get rid of _unstoppableSoundEffectFilippos Karapetis
_loopSoundEffect is used for the exact same purpose
2015-12-23LAB: Get rid of a superfluous global variableFilippos Karapetis
2015-12-23LAB: Now that timing works correctly, disable some annoying delaysFilippos Karapetis
2015-12-23LAB: Simplify fromCrumbs()Filippos Karapetis
2015-12-23LAB: Move getMsg to the event managerFilippos Karapetis
2015-12-23LAB: Remove interface.h, get rid of a lot of useless definesStrangerke
2015-12-23LAB: Move interface functions to EventManStrangerke
2015-12-23LAB: check header define names, rename a parameter of processMonitor()Strangerke
2015-12-23LAB: Review Music declaration, some refactoring and renamingStrangerke
2015-12-23LAB: Remove some more useless g_labStrangerke
2015-12-23LAB: Remove a useless use of g_labStrangerke
2015-12-23LAB: Some renaming and refactoring in special.cppStrangerke
2015-12-23LAB: The mouse cursor data is constantFilippos Karapetis
2015-12-23LAB: Remove unneeded staticFilippos Karapetis
2015-12-23LAB: Get rid of the rest of the custom time delay functionsFilippos Karapetis
2015-12-23LAB: Get rid of getTime(), readBlock() and getRandom()Filippos Karapetis
Also, simplify some time-related functions
2015-12-23LAB: Merge transitions in dispmanStrangerke