aboutsummaryrefslogtreecommitdiff
path: root/engines/gnap/gnap.cpp
AgeCommit message (Expand)Author
2016-05-16GNAP: Fix another valgrind errorStrangerke
2016-05-16GNAP: Enforce the use of nullptr in function callsStrangerke
2016-05-16GNAP: Fix a couple of unintialized variablesStrangerke
2016-05-16GNAP: Load TTF from the executable (optional)Strangerke
2016-05-12GNAP: Simplify some calls of _hotspotWalkPosStrangerke
2016-05-12GNAP: Remove _id from HotSpot structureStrangerke
2016-05-12GNAP: Use Common::Rect for hotspotsStrangerke
2016-05-12GNAP: Add music when game is pausedStrangerke
2016-05-10GNAP: Remove useless redirections, move two more functionsStrangerke
2016-05-10GNAP: Move Gnap action functions to PlayerGnapStrangerke
2016-05-10GNAP: Move more functions to PlayerGnapStrangerke
2016-05-10GNAP: Move walkTo and walkStep to CharacterStrangerke
2016-05-10GNAP: Use Common::Point with platypusWalkToStrangerke
2016-05-10GNAP: use Common::Point for gnapWalkToStrangerke
2016-05-10GNAP: More character refactoring (WIP)Strangerke
2016-05-10GNAP: Even more refactoring related to characters (WIP)Strangerke
2016-05-10GNAP: More refactoring related to characters (WIP)Strangerke
2016-05-10GNAP: More refactoring related to characters (WIP)Strangerke
2016-05-10GNAP: Move _actionStatus to the Character classStrangerke
2016-05-10GNAP: Use a Character for Platypus (WIP)Strangerke
2016-05-10GNAP: Introduce Character class - WIPStrangerke
2016-05-10GNAP: Some renamingStrangerke
2016-05-10GNAP: renaming and grouping of scenes in group 1Strangerke
2016-05-10GNAP: Remove debug codeStrangerke
2016-05-10GNAP: Remove debug codeStrangerke
2016-05-10GNAP: Reduce code duplication in SceneCoreStrangerke
2016-05-10GNAP: Rename and move two fonctions to SceneStrangerke
2016-05-10GNAP: Refactor scene 53Strangerke
2016-05-10GNAP: Refactor scenes 51&52Strangerke
2016-05-10GNAP: Refactor scene 50Strangerke
2016-05-10GNAP: Refactor scene 31Strangerke
2016-05-10GNAP: Refactor scenes 22 & 23Strangerke
2016-05-10GNAP: Refactor scenes 19 and 20Strangerke
2016-05-10GNAP: Refactor scene 18Strangerke
2016-05-10GNAP: Refactor scene 17Strangerke
2016-05-10GNAP: Refactor scenes 16, 47, 48, 54 (cutscenes)Strangerke
2016-05-10GNAP: Use a nullptr instead of 0 in deleteSurface()Strangerke
2016-05-10GNAP: Refactor scene 13Strangerke
2016-05-10GNAP: Refactor scene 11Strangerke
2016-05-10GNAP: Refactor scene 8, Add updateAnimationsCb to SceneStrangerke
2016-05-10GNAP: Refactor scene 6Strangerke
2016-05-10GNAP: Refactor scene 5Strangerke
2016-05-10GNAP: Refactor scene 4Strangerke
2016-05-10GNAP: Refactor scene 3Strangerke
2016-05-10GNAP: REfactor scene 2Strangerke
2016-05-10GNAP: Refactor Scene01 (WIP)Strangerke
2016-05-10GNAP: Rename members of GnapEngine from beaver to platypus for consistencyStrangerke
2016-05-10GNAP: Refactor getBeaverSequenceIdStrangerke
2016-05-10GNAP: Cosmetic changesStrangerke
2016-05-10GNAP: Add load from launcherStrangerke