erik-vos
erik-vos
Items [4] and [8] (1) have been addressed in PR #505. There now is a generic feature to display a small bit of extra text anywhere on a hex. This...
It turns out that the lengths of H-trains were not always taken into account in the route finding process for these trains. The whole H-train route calculation process uses the...
Hi Alex, Do you have a saved file that shows the problem?
The saved file does not show up. GitHub accepts only a limited set of file types. I would suggest to put it into a .zip file.
Strange, the file still does not appear. Not sure what could go wrong. Could you please send it by email to `***@***`? What you are seeing must be caused by...
Got the file now, thanks. There seems to be a problem with handling the upgrades of multi-city tiles, in this case the brown Erie home tile. I suspect an error...
It turns out that the brown tile lay on hex E11 (the Erie home hex) was illegal. The preceding tile 59 had exits to NW and SW for its two...
This is the code fragment that I'm talking about: ` if (vertex.isSide() && iterator.getSeenData().get(vertex) != NetworkIterator.greedyState.GREEDY ) { ` When I disable the GREEDY check, so the code becomes `...
I have further tested in several ways: - Running long or even completed saved games of several games (1830, 1835, 1851, 1856, 1880, 1889, 18AL, 18EU) and compared the reports...
I can confirm the PRR home issue. I did not test the Baltimore issue, but I suspect that the "water" hex is not seen as an off-board (preprinted) tile by...