aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-23LAB: Replace char* by Common::String in several functionsStrangerke
2015-12-23LAB: Use an array of Common::Strings instead of bytes in ActionStrangerke
2015-12-23LAB: Fix malloc pointed by eriktorbjornStrangerke
2015-12-23LAB: Better handling of the Trial check in the puzzleStrangerke
2015-12-23LAB: Fix loop in flooVisitedStrangerke
2015-12-23LAB: Fix bug identified by eriktorbjornStrangerke
2015-12-23LAB: Fix some GCC warningsStrangerke
2015-12-23LAB: More work on the commentsStrangerke
2015-12-23LAB: Move and improve function comments to header in DispManStrangerke
2015-12-23LAB: Refactor some DispMan functions to use Common::StringStrangerke
2015-12-23LAB: Get rid of strcat by using Common::StringStrangerke
2015-12-23LAB: Rename a parameter for consistency with other function definitionsStrangerke
2015-12-23LAB: get rid of the last strcpyStrangerke
2015-12-23LAB: Remove useless variableStrangerke
2015-12-23LAB: Avoid memory leaks with fontsStrangerke
2015-12-23LAB: Fix check of ending animation, some renamingStrangerke
2015-12-23LAB: Use Common:KeyCode in keyPress() and getNextChar()Strangerke
2015-12-23LAB: Simplify code related to _keyBuf handlingStrangerke
2015-12-23LAB: FormattingFilippos Karapetis
2015-12-23LAB: Plug all the remaining resource-related memory leaksFilippos Karapetis
2015-12-23LAB: Plug a memory leak in the sound effects codeFilippos Karapetis
2015-12-23LAB: Remove some leftover MSVC memory leak tester codeFilippos Karapetis
2015-12-23LAB: Use Common::String for strings, removing a ton of memory leaksFilippos Karapetis
2015-12-23LAB: Simplify decIncInv()Filippos Karapetis
2015-12-23LAB: Fix a memory leak in the Image classFilippos Karapetis
2015-12-23LAB: Simplify the Amiga music flagsFilippos Karapetis
2015-12-23LAB: Handle the music encoding of the Amiga versionFilippos Karapetis
2015-12-23LAB: Handle some differences in the intro of the Amiga versionFilippos Karapetis
2015-12-23LAB: Remove dead codeStrangerke
2015-12-23LAB: Remove parameters from processMainButton and performActionStrangerke
2015-12-23LAB: Avoid variable shadowing compiler warning.D G Turner
2015-12-23LAB: Correct variable shadows function compiler warning.D G Turner
2015-12-23LAB: Correct compiler warning in savegame code.D G Turner
2015-12-23LAB: Correct engine name spelling. No functional change.D G Turner
2015-12-23LAB: Fix memory leaks in savegame codeStrangerke
2015-12-23LAB: Handle some differences of the Amiga versionFilippos Karapetis
2015-12-23LAB: Fix the intro of the DOS versionFilippos Karapetis
2015-12-23LAB: Simplify decIncInv() and move action handling out of fromCrumbs()Filippos Karapetis
2015-12-23LAB: Merge enableButton() and disableButton()Filippos Karapetis
2015-12-23LAB: Make processMap a bit more readable by using RectsStrangerke
2015-12-23LAB: Use templates for the undiff functionsFilippos Karapetis
2015-12-23LAB: Remove unused variables in DIFFHeader and BitMapStrangerke
2015-12-23LAB: Remove unused variableFilippos Karapetis
2015-12-23LAB: Change the graphics and audio code to use Common::File directlyFilippos Karapetis
2015-12-23LAB: Use Common::Point in IntuiMessageFilippos Karapetis
2015-12-23LAB: Make setUpScreens() a bit easier to readFilippos Karapetis
2015-12-23LAB: Simplify mouse button handlingFilippos Karapetis
2015-12-23LAB: Some simplification of the mouse handling codeFilippos Karapetis
2015-12-23LAB: Fix regression in left click handlingFilippos Karapetis
2015-12-23LAB: constify 2 variables in drawMapStrangerke