Louis Moureaux
Louis Moureaux
I suppose this could be implemented by having `Enemy_Citizen_Unhappy_Pct` depend on the foreign nationality, enabling `DiplRel` requirements.
What does the `workflow_run` block do?
"W" works for this. ESC is still free (amazing!), what would it do in other contexts?
A minimal fix would be renaming the shortcut to `Show/hide city working area` in `shortcuts.cpp:92`. Options to control the visibility of some types of units would be more complicated because...
https://github.com/longturn/freeciv21/blob/2e8becf3955bf6b10d8b6a0f66dfa507d86256b1/client/citydlg.cpp#L1490-L1496 It looks like `buy_cost` comes straight from the server (and is just some very large constant when buying is not possible). I would support a patch where the server...
Note that publishing tech costs this discloses critical information normally only available through embassies. ("Someone has Marines!")
(there's nothing wrong with *this* `set_sprite` function)
This is calculated by the function `city_incite_cost` in `server/cityturn.{h,cpp}`. Would need to move it to `common` then call it from the city dialog code. We may need to make the...
While showing the cost in the menus would be good, I don't think it solves the mentioned use case (knowing the upgrade cost before upgrading is possible to plan for...
I've likely missed the messages about this, sorry. What was the conclusion of the revert-or-fix discussion? This doesn't seem to be a revert, but a fix in a different way...