aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/engine.cpp
AgeCommit message (Collapse)Author
2015-12-23LAB: Get rid of the _doNotDrawMessage hack (from the original)Filippos Karapetis
This is actually a nasty hack in the original to avoid duplicate messages, but it ended up hiding some game messages. This hack isn't really necessary at all for game functionality, so it has been removed, without any notable side-effects
2015-12-23LAB: Move event update functions out of updateMusicStrangerke
2015-12-23LAB: Remove deletes from mainGameLoopStrangerke
Those are already handled properly in the engine destructor, as pointed by eriktorbjorn
2015-12-23LAB: Safeguard: Set some variables to null pointer after deleting themStrangerke
2015-12-23LAB: Make string check more readable, remove a useless c_str()Strangerke
2015-12-23LAB: Remove a couple of useless calls to c_Str()Strangerke
2015-12-23LAB: Set a default to the second parameter of readPictStrangerke
2015-12-23LAB: Some cleanup and refactoringStrangerke
2015-12-23LAB: More work on the commentsStrangerke
2015-12-23LAB: Avoid memory leaks with fontsStrangerke
2015-12-23LAB: Fix check of ending animation, some renamingStrangerke
2015-12-23LAB: Use Common::String for strings, removing a ton of memory leaksFilippos Karapetis
Also, add a method to properly free room views
2015-12-23LAB: Simplify decIncInv()Filippos Karapetis
2015-12-23LAB: Fix a memory leak in the Image classFilippos Karapetis
2015-12-23LAB: Remove dead codeStrangerke
2015-12-23LAB: Remove parameters from processMainButton and performActionStrangerke
2015-12-23LAB: Handle some differences of the Amiga versionFilippos Karapetis
The Amiga version is still not working, as the CONTROL and INV files are missing, and the format of the font files is different
2015-12-23LAB: Simplify decIncInv() and move action handling out of fromCrumbs()Filippos Karapetis
2015-12-23LAB: Use Common::Point in IntuiMessageFilippos Karapetis
2015-12-23LAB: Simplify mouse button handlingFilippos Karapetis
2015-12-23LAB: Use Common::Rect in functions related to flowText (WIP)Strangerke
2015-12-23LAB: Remove useless checks, and clean up the mouse processing codeFilippos Karapetis
2015-12-23LAB: Some renamesFilippos Karapetis
2015-12-23LAB: Verify the appropriate use of parenthesis in if statementsStrangerke
2015-12-23LAB: make takeItem use Common::Point, some refactoringStrangerke
2015-12-23LAB: Make more use of kButton enumStrangerke
2015-12-23LAB: More use of Common::KEYCODEsStrangerke
2015-12-23LAB: Use Common::KEYCODE in several placesStrangerke
2015-12-23LAB: Add some checks to quit the game quickly when closing ScummVMStrangerke
2015-12-23LAB: Fix the style of some if/else statementsStrangerke
2015-12-23LAB: Fix two deletesStrangerke
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: Fix the coding style of a some if/else statementsStrangerke
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: Add _vm to Image classStrangerke
2015-12-23LAB: Some renaming in EventManStrangerke
2015-12-23LAB: Simplify the crumb wait time codeFilippos Karapetis
2015-12-23LAB: Rename gadget to buttonFilippos Karapetis
2015-12-23LAB: Move the LAB2 teaser screen in a separate functionFilippos 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: Remove unneeded staticFilippos Karapetis