index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
gnap
/
grid.cpp
Age
Commit message (
Expand
)
Author
2016-05-23
GNAP: Add safeguard checks in PlayerGnap's getWalkStopSequenceId and getWalkF...
Strangerke
2016-05-23
GNAP: Rename two Facing enums
Strangerke
2016-05-17
GNAP: Add missing stars in header, change include guard name in gnap.h
Strangerke
2016-05-12
GNAP: Use Common::Rect for hotspots
Strangerke
2016-05-10
GNAP: Reorder functions in grid.cpp
Strangerke
2016-05-10
GNAP: Move more functions to PlayerGnap
Strangerke
2016-05-10
GNAP: Move walkTo and walkStep to Character
Strangerke
2016-05-10
GNAP: Use Common::Point with platypusWalkTo
Strangerke
2016-05-10
GNAP: use Common::Point for gnapWalkTo
Strangerke
2016-05-10
GNAP: Fix a small bug in Playtpuss pathfinding
Strangerke
2016-05-10
GNAP: Some more refactoring in Character, some renaming
Strangerke
2016-05-10
GNAP: More character refactoring (WIP)
Strangerke
2016-05-10
GNAP: More refactoring related to characters (WIP)
Strangerke
2016-05-10
GNAP: Use a Character for Platypus (WIP)
Strangerke
2016-05-10
GNAP: Introduce Character class - WIP
Strangerke
2016-05-10
GNAP: Janitorial - Remove trailing spaces and tabs
Strangerke
2016-05-10
GNAP: More renaming of 'beaver' variables
Strangerke
2016-05-10
GNAP: Rename members of GnapEngine from beaver to platypus for consistency
Strangerke
2016-05-10
GNAP: Rename members of GridStruct
Strangerke
2016-05-10
GNAP: Use debug channels
Strangerke
2016-05-10
GNAP: Use constants for some more flag values
Strangerke
2016-05-10
GNAP: Some more enum changes
Strangerke
2016-05-10
GNAP: Refactoring - Use enum for beaver facing
Strangerke
2016-05-10
GNAP: Refactoring - Use an enum for Facing (Alien)
Strangerke
2016-05-10
GNAP: Reduce the scope of a couple of variables, make use of enum values in c...
Strangerke
2016-05-10
GNAP: More renaming. Remove unused variable in MouseButtonState and Hotspot
Strangerke
2016-05-10
GNAP: Initial commit
johndoe123