Commit Graph

15 Commits

Author SHA1 Message Date
237c056b30 Base functionality for MapObject placement 2022-01-24 21:26:06 +01:00
74eab48a6e propagated the temporary fix for Neighbors up to A* 2022-01-18 20:19:30 +01:00
239054df49 Big rework to A*; factored out path linking 2022-01-18 20:09:37 +01:00
80e990c432 A* algorithm now working as intended 2022-01-18 17:01:31 +01:00
5c1535da32 removed alternative implemenation of A* for now 2022-01-17 17:58:30 +01:00
6c1c0579cb pathfinding now working for distance 2 or less 2022-01-17 17:53:54 +01:00
32f4c6a278 small changes to pathfinding; plan to fix bad performance 2022-01-16 21:19:34 +01:00
180207f441 First draft of A* pathfinding implementation 2022-01-16 18:33:43 +01:00
fc10cbfc3e small changes 2022-01-13 17:07:28 +01:00
33de4f2fa6 added Distance function, quick fix for Neighbors function 2022-01-13 16:54:37 +01:00
219b99c8d7 Neighbors function draft; refactoring 2022-01-13 16:34:06 +01:00
b5c9c661fe plan to implement pathfinding; minor fixes & refactorings 2022-01-12 18:22:16 +01:00
9021763ab7 fixed crashing bug when calling RandomHex() too early 2022-01-11 18:16:26 +01:00
832507177f diagonal edge scroll improvements 2022-01-11 17:32:25 +01:00
7f4fd950df initial commit 2022-01-11 11:07:17 +01:00