[MIRROR] [READY]Astar improvement (#5646)

* [READY]Astar improvement (#34713)

Improvements to A* via using bitflags to find directions and caching already checked directions so we don't recheck them.

* [READY]Astar improvement
This commit is contained in:
CitadelStationBot
2018-02-21 19:46:54 -06:00
committed by Poojawa
parent e5aa6ea1cd
commit 21a9d4bca4
5 changed files with 108 additions and 57 deletions
+1
View File
@@ -75,6 +75,7 @@
#define INIT_ORDER_LIGHTING -20
#define INIT_ORDER_SHUTTLE -21
#define INIT_ORDER_SQUEAK -40
#define INIT_ORDER_PATH -50
#define INIT_ORDER_PERSISTENCE -100
// Subsystem fire priority, from lowest to highest priority