add xref to time-of-day from unit alignment
This commit is contained in:
parent
84347c47f4
commit
a1797a6010
2 changed files with 7 additions and 2 deletions
|
@ -5,10 +5,11 @@ CVS HEAD:
|
|||
Polish, Swedish, Turkish
|
||||
* fixed linebreaks not working properly for Chinese translation (#13352)
|
||||
* updated several unit descriptions
|
||||
* added GPL, part of MANUAL and more descriptions and images to in-game help
|
||||
* added GPL and part of MANUAL to help
|
||||
* added more descriptions and images to in-game help (also #12322)
|
||||
* fixed some untranslatable attack names (part of #12788)
|
||||
* Battle Princess can now have translation different to Princess
|
||||
* fix terrain list cross-references in unit help
|
||||
* fix terrain list and time of day cross-references in unit help
|
||||
* graphics and sound improvements:
|
||||
* fixed layering of multi-hex tiles (#13586)
|
||||
* removed Mac OS X icon border (#12928)
|
||||
|
@ -24,6 +25,7 @@ CVS HEAD:
|
|||
* start of making Clash of Armies harder: arrival of more reinforcements
|
||||
* The Dark Hordes: terminate the campaign at this point as Part 1
|
||||
* Heir to the Throne: stop Bugg being resurrected in Bay of Pearls (#13950)
|
||||
* old campaign downloaded from server is now removed when updating (#13874)
|
||||
* multiplayer:
|
||||
* rejoining game as observer, with same nick, no longer causes out of synch
|
||||
(#12824 and #12997, still subject to confirmation)
|
||||
|
@ -61,6 +63,7 @@ CVS HEAD:
|
|||
* more responsive networking code, less subject to network errors
|
||||
* fixed campaign upload with no passphrase not storing generated passphrase
|
||||
* tag [redraw] now forces redraw and is no longer a no-op (#11079)
|
||||
* fixed repeated attempts to open non-existent font files
|
||||
* various bug fixes and code cleanups
|
||||
|
||||
Version 0.9.4:
|
||||
|
|
|
@ -1095,7 +1095,9 @@ public:
|
|||
ss << _("HP: ") << type_.hitpoints() << jump(30)
|
||||
<< _("Moves: ") << type_.movement() << jump(30)
|
||||
<< _("Alignment: ")
|
||||
<< "<ref>dst='time_of_day' text='"
|
||||
<< type_.alignment_description(type_.alignment())
|
||||
<< "'</ref>"
|
||||
<< jump(30);
|
||||
if (type_.can_advance())
|
||||
ss << _("Required XP: ") << type_.experience_needed();
|
||||
|
|
Loading…
Add table
Reference in a new issue