[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth src/help.cpp ./changelog
From: |
ott |
Subject: |
[Wesnoth-cvs-commits] wesnoth src/help.cpp ./changelog |
Date: |
Mon, 08 Aug 2005 08:28:11 -0400 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: ott <address@hidden> 05/08/08 12:28:11
Modified files:
src : help.cpp
. : changelog
Log message:
add xref to time-of-day from unit alignment
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/help.cpp.diff?tr1=1.112&tr2=1.113&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/changelog.diff?tr1=1.829&tr2=1.830&r1=text&r2=text
Patches:
Index: wesnoth/changelog
diff -u wesnoth/changelog:1.829 wesnoth/changelog:1.830
--- wesnoth/changelog:1.829 Sun Aug 7 21:58:52 2005
+++ wesnoth/changelog Mon Aug 8 12:28:11 2005
@@ -5,10 +5,11 @@
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 @@
* 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 @@
* 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:
Index: wesnoth/src/help.cpp
diff -u wesnoth/src/help.cpp:1.112 wesnoth/src/help.cpp:1.113
--- wesnoth/src/help.cpp:1.112 Sun Jul 31 23:34:49 2005
+++ wesnoth/src/help.cpp Mon Aug 8 12:28:11 2005
@@ -1095,7 +1095,9 @@
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();
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Wesnoth-cvs-commits] wesnoth src/help.cpp ./changelog,
ott <=