URL:
<http://gna.org/bugs/?22874>
Summary: Trunk client root_req colouring wrong?
Project: Freeciv
Submitted by: jtn
Submitted on: Sun 26 Oct 2014 13:16:41 UTC
Category: None
Severity: 3 - Normal
Priority: 5 - Normal
Status: None
Assigned to: None
Originator Email:
Open/Closed: Open
Release: trunk r26868
Discussion Lock: Any
Operating System: GNU/Linux
Planned Release: 2.6.0
_______________________________________________________
Details:
On S2_5, if a technology has a root_req that you don't have, the client
colours that tech and all its descendants a pinky-orange colour. This is what
I'd expect, to indicate that they're not e.g. tradeable.
On trunk, only the technology with the root_req is so coloured; all its
descendants are coloured in an unreachable colour.
I don't know if this is a cosmetic client issue or reflects a deeper problem.
(This isn't that evident with the experimental ruleset as almost every tech
has an explicit root_req. I tested with the following patch to the classic
ruleset.)
Index: data/classic/techs.ruleset
===================================================================
--- data/classic/techs.ruleset (revision 26868)
+++ data/classic/techs.ruleset (working copy)
@@ -79,6 +79,7 @@
name = _("Alphabet")
req1 = "None"
req2 = "None"
+root_req = "Pottery"
flags = ""
graphic = "a.alphabet"
graphic_alt = "-"
@@ -216,6 +217,7 @@
name = _("Construction")
req1 = "Masonry"
req2 = "Currency"
+root_req = "Masonry"
flags = ""
graphic = "a.construction"
graphic_alt = "-"
_______________________________________________________
Reply to this item at:
<http://gna.org/bugs/?22874>
_______________________________________________
Message sent via/by Gna!
http://gna.org/
_______________________________________________
Freeciv-dev mailing list
[email protected]
https://mail.gna.org/listinfo/freeciv-dev