aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/obstacles.h
AgeCommit message (Collapse)Author
2019-03-09BLADERUNNER: Alternate fix method for rare path finding assert faultsThanasis Antoniou
Disabled by default. This one allows polygons merged on a single point.
2019-02-20BLADERUNNER: Fix Coverity issuesPeter Kohaut
2019-02-20BLADERUNNER: Cleanup of pathfinding codePeter Kohaut
2019-02-16BLADERUNNER: More pathfinding codePeter Kohaut
Pathfinding is almost working, but there are still isues in few locations, so I'm keeping it disabled.
2019-01-14BLADERUNNER: Obstacle path finding part 1Thomas Fach-Pedersen
2018-12-17BLADERUNNER: Rect -> RectFloatEugene Sandulenko
2018-05-07BLADERUNNER: Implement obstacle polygon mergingThomas Fach-Pedersen
2018-03-24BLADERUNNER: Load game methodsPeter Kohaut
save methods update replaced few char* with Common::String changed few pointers to references
2018-03-24BLADERUNNER: Save game methodsThomas Fach-Pedersen
2018-01-28BLADERUNNER: Added basic KIA interfacePeter Kohaut
Settings works Help works Clue database works Fixed code for inserting objects into scene Reorganization of few files Unification & code formatting of few older files
2016-10-06BLADERUNNER: added suspects db & fixed crimes dbPeter Kohaut
2016-10-04BLADERUNNER: code formattingPeter Kohaut
2016-10-04BLADERUNNER: trying to figure out walking, added structures for obstacles ↵Peter Kohaut
used for pathfinding, fixed bug in searching for walkboxes