aboutsummaryrefslogtreecommitdiff
path: root/engines/gnap/grid.cpp
AgeCommit message (Expand)Author
2016-05-23GNAP: Add safeguard checks in PlayerGnap's getWalkStopSequenceId and getWalkF...Strangerke
2016-05-23GNAP: Rename two Facing enumsStrangerke
2016-05-17GNAP: Add missing stars in header, change include guard name in gnap.hStrangerke
2016-05-12GNAP: Use Common::Rect for hotspotsStrangerke
2016-05-10GNAP: Reorder functions in grid.cppStrangerke
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: Fix a small bug in Playtpuss pathfindingStrangerke
2016-05-10GNAP: Some more refactoring in Character, some renamingStrangerke
2016-05-10GNAP: More character refactoring (WIP)Strangerke
2016-05-10GNAP: More refactoring related to characters (WIP)Strangerke
2016-05-10GNAP: Use a Character for Platypus (WIP)Strangerke
2016-05-10GNAP: Introduce Character class - WIPStrangerke
2016-05-10GNAP: Janitorial - Remove trailing spaces and tabsStrangerke
2016-05-10GNAP: More renaming of 'beaver' variablesStrangerke
2016-05-10GNAP: Rename members of GnapEngine from beaver to platypus for consistencyStrangerke
2016-05-10GNAP: Rename members of GridStructStrangerke
2016-05-10GNAP: Use debug channelsStrangerke
2016-05-10GNAP: Use constants for some more flag valuesStrangerke
2016-05-10GNAP: Some more enum changesStrangerke
2016-05-10GNAP: Refactoring - Use enum for beaver facingStrangerke
2016-05-10GNAP: Refactoring - Use an enum for Facing (Alien)Strangerke
2016-05-10GNAP: Reduce the scope of a couple of variables, make use of enum values in c...Strangerke
2016-05-10GNAP: More renaming. Remove unused variable in MouseButtonState and HotspotStrangerke
2016-05-10GNAP: Initial commitjohndoe123