HomeWildfire Games

Hierarchical pathfinder: Speed up edge update

Description

Hierarchical pathfinder: Speed up edge update

Speed up edge update by being clever, only updating dirty tiles instead of everything (effectively doing to "TODO be clever" here).

This is a substantial speed improvement when an update is necessary.

Differential Revision: https://code.wildfiregames.com/D1834

Event Timeline

elexis added a subscriber: elexis.May 13 2019, 7:30 PM

Speed up edge update by being clever, only updating dirty tiles instead of everything (effectively doing to "TODO be clever" here).

Sounds good, I hope it is!
Please remember the open audits (rP22225, rP22249) and that Wildfire Games reserves the right to revert if something turns out to be a release blocker and noone can fix it.

Sure, I'll be around to do it if required.

I do have a patch for the first audit, as for the second one it'll need a bit more work but it's planned.