Arturs Jansons
Arturs Jansons
`"SP257.PIC", "SP257.PAL"` - seems to be for some graphics there is also palette
Also, the leader will be overwritten
It's occurs when launch the game and press "Enter" many times. Seems to be `Game` instance did not initialised yet :)
This issue mostly about two questions: - Is there any plugin for vscode or simple way to add doc-in-code parts into code? - Is there any (cross-platform) tool for generating...
I found, that Diplomat tries waiting each time when he has a turn. https://github.com/fire-eggs/CivOne/blob/8d71b33d64f465ff42735c0332c86bccb4521ddd/src/AI.Barbarians.cs#L144 Promote temporary fix like that: ``` if (unit.Tile.Units.Any(x => !(x is Diplomat) && x.MovesLeft > 0))...
The same situation is here: https://github.com/fire-eggs/CivOne/blob/8d71b33d64f465ff42735c0332c86bccb4521ddd/src/AI.Barbarians.cs#L62-L63
Should we change `x.MovesLeft > 0` to `!x.Busy`? Or add something like `bool IUnit.CanMove { get; }`?
I think that problem appears when all available units decided to wait and there is no place to break the loop switching between available units.
Also cough such situation where is 3 barbarian diplomats, staying near each other: 2 on one tile and one on near tile.
bc2183e - Add some relations 3f4c127 - Update Sidebar 3c06e79 - Split Screens documentation 04b6552 - Update Sitebar fbf181e - Merge SWY1985's Settings 17d47e1 - Merge SWY1985's Files and folders...