HurkaLumo is a game that will resemble OpenTTD but it'll be more story driven, helping out communities, managing the railroad aaand have day and night aaand
GNU General Public License v3.0
5
stars
0
forks
source link
Make Graph and Node work with Relative iso pos #12
In order to solve Dijkstra issues right now I have to use relative iso pos instead of absolute values.
Will make it easier to debug because lets say you have a map of 4000,4000
and you have a road down there at 3800,3800... you dont like to have whitespace in the submatrix
from 0,0 to 3800,3800 do you?
That would make for some horrible extra output when debugging.
In order to solve Dijkstra issues right now I have to use relative iso pos instead of absolute values. Will make it easier to debug because lets say you have a map of 4000,4000 and you have a road down there at 3800,3800... you dont like to have whitespace in the submatrix from 0,0 to 3800,3800 do you?
That would make for some horrible extra output when debugging.