[Commits] [wesnoth/wesnoth] 0b42f4: Lua API: Add some existing wesnoth.* functions as ...

GitHub noreply at github.com
Wed Oct 14 20:57:30 UTC 2015


  Branch: refs/heads/sdl2
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 0b42f43d2a6a6bf9d1af18395f6407fcc7e41bfc
      https://github.com/wesnoth/wesnoth/commit/0b42f43d2a6a6bf9d1af18395f6407fcc7e41bfc
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2015-09-23 (Wed, 23 Sep 2015)

  Changed paths:
    M src/scripting/game_lua_kernel.cpp
    M src/scripting/game_lua_kernel.hpp

  Log Message:
  -----------
  Lua API: Add some existing wesnoth.* functions as proxy unit methods


  Commit: a20c88c8a3946944bde7719065f7668cd93a1b31
      https://github.com/wesnoth/wesnoth/commit/a20c88c8a3946944bde7719065f7668cd93a1b31
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2015-09-23 (Wed, 23 Sep 2015)

  Changed paths:
    M src/scripting/game_lua_kernel.cpp

  Log Message:
  -----------
  Simplify unit method names


  Commit: 2b5c887f6b37e3fd5810760d69b6a7351b547d64
      https://github.com/wesnoth/wesnoth/commit/2b5c887f6b37e3fd5810760d69b6a7351b547d64
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2015-09-23 (Wed, 23 Sep 2015)

  Changed paths:
    M src/scripting/game_lua_kernel.cpp

  Log Message:
  -----------
  Lua API: Let wesnoth.message accept translatable strings


  Commit: ffe8b4baa73f39d4d8ce11b2914fe5803ebed181
      https://github.com/wesnoth/wesnoth/commit/ffe8b4baa73f39d4d8ce11b2914fe5803ebed181
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2015-09-23 (Wed, 23 Sep 2015)

  Changed paths:
    M src/scripting/game_lua_kernel.cpp

  Log Message:
  -----------
  Lua API: Change wesnoth.get_unit, removing 1-argument underlying ID form

- Removes 1-argument form accepting an integer ID
- Adds 1-argument form accepting a string ID
- Now accepts locations either as 2 arguments or as {i,j} or {x=i,y=j}


  Commit: 6a60f79d159d42f0093c540d9ea9a67087ef76c8
      https://github.com/wesnoth/wesnoth/commit/6a60f79d159d42f0093c540d9ea9a67087ef76c8
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2015-09-23 (Wed, 23 Sep 2015)

  Changed paths:
    M src/scripting/game_lua_kernel.cpp

  Log Message:
  -----------
  Lua API: Add wesnoth.unit_(vision|jamming)_cost


  Commit: e00b57cdcd877aa75f91aa1563cdf965b6d13b8d
      https://github.com/wesnoth/wesnoth/commit/e00b57cdcd877aa75f91aa1563cdf965b6d13b8d
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2015-09-23 (Wed, 23 Sep 2015)

  Changed paths:
    M src/scripting/game_lua_kernel.cpp
    M src/scripting/game_lua_kernel.hpp

  Log Message:
  -----------
  Lua API: Change wesnoth.put_unit, add wesnoth.erase_unit


  Commit: acaa9ce0257fd3ff7952755341d13e99ea3c2609
      https://github.com/wesnoth/wesnoth/commit/acaa9ce0257fd3ff7952755341d13e99ea3c2609
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2015-09-23 (Wed, 23 Sep 2015)

  Changed paths:
    M src/scripting/lua_race.cpp
    M src/scripting/lua_unit_type.cpp

  Log Message:
  -----------
  Lua API: Add traits field for unit types and races


  Commit: c4bb4c253601fc45849fba2cea37fcfe57b3e1ed
      https://github.com/wesnoth/wesnoth/commit/c4bb4c253601fc45849fba2cea37fcfe57b3e1ed
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2015-09-23 (Wed, 23 Sep 2015)

  Changed paths:
    M data/lua/wml-tags.lua

  Log Message:
  -----------
  Fix WML unit tests


  Commit: 74bf61c424efa435eab42b4668f36ba2c7fa1f92
      https://github.com/wesnoth/wesnoth/commit/74bf61c424efa435eab42b4668f36ba2c7fa1f92
  Author: aquileia <sk.aquileia at gmail.com>
  Date:   2015-09-25 (Fri, 25 Sep 2015)

  Changed paths:
    M projectfiles/VC9/wesnoth.vcproj

  Log Message:
  -----------
  vcproj: Update for 3c11aa6 & 3ed4eed


  Commit: 112fd79f88c20804bd50559d6fc51237e278cc88
      https://github.com/wesnoth/wesnoth/commit/112fd79f88c20804bd50559d6fc51237e278cc88
  Author: aquileia <sk.aquileia at gmail.com>
  Date:   2015-09-25 (Fri, 25 Sep 2015)

  Changed paths:
    M src/mp_replay_controller.cpp

  Log Message:
  -----------
  Fix MSVC warning due to missing return value

For Windows applications, the user may choose to ignore an assert.


  Commit: e46070fdbe8790e4124b990dbd4ff9b4a11590ee
      https://github.com/wesnoth/wesnoth/commit/e46070fdbe8790e4124b990dbd4ff9b4a11590ee
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2015-09-26 (Sat, 26 Sep 2015)

  Changed paths:
    M src/scripting/lua_common.cpp

  Log Message:
  -----------
  Lua API: Add iteration metamethods for vconfig


  Commit: 03a38c529419f7bd99dde39c53808eb596fa884c
      https://github.com/wesnoth/wesnoth/commit/03a38c529419f7bd99dde39c53808eb596fa884c
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2015-09-26 (Sat, 26 Sep 2015)

  Changed paths:
    M data/lua/helper.lua

  Log Message:
  -----------
  Lua API: More helper functions for configs


  Commit: 8e228edc3409f6e15e85ff4e3b5768272f2290f9
      https://github.com/wesnoth/wesnoth/commit/8e228edc3409f6e15e85ff4e3b5768272f2290f9
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2015-09-26 (Sat, 26 Sep 2015)

  Changed paths:
    M src/scripting/lua_common.cpp

  Log Message:
  -----------
  Lua API: Fix ipairs(vconfig) to match ipairs(config)


  Commit: 376b8ac76b091cf55cb87aed2cae342d356f7db9
      https://github.com/wesnoth/wesnoth/commit/376b8ac76b091cf55cb87aed2cae342d356f7db9
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2015-09-26 (Sat, 26 Sep 2015)

  Changed paths:
    M src/scripting/lua_common.cpp

  Log Message:
  -----------
  Use userdata instead of indices for the vconfig iterator upvalues


  Commit: 39a2791f3ff775572de3ed175b9357f249595295
      https://github.com/wesnoth/wesnoth/commit/39a2791f3ff775572de3ed175b9357f249595295
  Author: Nils Kneuper <crazy-ivanovic at gmx.net>
  Date:   2015-09-26 (Sat, 26 Sep 2015)

  Changed paths:
    M po/wesnoth-dm/en_GB.po
    M po/wesnoth-help/en_GB.po
    M po/wesnoth-httt/en_GB.po
    M po/wesnoth-lib/en_GB.po
    M po/wesnoth-manual/en_GB.po
    M po/wesnoth-utbs/en_GB.po

  Log Message:
  -----------
  updated British English translation


  Commit: 8ce06b36cf068ce9714f1c7e96307b8c53e44fa8
      https://github.com/wesnoth/wesnoth/commit/8ce06b36cf068ce9714f1c7e96307b8c53e44fa8
  Author: Nils Kneuper <crazy-ivanovic at gmx.net>
  Date:   2015-09-27 (Sun, 27 Sep 2015)

  Changed paths:
    M po/wesnoth/en_GB.po

  Log Message:
  -----------
  updated British English translation


  Commit: 45c1872777b9703f4aa9c9d2b1cb9f0c823398a6
      https://github.com/wesnoth/wesnoth/commit/45c1872777b9703f4aa9c9d2b1cb9f0c823398a6
  Author: aquileia <sk.aquileia at gmail.com>
  Date:   2015-09-27 (Sun, 27 Sep 2015)

  Changed paths:
    M projectfiles/VC9/wesnoth.sln
    M projectfiles/VC9/wesnoth.vcproj
    M projectfiles/VC9/wesnoth.vcxproj.user
    M projectfiles/VC9/wesnothd.vcproj
    M projectfiles/VC9/wesnothd.vcxproj.user

  Log Message:
  -----------
  vcproj: Improve formatting

Delete occurences of the UTF-8 BOM, fix version recognition of 'Visual Studio Version Selector' for Visual C++ 2008


  Commit: e902417d49e53007d2ccddc2d32c721195d03d0c
      https://github.com/wesnoth/wesnoth/commit/e902417d49e53007d2ccddc2d32c721195d03d0c
  Author: gfgtdf <tischpapier at gmail.com>
  Date:   2015-09-27 (Sun, 27 Sep 2015)

  Changed paths:
    M src/unit_id.hpp

  Log Message:
  -----------
  fix unit_id comparision


  Commit: 6d45a26ee2ab023d66c96001871f35957a29e5df
      https://github.com/wesnoth/wesnoth/commit/6d45a26ee2ab023d66c96001871f35957a29e5df
  Author: Wedge009 <wedge009 at wedge009.net>
  Date:   2015-09-28 (Mon, 28 Sep 2015)

  Changed paths:
    M data/campaigns/Northern_Rebirth/scenarios/05a_01_The_Pursuit.cfg

  Log Message:
  -----------
  affect/effect correction


  Commit: e0b3e63b02ee24e1598cd683f209f1cd34f4eccf
      https://github.com/wesnoth/wesnoth/commit/e0b3e63b02ee24e1598cd683f209f1cd34f4eccf
  Author: Wedge009 <wedge009 at wedge009.net>
  Date:   2015-09-28 (Mon, 28 Sep 2015)

  Changed paths:
    M data/campaigns/Sceptre_of_Fire/scenarios/6_Towards_the_Caves.cfg

  Log Message:
  -----------
  Added another missing apostrophe


  Commit: 8652803675688afff92cb34d7c837290b16dbcb3
      https://github.com/wesnoth/wesnoth/commit/8652803675688afff92cb34d7c837290b16dbcb3
  Author: Wedge009 <wedge009 at wedge009.net>
  Date:   2015-09-28 (Mon, 28 Sep 2015)

  Changed paths:
    M data/campaigns/The_Hammer_of_Thursagan/scenarios/07_Mages_and_Drakes.cfg

  Log Message:
  -----------
  Correcting a presumed copy-paste error


  Commit: 69202648e7731e2aed0608ba40651ca324d62e9c
      https://github.com/wesnoth/wesnoth/commit/69202648e7731e2aed0608ba40651ca324d62e9c
  Author: Wedge009 <wedge009 at wedge009.net>
  Date:   2015-09-28 (Mon, 28 Sep 2015)

  Changed paths:
    M data/campaigns/tutorial/scenarios/02_Tutorial_part_2.cfg

  Log Message:
  -----------
  Correction mis-spelling of plus


  Commit: cf49e24070015a2875a295f91603ab7bb6fd0bcd
      https://github.com/wesnoth/wesnoth/commit/cf49e24070015a2875a295f91603ab7bb6fd0bcd
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-09-28 (Mon, 28 Sep 2015)

  Changed paths:
    M data/campaigns/Northern_Rebirth/scenarios/05a_01_The_Pursuit.cfg
    M data/campaigns/Sceptre_of_Fire/scenarios/6_Towards_the_Caves.cfg
    M data/campaigns/The_Hammer_of_Thursagan/scenarios/07_Mages_and_Drakes.cfg
    M data/campaigns/tutorial/scenarios/02_Tutorial_part_2.cfg

  Log Message:
  -----------
  Merge pull request #511 from Wedge009/Spelling_corrections

Spelling corrections


  Commit: bdaddd9a4f177931d9eea8fb765c4f6f866361c7
      https://github.com/wesnoth/wesnoth/commit/bdaddd9a4f177931d9eea8fb765c4f6f866361c7
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-09-29 (Tue, 29 Sep 2015)

  Changed paths:
    M data/gui/default/window/campaign_difficulty.cfg
    M src/game_initialization/create_engine.cpp
    M src/gui/dialogs/campaign_difficulty.cpp
    M src/gui/dialogs/campaign_difficulty.hpp
    M src/savegame.cpp
    M src/tests/gui/test_gui2.cpp

  Log Message:
  -----------
  New syntax for campaign difficulty

This replaces the old format using the tlegacy_menu_item syntax with a new one using a [difficulty] tag.
The only syntax is still supported for now


  Commit: bd6467d1664df78f0a2466a7cc738d9d21db8834
      https://github.com/wesnoth/wesnoth/commit/bd6467d1664df78f0a2466a7cc738d9d21db8834
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-09-29 (Tue, 29 Sep 2015)

  Changed paths:
    M data/campaigns/An_Orcish_Incursion/_main.cfg
    M data/campaigns/Dead_Water/_main.cfg
    M data/campaigns/Delfadors_Memoirs/_main.cfg
    M data/campaigns/Descent_Into_Darkness/_main.cfg
    M data/campaigns/Eastern_Invasion/_main.cfg
    M data/campaigns/Heir_To_The_Throne/_main.cfg
    M data/campaigns/Legend_of_Wesmere/_main.cfg
    M data/campaigns/Liberty/_main.cfg
    M data/campaigns/Northern_Rebirth/_main.cfg
    M data/campaigns/Sceptre_of_Fire/_main.cfg
    M data/campaigns/Son_Of_The_Black_Eye/_main.cfg
    M data/campaigns/The_Hammer_of_Thursagan/_main.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/_main.cfg
    M data/campaigns/The_South_Guard/_main.cfg
    M data/campaigns/Two_Brothers/_main.cfg
    M data/campaigns/Under_the_Burning_Suns/_main.cfg
    M data/core/macros/scenario-utils.cfg

  Log Message:
  -----------
  Converted mainline campaigns to use new difficulty syntax


  Commit: 7f8f428ec49a21de5d00dc45c27635f8559acbd1
      https://github.com/wesnoth/wesnoth/commit/7f8f428ec49a21de5d00dc45c27635f8559acbd1
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-09-30 (Wed, 30 Sep 2015)

  Changed paths:
    M src/gui/dialogs/campaign_difficulty.cpp

  Log Message:
  -----------
  Removed underscores from non-class member variables


  Commit: 7fb0831da6001958c2bc37ada4ad627c207efc6c
      https://github.com/wesnoth/wesnoth/commit/7fb0831da6001958c2bc37ada4ad627c207efc6c
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2015-09-29 (Tue, 29 Sep 2015)

  Changed paths:
    M data/lua/helper.lua

  Log Message:
  -----------
  Use ipairs for the helper functions


  Commit: 2c337d411547012a1421f0f6b15cbde1611a8e54
      https://github.com/wesnoth/wesnoth/commit/2c337d411547012a1421f0f6b15cbde1611a8e54
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2015-09-29 (Tue, 29 Sep 2015)

  Changed paths:
    M data/lua/helper.lua
    M src/scripting/lua_common.cpp

  Log Message:
  -----------
  Use ipairs() for helper.child_range


  Commit: a849e862d8453b1a585a61ef39548a41f957fca2
      https://github.com/wesnoth/wesnoth/commit/a849e862d8453b1a585a61ef39548a41f957fca2
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-09-30 (Wed, 30 Sep 2015)

  Changed paths:
    M data/campaigns/An_Orcish_Incursion/_main.cfg
    M data/campaigns/Dead_Water/_main.cfg
    M data/campaigns/Delfadors_Memoirs/_main.cfg
    M data/campaigns/Descent_Into_Darkness/_main.cfg
    M data/campaigns/Eastern_Invasion/_main.cfg
    M data/campaigns/Heir_To_The_Throne/_main.cfg
    M data/campaigns/Legend_of_Wesmere/_main.cfg
    M data/campaigns/Liberty/_main.cfg
    M data/campaigns/Northern_Rebirth/_main.cfg
    M data/campaigns/Sceptre_of_Fire/_main.cfg
    M data/campaigns/Son_Of_The_Black_Eye/_main.cfg
    M data/campaigns/The_Hammer_of_Thursagan/_main.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/_main.cfg
    M data/campaigns/The_South_Guard/_main.cfg
    M data/campaigns/Two_Brothers/_main.cfg
    M data/campaigns/Under_the_Burning_Suns/_main.cfg
    M data/core/macros/scenario-utils.cfg
    M data/gui/default/window/campaign_difficulty.cfg
    M src/game_initialization/create_engine.cpp
    M src/gui/dialogs/campaign_difficulty.cpp
    M src/gui/dialogs/campaign_difficulty.hpp
    M src/savegame.cpp
    M src/tests/gui/test_gui2.cpp

  Log Message:
  -----------
  Merge pull request #512 from Vultraz/master

New syntax for campaign difficulty.


  Commit: 4410f2ed87e6554e59a45d333bf274db9fc5c8cb
      https://github.com/wesnoth/wesnoth/commit/4410f2ed87e6554e59a45d333bf274db9fc5c8cb
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-09-30 (Wed, 30 Sep 2015)

  Changed paths:
    M changelog

  Log Message:
  -----------
  Changelog entry for new difficulty syntax


  Commit: 9aa015a57a9e5d4444111870210c7d630709267e
      https://github.com/wesnoth/wesnoth/commit/9aa015a57a9e5d4444111870210c7d630709267e
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2015-09-29 (Tue, 29 Sep 2015)

  Changed paths:
    M data/lua/helper.lua

  Log Message:
  -----------
  Fix helper.child_range to work on config and vconfig alike


  Commit: cd91b54e29eced293cff75faf45fa0a15f18786d
      https://github.com/wesnoth/wesnoth/commit/cd91b54e29eced293cff75faf45fa0a15f18786d
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-09-30 (Wed, 30 Sep 2015)

  Changed paths:
    M src/replay_controller.cpp
    M src/replay_controller.hpp

  Log Message:
  -----------
  remove unused member variable


  Commit: 65655fbb67b186d37b7d7b87310d7326e1107a49
      https://github.com/wesnoth/wesnoth/commit/65655fbb67b186d37b7d7b87310d7326e1107a49
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-09-30 (Wed, 30 Sep 2015)

  Changed paths:
    M src/hotkey_handler.hpp
    M src/hotkey_handler_replay.hpp
    M src/hotkey_handler_sp.cpp
    M src/mp_replay_controller.cpp
    M src/play_controller.hpp
    M src/replay_controller.cpp
    M src/replay_controller.hpp

  Log Message:
  -----------
  enable 'skip animation' button in mp replays


  Commit: 2c90513738c4137f3308cf3fbfb446e5d221910c
      https://github.com/wesnoth/wesnoth/commit/2c90513738c4137f3308cf3fbfb446e5d221910c
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-09-30 (Wed, 30 Sep 2015)

  Changed paths:
    M src/hotkey_handler_sp.cpp

  Log Message:
  -----------
  fix file inclusions


  Commit: 9ca66784794fa6eed0fd74558a2368f42030087e
      https://github.com/wesnoth/wesnoth/commit/9ca66784794fa6eed0fd74558a2368f42030087e
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-09-30 (Wed, 30 Sep 2015)

  Changed paths:
    M src/game_initialization/playcampaign.cpp
    M src/hotkey/command_executor.cpp
    M src/hotkey/command_executor.hpp
    M src/hotkey/hotkey_command.cpp
    M src/hotkey/hotkey_command.hpp
    M src/hotkey_handler_replay.cpp
    M src/hotkey_handler_replay.hpp
    M src/hotkey_handler_sp.cpp
    M src/hotkey_handler_sp.hpp
    M src/mp_replay_controller.cpp
    M src/mp_replay_controller.hpp
    M src/play_controller.cpp
    M src/play_controller.hpp
    M src/playsingle_controller.cpp
    M src/playsingle_controller.hpp
    M src/replay.cpp
    M src/replay.hpp
    M src/replay_controller.cpp
    M src/replay_controller.hpp
    M src/replay_recorder_base.cpp
    M src/replay_recorder_base.hpp

  Log Message:
  -----------
  Make is possible to switch from replay directly into normal play

http://gna.org/bugs/?23833

I removed the replay_controller class, instead the normal replay also
uses the mp_replay_controller class which is a 'plugin' to
playsingle_controller which can just be deactivated to switch into
normal gameplay.


  Commit: 703519669269f20a911d9469b6c2540b1b7658f6
      https://github.com/wesnoth/wesnoth/commit/703519669269f20a911d9469b6c2540b1b7658f6
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-09-30 (Wed, 30 Sep 2015)

  Changed paths:
    M src/game_initialization/playcampaign.cpp
    M src/play_controller.cpp
    M src/play_controller.hpp
    M src/playmp_controller.cpp
    M src/playmp_controller.hpp
    M src/playsingle_controller.cpp
    M src/playsingle_controller.hpp

  Log Message:
  -----------
  remove ticks paramter from play_controllers constructor


  Commit: 9546596ad4d4e6c5bf25f63ac7e43a14f7491859
      https://github.com/wesnoth/wesnoth/commit/9546596ad4d4e6c5bf25f63ac7e43a14f7491859
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-09-30 (Wed, 30 Sep 2015)

  Changed paths:
    M src/game_initialization/playcampaign.cpp
    M src/playsingle_controller.cpp
    M src/playsingle_controller.hpp

  Log Message:
  -----------
  remove story parameter from playsingle_controller::play_scenario


  Commit: 7eec2d8105488ef2f4000f1e82068474336b29e7
      https://github.com/wesnoth/wesnoth/commit/7eec2d8105488ef2f4000f1e82068474336b29e7
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-09-30 (Wed, 30 Sep 2015)

  Changed paths:
    M src/game_initialization/playcampaign.cpp
    M src/playsingle_controller.cpp
    M src/playsingle_controller.hpp

  Log Message:
  -----------
  move playsingle_controller::report_victory function


  Commit: 5a82b19335d678f811bb2adf0dc26c71d9bb70d0
      https://github.com/wesnoth/wesnoth/commit/5a82b19335d678f811bb2adf0dc26c71d9bb70d0
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-09-30 (Wed, 30 Sep 2015)

  Changed paths:
    M src/game_state.cpp
    M src/game_state.hpp
    M src/play_controller.cpp
    M src/play_controller.hpp

  Log Message:
  -----------
  move end_level_data_ to gamestate class


  Commit: c169150d075123af635b3a9585c7bbab3efda3eb
      https://github.com/wesnoth/wesnoth/commit/c169150d075123af635b3a9585c7bbab3efda3eb
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-09-30 (Wed, 30 Sep 2015)

  Changed paths:
    M src/hotkey_handler_sp.hpp
    M src/mp_replay_controller.cpp
    M src/mp_replay_controller.hpp
    M src/playsingle_controller.cpp
    M src/playsingle_controller.hpp
    M src/replay_controller.cpp
    M src/replay_controller.hpp

  Log Message:
  -----------
  rename mp_replay_controller to replay_controller


  Commit: 9ebfec99e191622ceaf14c4efdf6d80c3db3a2ce
      https://github.com/wesnoth/wesnoth/commit/9ebfec99e191622ceaf14c4efdf6d80c3db3a2ce
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-09-30 (Wed, 30 Sep 2015)

  Changed paths:
    M src/game_initialization/playcampaign.cpp
    M src/game_initialization/playcampaign.hpp
    M src/game_launcher.cpp

  Log Message:
  -----------
  fix scenario transition after replays

Previously it was not possible to advance to the next scenario after
switching from replay into normal play.


  Commit: 7fc9a974a0516ad3da5b3551abb20b390b401e35
      https://github.com/wesnoth/wesnoth/commit/7fc9a974a0516ad3da5b3551abb20b390b401e35
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-09-30 (Wed, 30 Sep 2015)

  Changed paths:
    M src/game_initialization/connect_engine.cpp
    M src/game_initialization/connect_engine.hpp
    M src/game_initialization/multiplayer.cpp
    M src/game_initialization/multiplayer_lobby.cpp
    M src/game_initialization/multiplayer_lobby.hpp
    M src/game_initialization/multiplayer_ui.hpp
    M src/game_initialization/playcampaign.cpp
    M src/game_initialization/playcampaign.hpp
    M src/game_initialization/singleplayer.cpp
    M src/game_launcher.cpp
    M src/gui/dialogs/lobby_main.cpp
    M src/hotkey_handler_mp.cpp
    M src/playmp_controller.cpp
    M src/playmp_controller.hpp
    M src/playsingle_controller.cpp
    M src/playsingle_controller.hpp
    M src/playturn.cpp
    M src/playturn.hpp
    M src/tests/test_mp_connect.cpp
    M src/tests/utils/play_scenario.cpp

  Log Message:
  -----------
  refactor playcampaign

playcampaign's functions were moved to a new class (campaign_controller).
This removes the need to carry a lot of parameters around in playcampaign's
functions. Specially it removes those confusing boolean parameters to
play_game(). Some mp related parameters were also merged to a
mp_campaign_info struct.


  Commit: f31084da84ecfa99217bbd32f6c713db5602a251
      https://github.com/wesnoth/wesnoth/commit/f31084da84ecfa99217bbd32f6c713db5602a251
  Author: CelticMinstrel <CelticMinstrel at users.noreply.github.com>
  Date:   2015-09-29 (Tue, 29 Sep 2015)

  Changed paths:
    M data/lua/helper.lua

  Log Message:
  -----------
  Remove asserts


  Commit: 4fa11dd3e448ac014f63ace4650c06c50934551e
      https://github.com/wesnoth/wesnoth/commit/4fa11dd3e448ac014f63ace4650c06c50934551e
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-09-30 (Wed, 30 Sep 2015)

  Changed paths:
    M src/game_state.cpp
    M src/game_state.hpp
    M src/play_controller.cpp

  Log Message:
  -----------
  partly revert 'simplify game_state construction'

It turned out that it isn't really possible to create the gamestate
without access to te gamestate from everywhere (resourcces::) the main
problem were the [effect] filters when creating units.


  Commit: 35df343caabe47105c7139fcd283b526b3a26479
      https://github.com/wesnoth/wesnoth/commit/35df343caabe47105c7139fcd283b526b3a26479
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-09-30 (Wed, 30 Sep 2015)

  Changed paths:
    M src/replay_controller.cpp
    M src/replay_controller.hpp

  Log Message:
  -----------
  remove unused code


  Commit: 7f24dd190758131f4c422f9109d5a37ddf94023d
      https://github.com/wesnoth/wesnoth/commit/7f24dd190758131f4c422f9109d5a37ddf94023d
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-09-30 (Wed, 30 Sep 2015)

  Changed paths:
    M data/themes/_initial.cfg

  Log Message:
  -----------
  add 'continue game' button to replaytheme

previously this was only accesible via hotkeys


  Commit: 114b31c90c256e5d9f1dd2969b4563ee3fb79d68
      https://github.com/wesnoth/wesnoth/commit/114b31c90c256e5d9f1dd2969b4563ee3fb79d68
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2015-09-30 (Wed, 30 Sep 2015)

  Changed paths:
    M data/lua/wml/message.lua
    M src/game_events/action_wml.cpp
    M src/gui/dialogs/wml_message.cpp
    M src/gui/dialogs/wml_message.hpp
    M src/menu_events.cpp
    M src/scripting/lua_gui2.cpp

  Log Message:
  -----------
  New syntax for [message][option]message= similar to new [campaign][difficulty]


  Commit: 96fc657d41c28d023c57c8da4233aa3e9a44cfbe
      https://github.com/wesnoth/wesnoth/commit/96fc657d41c28d023c57c8da4233aa3e9a44cfbe
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-01 (Thu, 01 Oct 2015)

  Changed paths:
    M data/campaigns/Eastern_Invasion/scenarios/10_Lake_Vrug.cfg

  Log Message:
  -----------
  E1 S10: end scenario when research begins if enemies are defeated (bug #23899)


  Commit: d964aeecb521fe7e731f22f82fb922a25aab8440
      https://github.com/wesnoth/wesnoth/commit/d964aeecb521fe7e731f22f82fb922a25aab8440
  Author: CelticMinstrel <CelticMinstrel at users.noreply.github.com>
  Date:   2015-09-30 (Wed, 30 Sep 2015)

  Changed paths:
    M data/lua/wml/message.lua
    M src/game_events/action_wml.cpp
    M src/gui/dialogs/wml_message.cpp
    M src/gui/dialogs/wml_message.hpp
    M src/menu_events.cpp
    M src/scripting/lua_gui2.cpp

  Log Message:
  -----------
  Merge pull request #513 from CelticMinstrel/descriptionwml

New syntax for [message][option]message= similar to new [campaign][difficulty]


  Commit: 320372d6b880012eb05047717dbeb5acf5a1046f
      https://github.com/wesnoth/wesnoth/commit/320372d6b880012eb05047717dbeb5acf5a1046f
  Author: CelticMinstrel <CelticMinstrel at users.noreply.github.com>
  Date:   2015-09-30 (Wed, 30 Sep 2015)

  Changed paths:
    M data/lua/helper.lua
    M src/scripting/lua_common.cpp

  Log Message:
  -----------
  Merge pull request #507 from CelticMinstrel/lua-vconfig

Lua vconfig iteration


  Commit: 9e24258b5f5bd9e6b17006d06737fa32f4fc92aa
      https://github.com/wesnoth/wesnoth/commit/9e24258b5f5bd9e6b17006d06737fa32f4fc92aa
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-01 (Thu, 01 Oct 2015)

  Changed paths:
    M data/campaigns/An_Orcish_Incursion/_main.cfg

  Log Message:
  -----------
  AOI: used macros for difficulty levels and restored missing define


  Commit: 9ac120ab7df123a95ebe886ba081f0581662424a
      https://github.com/wesnoth/wesnoth/commit/9ac120ab7df123a95ebe886ba081f0581662424a
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-01 (Thu, 01 Oct 2015)

  Changed paths:
    M data/multiplayer/factions/drakes-default.cfg

  Log Message:
  -----------
  Add missing [ai] block to Drakes (default) faction (bug #23404)


  Commit: dd0b2104a5a1d19abc82beb8f59c787efa52020c
      https://github.com/wesnoth/wesnoth/commit/dd0b2104a5a1d19abc82beb8f59c787efa52020c
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-01 (Thu, 01 Oct 2015)

  Changed paths:
    M data/core/macros/deprecated-utils.cfg
    M data/core/macros/utils.cfg

  Log Message:
  -----------
  Deprecated MENU_IMG_TXT and MENU_IMG_TXT2


  Commit: 9fb175c9d6b8924a77890b14e56513be9454fd21
      https://github.com/wesnoth/wesnoth/commit/9fb175c9d6b8924a77890b14e56513be9454fd21
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2015-10-01 (Thu, 01 Oct 2015)

  Changed paths:
    M data/core/macros/utils.cfg

  Log Message:
  -----------
  Use new looping tags to implement loop macros


  Commit: d5e7be9cef92586b9cecee6dad874aba48197870
      https://github.com/wesnoth/wesnoth/commit/d5e7be9cef92586b9cecee6dad874aba48197870
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2015-10-01 (Thu, 01 Oct 2015)

  Changed paths:
    M data/lua/wml-tags.lua

  Log Message:
  -----------
  Fix [for]reverse= check


  Commit: c0384520ad05fc677da1f2087c2a3683397a6844
      https://github.com/wesnoth/wesnoth/commit/c0384520ad05fc677da1f2087c2a3683397a6844
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2015-10-01 (Thu, 01 Oct 2015)

  Changed paths:
    M data/lua/wml-tags.lua

  Log Message:
  -----------
  Fix [for]step= not being honoured


  Commit: 281f952a0823f43bc40b97b82a8ca3f840718c53
      https://github.com/wesnoth/wesnoth/commit/281f952a0823f43bc40b97b82a8ca3f840718c53
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2015-10-01 (Thu, 01 Oct 2015)

  Changed paths:
    M data/lua/wml-tags.lua

  Log Message:
  -----------
  Fix [for] not working for decreasing ranges


  Commit: 13033270ae51602a923c61b8b9a348826d6ca91c
      https://github.com/wesnoth/wesnoth/commit/13033270ae51602a923c61b8b9a348826d6ca91c
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2015-10-01 (Thu, 01 Oct 2015)

  Changed paths:
    M data/lua/wml-tags.lua

  Log Message:
  -----------
  Sanity test in [for] for sgn(step) ~= sgn(last-first)


  Commit: 74152fc2cb18229ac59908875b2cb83546d38459
      https://github.com/wesnoth/wesnoth/commit/74152fc2cb18229ac59908875b2cb83546d38459
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2015-10-01 (Thu, 01 Oct 2015)

  Changed paths:
    M data/lua/wml/object.lua

  Log Message:
  -----------
  Fix [object] without a filter


  Commit: 5698ea218e159720d06fc9e6e05848accd183e2d
      https://github.com/wesnoth/wesnoth/commit/5698ea218e159720d06fc9e6e05848accd183e2d
  Author: CelticMinstrel <CelticMinstrel at users.noreply.github.com>
  Date:   2015-10-01 (Thu, 01 Oct 2015)

  Changed paths:
    M data/core/macros/utils.cfg
    M data/lua/wml-tags.lua
    M data/lua/wml/object.lua

  Log Message:
  -----------
  Merge pull request #514 from CelticMinstrel/loop-macros

Some fixes to the looping tags


  Commit: fd098e4b629b2636335bf1962e43c9c20a529063
      https://github.com/wesnoth/wesnoth/commit/fd098e4b629b2636335bf1962e43c9c20a529063
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-04 (Sun, 04 Oct 2015)

  Changed paths:
    M data/core/macros/interface-utils.cfg

  Log Message:
  -----------
  Simplify HIGHLIGHT_IMAGE using the new [repeat] tag


  Commit: b037fc7074ae5e54311244ae68df3747d5689aac
      https://github.com/wesnoth/wesnoth/commit/b037fc7074ae5e54311244ae68df3747d5689aac
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-04 (Sun, 04 Oct 2015)

  Changed paths:
    M data/themes/default.cfg
    M src/hotkey/hotkey_preferences_display.cpp

  Log Message:
  -----------
  Cleaned up and reorganized the Actions and Context menus a bit


  Commit: 55ab4463ae5462eb50874795c1beed3a8e7ad595
      https://github.com/wesnoth/wesnoth/commit/55ab4463ae5462eb50874795c1beed3a8e7ad595
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-04 (Sun, 04 Oct 2015)

  Changed paths:
    M src/hotkey/hotkey_preferences_display.cpp

  Log Message:
  -----------
  Fixed incorrect scope being highlighted in hotkey prefs dialog


  Commit: 33385f97b8cd4c8a724a0589257b770942072730
      https://github.com/wesnoth/wesnoth/commit/33385f97b8cd4c8a724a0589257b770942072730
  Author: CelticMinstrel <CelticMinstrel at users.noreply.github.com>
  Date:   2015-10-03 (Sat, 03 Oct 2015)

  Changed paths:
    M data/lua/wml-tags.lua
    M src/scripting/game_lua_kernel.cpp
    M src/scripting/game_lua_kernel.hpp
    M src/scripting/lua_race.cpp
    M src/scripting/lua_unit_type.cpp

  Log Message:
  -----------
  Merge pull request #499 from CelticMinstrel/lua-unit

Lua API changes (mainly relating to units)


  Commit: 2775d3df4d2bd0ea94e87600818da7feb5fdba92
      https://github.com/wesnoth/wesnoth/commit/2775d3df4d2bd0ea94e87600818da7feb5fdba92
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-04 (Sun, 04 Oct 2015)

  Changed paths:
    M data/core/macros/utils.cfg

  Log Message:
  -----------
  Minor simplification of FORCE_CHANCE_TO_HIT


  Commit: ed83c6b888b806b5f86b87792ade923681409fcb
      https://github.com/wesnoth/wesnoth/commit/ed83c6b888b806b5f86b87792ade923681409fcb
  Author: Elias Pschernig <elias at users.sourceforge.net>
  Date:   2015-10-05 (Mon, 05 Oct 2015)

  Changed paths:
    M data/tools/wesnoth/campaignserver_client.py

  Log Message:
  -----------
  [wesnoth_addon_manager] fixed an error message


  Commit: b742542b37bc6f3997e5f3d02c0f9705ad6603ef
      https://github.com/wesnoth/wesnoth/commit/b742542b37bc6f3997e5f3d02c0f9705ad6603ef
  Author: Elias Pschernig <elias at users.sourceforge.net>
  Date:   2015-10-05 (Mon, 05 Oct 2015)

  Changed paths:
    M data/tools/wesnoth/campaignserver_client.py

  Log Message:
  -----------
  [wesnoth_addon_manager] Speedup writing files to disk *a lot* :)


  Commit: 397014a89dc245a8ccb197ce97ce05e50cce11a1
      https://github.com/wesnoth/wesnoth/commit/397014a89dc245a8ccb197ce97ce05e50cce11a1
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-10-06 (Tue, 06 Oct 2015)

  Changed paths:
    M src/game_display.hpp
    M src/playmp_controller.cpp
    M src/playsingle_controller.cpp

  Log Message:
  -----------
  remove tgame_mode::LINGER_SP and tgame_mode::LINGER_MP

they already had the same effect so i merged both options into just
tgame_mode::LINGER


  Commit: 8ddcdebb82021ee518200970d299ebbecaf0df9f
      https://github.com/wesnoth/wesnoth/commit/8ddcdebb82021ee518200970d299ebbecaf0df9f
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-10-06 (Tue, 06 Oct 2015)

  Changed paths:
    M src/side_filter.cpp

  Log Message:
  -----------
  allow side controller= filter in unsynced code.

and make controller= a comma speperated list, so that one can for
example search for controller=ai,network_ai


  Commit: f74d89d166ef40f6c152987c9ccfec80f9860176
      https://github.com/wesnoth/wesnoth/commit/f74d89d166ef40f6c152987c9ccfec80f9860176
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-10-06 (Tue, 06 Oct 2015)

  Changed paths:
    M src/scripting/game_lua_kernel.cpp
    M src/unit.hpp

  Log Message:
  -----------
  more lua modifyable unit properties


  Commit: 1f3aeb6574dac56177660d86d4a1c321b244ebfb
      https://github.com/wesnoth/wesnoth/commit/1f3aeb6574dac56177660d86d4a1c321b244ebfb
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-10-06 (Tue, 06 Oct 2015)

  Changed paths:
    M src/unit.cpp

  Log Message:
  -----------
  add [effect] apply_to=max_expereince set=<value>


  Commit: eaa192ffa80e4d699c7b169f6eefdac9be3e0c81
      https://github.com/wesnoth/wesnoth/commit/eaa192ffa80e4d699c7b169f6eefdac9be3e0c81
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-10-06 (Tue, 06 Oct 2015)

  Changed paths:
    M src/play_controller.cpp
    M src/scripting/game_lua_kernel.cpp

  Log Message:
  -----------
  fix [lua] tags beeing lost on reload


  Commit: 11d6c3f1998f254631616478e75756a6fa2d41ea
      https://github.com/wesnoth/wesnoth/commit/11d6c3f1998f254631616478e75756a6fa2d41ea
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-10-06 (Tue, 06 Oct 2015)

  Changed paths:
    M src/scripting/game_lua_kernel.cpp

  Log Message:
  -----------
  fix assertion failue in wesnth.random


  Commit: c9e23dc733cc5c81e8f12ca8be43adf36fd8b67d
      https://github.com/wesnoth/wesnoth/commit/c9e23dc733cc5c81e8f12ca8be43adf36fd8b67d
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-10-06 (Tue, 06 Oct 2015)

  Changed paths:
    M src/saved_game.cpp

  Log Message:
  -----------
  add enable_if= to mod and era events

http://gna.org/bugs/?23721
enable_if = in [event] contains a condition that is evalulated before
the scenario is startd (specially before the [replay_start] snapshot is
taken) to check whether the event should be added to the scenario.
[event]
enable_if="$($scenario_num -1 > -1)"
[/event]
will for example add the event only if it's not the first scenario (assuming
wml sets the variable) 'scenario_num' to the current scenario number.


  Commit: f7e0de59b71cf6a55ac5d81365a16715072e9229
      https://github.com/wesnoth/wesnoth/commit/f7e0de59b71cf6a55ac5d81365a16715072e9229
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-10-06 (Tue, 06 Oct 2015)

  Changed paths:
    M src/unit.hpp

  Log Message:
  -----------
  fix units variation getter


  Commit: 94ea5782fffdd0ee29d4d2777dfdc4fbd562a482
      https://github.com/wesnoth/wesnoth/commit/94ea5782fffdd0ee29d4d2777dfdc4fbd562a482
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-10-06 (Tue, 06 Oct 2015)

  Changed paths:
    M src/formula_string_utils.cpp

  Log Message:
  -----------
  add $varname?default_value| in variable substitution


  Commit: 83cc82185e5336ead14fee5f9e5bb95b1d02cda0
      https://github.com/wesnoth/wesnoth/commit/83cc82185e5336ead14fee5f9e5bb95b1d02cda0
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-10-06 (Tue, 06 Oct 2015)

  Changed paths:
    M src/ai/lua/core.cpp
    M src/scripting/game_lua_kernel.cpp
    M src/scripting/game_lua_kernel.hpp
    M src/scripting/lua_api.cpp
    M src/scripting/lua_api.hpp
    M src/unit.cpp

  Log Message:
  -----------
  add custom [effect]s with wesnoth.effects

Note that is not possible to use untore_unit/put unit inside those
effects becasue it will casue infinite recirsion.

Intead you can eigher use direct lua unit modification or use reuse
effects with wesnoth.add_modification(u, ..., , ..., false)

The main problem here was, that [effect]s are often applied in unit's
constructor where is was previously not possible to create a lua_unit
refering to that unit, to fix that i had to change lua_unit, luaW_checkunit
and luaW_getunit.


  Commit: 0fd627178d5a191556be0646467658dbe10e3bd5
      https://github.com/wesnoth/wesnoth/commit/0fd627178d5a191556be0646467658dbe10e3bd5
  Author: ln-zookeeper <lari.nieminen at iki.fi>
  Date:   2015-10-06 (Tue, 06 Oct 2015)

  Changed paths:
    M data/core/about.cfg
    A data/core/sounds/mace-miss.ogg
    A data/core/sounds/mace.ogg

  Log Message:
  -----------
  New mace sounds, from material by leorock116


  Commit: 6ff6b76aa67b0df80815887f4a4e60823e2d7f6a
      https://github.com/wesnoth/wesnoth/commit/6ff6b76aa67b0df80815887f4a4e60823e2d7f6a
  Author: gfgtdf <tischpapier at gmail.com>
  Date:   2015-10-06 (Tue, 06 Oct 2015)

  Changed paths:
    M RELEASE_NOTES

  Log Message:
  -----------
  Update RELEASE_NOTES


  Commit: c1e8acd119e54f8376ff38463f819dbcab9141f0
      https://github.com/wesnoth/wesnoth/commit/c1e8acd119e54f8376ff38463f819dbcab9141f0
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-07 (Wed, 07 Oct 2015)

  Changed paths:
    M src/game_events/action_wml.cpp

  Log Message:
  -----------
  Add [replace_map] file= which will load the specified map at runtime

This has an advantage over the map key behavior, where the contents of the map
file were preprocessed and written to savefiles.


  Commit: 3d06f689d7633e37abfc2cd9c0ca1f0013e5f95e
      https://github.com/wesnoth/wesnoth/commit/3d06f689d7633e37abfc2cd9c0ca1f0013e5f95e
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-07 (Wed, 07 Oct 2015)

  Changed paths:
    M src/dialogs.cpp
    M src/game_initialization/multiplayer_lobby.cpp
    M src/saved_game.cpp

  Log Message:
  -----------
  Rename [scenario] map= key to map_file for consistency with [replace_map]

This key was undocumented before so it shouldn't break anything


  Commit: fd34675dd98ba9b486f4afff9e280bb3402b840a
      https://github.com/wesnoth/wesnoth/commit/fd34675dd98ba9b486f4afff9e280bb3402b840a
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2015-10-06 (Tue, 06 Oct 2015)

  Changed paths:
    M data/lua/wml-tags.lua
    M data/test/macros/wml_unit_test_macros.cfg
    M run_wml_tests

  Log Message:
  -----------
  Add an [explain] WML tag

This explains (in the log) why a WML conditional has failed (or succeeded). Currently it is fairly basic, looping through and/or/not and printing out the specific conditional tag that failed as well as, for [variable], the current content of the variable.

It's used in the WML unit tests system, but could also be useful for debugging.

This commit also fixes an issue with passing multiple -a arguments to run_wml_tests.


  Commit: aa2e24d1b72f90b8a2eccc26da84151a704b2067
      https://github.com/wesnoth/wesnoth/commit/aa2e24d1b72f90b8a2eccc26da84151a704b2067
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2015-10-06 (Tue, 06 Oct 2015)

  Changed paths:
    M data/lua/wml-tags.lua
    A data/test/scenarios/for-loops.cfg
    M wml_test_schedule

  Log Message:
  -----------
  Finally fix all the [for] issues. Probably.
(With unit tests to back it up!)

- Fixes [for]step=0
- Fixes [for]start,stop=0,0
- Fixes [for]start,end,step=0,1,-1
- Probably fixes several other things too


  Commit: 5353dfb439439870dc235b8a3c5c67060acf9d1c
      https://github.com/wesnoth/wesnoth/commit/5353dfb439439870dc235b8a3c5c67060acf9d1c
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2015-10-06 (Tue, 06 Oct 2015)

  Changed paths:
    M data/lua/wml-tags.lua

  Log Message:
  -----------
  Use return instead of goto in [while]


  Commit: 2018732284d39f018db781ef524c2154f4000625
      https://github.com/wesnoth/wesnoth/commit/2018732284d39f018db781ef524c2154f4000625
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2015-10-06 (Tue, 06 Oct 2015)

  Changed paths:
    M changelog

  Log Message:
  -----------
  Update changelog


  Commit: 0957b562e21ceb44d29429a4d6aea13828c77e62
      https://github.com/wesnoth/wesnoth/commit/0957b562e21ceb44d29429a4d6aea13828c77e62
  Author: CelticMinstrel <CelticMinstrel at users.noreply.github.com>
  Date:   2015-10-06 (Tue, 06 Oct 2015)

  Changed paths:
    M changelog
    M data/lua/wml-tags.lua
    M data/test/macros/wml_unit_test_macros.cfg
    A data/test/scenarios/for-loops.cfg
    M run_wml_tests
    M wml_test_schedule

  Log Message:
  -----------
  Merge pull request #517 from CelticMinstrel/fix-for

Fix for-loops


  Commit: 9724d98d4493551c9c12a83e470448fba6a304a7
      https://github.com/wesnoth/wesnoth/commit/9724d98d4493551c9c12a83e470448fba6a304a7
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2015-10-06 (Tue, 06 Oct 2015)

  Changed paths:
    M data/lua/wml-tags.lua

  Log Message:
  -----------
  string.format blows up on booleans


  Commit: f8e897e8dd9c9476b0280809c4add0008faddc46
      https://github.com/wesnoth/wesnoth/commit/f8e897e8dd9c9476b0280809c4add0008faddc46
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2015-10-06 (Tue, 06 Oct 2015)

  Changed paths:
    M changelog
    M data/lua/wml-tags.lua
    M data/test/macros/wml_unit_test_macros.cfg

  Log Message:
  -----------
  Change [explain] to [test_condition]


  Commit: 8a7f71578dfd9c00466b526690cb9f4d1c6b6d53
      https://github.com/wesnoth/wesnoth/commit/8a7f71578dfd9c00466b526690cb9f4d1c6b6d53
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2015-10-06 (Tue, 06 Oct 2015)

  Changed paths:
    M data/lua/wml/message.lua

  Log Message:
  -----------
  Add (male|female)_message to [message]


  Commit: 0cc3c812590ed880891decb84c28ec35d7453858
      https://github.com/wesnoth/wesnoth/commit/0cc3c812590ed880891decb84c28ec35d7453858
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-10-06 (Tue, 06 Oct 2015)

  Changed paths:
    M src/synced_user_choice.cpp

  Log Message:
  -----------
  fixed assertion failure in synced_context.cpp


  Commit: e30e7bcc9d32906e806638e1bcaf4087e08a5bed
      https://github.com/wesnoth/wesnoth/commit/e30e7bcc9d32906e806638e1bcaf4087e08a5bed
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-10-06 (Tue, 06 Oct 2015)

  Changed paths:
    M src/game_initialization/playcampaign.cpp

  Log Message:
  -----------
  fixed local mp games


  Commit: 4167530c373caef02eee04ab4974b94fcc648be2
      https://github.com/wesnoth/wesnoth/commit/4167530c373caef02eee04ab4974b94fcc648be2
  Author: gfgtdf <tischpapier at gmail.com>
  Date:   2015-10-06 (Tue, 06 Oct 2015)

  Changed paths:
    M changelog

  Log Message:
  -----------
  Update changelog


  Commit: 9d3f1e5c9d57272ec61af01b7dd3404943e3d43d
      https://github.com/wesnoth/wesnoth/commit/9d3f1e5c9d57272ec61af01b7dd3404943e3d43d
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2015-10-06 (Tue, 06 Oct 2015)

  Changed paths:
    M data/lua/wml-tags.lua

  Log Message:
  -----------
  Fix some issues with [test_condition]


  Commit: 2dfed2c3e477df276e521da2c98419b1a4d67952
      https://github.com/wesnoth/wesnoth/commit/2dfed2c3e477df276e521da2c98419b1a4d67952
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-07 (Wed, 07 Oct 2015)

  Changed paths:
    M src/game_events/action_wml.cpp

  Log Message:
  -----------
  [replace_map]: clarified an error message


  Commit: af7ba3e52751257f08e1fd18747a16fdb170ce76
      https://github.com/wesnoth/wesnoth/commit/af7ba3e52751257f08e1fd18747a16fdb170ce76
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2015-10-06 (Tue, 06 Oct 2015)

  Changed paths:
    M src/editor/controller/editor_controller.cpp
    M src/scripting/game_lua_kernel.cpp
    M src/unit.hpp

  Log Message:
  -----------
  Fix spelling


  Commit: 0173161b2d725bfecd14bb4696134c4b80575d4c
      https://github.com/wesnoth/wesnoth/commit/0173161b2d725bfecd14bb4696134c4b80575d4c
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-07 (Wed, 07 Oct 2015)

  Changed paths:
    M src/dialogs.cpp
    M src/game_events/action_wml.cpp
    M src/game_initialization/multiplayer_lobby.cpp
    M src/saved_game.cpp

  Log Message:
  -----------
  Merge pull request #516 from Vultraz/master

Add [replace_map] file= which will load the specified map at runtime


  Commit: 21e06ef482688f31db366e00b024767a024d1971
      https://github.com/wesnoth/wesnoth/commit/21e06ef482688f31db366e00b024767a024d1971
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2015-10-06 (Tue, 06 Oct 2015)

  Changed paths:
    M src/scripting/game_lua_kernel.cpp
    M src/unit_attack_type.hpp

  Log Message:
  -----------
  Add accuracy/parry to Lua unit attacks table


  Commit: 2a466bd56775f3d598edad56d1ac8b7fcd1f6b07
      https://github.com/wesnoth/wesnoth/commit/2a466bd56775f3d598edad56d1ac8b7fcd1f6b07
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-07 (Wed, 07 Oct 2015)

  Changed paths:
    M src/game_events/action_wml.cpp
    M src/generators/cave_map_generator.cpp
    M src/map.cpp
    M src/menu_events.cpp

  Log Message:
  -----------
  Remove handling of [map] as a tag


  Commit: 798c59c7bdce1d09353817d111c39487b4187366
      https://github.com/wesnoth/wesnoth/commit/798c59c7bdce1d09353817d111c39487b4187366
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-07 (Wed, 07 Oct 2015)

  Changed paths:
    M data/test/scenarios/feeding.cfg
    M data/test/scenarios/test_relative_dir.cfg
    M data/test/scenarios/test_unit_map.cfg

  Log Message:
  -----------
  Replace most instances of a single-hex [terrain_mask] action with [terrain]

One file is deliberately not converted until we get a dedicated mask test


  Commit: abd5dfdcc063c5e83a89d92d4b6511b232d42ae2
      https://github.com/wesnoth/wesnoth/commit/abd5dfdcc063c5e83a89d92d4b6511b232d42ae2
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-07 (Wed, 07 Oct 2015)

  Changed paths:
    M src/game_events/action_wml.cpp
    M src/map.cpp
    M src/map.hpp

  Log Message:
  -----------
  Remove handling of maps' usage= key


  Commit: dd1b681d59c8bde36ee86c8e19affc97a248824a
      https://github.com/wesnoth/wesnoth/commit/dd1b681d59c8bde36ee86c8e19affc97a248824a
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-10-07 (Wed, 07 Oct 2015)

  Changed paths:
    M src/scripting/game_lua_kernel.cpp

  Log Message:
  -----------
  add support for overlays to lua units poxies


  Commit: b8c5641bafb6cb0a4588bc79821eb414971aeeb2
      https://github.com/wesnoth/wesnoth/commit/b8c5641bafb6cb0a4588bc79821eb414971aeeb2
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-08 (Thu, 08 Oct 2015)

  Changed paths:
    M data/campaigns/Dead_Water/maps/Bilheld.map
    M data/campaigns/Dead_Water/maps/Home_1.map
    M data/campaigns/Dead_Water/maps/Home_2.map
    M data/campaigns/Dead_Water/maps/Slavers.map
    M data/campaigns/Dead_Water/maps/Talking_To_Tyegea.map
    M data/campaigns/Dead_Water/maps/The_Flaming_Sword.map
    M data/campaigns/Dead_Water/maps/The_Mage.map
    M data/campaigns/Dead_Water/maps/Tirigaz.map
    M data/campaigns/Dead_Water/maps/Uncharted_Islands.map
    M data/campaigns/Dead_Water/maps/Wolf_Coast.map

  Log Message:
  -----------
  DW: convert maps to new format


  Commit: a2125ad3fd26871cfaa800eacfd43bc62d6e9cb1
      https://github.com/wesnoth/wesnoth/commit/a2125ad3fd26871cfaa800eacfd43bc62d6e9cb1
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2015-10-07 (Wed, 07 Oct 2015)

  Changed paths:
    M src/formula_string_utils.cpp

  Log Message:
  -----------
  Make closing | mandatory in $var?default| syntax


  Commit: b253a331b58ac078b00fb0217267af7bd34952f1
      https://github.com/wesnoth/wesnoth/commit/b253a331b58ac078b00fb0217267af7bd34952f1
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-08 (Thu, 08 Oct 2015)

  Changed paths:
    M data/campaigns/Dead_Water/scenarios/02_Flight.cfg

  Log Message:
  -----------
  DW S2: convert inline mask to new format


  Commit: 997221352076d5f530d5ddaafee0e7942257d20f
      https://github.com/wesnoth/wesnoth/commit/997221352076d5f530d5ddaafee0e7942257d20f
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-08 (Thu, 08 Oct 2015)

  Changed paths:
    M data/campaigns/Sceptre_of_Fire/maps/1_A_Bargain_is_Struck.map
    M data/campaigns/Sceptre_of_Fire/maps/2_Closing_the_Gates.map
    M data/campaigns/Sceptre_of_Fire/maps/2t_In_the_Dwarven_City.map
    M data/campaigns/Sceptre_of_Fire/maps/3_Searching_for_the_Runecrafter.map
    M data/campaigns/Sceptre_of_Fire/maps/3t_The_Council_Regathers.map
    M data/campaigns/Sceptre_of_Fire/maps/4_Gathering_Materials-random.mask
    M data/campaigns/Sceptre_of_Fire/maps/4t_The_Jeweler.map
    M data/campaigns/Sceptre_of_Fire/maps/5_Hills_of_the_Shorbear_Clan.map
    M data/campaigns/Sceptre_of_Fire/maps/6_Towards_the_Caves.map
    M data/campaigns/Sceptre_of_Fire/maps/7_Outriding_the_Outriders.map
    M data/campaigns/Sceptre_of_Fire/maps/8_The_Dragon.map
    M data/campaigns/Sceptre_of_Fire/maps/9_Caverns_of_Flame.map
    M data/campaigns/Sceptre_of_Fire/maps/9_overlay/9_o1.mask
    M data/campaigns/Sceptre_of_Fire/maps/9_overlay/9_o2.mask
    M data/campaigns/Sceptre_of_Fire/maps/9_overlay/9_o3.mask
    M data/campaigns/Sceptre_of_Fire/maps/9_overlay/9_o4.mask
    M data/campaigns/Sceptre_of_Fire/maps/9_overlay/9_o5.mask
    M data/campaigns/Sceptre_of_Fire/maps/9_overlay/9_o6.mask
    M data/campaigns/Sceptre_of_Fire/maps/9_overlay/9_o7.mask
    M data/campaigns/Sceptre_of_Fire/maps/9_overlay/9_o8.mask
    M data/campaigns/Sceptre_of_Fire/maps/9_overlay/9_o9.mask
    M data/campaigns/Sceptre_of_Fire/maps/9_overlay/9_of.mask
    M data/campaigns/Sceptre_of_Fire/maps/Epilogue.map
    M data/campaigns/Sceptre_of_Fire/scenarios/9_Caverns_of_Flame.cfg

  Log Message:
  -----------
  SoF: convert maps and masks to new format


  Commit: 6009729fd180c3894243ef62a1855d8b956042a1
      https://github.com/wesnoth/wesnoth/commit/6009729fd180c3894243ef62a1855d8b956042a1
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-08 (Thu, 08 Oct 2015)

  Changed paths:
    M data/campaigns/Delfadors_Memoirs/maps/01_Overture.map
    M data/campaigns/Delfadors_Memoirs/maps/02_This_Valley_Belongs_to_Me.map
    M data/campaigns/Delfadors_Memoirs/maps/03_The_Road_to_Weldyn.map
    M data/campaigns/Delfadors_Memoirs/maps/04_Leollyn.map
    M data/campaigns/Delfadors_Memoirs/maps/05_Council_in_Weldyn.map
    M data/campaigns/Delfadors_Memoirs/maps/06_The_Swamps_of_Illuven.map
    M data/campaigns/Delfadors_Memoirs/maps/07_Night_in_the_Swamp.map
    M data/campaigns/Delfadors_Memoirs/maps/08_Ur-Thorodor.map
    M data/campaigns/Delfadors_Memoirs/maps/09_Houses_of_the_Dead.map
    M data/campaigns/Delfadors_Memoirs/maps/10_The_Gate_Between_Worlds.map
    M data/campaigns/Delfadors_Memoirs/maps/11_Wasteland.map
    M data/campaigns/Delfadors_Memoirs/maps/12_Terror_at_the_Ford_of_Parthyn.map
    M data/campaigns/Delfadors_Memoirs/maps/13_The_Return_of_Trouble.map
    M data/campaigns/Delfadors_Memoirs/maps/14_Shadows_in_the_Dark.map
    M data/campaigns/Delfadors_Memoirs/maps/15_Save_the_King.map
    M data/campaigns/Delfadors_Memoirs/maps/17_A_New_Ally.map
    M data/campaigns/Delfadors_Memoirs/maps/18_The_Portal_of_Doom.map
    M data/campaigns/Delfadors_Memoirs/maps/19_Showdown_in_the_Northern_Swamp.map
    M data/campaigns/Delfadors_Memoirs/maps/20_Prince_of_Wesnoth.map
    M data/campaigns/Delfadors_Memoirs/maps/21_Clash_at_the_Manor.map
    M data/campaigns/Delfadors_Memoirs/maps/22_Face_of_the_Enemy.map

  Log Message:
  -----------
  DM: convert maps to new format


  Commit: a97cd1c74ed2ab4f241a68fad8a3bac8e99b43a3
      https://github.com/wesnoth/wesnoth/commit/a97cd1c74ed2ab4f241a68fad8a3bac8e99b43a3
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-08 (Thu, 08 Oct 2015)

  Changed paths:
    M data/campaigns/Heir_To_The_Throne/maps/01_The_Elves_Besieged.map
    M data/campaigns/Heir_To_The_Throne/maps/02_Blackwater_Port.map
    M data/campaigns/Heir_To_The_Throne/maps/03_The_Isle_of_Alduin.map
    M data/campaigns/Heir_To_The_Throne/maps/04_The_Bay_of_Pearls.map
    M data/campaigns/Heir_To_The_Throne/maps/05a_Muff_Malal_Peninsula.map
    M data/campaigns/Heir_To_The_Throne/maps/05b_Isle_of_the_Damned.map
    M data/campaigns/Heir_To_The_Throne/maps/06_The_Siege_of_Elensefar.map
    M data/campaigns/Heir_To_The_Throne/maps/07_Crossroads.map
    M data/campaigns/Heir_To_The_Throne/maps/08_The_Princess_of_Wesnoth.map
    M data/campaigns/Heir_To_The_Throne/maps/09_The_Valley_of_Death.map
    M data/campaigns/Heir_To_The_Throne/maps/10_Gryphon_Mountain.map
    M data/campaigns/Heir_To_The_Throne/maps/11_The_Ford_of_Abez.map
    M data/campaigns/Heir_To_The_Throne/maps/12_Northern_Winter.map
    M data/campaigns/Heir_To_The_Throne/maps/13_The_Dwarven_Doors.map
    M data/campaigns/Heir_To_The_Throne/maps/14_Plunging_Into_the_Darkness.map
    M data/campaigns/Heir_To_The_Throne/maps/15_The_Lost_General.map
    M data/campaigns/Heir_To_The_Throne/maps/16_Hasty_Alliance.map
    M data/campaigns/Heir_To_The_Throne/maps/18_A_Choice_Must_Be_Made.map
    M data/campaigns/Heir_To_The_Throne/maps/19a_Snow_Plains.map
    M data/campaigns/Heir_To_The_Throne/maps/19b_Swamp_Of_Dread.map
    M data/campaigns/Heir_To_The_Throne/maps/19c_Cliffs_of_Thoria.map
    M data/campaigns/Heir_To_The_Throne/maps/20a_North_Elves.map
    M data/campaigns/Heir_To_The_Throne/maps/20b_Underground_Channels.map
    M data/campaigns/Heir_To_The_Throne/maps/21_Elven_Council.map
    M data/campaigns/Heir_To_The_Throne/maps/22_Return_to_Wesnoth.map
    M data/campaigns/Heir_To_The_Throne/maps/23_Test_of_the_Clans.map
    M data/campaigns/Heir_To_The_Throne/maps/24_Battle_for_Wesnoth.map

  Log Message:
  -----------
  HttT: convert maps to new format


  Commit: d6a31d2be159d63936a1ce35c1477b0dcc10a774
      https://github.com/wesnoth/wesnoth/commit/d6a31d2be159d63936a1ce35c1477b0dcc10a774
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-08 (Thu, 08 Oct 2015)

  Changed paths:
    A data/campaigns/Heir_To_The_Throne/masks/17_Scepter_of_Fire.mask
    M data/campaigns/Heir_To_The_Throne/utils/httt_utils.cfg

  Log Message:
  -----------
  HttT: split S17 mask into its own file and converted it to new format


  Commit: 7f8645ebc04fdc83eb6dc20a1bc7a309017fa15a
      https://github.com/wesnoth/wesnoth/commit/7f8645ebc04fdc83eb6dc20a1bc7a309017fa15a
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-08 (Thu, 08 Oct 2015)

  Changed paths:
    M data/campaigns/Liberty/maps/01_The_Raid.map
    M data/campaigns/Liberty/maps/02_Civil_Disobedience.map
    M data/campaigns/Liberty/maps/03_Strategy_of_Hope.map
    M data/campaigns/Liberty/maps/04_Unlawful_Orders.map
    M data/campaigns/Liberty/maps/05_Hide_and_Seek.map
    M data/campaigns/Liberty/maps/06_The_Grey_Woods.map
    M data/campaigns/Liberty/maps/07_The_Hunters.map
    M data/campaigns/Liberty/maps/08_Glory.map

  Log Message:
  -----------
  L: convert maps to new format


  Commit: 6cdc849aa27663d625cbac42ae54e516f07d5b1b
      https://github.com/wesnoth/wesnoth/commit/6cdc849aa27663d625cbac42ae54e516f07d5b1b
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-08 (Thu, 08 Oct 2015)

  Changed paths:
    M data/campaigns/Liberty/scenarios/08_Glory.cfg

  Log Message:
  -----------
  L S8: convert inline mask to new format


  Commit: fe3057173bbf4db64d6555c42052148707fc31ba
      https://github.com/wesnoth/wesnoth/commit/fe3057173bbf4db64d6555c42052148707fc31ba
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-08 (Thu, 08 Oct 2015)

  Changed paths:
    M data/campaigns/Son_Of_The_Black_Eye/maps/01_End_of_Peace.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/03_Toward_Mountains_of_Haag.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/04_The_Siege_of_Barag_Gor.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/05_To_the_Harbor_of_Tirigaz.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/06_Black_Flag.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/07_The_Desert_of_Death.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/08_Silent_Forest.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/09_Shan_Taum_the_Smug.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/10_Saving_Inarix.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/11_Clash_of_Armies.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/12_Giving_Some_Back.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/13_The_Dwarvish_Stand.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/14_Back_Home.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/15_Civil_War.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/16_The_Coward.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/17_The_Human_Attack.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/18_Northern_Alliance.map

  Log Message:
  -----------
  SotBE: convert maps to new format


  Commit: 8e58764517e52840e0170b83e35d2a7a4ebb1807
      https://github.com/wesnoth/wesnoth/commit/8e58764517e52840e0170b83e35d2a7a4ebb1807
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-08 (Thu, 08 Oct 2015)

  Changed paths:
    M data/campaigns/The_Rise_Of_Wesnoth/maps/01_A_Summer_of_Storms.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/02_The_Fall.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/03_A_Harrowing_Escape.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/04a_The_Swamp_of_Esten.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/04b_The_Midlands.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/05_The_Oldwood.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/06_Temple_in_the_Deep.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/08_Clearwater_Port.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/09_Fallen_Lich_Point.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/10_Sewer_of_Southbay.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/11_Southbay_in_Winter.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/12_A_Final_Spring.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/13_Peoples_in_Decline.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/14_Rough_Landing.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/15_A_New_Land.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/16_The_Kalian.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/17a_The_Dragon.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/17b_Lizard_Beach.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/17c_Troll_Hole.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/17d_Cursed_Isle.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/19_The_Vanguard.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/20_Return_of_the_Fleet.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/21_The_Plan.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/22_The_Rise_of_Wesnoth.map

  Log Message:
  -----------
  TRoW: convert maps to new format


  Commit: 31e822d7c6410efdab68c743930cda22d36be983
      https://github.com/wesnoth/wesnoth/commit/31e822d7c6410efdab68c743930cda22d36be983
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-08 (Thu, 08 Oct 2015)

  Changed paths:
    M data/campaigns/Eastern_Invasion/maps/05_Northern_Outpost.map
    M data/campaigns/Eastern_Invasion/maps/06_Two_Paths.map
    M data/campaigns/Eastern_Invasion/maps/08_Training_the_Ogres.map
    M data/campaigns/Eastern_Invasion/maps/10_Lake_Vrug.map
    M data/campaigns/Eastern_Invasion/maps/12_Evacuation.map
    M data/campaigns/Eastern_Invasion/maps/13_The_Drowned_Plains.map
    M data/campaigns/Eastern_Invasion/maps/17a_The_Duel.map

  Log Message:
  -----------
  EI: convert remaining maps to new format


  Commit: f932da26bebc034f6e556c2e1821e3478435deec
      https://github.com/wesnoth/wesnoth/commit/f932da26bebc034f6e556c2e1821e3478435deec
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-08 (Thu, 08 Oct 2015)

  Changed paths:
    M data/campaigns/The_South_Guard/scenarios/06b_The_Long_March.cfg

  Log Message:
  -----------
  TSG S6b: convert inline masks to new format


  Commit: a96253982b6d195d8d9f61f5b1877b46718f3759
      https://github.com/wesnoth/wesnoth/commit/a96253982b6d195d8d9f61f5b1877b46718f3759
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-08 (Thu, 08 Oct 2015)

  Changed paths:
    M data/multiplayer/scenarios/6p_Team_Survival.cfg

  Log Message:
  -----------
  Team Survival: convert masks to new format


  Commit: 68363b3e210741e40e0d59fcd8380359739a55aa
      https://github.com/wesnoth/wesnoth/commit/68363b3e210741e40e0d59fcd8380359739a55aa
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-08 (Thu, 08 Oct 2015)

  Changed paths:
    M data/multiplayer/scenarios/Wesbench_AI.cfg
    M data/multiplayer/scenarios/Wesbench_Scroll.cfg
    M data/multiplayer/scenarios/Wesbench_Shroud_Walk.cfg

  Log Message:
  -----------
  Convert benchmark scenario maps to new format


  Commit: 1b22a974c212bbed7ec06e7c5924d37dd352011f
      https://github.com/wesnoth/wesnoth/commit/1b22a974c212bbed7ec06e7c5924d37dd352011f
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2015-10-07 (Wed, 07 Oct 2015)

  Changed paths:
    M src/game_events/action_wml.cpp
    M src/map.cpp

  Log Message:
  -----------
  Make [terrain_mask]border default to yes and imply the required border size


  Commit: 9859091c7c49d723415f9a1c377956da80486576
      https://github.com/wesnoth/wesnoth/commit/9859091c7c49d723415f9a1c377956da80486576
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2015-10-07 (Wed, 07 Oct 2015)

  Changed paths:
    M attic/maps/5t_Trapped.map
    M attic/maps/A_Snowy_Mountain.map
    M attic/maps/Between_Fire_And_Sword.map
    M attic/maps/Finding_The_Elves.map
    M data/ai/maps/scenario-AI_Arena_small.map
    M data/ai/maps/scenario-test_move_to_targets.map
    M data/ai/micro_ais/maps/animals.map
    M data/ai/micro_ais/maps/bottleneck_defense.map
    M data/ai/micro_ais/maps/goto.map
    M data/ai/micro_ais/maps/lurkers.map
    M data/ai/micro_ais/maps/messenger_escort.map
    M data/ai/micro_ais/maps/protect_unit.map
    M data/ai/scenarios/scenario-lua-ai.cfg
    M data/ai/scenarios/scenario-no_engine.cfg
    M data/scenario-formula-recruitment.cfg
    M data/scenario-formula.cfg
    M data/scenario-leaders.cfg
    M data/scenario-movethrough.cfg
    M data/scenario-poisoning.cfg
    M data/scenario-test.cfg
    M utils/umc_dev/org.wesnoth/templates/map.map

  Log Message:
  -----------
  Convert test scenario maps to new format


  Commit: 57c79de7b3de80f80271a39d473fe400459861a1
      https://github.com/wesnoth/wesnoth/commit/57c79de7b3de80f80271a39d473fe400459861a1
  Author: CelticMinstrel <CelticMinstrel at users.noreply.github.com>
  Date:   2015-10-07 (Wed, 07 Oct 2015)

  Changed paths:
    M src/formula_string_utils.cpp

  Log Message:
  -----------
  Merge pull request #518 from CelticMinstrel/var-default

Make closing | mandatory in $var?default| syntax


  Commit: 35b227bbc25eb427af2c98fc02ea23025a123324
      https://github.com/wesnoth/wesnoth/commit/35b227bbc25eb427af2c98fc02ea23025a123324
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-08 (Thu, 08 Oct 2015)

  Changed paths:
    M src/game_events/action_wml.cpp

  Log Message:
  -----------
  Add [terrain_mask] mask_file= key to load mask at runtime

Served same function as [replace_map] map_file=


  Commit: ae1ebd09cd30e6b98bfe9f1c56575fcd44f7dab5
      https://github.com/wesnoth/wesnoth/commit/ae1ebd09cd30e6b98bfe9f1c56575fcd44f7dab5
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-08 (Thu, 08 Oct 2015)

  Changed paths:
    M src/editor/map/editor_map.cpp
    M src/generators/default_map_generator_job.cpp
    M src/map.cpp
    M src/map.hpp

  Log Message:
  -----------
  Minor cleanup regarding border size


  Commit: f224e2a0735de607708660a0b352b069cd5bf517
      https://github.com/wesnoth/wesnoth/commit/f224e2a0735de607708660a0b352b069cd5bf517
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2015-10-07 (Wed, 07 Oct 2015)

  Changed paths:
    M data/test/scenarios/test_victory_attacks.cfg

  Log Message:
  -----------
  Fix WML unit tests


  Commit: 1cf271e01e2c9984031dd5c26ccaeb5342741e2e
      https://github.com/wesnoth/wesnoth/commit/1cf271e01e2c9984031dd5c26ccaeb5342741e2e
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-08 (Thu, 08 Oct 2015)

  Changed paths:
    M src/team.hpp

  Log Message:
  -----------
  Add setter methods for share_vision


  Commit: 1a6161a8ab124002dc3f337228d7b4c0a9d546e9
      https://github.com/wesnoth/wesnoth/commit/1a6161a8ab124002dc3f337228d7b4c0a9d546e9
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-08 (Thu, 08 Oct 2015)

  Changed paths:
    M data/gui/default/window/editor_edit_side.cfg
    M src/editor/map/context_manager.cpp
    M src/editor/map/map_context.cpp
    M src/editor/map/map_context.hpp
    M src/gui/dialogs/editor/editor_edit_side.cpp
    M src/gui/dialogs/editor/editor_edit_side.hpp

  Log Message:
  -----------
  Make Edit Side dialog to use new share_vision tristate


  Commit: a77fada7845fa678f7db183955f4499f9d1fa629
      https://github.com/wesnoth/wesnoth/commit/a77fada7845fa678f7db183955f4499f9d1fa629
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-10-08 (Thu, 08 Oct 2015)

  Changed paths:
    M src/scripting/game_lua_kernel.cpp
    M src/scripting/lua_common.cpp
    M src/scripting/lua_common.hpp

  Log Message:
  -----------
  add access to tables via unit.variables

unit.variables now uses the same functionality as
wesnoth.get/set_variable (just for the unit variable instead of the game
variables) which makes it possible to access table values. Its also
posible to access subvariables as
unit.variables["list1[2].list2.length"]


  Commit: 285f8c80e2321ac36f91a4e47b264b4304170de0
      https://github.com/wesnoth/wesnoth/commit/285f8c80e2321ac36f91a4e47b264b4304170de0
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2015-10-08 (Thu, 08 Oct 2015)

  Changed paths:
    M src/game_events/action_wml.cpp
    M src/variable.hpp

  Log Message:
  -----------
  Allow mixing [literal], [value], and even [split] in [set_variables]


  Commit: 2319bd26ab453d9671fb0f9aaf5c5f65cae67b4c
      https://github.com/wesnoth/wesnoth/commit/2319bd26ab453d9671fb0f9aaf5c5f65cae67b4c
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-09 (Fri, 09 Oct 2015)

  Changed paths:
    M src/game_events/action_wml.cpp
    M src/scripting/game_lua_kernel.cpp
    M src/scripting/lua_common.cpp
    M src/scripting/lua_common.hpp
    M src/variable.hpp

  Log Message:
  -----------
  Merge branch 'master' of github.com:wesnoth/wesnoth


  Commit: 5438ec8a487b387c946daa2ea781bbdc50539799
      https://github.com/wesnoth/wesnoth/commit/5438ec8a487b387c946daa2ea781bbdc50539799
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-10-08 (Thu, 08 Oct 2015)

  Changed paths:
    M src/carryover.cpp
    M src/carryover.hpp
    M src/scripting/game_lua_kernel.cpp
    M src/scripting/game_lua_kernel.hpp
    M src/team.cpp
    M src/team.hpp

  Log Message:
  -----------
  side specific variables.

http://gna.org/bugs/?23490

This makes it possible to store variables inside the side with the lua
functions get/set_side_variable. These variables are carried over along
other side specific data(units, gold)


  Commit: 610aa9a2da1eaac3b9f97dc115b3b648b3b927a3
      https://github.com/wesnoth/wesnoth/commit/610aa9a2da1eaac3b9f97dc115b3b648b3b927a3
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-09 (Fri, 09 Oct 2015)

  Changed paths:
    M data/gui/default/window/editor_edit_side.cfg
    M src/editor/map/context_manager.cpp
    M src/editor/map/map_context.cpp
    M src/editor/map/map_context.hpp
    M src/gui/dialogs/editor/editor_edit_side.cpp
    M src/gui/dialogs/editor/editor_edit_side.hpp
    M src/team.hpp

  Log Message:
  -----------
  Merge pull request #519 from Vultraz/master

Make Edit Side dialog to use new share_vision tristate


  Commit: 0fe3bbd3629de65410afba59a752230801985ae6
      https://github.com/wesnoth/wesnoth/commit/0fe3bbd3629de65410afba59a752230801985ae6
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-09 (Fri, 09 Oct 2015)

  Log Message:
  -----------
  Merge branch 'master' of github.com:wesnoth/wesnoth


  Commit: ae305e9cc7885294617a86562bf8705cbbc7181e
      https://github.com/wesnoth/wesnoth/commit/ae305e9cc7885294617a86562bf8705cbbc7181e
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-09 (Fri, 09 Oct 2015)

  Changed paths:
    M src/editor/map/context_manager.cpp

  Log Message:
  -----------
  Don't switch map contexts when opening the map currently being viewed


  Commit: 872444a28c1e6e3d98543e180bed235edb09bd3f
      https://github.com/wesnoth/wesnoth/commit/872444a28c1e6e3d98543e180bed235edb09bd3f
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-09 (Fri, 09 Oct 2015)

  Changed paths:
    M data/core/editor/_main.cfg

  Log Message:
  -----------
  Remove multiplayer/ inclusion from editor


  Commit: 0dbaabbb3ebf0506d116eb0c9d0161e28d8222a0
      https://github.com/wesnoth/wesnoth/commit/0dbaabbb3ebf0506d116eb0c9d0161e28d8222a0
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-09 (Fri, 09 Oct 2015)

  Changed paths:
    A data/multiplayer/maps/6p_Team_Survival.map
    M data/multiplayer/scenarios/6p_Team_Survival.cfg

  Log Message:
  -----------
  Split 6p Team Survival map into own file


  Commit: dfabf72030439d61990c192ce068667d24626196
      https://github.com/wesnoth/wesnoth/commit/dfabf72030439d61990c192ce068667d24626196
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-10 (Sat, 10 Oct 2015)

  Changed paths:
    M data/core/editor/_main.cfg

  Log Message:
  -----------
  Revert "Remove multiplayer/ inclusion from editor"

This reverts commit 872444a28c1e6e3d98543e180bed235edb09bd3f.


  Commit: 25a5facce352e0d794984d0075900fe0fd9865c5
      https://github.com/wesnoth/wesnoth/commit/25a5facce352e0d794984d0075900fe0fd9865c5
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2015-10-09 (Fri, 09 Oct 2015)

  Changed paths:
    M data/themes/editor.cfg
    M src/editor/controller/editor_controller.cpp
    M src/editor/controller/editor_controller.hpp
    M src/editor/editor_preferences.cpp
    M src/editor/editor_preferences.hpp
    M src/editor/map/context_manager.cpp
    M src/editor/map/context_manager.hpp
    M src/editor/map/map_context.cpp
    M src/editor/map/map_context.hpp

  Log Message:
  -----------
  editor: Add Recent Files menu with recently loaded/saved files

File paths are recorded into the game preferences up to a (currently
hardcoded) limit of 6 and opening or saving maps adds or bumps existing
entries to the top. We may allow users to change the MRU limit in
Advanced Preferences in a later commit.

Adds two translatable strings.

In order to fit file paths in the menu without filling up the whole
screen sideways, we use only the file names for now. Because identical
file names could prove to be an actual issue later, I intend to look
into ellipsizing paths correctly in a later step.

(Note that I'm piggybacking on the crummy submenu support we already had
in the themable UI so that this can be safely backported to 1.12. It's
decidedly not optimal usability-wise, but it'll have to do for now.)


  Commit: e18605733642f7a35c01f2251cdacd874c12dfc4
      https://github.com/wesnoth/wesnoth/commit/e18605733642f7a35c01f2251cdacd874c12dfc4
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2015-10-09 (Fri, 09 Oct 2015)

  Changed paths:
    M data/advanced_preferences.cfg
    M src/editor/editor_preferences.cpp

  Log Message:
  -----------
  editor: Make Recent Files limit customizable and increase default to 10


  Commit: 916ec18069b1958ef365204aa1884de7f5fe9e88
      https://github.com/wesnoth/wesnoth/commit/916ec18069b1958ef365204aa1884de7f5fe9e88
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2015-10-09 (Fri, 09 Oct 2015)

  Changed paths:
    M changelog

  Log Message:
  -----------
  Update changelog


  Commit: d744a88808bbea3a8d5d6205ece835878eb14195
      https://github.com/wesnoth/wesnoth/commit/d744a88808bbea3a8d5d6205ece835878eb14195
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2015-10-09 (Fri, 09 Oct 2015)

  Changed paths:
    M changelog
    M data/advanced_preferences.cfg
    M data/themes/editor.cfg
    M src/editor/controller/editor_controller.cpp
    M src/editor/controller/editor_controller.hpp
    M src/editor/editor_preferences.cpp
    M src/editor/editor_preferences.hpp
    M src/editor/map/context_manager.cpp
    M src/editor/map/context_manager.hpp
    M src/editor/map/map_context.cpp
    M src/editor/map/map_context.hpp

  Log Message:
  -----------
  Merge branch 'feature/editor-mru-master'


  Commit: 048c23cb3a6568830b37ec11a8cf86ebb48816c5
      https://github.com/wesnoth/wesnoth/commit/048c23cb3a6568830b37ec11a8cf86ebb48816c5
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2015-10-09 (Fri, 09 Oct 2015)

  Changed paths:
    M src/hotkey/command_executor.cpp

  Log Message:
  -----------
  hotkeys: Use a matching arrow icon style for submenus


  Commit: a2404cad011577f3da2ef4d6d311dc1b4ceafd9d
      https://github.com/wesnoth/wesnoth/commit/a2404cad011577f3da2ef4d6d311dc1b4ceafd9d
  Author: Wedge009 <wedge009 at wedge009.net>
  Date:   2015-10-10 (Sat, 10 Oct 2015)

  Changed paths:
    M src/formula_string_utils.cpp

  Log Message:
  -----------
  Ensure var_end is not beyond res.end()

MSVC debug mode complains that var_end cannot be dereferenced if it hits the end of the string.


  Commit: cc5f614bc04801d4734930b11a3eb2ecb885285b
      https://github.com/wesnoth/wesnoth/commit/cc5f614bc04801d4734930b11a3eb2ecb885285b
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-10 (Sat, 10 Oct 2015)

  Changed paths:
    M data/campaigns/Heir_To_The_Throne/scenarios/01_The_Elves_Besieged.cfg

  Log Message:
  -----------
  HttT S1: removed unused variable


  Commit: b68ea239d52efc4968c40df2cfa5ab6ce629d824
      https://github.com/wesnoth/wesnoth/commit/b68ea239d52efc4968c40df2cfa5ab6ce629d824
  Author: CelticMinstrel <CelticMinstrel at users.noreply.github.com>
  Date:   2015-10-10 (Sat, 10 Oct 2015)

  Changed paths:
    M src/formula_string_utils.cpp

  Log Message:
  -----------
  Merge pull request #521 from Wedge009/msvc_debug_fix

Ensure var_end is not beyond res.end()


  Commit: c12ccfa30bef14dbc90c2601c08e5489cb132005
      https://github.com/wesnoth/wesnoth/commit/c12ccfa30bef14dbc90c2601c08e5489cb132005
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2015-10-10 (Sat, 10 Oct 2015)

  Changed paths:
    M src/scripting/lua_gui2.cpp

  Log Message:
  -----------
  Lua API: Keep stack clean after gathering message dialog options


  Commit: c001f661f0810c78df3c3ea1e57c54d8a9c1169e
      https://github.com/wesnoth/wesnoth/commit/c001f661f0810c78df3c3ea1e57c54d8a9c1169e
  Author: anatoly techtonik <techtonik at gmail.com>
  Date:   2015-10-10 (Sat, 10 Oct 2015)

  Changed paths:
    M scons/sdl.py

  Log Message:
  -----------
  scons/sdl.py: Escape backslashes on path substitution

This clears warnings on Windows
https://github.com/wesnoth/wesnoth/pull/481#issue-104760195


  Commit: 7a6293a86bb2c83fbdacf89f7489e5e17be516b6
      https://github.com/wesnoth/wesnoth/commit/7a6293a86bb2c83fbdacf89f7489e5e17be516b6
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-12 (Mon, 12 Oct 2015)

  Changed paths:
    M src/editor/map/context_manager.cpp
    M src/editor/map/context_manager.hpp

  Log Message:
  -----------
  Display name of current map in window title


  Commit: fe7b30fafa5f016eb82fae97d14fd25a67bba032
      https://github.com/wesnoth/wesnoth/commit/fe7b30fafa5f016eb82fae97d14fd25a67bba032
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-12 (Mon, 12 Oct 2015)

  Changed paths:
    M src/hotkey/hotkey_command.cpp

  Log Message:
  -----------
  Restrict "Enter User Command" to game scope only

The hotkey was assigned three scopes in order to appear under the General tab.
However, as it has no effect outside the game, it makes no sense for it to appear there.


  Commit: 65b2eb2a7e81b854a2f9c56a39d99b17b0cad8cd
      https://github.com/wesnoth/wesnoth/commit/65b2eb2a7e81b854a2f9c56a39d99b17b0cad8cd
  Author: gfgtdf <tischpapier at gmail.com>
  Date:   2015-10-11 (Sun, 11 Oct 2015)

  Changed paths:
    M src/carryover.cpp
    M src/carryover.hpp
    M src/scripting/game_lua_kernel.cpp
    M src/scripting/game_lua_kernel.hpp
    M src/team.cpp
    M src/team.hpp

  Log Message:
  -----------
  Merge pull request #520 from gfgtdf/lua_carryover

side specific variables.


  Commit: a437c538d5dc8e22d9bf68d3d931c4be25de0e99
      https://github.com/wesnoth/wesnoth/commit/a437c538d5dc8e22d9bf68d3d931c4be25de0e99
  Author: ln-zookeeper <lari.nieminen at iki.fi>
  Date:   2015-10-12 (Mon, 12 Oct 2015)

  Changed paths:
    M data/core/about.cfg
    A data/core/sounds/club-miss.ogg
    M data/core/sounds/club.ogg
    A data/core/sounds/staff-miss.ogg
    A data/core/sounds/staff.ogg

  Log Message:
  -----------
  New staff and club sounds, from material by leorock116


  Commit: 76ad3e9c7ce0a741935b4fa0c6db6cb998530314
      https://github.com/wesnoth/wesnoth/commit/76ad3e9c7ce0a741935b4fa0c6db6cb998530314
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-12 (Mon, 12 Oct 2015)

  Changed paths:
    M src/editor/map/context_manager.cpp

  Log Message:
  -----------
  Show 'user_team_name' in sides menu instead of the unused 'name'


  Commit: 7fd9e223fb9040f1f7c1e6fb56a9ffd246a8f6d0
      https://github.com/wesnoth/wesnoth/commit/7fd9e223fb9040f1f7c1e6fb56a9ffd246a8f6d0
  Author: Sergey Popov <loonycyborg at gmail.com>
  Date:   2015-10-12 (Mon, 12 Oct 2015)

  Changed paths:
    M scons/sdl.py

  Log Message:
  -----------
  Merge pull request #522 from techtonik/patch-3

scons/sdl.py: Escape backslashes on path substitution


  Commit: 8cb1cf47e0628f8246c4a1201f92502840853767
      https://github.com/wesnoth/wesnoth/commit/8cb1cf47e0628f8246c4a1201f92502840853767
  Author: tranceitionalMynd <tyler.k.cardon at gmail.com>
  Date:   2015-10-14 (Wed, 14 Oct 2015)

  Changed paths:
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter4/14_Human_Alliance.cfg

  Log Message:
  -----------
  Added Death of Galtrid to losing conditions for the Human Alliance.


  Commit: 10bfe00b4668d8977c4cf979c5b5111fadd79eff
      https://github.com/wesnoth/wesnoth/commit/10bfe00b4668d8977c4cf979c5b5111fadd79eff
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-10-15 (Thu, 15 Oct 2015)

  Changed paths:
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter4/14_Human_Alliance.cfg

  Log Message:
  -----------
  Merge pull request #526 from tranceitionalMynd/pull-request-tmynd

Added Death of Galtrid to losing conditions for the Human Alliance.


  Commit: ae1d36431813bdefe34b3b6fec53ff563f5f55c8
      https://github.com/wesnoth/wesnoth/commit/ae1d36431813bdefe34b3b6fec53ff563f5f55c8
  Author: Andreas Löf <andreas at alternating.net>
  Date:   2015-10-15 (Thu, 15 Oct 2015)

  Changed paths:
    M RELEASE_NOTES
    M attic/maps/5t_Trapped.map
    M attic/maps/A_Snowy_Mountain.map
    M attic/maps/Between_Fire_And_Sword.map
    M attic/maps/Finding_The_Elves.map
    M changelog
    M data/advanced_preferences.cfg
    M data/ai/maps/scenario-AI_Arena_small.map
    M data/ai/maps/scenario-test_move_to_targets.map
    M data/ai/micro_ais/maps/animals.map
    M data/ai/micro_ais/maps/bottleneck_defense.map
    M data/ai/micro_ais/maps/goto.map
    M data/ai/micro_ais/maps/lurkers.map
    M data/ai/micro_ais/maps/messenger_escort.map
    M data/ai/micro_ais/maps/protect_unit.map
    M data/ai/scenarios/scenario-lua-ai.cfg
    M data/ai/scenarios/scenario-no_engine.cfg
    M data/campaigns/An_Orcish_Incursion/_main.cfg
    M data/campaigns/Dead_Water/_main.cfg
    M data/campaigns/Dead_Water/maps/Bilheld.map
    M data/campaigns/Dead_Water/maps/Home_1.map
    M data/campaigns/Dead_Water/maps/Home_2.map
    M data/campaigns/Dead_Water/maps/Slavers.map
    M data/campaigns/Dead_Water/maps/Talking_To_Tyegea.map
    M data/campaigns/Dead_Water/maps/The_Flaming_Sword.map
    M data/campaigns/Dead_Water/maps/The_Mage.map
    M data/campaigns/Dead_Water/maps/Tirigaz.map
    M data/campaigns/Dead_Water/maps/Uncharted_Islands.map
    M data/campaigns/Dead_Water/maps/Wolf_Coast.map
    M data/campaigns/Dead_Water/scenarios/02_Flight.cfg
    M data/campaigns/Delfadors_Memoirs/_main.cfg
    M data/campaigns/Delfadors_Memoirs/maps/01_Overture.map
    M data/campaigns/Delfadors_Memoirs/maps/02_This_Valley_Belongs_to_Me.map
    M data/campaigns/Delfadors_Memoirs/maps/03_The_Road_to_Weldyn.map
    M data/campaigns/Delfadors_Memoirs/maps/04_Leollyn.map
    M data/campaigns/Delfadors_Memoirs/maps/05_Council_in_Weldyn.map
    M data/campaigns/Delfadors_Memoirs/maps/06_The_Swamps_of_Illuven.map
    M data/campaigns/Delfadors_Memoirs/maps/07_Night_in_the_Swamp.map
    M data/campaigns/Delfadors_Memoirs/maps/08_Ur-Thorodor.map
    M data/campaigns/Delfadors_Memoirs/maps/09_Houses_of_the_Dead.map
    M data/campaigns/Delfadors_Memoirs/maps/10_The_Gate_Between_Worlds.map
    M data/campaigns/Delfadors_Memoirs/maps/11_Wasteland.map
    M data/campaigns/Delfadors_Memoirs/maps/12_Terror_at_the_Ford_of_Parthyn.map
    M data/campaigns/Delfadors_Memoirs/maps/13_The_Return_of_Trouble.map
    M data/campaigns/Delfadors_Memoirs/maps/14_Shadows_in_the_Dark.map
    M data/campaigns/Delfadors_Memoirs/maps/15_Save_the_King.map
    M data/campaigns/Delfadors_Memoirs/maps/17_A_New_Ally.map
    M data/campaigns/Delfadors_Memoirs/maps/18_The_Portal_of_Doom.map
    M data/campaigns/Delfadors_Memoirs/maps/19_Showdown_in_the_Northern_Swamp.map
    M data/campaigns/Delfadors_Memoirs/maps/20_Prince_of_Wesnoth.map
    M data/campaigns/Delfadors_Memoirs/maps/21_Clash_at_the_Manor.map
    M data/campaigns/Delfadors_Memoirs/maps/22_Face_of_the_Enemy.map
    M data/campaigns/Descent_Into_Darkness/_main.cfg
    M data/campaigns/Eastern_Invasion/_main.cfg
    M data/campaigns/Eastern_Invasion/maps/05_Northern_Outpost.map
    M data/campaigns/Eastern_Invasion/maps/06_Two_Paths.map
    M data/campaigns/Eastern_Invasion/maps/08_Training_the_Ogres.map
    M data/campaigns/Eastern_Invasion/maps/10_Lake_Vrug.map
    M data/campaigns/Eastern_Invasion/maps/12_Evacuation.map
    M data/campaigns/Eastern_Invasion/maps/13_The_Drowned_Plains.map
    M data/campaigns/Eastern_Invasion/maps/17a_The_Duel.map
    M data/campaigns/Eastern_Invasion/scenarios/10_Lake_Vrug.cfg
    M data/campaigns/Heir_To_The_Throne/_main.cfg
    M data/campaigns/Heir_To_The_Throne/maps/01_The_Elves_Besieged.map
    M data/campaigns/Heir_To_The_Throne/maps/02_Blackwater_Port.map
    M data/campaigns/Heir_To_The_Throne/maps/03_The_Isle_of_Alduin.map
    M data/campaigns/Heir_To_The_Throne/maps/04_The_Bay_of_Pearls.map
    M data/campaigns/Heir_To_The_Throne/maps/05a_Muff_Malal_Peninsula.map
    M data/campaigns/Heir_To_The_Throne/maps/05b_Isle_of_the_Damned.map
    M data/campaigns/Heir_To_The_Throne/maps/06_The_Siege_of_Elensefar.map
    M data/campaigns/Heir_To_The_Throne/maps/07_Crossroads.map
    M data/campaigns/Heir_To_The_Throne/maps/08_The_Princess_of_Wesnoth.map
    M data/campaigns/Heir_To_The_Throne/maps/09_The_Valley_of_Death.map
    M data/campaigns/Heir_To_The_Throne/maps/10_Gryphon_Mountain.map
    M data/campaigns/Heir_To_The_Throne/maps/11_The_Ford_of_Abez.map
    M data/campaigns/Heir_To_The_Throne/maps/12_Northern_Winter.map
    M data/campaigns/Heir_To_The_Throne/maps/13_The_Dwarven_Doors.map
    M data/campaigns/Heir_To_The_Throne/maps/14_Plunging_Into_the_Darkness.map
    M data/campaigns/Heir_To_The_Throne/maps/15_The_Lost_General.map
    M data/campaigns/Heir_To_The_Throne/maps/16_Hasty_Alliance.map
    M data/campaigns/Heir_To_The_Throne/maps/18_A_Choice_Must_Be_Made.map
    M data/campaigns/Heir_To_The_Throne/maps/19a_Snow_Plains.map
    M data/campaigns/Heir_To_The_Throne/maps/19b_Swamp_Of_Dread.map
    M data/campaigns/Heir_To_The_Throne/maps/19c_Cliffs_of_Thoria.map
    M data/campaigns/Heir_To_The_Throne/maps/20a_North_Elves.map
    M data/campaigns/Heir_To_The_Throne/maps/20b_Underground_Channels.map
    M data/campaigns/Heir_To_The_Throne/maps/21_Elven_Council.map
    M data/campaigns/Heir_To_The_Throne/maps/22_Return_to_Wesnoth.map
    M data/campaigns/Heir_To_The_Throne/maps/23_Test_of_the_Clans.map
    M data/campaigns/Heir_To_The_Throne/maps/24_Battle_for_Wesnoth.map
    A data/campaigns/Heir_To_The_Throne/masks/17_Scepter_of_Fire.mask
    M data/campaigns/Heir_To_The_Throne/scenarios/01_The_Elves_Besieged.cfg
    M data/campaigns/Heir_To_The_Throne/utils/httt_utils.cfg
    M data/campaigns/Legend_of_Wesmere/_main.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter4/14_Human_Alliance.cfg
    M data/campaigns/Liberty/_main.cfg
    M data/campaigns/Liberty/maps/01_The_Raid.map
    M data/campaigns/Liberty/maps/02_Civil_Disobedience.map
    M data/campaigns/Liberty/maps/03_Strategy_of_Hope.map
    M data/campaigns/Liberty/maps/04_Unlawful_Orders.map
    M data/campaigns/Liberty/maps/05_Hide_and_Seek.map
    M data/campaigns/Liberty/maps/06_The_Grey_Woods.map
    M data/campaigns/Liberty/maps/07_The_Hunters.map
    M data/campaigns/Liberty/maps/08_Glory.map
    M data/campaigns/Liberty/scenarios/08_Glory.cfg
    M data/campaigns/Northern_Rebirth/_main.cfg
    M data/campaigns/Northern_Rebirth/scenarios/05a_01_The_Pursuit.cfg
    M data/campaigns/Sceptre_of_Fire/_main.cfg
    M data/campaigns/Sceptre_of_Fire/maps/1_A_Bargain_is_Struck.map
    M data/campaigns/Sceptre_of_Fire/maps/2_Closing_the_Gates.map
    M data/campaigns/Sceptre_of_Fire/maps/2t_In_the_Dwarven_City.map
    M data/campaigns/Sceptre_of_Fire/maps/3_Searching_for_the_Runecrafter.map
    M data/campaigns/Sceptre_of_Fire/maps/3t_The_Council_Regathers.map
    M data/campaigns/Sceptre_of_Fire/maps/4_Gathering_Materials-random.mask
    M data/campaigns/Sceptre_of_Fire/maps/4t_The_Jeweler.map
    M data/campaigns/Sceptre_of_Fire/maps/5_Hills_of_the_Shorbear_Clan.map
    M data/campaigns/Sceptre_of_Fire/maps/6_Towards_the_Caves.map
    M data/campaigns/Sceptre_of_Fire/maps/7_Outriding_the_Outriders.map
    M data/campaigns/Sceptre_of_Fire/maps/8_The_Dragon.map
    M data/campaigns/Sceptre_of_Fire/maps/9_Caverns_of_Flame.map
    M data/campaigns/Sceptre_of_Fire/maps/9_overlay/9_o1.mask
    M data/campaigns/Sceptre_of_Fire/maps/9_overlay/9_o2.mask
    M data/campaigns/Sceptre_of_Fire/maps/9_overlay/9_o3.mask
    M data/campaigns/Sceptre_of_Fire/maps/9_overlay/9_o4.mask
    M data/campaigns/Sceptre_of_Fire/maps/9_overlay/9_o5.mask
    M data/campaigns/Sceptre_of_Fire/maps/9_overlay/9_o6.mask
    M data/campaigns/Sceptre_of_Fire/maps/9_overlay/9_o7.mask
    M data/campaigns/Sceptre_of_Fire/maps/9_overlay/9_o8.mask
    M data/campaigns/Sceptre_of_Fire/maps/9_overlay/9_o9.mask
    M data/campaigns/Sceptre_of_Fire/maps/9_overlay/9_of.mask
    M data/campaigns/Sceptre_of_Fire/maps/Epilogue.map
    M data/campaigns/Sceptre_of_Fire/scenarios/6_Towards_the_Caves.cfg
    M data/campaigns/Sceptre_of_Fire/scenarios/9_Caverns_of_Flame.cfg
    M data/campaigns/Son_Of_The_Black_Eye/_main.cfg
    M data/campaigns/Son_Of_The_Black_Eye/maps/01_End_of_Peace.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/03_Toward_Mountains_of_Haag.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/04_The_Siege_of_Barag_Gor.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/05_To_the_Harbor_of_Tirigaz.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/06_Black_Flag.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/07_The_Desert_of_Death.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/08_Silent_Forest.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/09_Shan_Taum_the_Smug.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/10_Saving_Inarix.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/11_Clash_of_Armies.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/12_Giving_Some_Back.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/13_The_Dwarvish_Stand.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/14_Back_Home.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/15_Civil_War.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/16_The_Coward.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/17_The_Human_Attack.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/18_Northern_Alliance.map
    M data/campaigns/The_Hammer_of_Thursagan/_main.cfg
    M data/campaigns/The_Hammer_of_Thursagan/scenarios/07_Mages_and_Drakes.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/_main.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/maps/01_A_Summer_of_Storms.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/02_The_Fall.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/03_A_Harrowing_Escape.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/04a_The_Swamp_of_Esten.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/04b_The_Midlands.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/05_The_Oldwood.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/06_Temple_in_the_Deep.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/08_Clearwater_Port.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/09_Fallen_Lich_Point.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/10_Sewer_of_Southbay.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/11_Southbay_in_Winter.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/12_A_Final_Spring.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/13_Peoples_in_Decline.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/14_Rough_Landing.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/15_A_New_Land.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/16_The_Kalian.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/17a_The_Dragon.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/17b_Lizard_Beach.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/17c_Troll_Hole.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/17d_Cursed_Isle.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/19_The_Vanguard.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/20_Return_of_the_Fleet.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/21_The_Plan.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/22_The_Rise_of_Wesnoth.map
    M data/campaigns/The_South_Guard/_main.cfg
    M data/campaigns/The_South_Guard/scenarios/06b_The_Long_March.cfg
    M data/campaigns/Two_Brothers/_main.cfg
    M data/campaigns/Under_the_Burning_Suns/_main.cfg
    M data/campaigns/tutorial/scenarios/02_Tutorial_part_2.cfg
    M data/core/about.cfg
    M data/core/macros/deprecated-utils.cfg
    M data/core/macros/interface-utils.cfg
    M data/core/macros/scenario-utils.cfg
    M data/core/macros/utils.cfg
    A data/core/sounds/club-miss.ogg
    M data/core/sounds/club.ogg
    A data/core/sounds/mace-miss.ogg
    A data/core/sounds/mace.ogg
    A data/core/sounds/staff-miss.ogg
    A data/core/sounds/staff.ogg
    M data/gui/default/window/campaign_difficulty.cfg
    M data/gui/default/window/editor_edit_side.cfg
    M data/lua/helper.lua
    M data/lua/wml-tags.lua
    M data/lua/wml/message.lua
    M data/lua/wml/object.lua
    M data/multiplayer/factions/drakes-default.cfg
    A data/multiplayer/maps/6p_Team_Survival.map
    M data/multiplayer/scenarios/6p_Team_Survival.cfg
    M data/multiplayer/scenarios/Wesbench_AI.cfg
    M data/multiplayer/scenarios/Wesbench_Scroll.cfg
    M data/multiplayer/scenarios/Wesbench_Shroud_Walk.cfg
    M data/scenario-formula-recruitment.cfg
    M data/scenario-formula.cfg
    M data/scenario-leaders.cfg
    M data/scenario-movethrough.cfg
    M data/scenario-poisoning.cfg
    M data/scenario-test.cfg
    M data/test/macros/wml_unit_test_macros.cfg
    M data/test/scenarios/feeding.cfg
    A data/test/scenarios/for-loops.cfg
    M data/test/scenarios/test_relative_dir.cfg
    M data/test/scenarios/test_unit_map.cfg
    M data/test/scenarios/test_victory_attacks.cfg
    M data/themes/_initial.cfg
    M data/themes/default.cfg
    M data/themes/editor.cfg
    M data/tools/wesnoth/campaignserver_client.py
    M po/wesnoth-dm/en_GB.po
    M po/wesnoth-help/en_GB.po
    M po/wesnoth-httt/en_GB.po
    M po/wesnoth-lib/en_GB.po
    M po/wesnoth-manual/en_GB.po
    M po/wesnoth-utbs/en_GB.po
    M po/wesnoth/en_GB.po
    M projectfiles/VC9/wesnoth.sln
    M projectfiles/VC9/wesnoth.vcproj
    M projectfiles/VC9/wesnoth.vcxproj.user
    M projectfiles/VC9/wesnothd.vcproj
    M projectfiles/VC9/wesnothd.vcxproj.user
    M run_wml_tests
    M scons/sdl.py
    M src/ai/lua/core.cpp
    M src/carryover.cpp
    M src/carryover.hpp
    M src/dialogs.cpp
    M src/editor/controller/editor_controller.cpp
    M src/editor/controller/editor_controller.hpp
    M src/editor/editor_preferences.cpp
    M src/editor/editor_preferences.hpp
    M src/editor/map/context_manager.cpp
    M src/editor/map/context_manager.hpp
    M src/editor/map/editor_map.cpp
    M src/editor/map/map_context.cpp
    M src/editor/map/map_context.hpp
    M src/formula_string_utils.cpp
    M src/game_display.hpp
    M src/game_events/action_wml.cpp
    M src/game_initialization/connect_engine.cpp
    M src/game_initialization/connect_engine.hpp
    M src/game_initialization/create_engine.cpp
    M src/game_initialization/multiplayer.cpp
    M src/game_initialization/multiplayer_lobby.cpp
    M src/game_initialization/multiplayer_lobby.hpp
    M src/game_initialization/multiplayer_ui.hpp
    M src/game_initialization/playcampaign.cpp
    M src/game_initialization/playcampaign.hpp
    M src/game_initialization/singleplayer.cpp
    M src/game_launcher.cpp
    M src/game_state.cpp
    M src/game_state.hpp
    M src/generators/cave_map_generator.cpp
    M src/generators/default_map_generator_job.cpp
    M src/gui/dialogs/campaign_difficulty.cpp
    M src/gui/dialogs/campaign_difficulty.hpp
    M src/gui/dialogs/editor/editor_edit_side.cpp
    M src/gui/dialogs/editor/editor_edit_side.hpp
    M src/gui/dialogs/lobby_main.cpp
    M src/gui/dialogs/wml_message.cpp
    M src/gui/dialogs/wml_message.hpp
    M src/hotkey/command_executor.cpp
    M src/hotkey/command_executor.hpp
    M src/hotkey/hotkey_command.cpp
    M src/hotkey/hotkey_command.hpp
    M src/hotkey/hotkey_preferences_display.cpp
    M src/hotkey_handler.hpp
    M src/hotkey_handler_mp.cpp
    M src/hotkey_handler_replay.cpp
    M src/hotkey_handler_replay.hpp
    M src/hotkey_handler_sp.cpp
    M src/hotkey_handler_sp.hpp
    M src/map.cpp
    M src/map.hpp
    M src/menu_events.cpp
    M src/mp_replay_controller.cpp
    M src/mp_replay_controller.hpp
    M src/play_controller.cpp
    M src/play_controller.hpp
    M src/playmp_controller.cpp
    M src/playmp_controller.hpp
    M src/playsingle_controller.cpp
    M src/playsingle_controller.hpp
    M src/playturn.cpp
    M src/playturn.hpp
    M src/replay.cpp
    M src/replay.hpp
    M src/replay_controller.cpp
    M src/replay_controller.hpp
    M src/replay_recorder_base.cpp
    M src/replay_recorder_base.hpp
    M src/saved_game.cpp
    M src/savegame.cpp
    M src/scripting/game_lua_kernel.cpp
    M src/scripting/game_lua_kernel.hpp
    M src/scripting/lua_api.cpp
    M src/scripting/lua_api.hpp
    M src/scripting/lua_common.cpp
    M src/scripting/lua_common.hpp
    M src/scripting/lua_gui2.cpp
    M src/scripting/lua_race.cpp
    M src/scripting/lua_unit_type.cpp
    M src/side_filter.cpp
    M src/synced_user_choice.cpp
    M src/team.cpp
    M src/team.hpp
    M src/tests/gui/test_gui2.cpp
    M src/tests/test_mp_connect.cpp
    M src/tests/utils/play_scenario.cpp
    M src/unit.cpp
    M src/unit.hpp
    M src/unit_attack_type.hpp
    M src/unit_id.hpp
    M src/variable.hpp
    M utils/umc_dev/org.wesnoth/templates/map.map
    M wml_test_schedule

  Log Message:
  -----------
  Merge branch 'master' into sdl2


Compare: https://github.com/wesnoth/wesnoth/compare/da98c62d4fd7...ae1d36431813


More information about the Commits mailing list