[wesnoth-commits] [wesnoth/wesnoth] f3f140: Show [race]help_taxonomy= as "This is a group of u...
Steve Cotton
noreply at github.com
Sun Sep 13 13:21:04 UTC 2020
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: f3f1407acedbad2f88879899ebc6e6baced7f520
https://github.com/wesnoth/wesnoth/commit/f3f1407acedbad2f88879899ebc6e6baced7f520
Author: Steve Cotton <steve at octalot.co.uk>
Date: 2020-09-13 (Sun, 13 Sep 2020)
Changed paths:
M data/core/units.cfg
M data/schema/units/races.cfg
M src/help/help_impl.cpp
M src/help/help_impl.hpp
M src/units/race.cpp
M src/units/race.hpp
Log Message:
-----------
Show [race]help_taxonomy= as "This is a group of units, all of whom are $help_taxonomy" (#5143)
The code comments talk about both Dunefolk and Quenoth Elves - of these two, only the
Dunefolk's data is changed in this commit. All Quenoth unit are race=elf at the moment,
I intend to add [race]id=quenoth in a separate PR.
Draft documentation for the Wiki:
* '''help_taxonomy''': {{DevFeature1.15|?}} in the help browser, show this
race as a group of units from another race; the value of this attribute should
be the other race's '''id''' attribute. This only affects the help browser, for
all other purposes (such as WML filters) the two races are completely separate.
How this is visualised in the help browser is a GUI design decision, this attribute
merely tells the engine that the relationship exists.
More information about the Commits
mailing list