Author: alarantalara
Date: Sun Oct 23 17:13:45 2011
New Revision: 51589

URL: http://svn.gna.org/viewcvs/wesnoth?rev=51589&view=rev
Log:
Update changelog re r51588

Modified:
    trunk/changelog
    trunk/data/lua/wml-tags.lua
    trunk/players_changelog

Modified: trunk/changelog
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/changelog?rev=51589&r1=51588&r2=51589&view=diff
==============================================================================
--- trunk/changelog (original)
+++ trunk/changelog Sun Oct 23 17:13:45 2011
@@ -16,6 +16,7 @@
    * Terrain:
      * Tall encampment keep can now be placed next to the tent encampment keep
      * Forest/hill terrain combinations no longer appear black on the minimap
+   * Default team color always applied last; fixes bug #18817
  * Language and i18n:
    * Made it so that all of the Hangul Syllables block is covered by the
       font-loading code.

Modified: trunk/data/lua/wml-tags.lua
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/lua/wml-tags.lua?rev=51589&r1=51588&r2=51589&view=diff
==============================================================================
--- trunk/data/lua/wml-tags.lua (original)
+++ trunk/data/lua/wml-tags.lua Sun Oct 23 17:13:45 2011
@@ -410,7 +410,7 @@
        local var = cfg.variable or "unit"
        local idx = 0
        if mode == "append" then
-               idx = wesnoth.get_variable(var .. ".length")
+               idx = wesnoth.get_variable(var .. ".length") or 0
        elseif mode ~= "replace" then
                wesnoth.set_variable(var)
        end

Modified: trunk/players_changelog
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/players_changelog?rev=51589&r1=51588&r2=51589&view=diff
==============================================================================
--- trunk/players_changelog (original)
+++ trunk/players_changelog Sun Oct 23 17:13:45 2011
@@ -21,6 +21,7 @@
    * Terrain:
      * Tall encampment keep can now be placed next to the tent encampment keep.
      * Forest/hill terrain combinations no longer appear black on the minimap
+   * Default team color always applied last; fixes bug #18817
 
  * Language and i18n:
    * Made it so that all of the Hangul Syllables block is covered by the


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to