aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/obstacles.cpp
AgeCommit message (Collapse)Author
2019-06-01BLADERUNNER: Fix photographer bug and awry clickablesThanasis Antoniou
2019-06-01BLADERUNNER: Broaden path to Runciter desk RC02Thanasis Antoniou
2019-04-17BLADERUNNER: Abstraction from 555 pixel formatPeter Kohaut
Removing hardcoded 555 pixel format to support Android
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-03-09BLADERUNNER: Better fix for bug in pathfindingPeter Kohaut
Basically just more robust (but slower) fix to the intermittent assert in pathfinding code when polygons were touching only by a single corner.
2019-03-05BLADERUNNER: Fixed intermittent assert in pathfindingPeter Kohaut
In rare cases when polygons touched by one corner only the merging algorithm did not finish properly and ran out of the space and triggered an assert.
2019-03-04BLADERUNNER: Enable pathfindingPeter Kohaut
2019-02-20BLADERUNNER: Cleanup of pathfinding codePeter Kohaut
2019-02-16BLADERUNNER: Fixed typo in pathfinding codePeter Kohaut
More locations should work
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-24BLADERUNNER: Skip empty obstacle polygonsPeter Kohaut
It was causing issues in BB07
2019-01-15BLADERUNNER: Disable pathfinding by default.Eugene Sandulenko
So, peterkohaut could continue his debugging sessions.
2019-01-14BLADERUNNER: Obstacle path finding part 1Thomas Fach-Pedersen
2019-01-08BLADERUNNER: Replace assert with a debug messagePeter Kohaut
Replaced the assert in pathfinding code so game can be playable.
2018-12-17BLADERUNNER: Rect -> RectFloatEugene Sandulenko
2018-05-07BLADERUNNER: Fix buildThomas Fach-Pedersen
2018-05-07BLADERUNNER: Implement obstacle polygon mergingThomas Fach-Pedersen
2018-04-04BLADERUNNER: Fix memory leaksEugene Sandulenko
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
2017-04-01BLADERUNNER: improvements to the walking codePeter Kohaut
path finding is still missing video player has audio preloading small fixes
2016-10-06BLADERUNNER: added suspects db & fixed crimes dbPeter Kohaut
2016-10-04BLADERUNNER: added missing license & 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