[Commits] [wesnoth/wesnoth] f716d6: tunit_create: small tweak to icon display

GitHub noreply at github.com
Sun Feb 21 10:04:09 UTC 2016


  Branch: refs/heads/guifixes
  Home:   https://github.com/wesnoth/wesnoth
  Commit: f716d6e99d0fc5eb71f0a0bc373e6c4c43688b5c
      https://github.com/wesnoth/wesnoth/commit/f716d6e99d0fc5eb71f0a0bc373e6c4c43688b5c
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-10 (Sun, 10 Jan 2016)

  Changed paths:
    M data/gui/default/window/unit_create.cfg
    M src/gui/dialogs/unit_create.cpp

  Log Message:
  -----------
  tunit_create: small tweak to icon display


  Commit: 2c487ffd489bc186173e0134265ee0a2f2acd8ee
      https://github.com/wesnoth/wesnoth/commit/2c487ffd489bc186173e0134265ee0a2f2acd8ee
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-11 (Mon, 11 Jan 2016)

  Changed paths:
    M data/gui/default/window/unit_attack.cfg
    M src/gui/dialogs/unit_attack.cpp
    M src/gui/dialogs/unit_attack.hpp

  Log Message:
  -----------
  tunit_attack: major progress on GUI2 attack dialog


  Commit: fbb2f58959357eeabd377644c63cd0668ab65bf5
      https://github.com/wesnoth/wesnoth/commit/fbb2f58959357eeabd377644c63cd0668ab65bf5
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-11 (Mon, 11 Jan 2016)

  Changed paths:
    M src/mouse_events.cpp

  Log Message:
  -----------
  Activate GUI2 Attack dialog and remove GUI1 one


  Commit: 1c3d207ce1f782de31627a928a69cbefea91c709
      https://github.com/wesnoth/wesnoth/commit/1c3d207ce1f782de31627a928a69cbefea91c709
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-11 (Mon, 11 Jan 2016)

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

  Log Message:
  -----------
  tunit_attack: attempt to fix compile error


  Commit: 3870c0cb81431625708939a039fd86529ac25284
      https://github.com/wesnoth/wesnoth/commit/3870c0cb81431625708939a039fd86529ac25284
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-11 (Mon, 11 Jan 2016)

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

  Log Message:
  -----------
  tunit_attack: mark relevant function arguments as const


  Commit: 478caacf492ce60be822f40492878db307f18149
      https://github.com/wesnoth/wesnoth/commit/478caacf492ce60be822f40492878db307f18149
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-11 (Mon, 11 Jan 2016)

  Changed paths:
    M data/gui/default/window/unit_attack.cfg

  Log Message:
  -----------
  tunit_attack: increase spacing between stat columns


  Commit: f349eb6c2439ef4bb6d1c294807d3c9496c601bc
      https://github.com/wesnoth/wesnoth/commit/f349eb6c2439ef4bb6d1c294807d3c9496c601bc
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-11 (Mon, 11 Jan 2016)

  Changed paths:
    M src/mouse_events.cpp

  Log Message:
  -----------
  Added a fallback in case an attacking unit has no attacks


  Commit: 40b09d3a4d4c3824a5ec53322cd79daa1d16c4f5
      https://github.com/wesnoth/wesnoth/commit/40b09d3a4d4c3824a5ec53322cd79daa1d16c4f5
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-11 (Mon, 11 Jan 2016)

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

  Log Message:
  -----------
  tunit_attack: append overlays/leader crown to unit sprites


  Commit: 3641525cb65cd20d36ba44fe5ba065e28e619a3e
      https://github.com/wesnoth/wesnoth/commit/3641525cb65cd20d36ba44fe5ba065e28e619a3e
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-11 (Mon, 11 Jan 2016)

  Changed paths:
    M data/gui/default/window/unit_attack.cfg
    M src/gui/dialogs/unit_attack.cpp

  Log Message:
  -----------
  tunit_attack: minor cleanup


  Commit: 1bc83e79824d061540b6951542fe1fb3e95dd371
      https://github.com/wesnoth/wesnoth/commit/1bc83e79824d061540b6951542fe1fb3e95dd371
  Author: Nils Kneuper <crazy-ivanovic at gmx.net>
  Date:   2016-01-10 (Sun, 10 Jan 2016)

  Changed paths:
    M po/wesnoth-editor/sv.po
    M po/wesnoth-lib/sv.po
    M po/wesnoth-tutorial/sv.po
    M po/wesnoth/sv.po

  Log Message:
  -----------
  updated Swedish translation


  Commit: de7d29f36c2dfae1445128719de19040e39e35f5
      https://github.com/wesnoth/wesnoth/commit/de7d29f36c2dfae1445128719de19040e39e35f5
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-11 (Mon, 11 Jan 2016)

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

  Log Message:
  -----------
  tunit_create: always use unit's side for finding TC

I had thought that using current_side() would be better since an attacker is always
on the current side, but using a unit's side is safer and reduces the scope of the
code.


  Commit: 6726c252a5c818bc2d7deeb619ab1b8c388497f3
      https://github.com/wesnoth/wesnoth/commit/6726c252a5c818bc2d7deeb619ab1b8c388497f3
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-11 (Mon, 11 Jan 2016)

  Changed paths:
    M data/gui/default/window/unit_attack.cfg
    M src/gui/dialogs/unit_attack.cpp

  Log Message:
  -----------
  tunit_attack: made alignment a status label instead of an icon


  Commit: 8f8b18c87b17e1b605c22bf947e018d9fb74cb2f
      https://github.com/wesnoth/wesnoth/commit/8f8b18c87b17e1b605c22bf947e018d9fb74cb2f
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-11 (Mon, 11 Jan 2016)

  Changed paths:
    M src/gui/dialogs/unit_attack.cpp
    M src/gui/dialogs/unit_attack.hpp
    M src/mouse_events.cpp

  Log Message:
  -----------
  tunit_attack: enable Damage Calculation button functionality


  Commit: ad0004899c8134f5bd585f79b6dd395979e717e0
      https://github.com/wesnoth/wesnoth/commit/ad0004899c8134f5bd585f79b6dd395979e717e0
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-11 (Mon, 11 Jan 2016)

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

  Log Message:
  -----------
  tunit_attack: fix only first trait being displayed


  Commit: 8e31bebd8749ed930efd95e860e981b087295d57
      https://github.com/wesnoth/wesnoth/commit/8e31bebd8749ed930efd95e860e981b087295d57
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-11 (Mon, 11 Jan 2016)

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

  Log Message:
  -----------
  tunit_attack: display max HP/XP as well


  Commit: 6d48f1c805fc20e4e1ea18709604c5653670c718
      https://github.com/wesnoth/wesnoth/commit/6d48f1c805fc20e4e1ea18709604c5653670c718
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-11 (Mon, 11 Jan 2016)

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

  Log Message:
  -----------
  tunit_attack: make name string not a reference


  Commit: edd6ad4b92a2fcd2ea37a56e910eb73cf7456940
      https://github.com/wesnoth/wesnoth/commit/edd6ad4b92a2fcd2ea37a56e910eb73cf7456940
  Author: ln-zookeeper <lari.nieminen at iki.fi>
  Date:   2016-01-10 (Sun, 10 Jan 2016)

  Changed paths:
    A data/campaigns/Liberty/images/units/human-outlaws/rogue-mage-melee1.png
    A data/campaigns/Liberty/images/units/human-outlaws/rogue-mage-melee2.png
    A data/campaigns/Liberty/images/units/human-outlaws/rogue-mage-melee3.png
    A data/campaigns/Liberty/images/units/human-outlaws/rogue-mage-melee4.png
    M data/campaigns/Liberty/units/Rogue_Mage.cfg

  Log Message:
  -----------
  Melee attack animation for Rogue Mage, by SkyOne


  Commit: 6bce363a443ad1f2946f45cd743830a1981b314f
      https://github.com/wesnoth/wesnoth/commit/6bce363a443ad1f2946f45cd743830a1981b314f
  Author: ln-zookeeper <lari.nieminen at iki.fi>
  Date:   2016-01-10 (Sun, 10 Jan 2016)

  Changed paths:
    M data/campaigns/Liberty/units/Rogue_Mage.cfg

  Log Message:
  -----------
  Changed the Rogue Mage ranged animation


  Commit: 738030852463baa9e139022d1563b007a2d6ff43
      https://github.com/wesnoth/wesnoth/commit/738030852463baa9e139022d1563b007a2d6ff43
  Author: ln-zookeeper <lari.nieminen at iki.fi>
  Date:   2016-01-10 (Sun, 10 Jan 2016)

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

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


  Commit: 8ae305f1d4192ddbe306629c4bb205fb04509aa1
      https://github.com/wesnoth/wesnoth/commit/8ae305f1d4192ddbe306629c4bb205fb04509aa1
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-11 (Mon, 11 Jan 2016)

  Changed paths:
    M data/gui/default/window/unit_attack.cfg

  Log Message:
  -----------
  tunit_attack: tweaked Profile button positioning


  Commit: b4fc7d92d995a63988fd009cbf853101ff061ff7
      https://github.com/wesnoth/wesnoth/commit/b4fc7d92d995a63988fd009cbf853101ff061ff7
  Author: ln-zookeeper <lari.nieminen at iki.fi>
  Date:   2016-01-11 (Mon, 11 Jan 2016)

  Changed paths:
    M data/core/images/terrain/village/igloo.png
    M data/core/images/terrain/village/igloo2.png
    A data/core/images/terrain/village/igloo3.png
    A data/core/images/terrain/village/igloo4.png

  Log Message:
  -----------
  Updates to and new variations of igloos by doofus-01


  Commit: ca8a38c14795a5b319e0df10065222486f2a0cc6
      https://github.com/wesnoth/wesnoth/commit/ca8a38c14795a5b319e0df10065222486f2a0cc6
  Author: ln-zookeeper <lari.nieminen at iki.fi>
  Date:   2016-01-11 (Mon, 11 Jan 2016)

  Changed paths:
    M data/gui/default/window/unit_attack.cfg

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


  Commit: 9700d0fd5965cf6f396682c3888243d2cf632736
      https://github.com/wesnoth/wesnoth/commit/9700d0fd5965cf6f396682c3888243d2cf632736
  Author: ln-zookeeper <lari.nieminen at iki.fi>
  Date:   2016-01-11 (Mon, 11 Jan 2016)

  Changed paths:
    M data/core/images/terrain/embellishments/rocks.png
    M data/core/images/terrain/embellishments/rocks2.png
    M data/core/images/terrain/embellishments/rocks3.png
    M data/core/images/terrain/embellishments/rocks4.png
    M data/core/images/terrain/embellishments/rocks5.png
    M data/core/images/terrain/embellishments/rocks6.png
    A data/core/images/terrain/embellishments/rocks7.png

  Log Message:
  -----------
  Improved sand drifts+stones from doofus-01


  Commit: 359fa77a3659c1176b1df9db04e4256e6ecc405c
      https://github.com/wesnoth/wesnoth/commit/359fa77a3659c1176b1df9db04e4256e6ecc405c
  Author: ln-zookeeper <lari.nieminen at iki.fi>
  Date:   2016-01-11 (Mon, 11 Jan 2016)

  Changed paths:
    M data/campaigns/Eastern_Invasion/units/Bone_Knight.cfg
    M data/campaigns/Eastern_Invasion/units/Skeleton_Rider.cfg
    M data/campaigns/Legend_of_Wesmere/units/Great_Ogre.cfg
    M data/campaigns/Liberty/units/Bone_Knight.cfg
    M data/campaigns/Liberty/units/Skeleton_Rider.cfg
    M data/campaigns/Sceptre_of_Fire/units/Dwarvish_Miner.cfg
    M data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Masked_Fighter.cfg
    M data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Masked_Lord.cfg
    M data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Masked_Steelclad.cfg
    M data/campaigns/Under_the_Burning_Suns/units/undead/Undead_Horseman.cfg
    M data/core/units/drakes/Arbiter.cfg
    M data/core/units/drakes/Warden.cfg
    M data/core/units/dwarves/Fighter.cfg
    M data/core/units/dwarves/Lord.cfg
    M data/core/units/dwarves/Scout.cfg
    M data/core/units/dwarves/Steelclad.cfg
    M data/core/units/humans/Loyalist_Halberdier.cfg
    M data/core/units/khalifate/Batal.cfg
    M data/core/units/khalifate/Jundi.cfg
    M data/core/units/khalifate/Muharib.cfg
    M data/core/units/ogres/Ogre.cfg
    M data/core/units/ogres/Young_Ogre.cfg
    M data/core/units/undead/Skele_Death_Knight.cfg
    M data/core/units/undead/Skele_Deathblade.cfg
    M data/core/units/undead/Skele_Revenant.cfg

  Log Message:
  -----------
  Unified axe sound timing to -50


  Commit: f15c7643b9b66630dc7561d3a10a41bef522d36b
      https://github.com/wesnoth/wesnoth/commit/f15c7643b9b66630dc7561d3a10a41bef522d36b
  Author: ln-zookeeper <lari.nieminen at iki.fi>
  Date:   2016-01-11 (Mon, 11 Jan 2016)

  Changed paths:
    M data/campaigns/Heir_To_The_Throne/units/Battle_Princess.cfg
    M data/campaigns/Heir_To_The_Throne/units/Sea_Orc.cfg
    M data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Rider.cfg
    M data/campaigns/Under_the_Burning_Suns/units/humans/Human_Commander.cfg
    M data/campaigns/Under_the_Burning_Suns/units/nagas/Naga_Hunter.cfg
    M data/core/units/drakes/Warrior.cfg
    M data/core/units/elves/High_Lord.cfg
    M data/core/units/humans/Horse_Grand_Knight.cfg
    M data/core/units/humans/Horse_Knight.cfg
    M data/core/units/humans/Horse_Paladin.cfg
    M data/core/units/humans/Loyalist_Bowman.cfg
    M data/core/units/humans/Loyalist_Cavalier.cfg
    M data/core/units/humans/Loyalist_Cavalryman.cfg
    M data/core/units/humans/Loyalist_Dragoon.cfg
    M data/core/units/humans/Loyalist_Duelist.cfg
    M data/core/units/humans/Loyalist_Longbowman.cfg
    M data/core/units/humans/Loyalist_Master_Bowman.cfg
    M data/core/units/humans/Woodsman_Ranger.cfg
    M data/core/units/merfolk/Triton.cfg
    M data/core/units/nagas/Fighter.cfg
    M data/core/units/nagas/Myrmidon.cfg
    M data/core/units/nagas/Warrior.cfg
    M data/core/units/orcs/Ruler.cfg
    M data/core/units/orcs/Warlord.cfg
    M data/core/units/undead/Spirit_Spectre.cfg
    M data/core/units/undead/Spirit_Wraith.cfg

  Log Message:
  -----------
  Unified sword sound timing to -100/-75 (cases of -75 left unchanged)


  Commit: 8f4937a47f9cd5146b51fe6d940e20666da90c35
      https://github.com/wesnoth/wesnoth/commit/8f4937a47f9cd5146b51fe6d940e20666da90c35
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-11 (Mon, 11 Jan 2016)

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

  Log Message:
  -----------
  add a comment


  Commit: d911991ad0b1ded0d0a3b3c292587a30329d9c61
      https://github.com/wesnoth/wesnoth/commit/d911991ad0b1ded0d0a3b3c292587a30329d9c61
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-11 (Mon, 11 Jan 2016)

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

  Log Message:
  -----------
  some LoW cleanups


  Commit: d3ff8d5855c8fa48ca5c6d1a9b7b645e70df2b70
      https://github.com/wesnoth/wesnoth/commit/d3ff8d5855c8fa48ca5c6d1a9b7b645e70df2b70
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/video.cpp

  Log Message:
  -----------
  move unused codes in #if


  Commit: a25de0d60cb82019ab028faa72d64f7b6aff6f23
      https://github.com/wesnoth/wesnoth/commit/a25de0d60cb82019ab028faa72d64f7b6aff6f23
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/video.cpp

  Log Message:
  -----------
  move unused codes in #if


  Commit: 195caa07149e461583cb56dcf13f23cfa7bf9e59
      https://github.com/wesnoth/wesnoth/commit/195caa07149e461583cb56dcf13f23cfa7bf9e59
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/video.cpp

  Log Message:
  -----------
  moved unused code in #if


  Commit: 9d6f154960231d91c0634ffac13ef47ed0105856
      https://github.com/wesnoth/wesnoth/commit/9d6f154960231d91c0634ffac13ef47ed0105856
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/video.cpp

  Log Message:
  -----------
  remove SDL 2.0.3 workaround

this workaround isnt needed in SDL 2.0.4 anymore, i removed it to make
refactoring this code easier.


  Commit: 93091519bd3d7b9e2dc624c0fd9c36dc10edc922
      https://github.com/wesnoth/wesnoth/commit/93091519bd3d7b9e2dc624c0fd9c36dc10edc922
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/actions/attack.cpp
    M src/desktop/windows_tray_notification.cpp
    M src/display.cpp
    M src/editor/map/context_manager.cpp
    M src/events.cpp
    M src/game_launcher.cpp
    M src/game_preferences.cpp
    M src/loadscreen.cpp
    M src/play_controller.cpp
    M src/preferences.cpp
    M src/sdl/compat.hpp
    M src/video.cpp
    M src/video.hpp

  Log Message:
  -----------
  make CVideo a singleton

half of CVideo's member variables were already static members (in anon
namespaces) so it was never possibel to have more than one of this
class. Making this class a singelton allows us to move all these
variables into the CVideo class.


  Commit: 4afd4151438680120c518c109270709ec40170be
      https://github.com/wesnoth/wesnoth/commit/4afd4151438680120c518c109270709ec40170be
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/about.cpp
    M src/construct_dialog.cpp
    M src/controller_base.cpp
    M src/display.cpp
    M src/display.hpp
    M src/game_initialization/multiplayer.cpp
    M src/generators/default_map_generator.cpp
    M src/help/help.cpp
    M src/hotkey/hotkey_preferences_display.cpp
    M src/intro.cpp
    M src/scripting/game_lua_kernel.cpp
    M src/storyscreen/render.cpp
    M src/unit_animation.cpp
    M src/video.cpp
    M src/video.hpp

  Log Message:
  -----------
  Decoupled delay() from display class and moved it to a static CVideo function


  Commit: 41dab9fe5b11f0676b6bafb18b27358f2f86474a
      https://github.com/wesnoth/wesnoth/commit/41dab9fe5b11f0676b6bafb18b27358f2f86474a
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/construct_dialog.cpp
    M src/help/help.cpp

  Log Message:
  -----------
  Remove GUI1 calls to invalidate_all()


  Commit: 716b6e8e877492315dfc40ba87d773782406e827
      https://github.com/wesnoth/wesnoth/commit/716b6e8e877492315dfc40ba87d773782406e827
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/construct_dialog.cpp
    M src/dialogs.cpp
    M src/help/help.cpp

  Log Message:
  -----------
  Call CVideo::flip() instead of display::flip() in GUI1


  Commit: 8c0e56213bb836eee51269588c73c32f938def08
      https://github.com/wesnoth/wesnoth/commit/8c0e56213bb836eee51269588c73c32f938def08
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/actions/undo_recall_action.cpp
    M src/actions/undo_recruit_action.cpp
    M src/addon/manager_ui.cpp
    M src/attack_prediction_display.cpp
    M src/construct_dialog.cpp
    M src/construct_dialog.hpp
    M src/dialogs.cpp
    M src/filechooser.cpp
    M src/game_initialization/multiplayer_wait.cpp
    M src/game_preferences_display.cpp
    M src/hotkey/command_executor.cpp
    M src/hotkey/hotkey_preferences_display.cpp
    M src/leader_scroll_dialog.hpp
    M src/menu_events.cpp
    M src/show_dialog.cpp
    M src/show_dialog.hpp
    M src/statistics_dialog.cpp
    M src/widgets/combo.cpp

  Log Message:
  -----------
  Convert GUI1 functions to use CVideo directly instead of display


  Commit: 5f732c3dfb499dcf3f7290ed2a2eadcbf8fad7f5
      https://github.com/wesnoth/wesnoth/commit/5f732c3dfb499dcf3f7290ed2a2eadcbf8fad7f5
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/construct_dialog.hpp
    M src/filechooser.cpp
    M src/statistics_dialog.cpp

  Log Message:
  -----------
  Restore a GUI1 get_video method

Replacement for get_display() removed in db29fa8a20d2b5547ad0a636b3af66b1629a4b6f


  Commit: aff6c1b998abe46380e334b56c4a1c969f0343b6
      https://github.com/wesnoth/wesnoth/commit/aff6c1b998abe46380e334b56c4a1c969f0343b6
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/about.cpp
    M src/actions/undo_recall_action.cpp
    M src/actions/undo_recruit_action.cpp
    M src/addon/manager_ui.cpp
    M src/attack_prediction_display.cpp
    M src/construct_dialog.cpp
    M src/construct_dialog.hpp
    M src/controller_base.cpp
    M src/dialogs.cpp
    M src/display.cpp
    M src/display.hpp
    M src/filechooser.cpp
    M src/game_initialization/multiplayer.cpp
    M src/game_initialization/multiplayer_wait.cpp
    M src/game_preferences_display.cpp
    M src/generators/default_map_generator.cpp
    M src/help/help.cpp
    M src/hotkey/command_executor.cpp
    M src/hotkey/hotkey_preferences_display.cpp
    M src/intro.cpp
    M src/leader_scroll_dialog.hpp
    M src/menu_events.cpp
    M src/scripting/game_lua_kernel.cpp
    M src/show_dialog.cpp
    M src/show_dialog.hpp
    M src/statistics_dialog.cpp
    M src/storyscreen/render.cpp
    M src/unit_animation.cpp
    M src/video.cpp
    M src/video.hpp
    M src/widgets/combo.cpp

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

[WIP] remove GUI1 reliance on display class


  Commit: cf8ff909e10f90aafac945ea8819a2f9a1b4e208
      https://github.com/wesnoth/wesnoth/commit/cf8ff909e10f90aafac945ea8819a2f9a1b4e208
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/help/help.cpp
    M src/help/help.hpp
    M src/help/help_browser.cpp
    M src/help/help_browser.hpp

  Log Message:
  -----------
  Pass CVideo argument directly to certain help functions


  Commit: 52a0bbc5315146f218cd602dc096448d4972553c
      https://github.com/wesnoth/wesnoth/commit/52a0bbc5315146f218cd602dc096448d4972553c
  Author: Lari Nieminen <lari.nieminen at iki.fi>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M changelog
    M src/actions/attack.cpp
    M src/actions/create.cpp
    M src/actions/unit_creator.cpp
    M src/game_events/action_wml.cpp
    M src/play_controller.cpp
    M src/scripting/game_lua_kernel.cpp
    M src/synced_commands.cpp

  Log Message:
  -----------
  Added event type "unit placed"


  Commit: 956e86f04975640978eb894646bcd894d5184604
      https://github.com/wesnoth/wesnoth/commit/956e86f04975640978eb894646bcd894d5184604
  Author: Lari Nieminen <lari.nieminen at iki.fi>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/actions/attack.cpp

  Log Message:
  -----------
  Fixed filtered "unit placed" events not firing for plague-created units


  Commit: d873695b5f5bb97f8ae30b27400f6c54ad3e30e6
      https://github.com/wesnoth/wesnoth/commit/d873695b5f5bb97f8ae30b27400f6c54ad3e30e6
  Author: Elvish_Hunter <elvish.hunter2010 at gmail.com>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M data/tools/wmllint-1.4

  Log Message:
  -----------
  wmllint-1.4: replaced calls to vcmove() with os.rename()


  Commit: 266bfee1ff322c4bc2ed17c9a5ce9583c123d6bf
      https://github.com/wesnoth/wesnoth/commit/266bfee1ff322c4bc2ed17c9a5ce9583c123d6bf
  Author: Elvish_Hunter <elvish.hunter2010 at gmail.com>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    R data/tools/wmlmove

  Log Message:
  -----------
  removed wmlmove script


  Commit: 79f6b4d483043b39b0782e92425d085eb50f1bb5
      https://github.com/wesnoth/wesnoth/commit/79f6b4d483043b39b0782e92425d085eb50f1bb5
  Author: Elvish_Hunter <elvish.hunter2010 at gmail.com>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M data/tools/wesnoth/wmltools.py
    M data/tools/wesnoth/wmltools3.py

  Log Message:
  -----------
  wmltools: removed broken version control hooks


  Commit: 80691e5685f134e282d0073f0e2acbffa3549042
      https://github.com/wesnoth/wesnoth/commit/80691e5685f134e282d0073f0e2acbffa3549042
  Author: Lari Nieminen <lari.nieminen at iki.fi>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M changelog
    M src/actions/attack.cpp
    M src/actions/create.cpp
    M src/actions/unit_creator.cpp
    M src/game_events/action_wml.cpp
    M src/play_controller.cpp
    M src/scripting/game_lua_kernel.cpp
    M src/synced_commands.cpp

  Log Message:
  -----------
  Merge pull request #563 from ln-zookeeper/unit_placed_event

Added event type "unit placed"


  Commit: 51938b15ba3f08526a42f91d4c1ea3cd82f95ec2
      https://github.com/wesnoth/wesnoth/commit/51938b15ba3f08526a42f91d4c1ea3cd82f95ec2
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/game_preferences_display.cpp
    M src/preferences_display.cpp
    M src/preferences_display.hpp

  Log Message:
  -----------
  preferences::show_video_mode_dialog only needs CVideo


  Commit: 7d31505439afdac0450f3186c73d4f26ad167184
      https://github.com/wesnoth/wesnoth/commit/7d31505439afdac0450f3186c73d4f26ad167184
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/game_initialization/multiplayer_ui.cpp
    M src/game_initialization/multiplayer_ui.hpp

  Log Message:
  -----------
  remove unused hotkey related code in multiplayer_ui

hotkey_hander_ doesnt do anything, this can be seens by lookong at the
code or also by noticing that none of the hotkeys work in the mp lobby.

Also disp is just a dummy so there is no need to use
preferences::display_manager to update the display values.


  Commit: abda1dc4e2643568629d71c0c2311ce8dce6fe53
      https://github.com/wesnoth/wesnoth/commit/abda1dc4e2643568629d71c0c2311ce8dce6fe53
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/display.cpp
    M src/game_initialization/multiplayer.cpp
    M src/game_launcher.cpp
    M src/play_controller.cpp
    M src/quit_confirmation.cpp

  Log Message:
  -----------
  remove some get_singleton() calls

and use local variables instead.


  Commit: a77cc1394fd625a801ac8462599be1a3896072a4
      https://github.com/wesnoth/wesnoth/commit/a77cc1394fd625a801ac8462599be1a3896072a4
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/tests/gui/test_gui2.cpp

  Log Message:
  -----------
  attempt to fix tests

For some reason the tests generate 2 CVideo instances.


  Commit: 30522e6d340f80b8da38dbbe6f9f7de81347a2fa
      https://github.com/wesnoth/wesnoth/commit/30522e6d340f80b8da38dbbe6f9f7de81347a2fa
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

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

  Log Message:
  -----------
  add getter for game_launcher::video_


  Commit: 0ecf4d8ab9a9af4b3d244f8ce3149bab8b742158
      https://github.com/wesnoth/wesnoth/commit/0ecf4d8ab9a9af4b3d244f8ce3149bab8b742158
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/game_launcher.cpp
    M src/intro.cpp
    M src/intro.hpp

  Log Message:
  -----------
  the_end() only needs CVideo


  Commit: bb546c17bcea8905c05ecfbf69aa224741774982
      https://github.com/wesnoth/wesnoth/commit/bb546c17bcea8905c05ecfbf69aa224741774982
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/game_initialization/create_engine.cpp
    M src/game_initialization/create_engine.hpp
    M src/game_initialization/multiplayer_create.cpp
    M src/generators/default_map_generator.cpp
    M src/generators/default_map_generator.hpp
    M src/generators/lua_map_generator.cpp
    M src/generators/lua_map_generator.hpp
    M src/generators/map_generator.cpp
    M src/generators/map_generator.hpp
    M src/gui/dialogs/editor_generate_map.cpp

  Log Message:
  -----------
  remove display dependency from map_generator


  Commit: 94357449377ab0f1c74be6ad9b772efd8f8dfe36
      https://github.com/wesnoth/wesnoth/commit/94357449377ab0f1c74be6ad9b772efd8f8dfe36
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/addon/client.cpp
    M src/addon/client.hpp
    M src/addon/manager_ui.cpp
    M src/addon/manager_ui.hpp
    M src/game_initialization/multiplayer_create.cpp
    M src/game_initialization/multiplayer_lobby.cpp
    M src/wesnoth.cpp

  Log Message:
  -----------
  remove display dependency from addon manager

This temporarily disables the help button in the addon manager (will be
reenables when the display dependency is removed from the help
functions)


  Commit: f7f4bc27074bd80f4f6df8f7f534d04772a8799a
      https://github.com/wesnoth/wesnoth/commit/f7f4bc27074bd80f4f6df8f7f534d04772a8799a
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/help/help.cpp
    M src/help/help.hpp
    M src/help/help_browser.cpp
    M src/help/help_browser.hpp

  Log Message:
  -----------
  Revert "Pass CVideo argument directly to certain help functions"

This reverts commit cf8ff909e10f90aafac945ea8819a2f9a1b4e208.


  Commit: a953848dda1305de6672ba0396784022eb92fcf6
      https://github.com/wesnoth/wesnoth/commit/a953848dda1305de6672ba0396784022eb92fcf6
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/dialogs.cpp
    M src/editor/controller/editor_controller.cpp
    M src/editor/controller/editor_controller.hpp
    M src/gui/dialogs/addon_connect.cpp
    M src/gui/dialogs/unit_attack.cpp
    M src/gui/dialogs/unit_create.cpp
    M src/help/help.cpp
    M src/help/help.hpp
    M src/help/help_browser.cpp
    M src/help/help_browser.hpp
    M src/help/help_button.cpp
    M src/menu_events.cpp
    M src/scripting/game_lua_kernel.cpp
    M src/show_dialog.cpp
    M src/tooltips.cpp
    M src/wesnoth.cpp

  Log Message:
  -----------
  remove display dependency from show_help()

help_button still needs a display& for regierting it in the hotkey code.


  Commit: 8680ce45c6c06e120939174f7d008faaf88b1bc6
      https://github.com/wesnoth/wesnoth/commit/8680ce45c6c06e120939174f7d008faaf88b1bc6
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/controller_base.cpp
    M src/editor/controller/editor_controller.cpp
    M src/editor/controller/editor_controller.hpp
    M src/help/help_button.cpp
    M src/help/help_button.hpp
    M src/hotkey/command_executor.cpp
    M src/hotkey/command_executor.hpp
    M src/hotkey_handler.hpp
    M src/mouse_events.cpp
    M src/playsingle_controller.cpp
    M src/wesnoth.cpp

  Log Message:
  -----------
  remove display dependency from hotkey::command_executor

command_executor_default which is used ingame and by the editor now
handles display related stuff. (map screenshots, zoom...)

this also removes a hotkey::basic_handler form titlescreen which didn't
work anyway becasue it didnt pass a hotkey_executor.


  Commit: a96ca1e08b8aec493b1e75dc269149943b263362
      https://github.com/wesnoth/wesnoth/commit/a96ca1e08b8aec493b1e75dc269149943b263362
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/addon/manager_ui.cpp
    M src/dialogs.cpp
    M src/help/help_button.cpp
    M src/help/help_button.hpp

  Log Message:
  -----------
  remove display dependency from help_button

this also fixes the help button in the addon gui1 dialog.


  Commit: 93c53df6d8ad33dd68054c2eec452bf543e7a6ca
      https://github.com/wesnoth/wesnoth/commit/93c53df6d8ad33dd68054c2eec452bf543e7a6ca
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/dialogs.cpp
    M src/dialogs.hpp
    M src/game_initialization/create_engine.cpp
    M src/game_initialization/create_engine.hpp
    M src/game_initialization/mp_options.cpp
    M src/game_initialization/mp_options.hpp
    M src/game_initialization/multiplayer.cpp
    M src/game_initialization/multiplayer.hpp
    M src/game_initialization/multiplayer_configure.cpp
    M src/game_initialization/multiplayer_configure.hpp
    M src/game_initialization/multiplayer_connect.cpp
    M src/game_initialization/multiplayer_connect.hpp
    M src/game_initialization/multiplayer_create.cpp
    M src/game_initialization/multiplayer_create.hpp
    M src/game_initialization/multiplayer_lobby.cpp
    M src/game_initialization/multiplayer_lobby.hpp
    M src/game_initialization/multiplayer_ui.cpp
    M src/game_initialization/multiplayer_ui.hpp
    M src/game_initialization/multiplayer_wait.cpp
    M src/game_initialization/multiplayer_wait.hpp
    M src/game_initialization/singleplayer.cpp
    M src/game_launcher.cpp
    M src/game_preferences_display.cpp
    M src/play_controller.cpp
    M src/playmp_controller.cpp
    M src/savegame.cpp
    M src/savegame.hpp
    M src/tests/gui/test_gui2.cpp
    M src/widgets/combo.cpp
    M src/widgets/combo.hpp
    M src/widgets/combo_drag.cpp
    M src/widgets/combo_drag.hpp

  Log Message:
  -----------
  remove display dependency from mp connect code.

and from codes that are used by it, specially the loadgame and the
networkrecieve dialog.


  Commit: 056298bfc7a67c0c0d9da5bef417aea9c19d4a5d
      https://github.com/wesnoth/wesnoth/commit/056298bfc7a67c0c0d9da5bef417aea9c19d4a5d
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/video.cpp

  Log Message:
  -----------
  fixup SDL1 build


  Commit: f822a0864ab546423f87cda89603cf81d046a780
      https://github.com/wesnoth/wesnoth/commit/f822a0864ab546423f87cda89603cf81d046a780
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/editor/map/context_manager.cpp
    M src/filechooser.cpp
    M src/filechooser.hpp
    M src/game_preferences_display.cpp
    M src/gui/dialogs/editor/custom_tod.cpp
    M src/menu_events.cpp

  Log Message:
  -----------
  remove display dependency form filechooser dialog


  Commit: 9a0037495690f449b8020681b68154621a742af1
      https://github.com/wesnoth/wesnoth/commit/9a0037495690f449b8020681b68154621a742af1
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-13 (Wed, 13 Jan 2016)

  Changed paths:
    M src/editor/controller/editor_controller.cpp
    M src/game_initialization/multiplayer.cpp
    M src/game_launcher.cpp
    M src/game_preferences_display.cpp
    M src/hotkey/hotkey_preferences_display.cpp
    M src/menu_events.cpp
    M src/preferences_display.hpp

  Log Message:
  -----------
  partly remove the display dependency from prefernces dialog.

In places whether it is needed, (like telling the display object when
the display settings have changed) it is still used.


  Commit: 6e3aa0836ee72dc0295b79e2c238a95cc413244a
      https://github.com/wesnoth/wesnoth/commit/6e3aa0836ee72dc0295b79e2c238a95cc413244a
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-13 (Wed, 13 Jan 2016)

  Changed paths:
    M src/game_initialization/multiplayer.cpp
    M src/game_initialization/multiplayer.hpp
    M src/game_initialization/playcampaign.cpp
    M src/game_initialization/playcampaign.hpp
    M src/game_initialization/singleplayer.cpp
    M src/game_initialization/singleplayer.hpp
    M src/game_launcher.cpp
    M src/tests/utils/play_scenario.cpp

  Log Message:
  -----------
  remove display depencendy from multiplayer.cpp and campaign_controller


  Commit: f9fdcb1ebb209b6c4f6732bf3c0e5236714cfb96
      https://github.com/wesnoth/wesnoth/commit/f9fdcb1ebb209b6c4f6732bf3c0e5236714cfb96
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-13 (Wed, 13 Jan 2016)

  Changed paths:
    M src/tests/gui/test_gui2.cpp

  Log Message:
  -----------
  fix unused variable.


  Commit: f738020486618f4add964f61f98597c34e9ce6a1
      https://github.com/wesnoth/wesnoth/commit/f738020486618f4add964f61f98597c34e9ce6a1
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-13 (Wed, 13 Jan 2016)

  Changed paths:
    M src/about.cpp
    M src/about.hpp
    M src/game_launcher.cpp
    M src/wesnoth.cpp

  Log Message:
  -----------
  remove display dependency form show_about()


  Commit: 28be388d6d59783e140aeaad1f3410766212d056
      https://github.com/wesnoth/wesnoth/commit/28be388d6d59783e140aeaad1f3410766212d056
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-13 (Wed, 13 Jan 2016)

  Changed paths:
    M src/display.cpp
    M src/game_launcher.cpp
    M src/game_launcher.hpp
    M src/wesnoth.cpp

  Log Message:
  -----------
  remove game_display instance form game_launcher

This fixes https://gna.org/bugs/?24139 so that there is always at most
in display object. display objects are the ingame/editor views which
use theme wml and show the map with its units. So the exist only during
the editor or ingame.

This removes some display_manager objects which had no effect because the
registered display was a dummy.


  Commit: e37c8d6d2ae2909493267177adb657d2f2866d9f
      https://github.com/wesnoth/wesnoth/commit/e37c8d6d2ae2909493267177adb657d2f2866d9f
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-13 (Wed, 13 Jan 2016)

  Changed paths:
    M src/game_config_manager.cpp
    M src/game_config_manager.hpp
    M src/tests/test_mp_connect.cpp
    M src/wesnoth.cpp

  Log Message:
  -----------
  remove display dependency from game_config_manager


  Commit: 8c63aff9c8531efd0d53fd3bffb729b54c1ee5da
      https://github.com/wesnoth/wesnoth/commit/8c63aff9c8531efd0d53fd3bffb729b54c1ee5da
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-13 (Wed, 13 Jan 2016)

  Changed paths:
    M src/hotkey/command_executor.cpp

  Log Message:
  -----------
  fix unused parameter


  Commit: 25f60358827c3b26b73786e413b6be1cdec1d06a
      https://github.com/wesnoth/wesnoth/commit/25f60358827c3b26b73786e413b6be1cdec1d06a
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-13 (Wed, 13 Jan 2016)

  Changed paths:
    M src/dialogs.cpp
    M src/game_initialization/multiplayer.cpp
    M src/help/help_browser.cpp

  Log Message:
  -----------
  replace some CVideo::get_singleton calls.


  Commit: 7deb41ce41bf807a747dbf4dd63f81bb7c402cc1
      https://github.com/wesnoth/wesnoth/commit/7deb41ce41bf807a747dbf4dd63f81bb7c402cc1
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-13 (Wed, 13 Jan 2016)

  Changed paths:
    M src/hotkey/command_executor.hpp

  Log Message:
  -----------
  fix travis build.

msvc had no problems with this.


  Commit: 34b7f97658f1a8c96d872b1bf7bc049faae19715
      https://github.com/wesnoth/wesnoth/commit/34b7f97658f1a8c96d872b1bf7bc049faae19715
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-13 (Wed, 13 Jan 2016)

  Changed paths:
    M data/gui/default/widget/slider_default.cfg

  Log Message:
  -----------
  gui2/tslider: adjust magic numbers so text area doesn't take up unnecessary space

These new should values allow a 4-digit number comfortably. If more space is needed,
feel free to bump these numbers.


  Commit: e5ad3e47ff4e4f2f7a7f70ca57f1614cecef5924
      https://github.com/wesnoth/wesnoth/commit/e5ad3e47ff4e4f2f7a7f70ca57f1614cecef5924
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-13 (Wed, 13 Jan 2016)

  Changed paths:
    M src/gui/dialogs/addon_connect.cpp
    M src/gui/dialogs/addon_connect.hpp

  Log Message:
  -----------
  fix unused variable.


  Commit: 6c12e75125561c7370e66d6f0fcbbc28ddd7364e
      https://github.com/wesnoth/wesnoth/commit/6c12e75125561c7370e66d6f0fcbbc28ddd7364e
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-13 (Wed, 13 Jan 2016)

  Changed paths:
    M src/game_initialization/create_engine.hpp

  Log Message:
  -----------
  attempt to fix sdl1 build


  Commit: 75659ba9e2ea756907f5873f40c4f27ea8145742
      https://github.com/wesnoth/wesnoth/commit/75659ba9e2ea756907f5873f40c4f27ea8145742
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-13 (Wed, 13 Jan 2016)

  Changed paths:
    M src/editor/controller/editor_controller.hpp

  Log Message:
  -----------
  fix editor buttons


  Commit: eb1d0e2876573a01383bdcdde4da3c2879dc123d
      https://github.com/wesnoth/wesnoth/commit/eb1d0e2876573a01383bdcdde4da3c2879dc123d
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-01-13 (Wed, 13 Jan 2016)

  Changed paths:
    M projectfiles/Xcode/Info.plist

  Log Message:
  -----------
  XCode: Fix bundle signature warning


  Commit: d98b74d3ad7c535684b2e251dd29f5c66f6dc514
      https://github.com/wesnoth/wesnoth/commit/d98b74d3ad7c535684b2e251dd29f5c66f6dc514
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-01-13 (Wed, 13 Jan 2016)

  Changed paths:
    M src/events.cpp

  Log Message:
  -----------
  Fix some missing prototype warnings


  Commit: cd91cc224c66d1963bd9e0f24e1a4cda0482b3dd
      https://github.com/wesnoth/wesnoth/commit/cd91cc224c66d1963bd9e0f24e1a4cda0482b3dd
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-14 (Thu, 14 Jan 2016)

  Changed paths:
    M src/video.cpp

  Log Message:
  -----------
  Restrict singleton checks in video setters to the singleton callers only


  Commit: b7c507453c9b4e4a6549c3bb74c7fe78aff60902
      https://github.com/wesnoth/wesnoth/commit/b7c507453c9b4e4a6549c3bb74c7fe78aff60902
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-14 (Thu, 14 Jan 2016)

  Changed paths:
    M src/attack_prediction_display.cpp

  Log Message:
  -----------
  Use (U+00D7) instead of * to indicate multiples in damage calculation dialog


  Commit: ddd2a6a96c71cc7aa125b8fab39c0a45346de8c2
      https://github.com/wesnoth/wesnoth/commit/ddd2a6a96c71cc7aa125b8fab39c0a45346de8c2
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-14 (Thu, 14 Jan 2016)

  Changed paths:
    M src/game_launcher.cpp

  Log Message:
  -----------
  Set stored res values directly when starting game with -r

Previously, passing -r called video.set_resolution, where a display::get_singleton check
would only pass the config setter block. However, with recent refactors, a display singleton
no longer exists in areas such as the titlescreen and the check had to be removed. Rather
than add a third bool argument to video.set_resolution, I save time and set the prefs values
directly.


  Commit: 3fcf414e0605c7de2be4565985dda59e2474f524
      https://github.com/wesnoth/wesnoth/commit/3fcf414e0605c7de2be4565985dda59e2474f524
  Author: ln-zookeeper <lari.nieminen at iki.fi>
  Date:   2016-01-13 (Wed, 13 Jan 2016)

  Changed paths:
    M data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Druid.cfg
    M data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Shyde.cfg
    M data/core/units/elves/Druid.cfg
    M data/core/units/elves/Shyde.cfg

  Log Message:
  -----------
  Unified thorns sound timing to -100


  Commit: c4261af1c5f2c5620169e27894446fcd40043f9d
      https://github.com/wesnoth/wesnoth/commit/c4261af1c5f2c5620169e27894446fcd40043f9d
  Author: ln-zookeeper <lari.nieminen at iki.fi>
  Date:   2016-01-13 (Wed, 13 Jan 2016)

  Changed paths:
    M data/core/units/drakes/Armageddon.cfg
    M data/core/units/drakes/Burner.cfg
    M data/core/units/drakes/Fire.cfg
    M data/core/units/drakes/Flameheart.cfg
    M data/core/units/drakes/Flare.cfg
    M data/core/units/drakes/Inferno.cfg
    M data/core/units/monsters/Fire_Guardian.cfg
    M data/core/units/monsters/Sea_Serpent.cfg
    M data/core/units/monsters/Skeletal_Dragon.cfg
    M data/core/units/undead/Corpse_Ghoul.cfg
    M data/core/units/undead/Corpse_Necrophage.cfg
    M data/core/units/undead/Spirit_Shadow.cfg

  Log Message:
  -----------
  Unified claws sound timing to -100


  Commit: 1304ac095433ae9f4bbebc630d287c0823808fb2
      https://github.com/wesnoth/wesnoth/commit/1304ac095433ae9f4bbebc630d287c0823808fb2
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-14 (Thu, 14 Jan 2016)

  Changed paths:
    M src/events.cpp

  Log Message:
  -----------
  Removed unused static resize_comparer function


  Commit: 8f5b938c171a8cb24dfab580c4e131cdc0940ca3
      https://github.com/wesnoth/wesnoth/commit/8f5b938c171a8cb24dfab580c4e131cdc0940ca3
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-01-13 (Wed, 13 Jan 2016)

  Changed paths:
    M src/game_initialization/multiplayer.cpp
    M src/gui/dialogs/lobby_main.cpp
    M src/gui/dialogs/lobby_main.hpp
    M src/tests/gui/test_gui2.cpp

  Log Message:
  -----------
  Fix compilation for experimental MP lobby


  Commit: 0bae45d7d4672b76d8d3f2b8f91de65bcaa01679
      https://github.com/wesnoth/wesnoth/commit/0bae45d7d4672b76d8d3f2b8f91de65bcaa01679
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-01-13 (Wed, 13 Jan 2016)

  Changed paths:
    M src/game_initialization/multiplayer.cpp

  Log Message:
  -----------
  Fixup 8f5b938


  Commit: b0659d7b931b0ab1f276606d0301448608559728
      https://github.com/wesnoth/wesnoth/commit/b0659d7b931b0ab1f276606d0301448608559728
  Author: gfgtdf <tischpapier at gmail.com>
  Date:   2016-01-13 (Wed, 13 Jan 2016)

  Changed paths:
    M src/game_initialization/multiplayer.cpp

  Log Message:
  -----------
  remove an #if

this #if was added in https://github.com/wesnoth/wesnoth/commit/6e3aa0836ee72dc0295b79e2c238a95cc413244a to make wesnoth complie, and only meant to exist temporatily until the compilation issues are fixed.


  Commit: cb835fd40a2cd2f3d8012494ea3deb44f2caf030
      https://github.com/wesnoth/wesnoth/commit/cb835fd40a2cd2f3d8012494ea3deb44f2caf030
  Author: ln-zookeeper <lari.nieminen at iki.fi>
  Date:   2016-01-16 (Sat, 16 Jan 2016)

  Changed paths:
    A data/campaigns/Sceptre_of_Fire/images/units/dwarves/miner-attack-1.png
    A data/campaigns/Sceptre_of_Fire/images/units/dwarves/miner-attack-2.png
    A data/campaigns/Sceptre_of_Fire/images/units/dwarves/miner-attack-3.png
    A data/campaigns/Sceptre_of_Fire/images/units/dwarves/miner-attack-4.png
    A data/campaigns/Sceptre_of_Fire/images/units/dwarves/miner-attack-5.png
    A data/campaigns/Sceptre_of_Fire/images/units/dwarves/miner-attack-6.png
    A data/campaigns/Sceptre_of_Fire/images/units/dwarves/miner-defend-1.png
    A data/campaigns/Sceptre_of_Fire/images/units/dwarves/miner-defend-2.png
    M data/campaigns/Sceptre_of_Fire/images/units/dwarves/miner-laden.png
    M data/campaigns/Sceptre_of_Fire/images/units/dwarves/miner.png
    M data/campaigns/Sceptre_of_Fire/units/Dwarvish_Miner.cfg

  Log Message:
  -----------
  Added attack and defense animations for Dwarvish Miner, by Elvish_King


  Commit: 10f5d9d713b7cf96e92d602a168519f51fa5566c
      https://github.com/wesnoth/wesnoth/commit/10f5d9d713b7cf96e92d602a168519f51fa5566c
  Author: Andreas Löf <andreas at alternating.net>
  Date:   2016-01-17 (Sun, 17 Jan 2016)

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

  Log Message:
  -----------
  Reverting since this fixed one case but worsened the behaviour in others.

Revert "Fix bug #24261: Area under Objectives not redrawn on resize"

This reverts commit 3b3320b5b6d3e9715c86792f3e09fd5dc9e639ff.


  Commit: c699c23e8618ca6b676d68dd5495564ea8ce1288
      https://github.com/wesnoth/wesnoth/commit/c699c23e8618ca6b676d68dd5495564ea8ce1288
  Author: Andreas Löf <andreas at alternating.net>
  Date:   2016-01-17 (Sun, 17 Jan 2016)

  Changed paths:
    M RELEASE_NOTES
    M changelog

  Log Message:
  -----------
  Update release notes and changelog for SDL2 status


  Commit: 46502023908c77d1174a9f629cd3c864a48885b7
      https://github.com/wesnoth/wesnoth/commit/46502023908c77d1174a9f629cd3c864a48885b7
  Author: Andreas Löf <andreas at alternating.net>
  Date:   2016-01-17 (Sun, 17 Jan 2016)

  Changed paths:
    M CMakeLists.txt
    M SConstruct

  Log Message:
  -----------
  Update build requirements to SDL 2.0.4


  Commit: 8a6811db41dd42f24b6674836e04c06687c11f09
      https://github.com/wesnoth/wesnoth/commit/8a6811db41dd42f24b6674836e04c06687c11f09
  Author: gfgtdf <tischpapier at gmail.com>
  Date:   2016-01-16 (Sat, 16 Jan 2016)

  Changed paths:
    M RELEASE_NOTES

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


  Commit: cf49294c9aa1f10d1f4efa9b15a5e4956606e839
      https://github.com/wesnoth/wesnoth/commit/cf49294c9aa1f10d1f4efa9b15a5e4956606e839
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-16 (Sat, 16 Jan 2016)

  Changed paths:
    M src/display.hpp

  Log Message:
  -----------
  add a comment


  Commit: 8efc1da970e8a5c5981986ae719522f1e860c452
      https://github.com/wesnoth/wesnoth/commit/8efc1da970e8a5c5981986ae719522f1e860c452
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-16 (Sat, 16 Jan 2016)

  Changed paths:
    M src/addon/manager.cpp
    M src/addon/manager_ui.cpp
    M src/events.cpp
    M src/game_initialization/multiplayer_create.cpp
    M src/game_initialization/multiplayer_lobby.cpp
    M src/game_initialization/multiplayer_ui.cpp
    M src/gui/dialogs/synced_choice_wait.cpp
    M src/gui/dialogs/synced_choice_wait.hpp
    M src/gui/dialogs/title_screen.cpp
    M src/hotkey/command_executor.cpp
    M src/hotkey/command_executor.hpp
    M src/hotkey_handler.cpp
    M src/loadscreen.cpp
    M src/mouse_events.hpp
    M src/quit_confirmation.cpp
    M src/save_index.cpp
    M src/show_dialog.cpp
    M src/synced_checkup.cpp
    M src/wesnoth.cpp
    M src/wml_exception.cpp
    M src/wml_exception.hpp

  Log Message:
  -----------
  cleanup some includes


  Commit: 7a819e6a5649bf2c1314e3619d507fa2a0a46482
      https://github.com/wesnoth/wesnoth/commit/7a819e6a5649bf2c1314e3619d507fa2a0a46482
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-16 (Sat, 16 Jan 2016)

  Changed paths:
    M src/wesnoth.cpp

  Log Message:
  -----------
  clean an include


  Commit: fa056da7a3e1a283102e51a75d88403b9a76b086
      https://github.com/wesnoth/wesnoth/commit/fa056da7a3e1a283102e51a75d88403b9a76b086
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-16 (Sat, 16 Jan 2016)

  Changed paths:
    M src/scripting/lua_team.cpp
    M src/team.hpp

  Log Message:
  -----------
  make 'persistent' side attribute modifable by lua.


  Commit: 3e57e2ca9b1f8c6db2f7d85930cfd0a86c0e493a
      https://github.com/wesnoth/wesnoth/commit/3e57e2ca9b1f8c6db2f7d85930cfd0a86c0e493a
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-16 (Sat, 16 Jan 2016)

  Changed paths:
    M src/game_initialization/connect_engine.cpp

  Log Message:
  -----------
  make default value for 'save_id' in [side] less random.


  Commit: 15afa4f6ba024bc4872455d603ed2f31e54e2c47
      https://github.com/wesnoth/wesnoth/commit/15afa4f6ba024bc4872455d603ed2f31e54e2c47
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-16 (Sat, 16 Jan 2016)

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

  Log Message:
  -----------
  fix recruits in tutotial

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


  Commit: 9ed01599ee768445196704d68f465b947a58f8e1
      https://github.com/wesnoth/wesnoth/commit/9ed01599ee768445196704d68f465b947a58f8e1
  Author: Andreas Löf <andreas at alternating.net>
  Date:   2016-01-17 (Sun, 17 Jan 2016)

  Changed paths:
    M CMakeLists.txt
    M INSTALL
    M SConstruct

  Log Message:
  -----------
  Drop requiered SDL2 version to 2.0.2 on Linux and *BSD

This drops the required version to 2.0.2 on Linux and *BSD, as there are no known bugs that require us to have a later version on these platforms. Windows and Os X remains as 2.0.4.


  Commit: d161d6c8ba3e8216ad237d62464ca0e82f8d6fa4
      https://github.com/wesnoth/wesnoth/commit/d161d6c8ba3e8216ad237d62464ca0e82f8d6fa4
  Author: Andreas Löf <andreas at alternating.net>
  Date:   2016-01-17 (Sun, 17 Jan 2016)

  Changed paths:
    M RELEASE_NOTES
    M data/campaigns/tutorial/scenarios/02_Tutorial_part_2.cfg
    M src/addon/manager.cpp
    M src/addon/manager_ui.cpp
    M src/display.hpp
    M src/events.cpp
    M src/game_initialization/connect_engine.cpp
    M src/game_initialization/multiplayer_create.cpp
    M src/game_initialization/multiplayer_lobby.cpp
    M src/game_initialization/multiplayer_ui.cpp
    M src/gui/dialogs/synced_choice_wait.cpp
    M src/gui/dialogs/synced_choice_wait.hpp
    M src/gui/dialogs/title_screen.cpp
    M src/hotkey/command_executor.cpp
    M src/hotkey/command_executor.hpp
    M src/hotkey_handler.cpp
    M src/loadscreen.cpp
    M src/mouse_events.hpp
    M src/quit_confirmation.cpp
    M src/save_index.cpp
    M src/scripting/lua_team.cpp
    M src/show_dialog.cpp
    M src/synced_checkup.cpp
    M src/team.hpp
    M src/wesnoth.cpp
    M src/wml_exception.cpp
    M src/wml_exception.hpp

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


  Commit: 9b5870e14b4ca1b576a52780fedabec94798bc5e
      https://github.com/wesnoth/wesnoth/commit/9b5870e14b4ca1b576a52780fedabec94798bc5e
  Author: Andreas Löf <andreas at alternating.net>
  Date:   2016-01-17 (Sun, 17 Jan 2016)

  Changed paths:
    M CMakeLists.txt
    M SConstruct

  Log Message:
  -----------
  Correct SDL2 versions for linux/win32/osx in build scripts

Codify the requirements set forth in the INSTALL file in scons and
cmake as they are used on other platforms that Linux and * BSD.


  Commit: edd32dc29284d8785ea6c57f58b00d2f2da3e0af
      https://github.com/wesnoth/wesnoth/commit/edd32dc29284d8785ea6c57f58b00d2f2da3e0af
  Author: Andreas Löf <andreas at alternating.net>
  Date:   2016-01-17 (Sun, 17 Jan 2016)

  Changed paths:
    M RELEASE_NOTES

  Log Message:
  -----------
  Add bug 24212 to release notes


  Commit: e9829b68ac8b1800df406b4acebbea6aea1dcaeb
      https://github.com/wesnoth/wesnoth/commit/e9829b68ac8b1800df406b4acebbea6aea1dcaeb
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-17 (Sun, 17 Jan 2016)

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

  Log Message:
  -----------
  tunit_attack: fix incorrect damage values showing (bug #24310)


  Commit: 5032aa5155fc27224f30dd853f1fe30dcb72cc3a
      https://github.com/wesnoth/wesnoth/commit/5032aa5155fc27224f30dd853f1fe30dcb72cc3a
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-17 (Sun, 17 Jan 2016)

  Changed paths:
    M src/game_preferences_display.cpp

  Log Message:
  -----------
  Properly select initial Preferences category


  Commit: a05a40ab144891b76b58b4f1f7d0703bc95b81ba
      https://github.com/wesnoth/wesnoth/commit/a05a40ab144891b76b58b4f1f7d0703bc95b81ba
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-17 (Sun, 17 Jan 2016)

  Changed paths:
    M RELEASE_NOTES
    M changelog

  Log Message:
  -----------
  Bug #18112 is fixed


  Commit: 2369d3f9ae3f0389197fe6eb2b3e3804f30f3fa3
      https://github.com/wesnoth/wesnoth/commit/2369d3f9ae3f0389197fe6eb2b3e3804f30f3fa3
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-16 (Sat, 16 Jan 2016)

  Changed paths:
    M src/addon/manager_ui.cpp
    M src/config_cache.cpp
    M src/desktop/notifications.cpp
    M src/game_initialization/create_engine.cpp
    M src/game_initialization/mp_game_utils.cpp
    M src/game_initialization/mp_game_utils.hpp
    M src/game_initialization/mp_options.hpp
    M src/game_initialization/multiplayer.cpp
    M src/game_initialization/multiplayer_configure.cpp
    M src/game_initialization/multiplayer_connect.cpp
    M src/game_initialization/multiplayer_wait.cpp
    M src/game_launcher.cpp
    M src/game_launcher.hpp
    M src/generators/lua_map_generator.cpp
    M src/gui/dialogs/mp_connect.cpp
    M src/help/help_browser.cpp
    M src/scripting/lua_gui2.cpp
    M src/storyscreen/controller.hpp

  Log Message:
  -----------
  clenaup more includes

this changes some class member types to scoped pointer so that we can
remove an include from the header.


  Commit: c31189e580af645ca68a3888aeb806e9530d46eb
      https://github.com/wesnoth/wesnoth/commit/c31189e580af645ca68a3888aeb806e9530d46eb
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-16 (Sat, 16 Jan 2016)

  Changed paths:
    M src/tests/test_mp_connect.cpp

  Log Message:
  -----------
  attempt to fix boost unit tests

the boost units tests created 2 CVideo and 2 game_display objects which
causes assertion failures.


  Commit: 9f6f38f2407ae861432c1a6ff9d0354a31c007e9
      https://github.com/wesnoth/wesnoth/commit/9f6f38f2407ae861432c1a6ff9d0354a31c007e9
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-17 (Sun, 17 Jan 2016)

  Changed paths:
    M RELEASE_NOTES
    M changelog

  Log Message:
  -----------
  Bug #20332 is fixed


  Commit: b0fa94a7ca8f1d1ab47df6b5f1bd6230543ee899
      https://github.com/wesnoth/wesnoth/commit/b0fa94a7ca8f1d1ab47df6b5f1bd6230543ee899
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2016-01-16 (Sat, 16 Jan 2016)

  Changed paths:
    M doc/man/cs/wesnoth.6
    M doc/man/cs/wesnothd.6
    M doc/man/de/wesnoth.6
    M doc/man/de/wesnothd.6
    M doc/man/en_GB/wesnoth.6
    M doc/man/en_GB/wesnothd.6
    M doc/man/es/wesnoth.6
    M doc/man/es/wesnothd.6
    M doc/man/et/wesnoth.6
    M doc/man/et/wesnothd.6
    M doc/man/fi/wesnoth.6
    M doc/man/fi/wesnothd.6
    M doc/man/fr/wesnoth.6
    M doc/man/fr/wesnothd.6
    M doc/man/gl/wesnoth.6
    M doc/man/gl/wesnothd.6
    M doc/man/hu/wesnoth.6
    M doc/man/hu/wesnothd.6
    M doc/man/id/wesnoth.6
    M doc/man/id/wesnothd.6
    M doc/man/it/wesnoth.6
    M doc/man/it/wesnothd.6
    M doc/man/ja/wesnothd.6
    M doc/man/lt/wesnothd.6
    M doc/man/pl/wesnoth.6
    M doc/man/pl/wesnothd.6
    M doc/man/pt/wesnoth.6
    M doc/man/pt/wesnothd.6
    M doc/man/pt_BR/wesnothd.6
    M doc/man/ru/wesnoth.6
    M doc/man/ru/wesnothd.6
    M doc/man/sk/wesnoth.6
    M doc/man/sk/wesnothd.6
    M doc/man/sr/wesnoth.6
    M doc/man/sr/wesnothd.6
    M doc/man/sr at ijekavian/wesnoth.6
    M doc/man/sr at ijekavian/wesnothd.6
    M doc/man/sr at ijekavianlatin/wesnoth.6
    M doc/man/sr at ijekavianlatin/wesnothd.6
    M doc/man/sr at latin/wesnoth.6
    M doc/man/sr at latin/wesnothd.6
    M doc/man/tr/wesnothd.6
    M doc/man/uk/wesnoth.6
    M doc/man/uk/wesnothd.6
    M doc/man/vi/wesnoth.6
    M doc/man/vi/wesnothd.6
    M doc/man/zh_CN/wesnoth.6
    M doc/man/zh_CN/wesnothd.6
    M doc/man/zh_TW/wesnothd.6
    M doc/manual/manual.cs.html
    M doc/manual/manual.de.html
    M doc/manual/manual.en.html
    M doc/manual/manual.en_GB.html
    M doc/manual/manual.es.html
    M doc/manual/manual.et.html
    M doc/manual/manual.fi.html
    M doc/manual/manual.fr.html
    M doc/manual/manual.gl.html
    M doc/manual/manual.hu.html
    M doc/manual/manual.id.html
    M doc/manual/manual.it.html
    M doc/manual/manual.ja.html
    M doc/manual/manual.pl.html
    M doc/manual/manual.pt.html
    M doc/manual/manual.pt_BR.html
    M doc/manual/manual.ru.html
    M doc/manual/manual.sk.html
    M doc/manual/manual.sr.html
    M doc/manual/manual.sr at ijekavian.html
    M doc/manual/manual.sr at ijekavianlatin.html
    M doc/manual/manual.sr at latin.html
    M doc/manual/manual.uk.html
    M doc/manual/manual.vi.html
    M doc/manual/manual.zh_CN.html
    M doc/manual/manual.zh_TW.html
    M po/wesnoth-ai/wesnoth-ai.pot
    M po/wesnoth-anl/wesnoth-anl.pot
    M po/wesnoth-aoi/wesnoth-aoi.pot
    M po/wesnoth-did/wesnoth-did.pot
    M po/wesnoth-dm/wesnoth-dm.pot
    M po/wesnoth-dw/af.po
    M po/wesnoth-dw/ang.po
    M po/wesnoth-dw/ang at latin.po
    M po/wesnoth-dw/ar.po
    M po/wesnoth-dw/bg.po
    M po/wesnoth-dw/ca.po
    M po/wesnoth-dw/ca_ES at valencia.po
    M po/wesnoth-dw/cs.po
    M po/wesnoth-dw/da.po
    M po/wesnoth-dw/de.po
    M po/wesnoth-dw/el.po
    M po/wesnoth-dw/en at shaw.po
    M po/wesnoth-dw/en_GB.po
    M po/wesnoth-dw/eo.po
    M po/wesnoth-dw/es.po
    M po/wesnoth-dw/et.po
    M po/wesnoth-dw/eu.po
    M po/wesnoth-dw/fi.po
    M po/wesnoth-dw/fr.po
    M po/wesnoth-dw/fur_IT.po
    M po/wesnoth-dw/ga.po
    M po/wesnoth-dw/gd.po
    M po/wesnoth-dw/gl.po
    M po/wesnoth-dw/he.po
    M po/wesnoth-dw/hr.po
    M po/wesnoth-dw/hu.po
    M po/wesnoth-dw/id.po
    M po/wesnoth-dw/is.po
    M po/wesnoth-dw/it.po
    M po/wesnoth-dw/ja.po
    M po/wesnoth-dw/ko.po
    M po/wesnoth-dw/la.po
    M po/wesnoth-dw/lt.po
    M po/wesnoth-dw/lv.po
    M po/wesnoth-dw/mk.po
    M po/wesnoth-dw/mr.po
    M po/wesnoth-dw/nb_NO.po
    M po/wesnoth-dw/nl.po
    M po/wesnoth-dw/pl.po
    M po/wesnoth-dw/pt.po
    M po/wesnoth-dw/pt_BR.po
    M po/wesnoth-dw/racv.po
    M po/wesnoth-dw/ro.po
    M po/wesnoth-dw/ru.po
    M po/wesnoth-dw/sk.po
    M po/wesnoth-dw/sl.po
    M po/wesnoth-dw/sr.po
    M po/wesnoth-dw/sr at ijekavian.po
    M po/wesnoth-dw/sr at ijekavianlatin.po
    M po/wesnoth-dw/sr at latin.po
    M po/wesnoth-dw/sv.po
    M po/wesnoth-dw/tl.po
    M po/wesnoth-dw/tr.po
    M po/wesnoth-dw/uk.po
    M po/wesnoth-dw/vi.po
    M po/wesnoth-dw/wesnoth-dw.pot
    M po/wesnoth-dw/zh_CN.po
    M po/wesnoth-dw/zh_TW.po
    M po/wesnoth-editor/af.po
    M po/wesnoth-editor/ang.po
    M po/wesnoth-editor/ang at latin.po
    M po/wesnoth-editor/ar.po
    M po/wesnoth-editor/bg.po
    M po/wesnoth-editor/ca.po
    M po/wesnoth-editor/ca_ES at valencia.po
    M po/wesnoth-editor/cs.po
    M po/wesnoth-editor/da.po
    M po/wesnoth-editor/de.po
    M po/wesnoth-editor/el.po
    M po/wesnoth-editor/en at shaw.po
    M po/wesnoth-editor/en_GB.po
    M po/wesnoth-editor/eo.po
    M po/wesnoth-editor/es.po
    M po/wesnoth-editor/et.po
    M po/wesnoth-editor/eu.po
    M po/wesnoth-editor/fi.po
    M po/wesnoth-editor/fr.po
    M po/wesnoth-editor/fur_IT.po
    M po/wesnoth-editor/ga.po
    M po/wesnoth-editor/gd.po
    M po/wesnoth-editor/gl.po
    M po/wesnoth-editor/he.po
    M po/wesnoth-editor/hr.po
    M po/wesnoth-editor/hu.po
    M po/wesnoth-editor/id.po
    M po/wesnoth-editor/is.po
    M po/wesnoth-editor/it.po
    M po/wesnoth-editor/ja.po
    M po/wesnoth-editor/ko.po
    M po/wesnoth-editor/la.po
    M po/wesnoth-editor/lt.po
    M po/wesnoth-editor/lv.po
    M po/wesnoth-editor/mk.po
    M po/wesnoth-editor/mr.po
    M po/wesnoth-editor/nb_NO.po
    M po/wesnoth-editor/nl.po
    M po/wesnoth-editor/pl.po
    M po/wesnoth-editor/pt.po
    M po/wesnoth-editor/pt_BR.po
    M po/wesnoth-editor/racv.po
    M po/wesnoth-editor/ro.po
    M po/wesnoth-editor/ru.po
    M po/wesnoth-editor/sk.po
    M po/wesnoth-editor/sl.po
    M po/wesnoth-editor/sr.po
    M po/wesnoth-editor/sr at ijekavian.po
    M po/wesnoth-editor/sr at ijekavianlatin.po
    M po/wesnoth-editor/sr at latin.po
    M po/wesnoth-editor/sv.po
    M po/wesnoth-editor/tl.po
    M po/wesnoth-editor/tr.po
    M po/wesnoth-editor/uk.po
    M po/wesnoth-editor/vi.po
    M po/wesnoth-editor/wesnoth-editor.pot
    M po/wesnoth-editor/zh_CN.po
    M po/wesnoth-editor/zh_TW.po
    M po/wesnoth-ei/wesnoth-ei.pot
    M po/wesnoth-help/af.po
    M po/wesnoth-help/ang.po
    M po/wesnoth-help/ang at latin.po
    M po/wesnoth-help/ar.po
    M po/wesnoth-help/bg.po
    M po/wesnoth-help/ca.po
    M po/wesnoth-help/ca_ES at valencia.po
    M po/wesnoth-help/cs.po
    M po/wesnoth-help/da.po
    M po/wesnoth-help/de.po
    M po/wesnoth-help/el.po
    M po/wesnoth-help/en at shaw.po
    M po/wesnoth-help/en_GB.po
    M po/wesnoth-help/eo.po
    M po/wesnoth-help/es.po
    M po/wesnoth-help/et.po
    M po/wesnoth-help/eu.po
    M po/wesnoth-help/fi.po
    M po/wesnoth-help/fr.po
    M po/wesnoth-help/fur_IT.po
    M po/wesnoth-help/ga.po
    M po/wesnoth-help/gd.po
    M po/wesnoth-help/gl.po
    M po/wesnoth-help/he.po
    M po/wesnoth-help/hr.po
    M po/wesnoth-help/hu.po
    M po/wesnoth-help/id.po
    M po/wesnoth-help/is.po
    M po/wesnoth-help/it.po
    M po/wesnoth-help/ja.po
    M po/wesnoth-help/ko.po
    M po/wesnoth-help/la.po
    M po/wesnoth-help/lt.po
    M po/wesnoth-help/lv.po
    M po/wesnoth-help/mk.po
    M po/wesnoth-help/mr.po
    M po/wesnoth-help/nb_NO.po
    M po/wesnoth-help/nl.po
    M po/wesnoth-help/pl.po
    M po/wesnoth-help/pt.po
    M po/wesnoth-help/pt_BR.po
    M po/wesnoth-help/racv.po
    M po/wesnoth-help/ro.po
    M po/wesnoth-help/ru.po
    M po/wesnoth-help/sk.po
    M po/wesnoth-help/sl.po
    M po/wesnoth-help/sr.po
    M po/wesnoth-help/sr at ijekavian.po
    M po/wesnoth-help/sr at ijekavianlatin.po
    M po/wesnoth-help/sr at latin.po
    M po/wesnoth-help/sv.po
    M po/wesnoth-help/tl.po
    M po/wesnoth-help/tr.po
    M po/wesnoth-help/uk.po
    M po/wesnoth-help/vi.po
    M po/wesnoth-help/wesnoth-help.pot
    M po/wesnoth-help/zh_CN.po
    M po/wesnoth-help/zh_TW.po
    M po/wesnoth-httt/wesnoth-httt.pot
    M po/wesnoth-l/af.po
    M po/wesnoth-l/ang.po
    M po/wesnoth-l/ang at latin.po
    M po/wesnoth-l/ar.po
    M po/wesnoth-l/bg.po
    M po/wesnoth-l/ca.po
    M po/wesnoth-l/ca_ES at valencia.po
    M po/wesnoth-l/cs.po
    M po/wesnoth-l/da.po
    M po/wesnoth-l/de.po
    M po/wesnoth-l/el.po
    M po/wesnoth-l/en at shaw.po
    M po/wesnoth-l/en_GB.po
    M po/wesnoth-l/eo.po
    M po/wesnoth-l/es.po
    M po/wesnoth-l/et.po
    M po/wesnoth-l/eu.po
    M po/wesnoth-l/fi.po
    M po/wesnoth-l/fr.po
    M po/wesnoth-l/fur_IT.po
    M po/wesnoth-l/ga.po
    M po/wesnoth-l/gd.po
    M po/wesnoth-l/gl.po
    M po/wesnoth-l/he.po
    M po/wesnoth-l/hr.po
    M po/wesnoth-l/hu.po
    M po/wesnoth-l/id.po
    M po/wesnoth-l/is.po
    M po/wesnoth-l/it.po
    M po/wesnoth-l/ja.po
    M po/wesnoth-l/ko.po
    M po/wesnoth-l/la.po
    M po/wesnoth-l/lt.po
    M po/wesnoth-l/lv.po
    M po/wesnoth-l/mk.po
    M po/wesnoth-l/mr.po
    M po/wesnoth-l/nb_NO.po
    M po/wesnoth-l/nl.po
    M po/wesnoth-l/pl.po
    M po/wesnoth-l/pt.po
    M po/wesnoth-l/pt_BR.po
    M po/wesnoth-l/racv.po
    M po/wesnoth-l/ro.po
    M po/wesnoth-l/ru.po
    M po/wesnoth-l/sk.po
    M po/wesnoth-l/sl.po
    M po/wesnoth-l/sr.po
    M po/wesnoth-l/sr at ijekavian.po
    M po/wesnoth-l/sr at ijekavianlatin.po
    M po/wesnoth-l/sr at latin.po
    M po/wesnoth-l/sv.po
    M po/wesnoth-l/tl.po
    M po/wesnoth-l/tr.po
    M po/wesnoth-l/uk.po
    M po/wesnoth-l/vi.po
    M po/wesnoth-l/wesnoth-l.pot
    M po/wesnoth-l/zh_CN.po
    M po/wesnoth-l/zh_TW.po
    M po/wesnoth-lib/af.po
    M po/wesnoth-lib/ang.po
    M po/wesnoth-lib/ang at latin.po
    M po/wesnoth-lib/ar.po
    M po/wesnoth-lib/bg.po
    M po/wesnoth-lib/ca.po
    M po/wesnoth-lib/ca_ES at valencia.po
    M po/wesnoth-lib/cs.po
    M po/wesnoth-lib/da.po
    M po/wesnoth-lib/de.po
    M po/wesnoth-lib/el.po
    M po/wesnoth-lib/en at shaw.po
    M po/wesnoth-lib/en_GB.po
    M po/wesnoth-lib/eo.po
    M po/wesnoth-lib/es.po
    M po/wesnoth-lib/et.po
    M po/wesnoth-lib/eu.po
    M po/wesnoth-lib/fi.po
    M po/wesnoth-lib/fr.po
    M po/wesnoth-lib/fur_IT.po
    M po/wesnoth-lib/ga.po
    M po/wesnoth-lib/gd.po
    M po/wesnoth-lib/gl.po
    M po/wesnoth-lib/he.po
    M po/wesnoth-lib/hr.po
    M po/wesnoth-lib/hu.po
    M po/wesnoth-lib/id.po
    M po/wesnoth-lib/is.po
    M po/wesnoth-lib/it.po
    M po/wesnoth-lib/ja.po
    M po/wesnoth-lib/ko.po
    M po/wesnoth-lib/la.po
    M po/wesnoth-lib/lt.po
    M po/wesnoth-lib/lv.po
    M po/wesnoth-lib/mk.po
    M po/wesnoth-lib/mr.po
    M po/wesnoth-lib/nb_NO.po
    M po/wesnoth-lib/nl.po
    M po/wesnoth-lib/pl.po
    M po/wesnoth-lib/pt.po
    M po/wesnoth-lib/pt_BR.po
    M po/wesnoth-lib/racv.po
    M po/wesnoth-lib/ro.po
    M po/wesnoth-lib/ru.po
    M po/wesnoth-lib/sk.po
    M po/wesnoth-lib/sl.po
    M po/wesnoth-lib/sr.po
    M po/wesnoth-lib/sr at ijekavian.po
    M po/wesnoth-lib/sr at ijekavianlatin.po
    M po/wesnoth-lib/sr at latin.po
    M po/wesnoth-lib/sv.po
    M po/wesnoth-lib/tl.po
    M po/wesnoth-lib/tr.po
    M po/wesnoth-lib/uk.po
    M po/wesnoth-lib/vi.po
    M po/wesnoth-lib/wesnoth-lib.pot
    M po/wesnoth-lib/zh_CN.po
    M po/wesnoth-lib/zh_TW.po
    M po/wesnoth-low/af.po
    M po/wesnoth-low/ang.po
    M po/wesnoth-low/ang at latin.po
    M po/wesnoth-low/ar.po
    M po/wesnoth-low/bg.po
    M po/wesnoth-low/ca.po
    M po/wesnoth-low/ca_ES at valencia.po
    M po/wesnoth-low/cs.po
    M po/wesnoth-low/da.po
    M po/wesnoth-low/de.po
    M po/wesnoth-low/el.po
    M po/wesnoth-low/en at shaw.po
    M po/wesnoth-low/en_GB.po
    M po/wesnoth-low/eo.po
    M po/wesnoth-low/es.po
    M po/wesnoth-low/et.po
    M po/wesnoth-low/eu.po
    M po/wesnoth-low/fi.po
    M po/wesnoth-low/fr.po
    M po/wesnoth-low/fur_IT.po
    M po/wesnoth-low/ga.po
    M po/wesnoth-low/gd.po
    M po/wesnoth-low/gl.po
    M po/wesnoth-low/he.po
    M po/wesnoth-low/hr.po
    M po/wesnoth-low/hu.po
    M po/wesnoth-low/id.po
    M po/wesnoth-low/is.po
    M po/wesnoth-low/it.po
    M po/wesnoth-low/ja.po
    M po/wesnoth-low/ko.po
    M po/wesnoth-low/la.po
    M po/wesnoth-low/lt.po
    M po/wesnoth-low/lv.po
    M po/wesnoth-low/mk.po
    M po/wesnoth-low/mr.po
    M po/wesnoth-low/nb_NO.po
    M po/wesnoth-low/nl.po
    M po/wesnoth-low/pl.po
    M po/wesnoth-low/pt.po
    M po/wesnoth-low/pt_BR.po
    M po/wesnoth-low/racv.po
    M po/wesnoth-low/ro.po
    M po/wesnoth-low/ru.po
    M po/wesnoth-low/sk.po
    M po/wesnoth-low/sl.po
    M po/wesnoth-low/sr.po
    M po/wesnoth-low/sr at ijekavian.po
    M po/wesnoth-low/sr at ijekavianlatin.po
    M po/wesnoth-low/sr at latin.po
    M po/wesnoth-low/sv.po
    M po/wesnoth-low/tl.po
    M po/wesnoth-low/tr.po
    M po/wesnoth-low/uk.po
    M po/wesnoth-low/vi.po
    M po/wesnoth-low/wesnoth-low.pot
    M po/wesnoth-low/zh_CN.po
    M po/wesnoth-low/zh_TW.po
    M po/wesnoth-manpages/af.po
    M po/wesnoth-manpages/ang.po
    M po/wesnoth-manpages/ang at latin.po
    M po/wesnoth-manpages/ar.po
    M po/wesnoth-manpages/bg.po
    M po/wesnoth-manpages/ca.po
    M po/wesnoth-manpages/ca_ES at valencia.po
    M po/wesnoth-manpages/cs.po
    M po/wesnoth-manpages/da.po
    M po/wesnoth-manpages/de.po
    M po/wesnoth-manpages/el.po
    M po/wesnoth-manpages/en at shaw.po
    M po/wesnoth-manpages/en_GB.po
    M po/wesnoth-manpages/eo.po
    M po/wesnoth-manpages/es.po
    M po/wesnoth-manpages/et.po
    M po/wesnoth-manpages/eu.po
    M po/wesnoth-manpages/fi.po
    M po/wesnoth-manpages/fr.po
    M po/wesnoth-manpages/fur_IT.po
    M po/wesnoth-manpages/ga.po
    M po/wesnoth-manpages/gd.po
    M po/wesnoth-manpages/gl.po
    M po/wesnoth-manpages/he.po
    M po/wesnoth-manpages/hr.po
    M po/wesnoth-manpages/hu.po
    M po/wesnoth-manpages/id.po
    M po/wesnoth-manpages/it.po
    M po/wesnoth-manpages/ja.po
    M po/wesnoth-manpages/ko.po
    M po/wesnoth-manpages/la.po
    M po/wesnoth-manpages/lt.po
    M po/wesnoth-manpages/lv.po
    M po/wesnoth-manpages/mk.po
    M po/wesnoth-manpages/mr.po
    M po/wesnoth-manpages/nb_NO.po
    M po/wesnoth-manpages/nl.po
    M po/wesnoth-manpages/pl.po
    M po/wesnoth-manpages/pt.po
    M po/wesnoth-manpages/pt_BR.po
    M po/wesnoth-manpages/racv.po
    M po/wesnoth-manpages/ro.po
    M po/wesnoth-manpages/ru.po
    M po/wesnoth-manpages/sk.po
    M po/wesnoth-manpages/sl.po
    M po/wesnoth-manpages/sr.po
    M po/wesnoth-manpages/sr at ijekavian.po
    M po/wesnoth-manpages/sr at ijekavianlatin.po
    M po/wesnoth-manpages/sr at latin.po
    M po/wesnoth-manpages/sv.po
    M po/wesnoth-manpages/tl.po
    M po/wesnoth-manpages/tr.po
    M po/wesnoth-manpages/uk.po
    M po/wesnoth-manpages/vi.po
    M po/wesnoth-manpages/wesnoth-manpages.pot
    M po/wesnoth-manpages/zh_CN.po
    M po/wesnoth-manpages/zh_TW.po
    M po/wesnoth-manual/wesnoth-manual.pot
    M po/wesnoth-multiplayer/wesnoth-multiplayer.pot
    M po/wesnoth-nr/af.po
    M po/wesnoth-nr/ang.po
    M po/wesnoth-nr/ang at latin.po
    M po/wesnoth-nr/ar.po
    M po/wesnoth-nr/bg.po
    M po/wesnoth-nr/ca.po
    M po/wesnoth-nr/ca_ES at valencia.po
    M po/wesnoth-nr/cs.po
    M po/wesnoth-nr/da.po
    M po/wesnoth-nr/de.po
    M po/wesnoth-nr/el.po
    M po/wesnoth-nr/en at shaw.po
    M po/wesnoth-nr/en_GB.po
    M po/wesnoth-nr/eo.po
    M po/wesnoth-nr/es.po
    M po/wesnoth-nr/et.po
    M po/wesnoth-nr/eu.po
    M po/wesnoth-nr/fi.po
    M po/wesnoth-nr/fr.po
    M po/wesnoth-nr/fur_IT.po
    M po/wesnoth-nr/ga.po
    M po/wesnoth-nr/gd.po
    M po/wesnoth-nr/gl.po
    M po/wesnoth-nr/he.po
    M po/wesnoth-nr/hr.po
    M po/wesnoth-nr/hu.po
    M po/wesnoth-nr/id.po
    M po/wesnoth-nr/is.po
    M po/wesnoth-nr/it.po
    M po/wesnoth-nr/ja.po
    M po/wesnoth-nr/ko.po
    M po/wesnoth-nr/la.po
    M po/wesnoth-nr/lt.po
    M po/wesnoth-nr/lv.po
    M po/wesnoth-nr/mk.po
    M po/wesnoth-nr/mr.po
    M po/wesnoth-nr/nb_NO.po
    M po/wesnoth-nr/nl.po
    M po/wesnoth-nr/pl.po
    M po/wesnoth-nr/pt.po
    M po/wesnoth-nr/pt_BR.po
    M po/wesnoth-nr/racv.po
    M po/wesnoth-nr/ro.po
    M po/wesnoth-nr/ru.po
    M po/wesnoth-nr/sk.po
    M po/wesnoth-nr/sl.po
    M po/wesnoth-nr/sr.po
    M po/wesnoth-nr/sr at ijekavian.po
    M po/wesnoth-nr/sr at ijekavianlatin.po
    M po/wesnoth-nr/sr at latin.po
    M po/wesnoth-nr/sv.po
    M po/wesnoth-nr/tl.po
    M po/wesnoth-nr/tr.po
    M po/wesnoth-nr/uk.po
    M po/wesnoth-nr/vi.po
    M po/wesnoth-nr/wesnoth-nr.pot
    M po/wesnoth-nr/zh_CN.po
    M po/wesnoth-nr/zh_TW.po
    M po/wesnoth-sof/af.po
    M po/wesnoth-sof/ang.po
    M po/wesnoth-sof/ang at latin.po
    M po/wesnoth-sof/ar.po
    M po/wesnoth-sof/bg.po
    M po/wesnoth-sof/ca.po
    M po/wesnoth-sof/ca_ES at valencia.po
    M po/wesnoth-sof/cs.po
    M po/wesnoth-sof/da.po
    M po/wesnoth-sof/de.po
    M po/wesnoth-sof/el.po
    M po/wesnoth-sof/en at shaw.po
    M po/wesnoth-sof/en_GB.po
    M po/wesnoth-sof/eo.po
    M po/wesnoth-sof/es.po
    M po/wesnoth-sof/et.po
    M po/wesnoth-sof/eu.po
    M po/wesnoth-sof/fi.po
    M po/wesnoth-sof/fr.po
    M po/wesnoth-sof/fur_IT.po
    M po/wesnoth-sof/ga.po
    M po/wesnoth-sof/gd.po
    M po/wesnoth-sof/gl.po
    M po/wesnoth-sof/he.po
    M po/wesnoth-sof/hr.po
    M po/wesnoth-sof/hu.po
    M po/wesnoth-sof/id.po
    M po/wesnoth-sof/is.po
    M po/wesnoth-sof/it.po
    M po/wesnoth-sof/ja.po
    M po/wesnoth-sof/ko.po
    M po/wesnoth-sof/la.po
    M po/wesnoth-sof/lt.po
    M po/wesnoth-sof/lv.po
    M po/wesnoth-sof/mk.po
    M po/wesnoth-sof/mr.po
    M po/wesnoth-sof/nb_NO.po
    M po/wesnoth-sof/nl.po
    M po/wesnoth-sof/pl.po
    M po/wesnoth-sof/pt.po
    M po/wesnoth-sof/pt_BR.po
    M po/wesnoth-sof/racv.po
    M po/wesnoth-sof/ro.po
    M po/wesnoth-sof/ru.po
    M po/wesnoth-sof/sk.po
    M po/wesnoth-sof/sl.po
    M po/wesnoth-sof/sr.po
    M po/wesnoth-sof/sr at ijekavian.po
    M po/wesnoth-sof/sr at ijekavianlatin.po
    M po/wesnoth-sof/sr at latin.po
    M po/wesnoth-sof/sv.po
    M po/wesnoth-sof/tl.po
    M po/wesnoth-sof/tr.po
    M po/wesnoth-sof/uk.po
    M po/wesnoth-sof/vi.po
    M po/wesnoth-sof/wesnoth-sof.pot
    M po/wesnoth-sof/zh_CN.po
    M po/wesnoth-sof/zh_TW.po
    M po/wesnoth-sotbe/wesnoth-sotbe.pot
    M po/wesnoth-tb/wesnoth-tb.pot
    M po/wesnoth-test/wesnoth-test.pot
    M po/wesnoth-thot/wesnoth-thot.pot
    M po/wesnoth-trow/wesnoth-trow.pot
    M po/wesnoth-tsg/wesnoth-tsg.pot
    M po/wesnoth-tutorial/af.po
    M po/wesnoth-tutorial/ang.po
    M po/wesnoth-tutorial/ang at latin.po
    M po/wesnoth-tutorial/ar.po
    M po/wesnoth-tutorial/bg.po
    M po/wesnoth-tutorial/ca.po
    M po/wesnoth-tutorial/ca_ES at valencia.po
    M po/wesnoth-tutorial/cs.po
    M po/wesnoth-tutorial/da.po
    M po/wesnoth-tutorial/de.po
    M po/wesnoth-tutorial/el.po
    M po/wesnoth-tutorial/en at shaw.po
    M po/wesnoth-tutorial/en_GB.po
    M po/wesnoth-tutorial/eo.po
    M po/wesnoth-tutorial/es.po
    M po/wesnoth-tutorial/et.po
    M po/wesnoth-tutorial/eu.po
    M po/wesnoth-tutorial/fi.po
    M po/wesnoth-tutorial/fr.po
    M po/wesnoth-tutorial/fur_IT.po
    M po/wesnoth-tutorial/ga.po
    M po/wesnoth-tutorial/gd.po
    M po/wesnoth-tutorial/gl.po
    M po/wesnoth-tutorial/he.po
    M po/wesnoth-tutorial/hr.po
    M po/wesnoth-tutorial/hu.po
    M po/wesnoth-tutorial/id.po
    M po/wesnoth-tutorial/is.po
    M po/wesnoth-tutorial/it.po
    M po/wesnoth-tutorial/ja.po
    M po/wesnoth-tutorial/ko.po
    M po/wesnoth-tutorial/la.po
    M po/wesnoth-tutorial/lt.po
    M po/wesnoth-tutorial/lv.po
    M po/wesnoth-tutorial/mk.po
    M po/wesnoth-tutorial/mr.po
    M po/wesnoth-tutorial/nb_NO.po
    M po/wesnoth-tutorial/nl.po
    M po/wesnoth-tutorial/pl.po
    M po/wesnoth-tutorial/pt.po
    M po/wesnoth-tutorial/pt_BR.po
    M po/wesnoth-tutorial/racv.po
    M po/wesnoth-tutorial/ro.po
    M po/wesnoth-tutorial/ru.po
    M po/wesnoth-tutorial/sk.po
    M po/wesnoth-tutorial/sl.po
    M po/wesnoth-tutorial/sr.po
    M po/wesnoth-tutorial/sr at ijekavian.po
    M po/wesnoth-tutorial/sr at ijekavianlatin.po
    M po/wesnoth-tutorial/sr at latin.po
    M po/wesnoth-tutorial/sv.po
    M po/wesnoth-tutorial/tl.po
    M po/wesnoth-tutorial/tr.po
    M po/wesnoth-tutorial/uk.po
    M po/wesnoth-tutorial/vi.po
    M po/wesnoth-tutorial/wesnoth-tutorial.pot
    M po/wesnoth-tutorial/zh_CN.po
    M po/wesnoth-tutorial/zh_TW.po
    M po/wesnoth-units/af.po
    M po/wesnoth-units/ang.po
    M po/wesnoth-units/ang at latin.po
    M po/wesnoth-units/ar.po
    M po/wesnoth-units/bg.po
    M po/wesnoth-units/ca.po
    M po/wesnoth-units/ca_ES at valencia.po
    M po/wesnoth-units/cs.po
    M po/wesnoth-units/da.po
    M po/wesnoth-units/de.po
    M po/wesnoth-units/el.po
    M po/wesnoth-units/en at shaw.po
    M po/wesnoth-units/en_GB.po
    M po/wesnoth-units/eo.po
    M po/wesnoth-units/es.po
    M po/wesnoth-units/et.po
    M po/wesnoth-units/eu.po
    M po/wesnoth-units/fi.po
    M po/wesnoth-units/fr.po
    M po/wesnoth-units/fur_IT.po
    M po/wesnoth-units/ga.po
    M po/wesnoth-units/gd.po
    M po/wesnoth-units/gl.po
    M po/wesnoth-units/he.po
    M po/wesnoth-units/hr.po
    M po/wesnoth-units/hu.po
    M po/wesnoth-units/id.po
    M po/wesnoth-units/is.po
    M po/wesnoth-units/it.po
    M po/wesnoth-units/ja.po
    M po/wesnoth-units/ko.po
    M po/wesnoth-units/la.po
    M po/wesnoth-units/lt.po
    M po/wesnoth-units/lv.po
    M po/wesnoth-units/mk.po
    M po/wesnoth-units/mr.po
    M po/wesnoth-units/nb_NO.po
    M po/wesnoth-units/nl.po
    M po/wesnoth-units/pl.po
    M po/wesnoth-units/pt.po
    M po/wesnoth-units/pt_BR.po
    M po/wesnoth-units/racv.po
    M po/wesnoth-units/ro.po
    M po/wesnoth-units/ru.po
    M po/wesnoth-units/sk.po
    M po/wesnoth-units/sl.po
    M po/wesnoth-units/sr.po
    M po/wesnoth-units/sr at ijekavian.po
    M po/wesnoth-units/sr at ijekavianlatin.po
    M po/wesnoth-units/sr at latin.po
    M po/wesnoth-units/sv.po
    M po/wesnoth-units/tl.po
    M po/wesnoth-units/tr.po
    M po/wesnoth-units/uk.po
    M po/wesnoth-units/vi.po
    M po/wesnoth-units/wesnoth-units.pot
    M po/wesnoth-units/zh_CN.po
    M po/wesnoth-units/zh_TW.po
    M po/wesnoth-utbs/af.po
    M po/wesnoth-utbs/ang.po
    M po/wesnoth-utbs/ang at latin.po
    M po/wesnoth-utbs/ar.po
    M po/wesnoth-utbs/bg.po
    M po/wesnoth-utbs/ca.po
    M po/wesnoth-utbs/ca_ES at valencia.po
    M po/wesnoth-utbs/cs.po
    M po/wesnoth-utbs/da.po
    M po/wesnoth-utbs/de.po
    M po/wesnoth-utbs/el.po
    M po/wesnoth-utbs/en at shaw.po
    M po/wesnoth-utbs/en_GB.po
    M po/wesnoth-utbs/eo.po
    M po/wesnoth-utbs/es.po
    M po/wesnoth-utbs/et.po
    M po/wesnoth-utbs/eu.po
    M po/wesnoth-utbs/fi.po
    M po/wesnoth-utbs/fr.po
    M po/wesnoth-utbs/fur_IT.po
    M po/wesnoth-utbs/ga.po
    M po/wesnoth-utbs/gd.po
    M po/wesnoth-utbs/gl.po
    M po/wesnoth-utbs/he.po
    M po/wesnoth-utbs/hr.po
    M po/wesnoth-utbs/hu.po
    M po/wesnoth-utbs/id.po
    M po/wesnoth-utbs/is.po
    M po/wesnoth-utbs/it.po
    M po/wesnoth-utbs/ja.po
    M po/wesnoth-utbs/ko.po
    M po/wesnoth-utbs/la.po
    M po/wesnoth-utbs/lt.po
    M po/wesnoth-utbs/lv.po
    M po/wesnoth-utbs/mk.po
    M po/wesnoth-utbs/mr.po
    M po/wesnoth-utbs/nb_NO.po
    M po/wesnoth-utbs/nl.po
    M po/wesnoth-utbs/pl.po
    M po/wesnoth-utbs/pt.po
    M po/wesnoth-utbs/pt_BR.po
    M po/wesnoth-utbs/racv.po
    M po/wesnoth-utbs/ro.po
    M po/wesnoth-utbs/ru.po
    M po/wesnoth-utbs/sk.po
    M po/wesnoth-utbs/sl.po
    M po/wesnoth-utbs/sr.po
    M po/wesnoth-utbs/sr at ijekavian.po
    M po/wesnoth-utbs/sr at ijekavianlatin.po
    M po/wesnoth-utbs/sr at latin.po
    M po/wesnoth-utbs/sv.po
    M po/wesnoth-utbs/tl.po
    M po/wesnoth-utbs/tr.po
    M po/wesnoth-utbs/uk.po
    M po/wesnoth-utbs/vi.po
    M po/wesnoth-utbs/wesnoth-utbs.pot
    M po/wesnoth-utbs/zh_CN.po
    M po/wesnoth-utbs/zh_TW.po
    M po/wesnoth/af.po
    M po/wesnoth/ang.po
    M po/wesnoth/ang at latin.po
    M po/wesnoth/ar.po
    M po/wesnoth/bg.po
    M po/wesnoth/ca.po
    M po/wesnoth/ca_ES at valencia.po
    M po/wesnoth/cs.po
    M po/wesnoth/da.po
    M po/wesnoth/de.po
    M po/wesnoth/el.po
    M po/wesnoth/en at shaw.po
    M po/wesnoth/en_GB.po
    M po/wesnoth/eo.po
    M po/wesnoth/es.po
    M po/wesnoth/et.po
    M po/wesnoth/eu.po
    M po/wesnoth/fi.po
    M po/wesnoth/fr.po
    M po/wesnoth/fur_IT.po
    M po/wesnoth/ga.po
    M po/wesnoth/gd.po
    M po/wesnoth/gl.po
    M po/wesnoth/he.po
    M po/wesnoth/hr.po
    M po/wesnoth/hu.po
    M po/wesnoth/id.po
    M po/wesnoth/is.po
    M po/wesnoth/it.po
    M po/wesnoth/ja.po
    M po/wesnoth/ko.po
    M po/wesnoth/la.po
    M po/wesnoth/lt.po
    M po/wesnoth/lv.po
    M po/wesnoth/mk.po
    M po/wesnoth/mr.po
    M po/wesnoth/nb_NO.po
    M po/wesnoth/nl.po
    M po/wesnoth/pl.po
    M po/wesnoth/pt.po
    M po/wesnoth/pt_BR.po
    M po/wesnoth/racv.po
    M po/wesnoth/ro.po
    M po/wesnoth/ru.po
    M po/wesnoth/sk.po
    M po/wesnoth/sl.po
    M po/wesnoth/sr.po
    M po/wesnoth/sr at ijekavian.po
    M po/wesnoth/sr at ijekavianlatin.po
    M po/wesnoth/sr at latin.po
    M po/wesnoth/sv.po
    M po/wesnoth/tl.po
    M po/wesnoth/tr.po
    M po/wesnoth/uk.po
    M po/wesnoth/vi.po
    M po/wesnoth/wesnoth.pot
    M po/wesnoth/zh_CN.po
    M po/wesnoth/zh_TW.po

  Log Message:
  -----------
  pot and documentation update


  Commit: 3ffefbb7141e96695b6f9eeedc32c623803ca1cd
      https://github.com/wesnoth/wesnoth/commit/3ffefbb7141e96695b6f9eeedc32c623803ca1cd
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2016-01-16 (Sat, 16 Jan 2016)

  Changed paths:
    M INSTALL

  Log Message:
  -----------
  Reword a few points in INSTALL for clarity


  Commit: 45b3da409fbdca1be31f426a9bd41499f2c99d75
      https://github.com/wesnoth/wesnoth/commit/45b3da409fbdca1be31f426a9bd41499f2c99d75
  Author: ln-zookeeper <lari.nieminen at iki.fi>
  Date:   2016-01-17 (Sun, 17 Jan 2016)

  Changed paths:
    M changelog

  Log Message:
  -----------
  Updated changelog


  Commit: c461d2b66997f8e73c8c0d4a62dacb14533e8b7d
      https://github.com/wesnoth/wesnoth/commit/c461d2b66997f8e73c8c0d4a62dacb14533e8b7d
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2016-01-16 (Sat, 16 Jan 2016)

  Changed paths:
    M INSTALL

  Log Message:
  -----------
  Why did people break my beautiful columns


  Commit: 394b108a3df3d06047a1a700b986373ae11ef942
      https://github.com/wesnoth/wesnoth/commit/394b108a3df3d06047a1a700b986373ae11ef942
  Author: ln-zookeeper <lari.nieminen at iki.fi>
  Date:   2016-01-17 (Sun, 17 Jan 2016)

  Changed paths:
    M INSTALL

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


  Commit: 26fc8c616111813c52335fee45c825bb1d747416
      https://github.com/wesnoth/wesnoth/commit/26fc8c616111813c52335fee45c825bb1d747416
  Author: ln-zookeeper <lari.nieminen at iki.fi>
  Date:   2016-01-17 (Sun, 17 Jan 2016)

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

  Log Message:
  -----------
  Added SkyOne to Liberty art credits


  Commit: fe515a4ae909649f6453707392c38137fb4a2828
      https://github.com/wesnoth/wesnoth/commit/fe515a4ae909649f6453707392c38137fb4a2828
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-17 (Sun, 17 Jan 2016)

  Changed paths:
    M changelog

  Log Message:
  -----------
  Updated changelog


  Commit: ec49d2a6780d8b2671043dfc66bede2b62ef06b6
      https://github.com/wesnoth/wesnoth/commit/ec49d2a6780d8b2671043dfc66bede2b62ef06b6
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-17 (Sun, 17 Jan 2016)

  Changed paths:
    M src/about.cpp

  Log Message:
  -----------
  Fix Close button not showing up in Credits


  Commit: b582bb300ec2e498023dcb48b350f9b7575a4139
      https://github.com/wesnoth/wesnoth/commit/b582bb300ec2e498023dcb48b350f9b7575a4139
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-17 (Sun, 17 Jan 2016)

  Changed paths:
    M src/savegame.cpp

  Log Message:
  -----------
  "savefiles" -> "save files


  Commit: 4997cf622bba5a4fe871e0e99555587ac2e17f2d
      https://github.com/wesnoth/wesnoth/commit/4997cf622bba5a4fe871e0e99555587ac2e17f2d
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-17 (Sun, 17 Jan 2016)

  Changed paths:
    M src/storyscreen/render.cpp

  Log Message:
  -----------
  Small fixup to 4afd4151438680120c518c109270709ec40170be

Don't know how this passed the compiler


  Commit: 33a6aac750f3640ed9ddf94784ea8d17bc5d6e28
      https://github.com/wesnoth/wesnoth/commit/33a6aac750f3640ed9ddf94784ea8d17bc5d6e28
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-17 (Sun, 17 Jan 2016)

  Changed paths:
    M src/storyscreen/render.cpp

  Log Message:
  -----------
  Another likewise fixup


  Commit: 9d2ace8f2fa0367f6b65a40ec468d7658ac67b5f
      https://github.com/wesnoth/wesnoth/commit/9d2ace8f2fa0367f6b65a40ec468d7658ac67b5f
  Author: ln-zookeeper <lari.nieminen at iki.fi>
  Date:   2016-01-17 (Sun, 17 Jan 2016)

  Changed paths:
    M RELEASE_NOTES

  Log Message:
  -----------
  Added mention of the 'unit placed' event to RELEASE_NOTES


  Commit: 42f6541a1394ff7aa9ef766c014d3b1a71156916
      https://github.com/wesnoth/wesnoth/commit/42f6541a1394ff7aa9ef766c014d3b1a71156916
  Author: Andreas Löf <andreas at alternating.net>
  Date:   2016-01-17 (Sun, 17 Jan 2016)

  Changed paths:
    M src/storyscreen/render.cpp

  Log Message:
  -----------
  Properly check SDL events in the story screen

The story screen is listening to SDL events, but was improperly
checking the event type. This led to the expression always being true,
leading to undesired behaviour.


  Commit: 85db6a75a303cae6900e2e910fd730ba2670e451
      https://github.com/wesnoth/wesnoth/commit/85db6a75a303cae6900e2e910fd730ba2670e451
  Author: Andreas Löf <andreas at alternating.net>
  Date:   2016-01-17 (Sun, 17 Jan 2016)

  Changed paths:
    M src/storyscreen/render.cpp

  Log Message:
  -----------
  Make sure "bigmap" is rendered

This makes sure that the graphics needed by bigmap are rendered. It is not window event safe at this point as there's no checking for window events. A window event will most likely lead to the "bigmap" disappearing.


  Commit: bf32cca84f169a5c8b2d9e9fc9185467245c4b17
      https://github.com/wesnoth/wesnoth/commit/bf32cca84f169a5c8b2d9e9fc9185467245c4b17
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-17 (Sun, 17 Jan 2016)

  Changed paths:
    M data/gui/default/widget/slider_default.cfg

  Log Message:
  -----------
  gui2/tslider: small tweak to ensure maximum value is reached

This should fix a small issue introduced in 34b7f97658f1a8c96d872b1bf7bc049faae19715


  Commit: b2cdd1dbe7f1fecf7c349cd1f922fb3cb06d5121
      https://github.com/wesnoth/wesnoth/commit/b2cdd1dbe7f1fecf7c349cd1f922fb3cb06d5121
  Author: ln-zookeeper <lari.nieminen at iki.fi>
  Date:   2016-01-17 (Sun, 17 Jan 2016)

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

  Log Message:
  -----------
  Added Elvish_King/JonasNL to SoF art credits


  Commit: 0f8998d121cc26cbcefe3cba47f8ec23fd30848d
      https://github.com/wesnoth/wesnoth/commit/0f8998d121cc26cbcefe3cba47f8ec23fd30848d
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-18 (Mon, 18 Jan 2016)

  Changed paths:
    M src/filesystem_boost.cpp

  Log Message:
  -----------
  PREFERENCES_DIR  macro now works on windows too.


  Commit: 97952b0d4820bdbf360d3b1447c63f7dd8070ac6
      https://github.com/wesnoth/wesnoth/commit/97952b0d4820bdbf360d3b1447c63f7dd8070ac6
  Author: Jyrki Vesterinen <sandgtx at gmail.com>
  Date:   2016-01-19 (Tue, 19 Jan 2016)

  Changed paths:
    M src/serialization/string_utils.hpp
    M src/wesnoth.cpp

  Log Message:
  -----------
  Fixed crash on startup on Windows in paths with spaces

If OMP_WAIT_POLICY is not set, the game relaunches itself using
_execv() after setting the environment variable. It passes the entire
argv array as argv for the new launch, including argv[0] (program
path). If the program path contains spaces and is not surrounded in
quotes, Windows splits the path on quotes and creates a separate
parameter for each part (e.g.
"I:\Battle for Wesnoth\wesnoth\wesnoth.exe" becomes {"I:\Battle",
"for", "Wesnoth\wesnoth\wesnoth.exe"}). Boost::program_options
interprets the last two as positional parameters (the first one is
skipped, as the game expects the first parameter to store the program
path) and crashes the game because only one positional parameter is
allowed.

Fixed by quoting the path in the argv array.


  Commit: ee0591336f68222b9a425f06abeeefa54b23bfe2
      https://github.com/wesnoth/wesnoth/commit/ee0591336f68222b9a425f06abeeefa54b23bfe2
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-20 (Wed, 20 Jan 2016)

  Changed paths:
    M src/unit_filter.cpp

  Log Message:
  -----------
  use parse() instead of string_to_enum().

this is faster if the string doesn't match because it doesn't throw an
exception in that case.


  Commit: 233a2e2d5f1659e436ea67be3507ee3b8936033b
      https://github.com/wesnoth/wesnoth/commit/233a2e2d5f1659e436ea67be3507ee3b8936033b
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-20 (Wed, 20 Jan 2016)

  Changed paths:
    M src/make_enum.hpp

  Log Message:
  -----------
  add a comment


  Commit: 6cf9790c029c7e824ce02b517de3784f7b61b05f
      https://github.com/wesnoth/wesnoth/commit/6cf9790c029c7e824ce02b517de3784f7b61b05f
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-20 (Wed, 20 Jan 2016)

  Changed paths:
    M src/gui/auxiliary/event/distributor.cpp
    M src/gui/widgets/grid.hpp
    M src/gui/widgets/image.hpp
    M src/gui/widgets/label.hpp
    M src/gui/widgets/widget.hpp

  Log Message:
  -----------
  attempt to fix 'mouseover' state not being selected

when the mouse is inside a child widget of a toggle_panel.

This currently only fixes it for label, image and grid childs. Maybe we
want can_mouse_focus to be false by default?


  Commit: 473941350209afd86c22141fc7cb84e5163694d7
      https://github.com/wesnoth/wesnoth/commit/473941350209afd86c22141fc7cb84e5163694d7
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-20 (Wed, 20 Jan 2016)

  Changed paths:
    A data/gui/default/widget/combobox_default.cfg
    A data/gui/default/window/drop_down_list.cfg
    M data/gui/schema.cfg
    M src/CMakeLists.txt
    M src/SConscript
    A src/gui/auxiliary/widget_definition/combobox.cpp
    A src/gui/auxiliary/widget_definition/combobox.hpp
    M src/gui/auxiliary/window_builder.cpp
    A src/gui/auxiliary/window_builder/combobox.cpp
    A src/gui/auxiliary/window_builder/combobox.hpp
    A src/gui/dialogs/drop_down_list.cpp
    A src/gui/dialogs/drop_down_list.hpp
    A src/gui/widgets/combobox.cpp
    A src/gui/widgets/combobox.hpp
    M src/tests/gui/test_gui2.cpp

  Log Message:
  -----------
  comboboxes for gui2

This adds a new combobox widget to gui2. Like the gui1 combobox widget
this is more or less only a button that prompts a list dialog below the
button when you click on it.


  Commit: 95e43a6fc6d9a0cef785ce358defcddaaedf14c0
      https://github.com/wesnoth/wesnoth/commit/95e43a6fc6d9a0cef785ce358defcddaaedf14c0
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-20 (Wed, 20 Jan 2016)

  Changed paths:
    M data/gui/default/window/drop_down_list.cfg

  Log Message:
  -----------
  make dropdown list width at least the width of the combobox

This also makes the text in the list left-aligned.

patch by vultraz


  Commit: 68d20d8409532d10dcb7fa58a59360c0da764213
      https://github.com/wesnoth/wesnoth/commit/68d20d8409532d10dcb7fa58a59360c0da764213
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-20 (Wed, 20 Jan 2016)

  Changed paths:
    M src/scripting/lua_gui2.cpp

  Log Message:
  -----------
  lua gui get/set_dialog_value take numbers for tselectable_

This adds lua support for tristate buttons and comboboxes.


  Commit: 702be57481b3b3620ed1194accdeef2be8f0f7a8
      https://github.com/wesnoth/wesnoth/commit/702be57481b3b3620ed1194accdeef2be8f0f7a8
  Author: Jyrki Vesterinen <sandgtx at gmail.com>
  Date:   2016-01-20 (Wed, 20 Jan 2016)

  Changed paths:
    M src/filesystem_boost.cpp

  Log Message:
  -----------
  Fixed: filesystem::get_exe_dir() returned a wrong directory on Windows

It returned the current directory, not the EXE directory.


  Commit: 6d82f98f658e8a46db6c3b7aa4f7f09ac9c32783
      https://github.com/wesnoth/wesnoth/commit/6d82f98f658e8a46db6c3b7aa4f7f09ac9c32783
  Author: Jyrki Vesterinen <sandgtx at gmail.com>
  Date:   2016-01-20 (Wed, 20 Jan 2016)

  Changed paths:
    M src/wesnoth.cpp

  Log Message:
  -----------
  Try to find game data from the working directory too


  Commit: 8d2ae80b32a2c1b467f5b35c4cec0c7d1e27e234
      https://github.com/wesnoth/wesnoth/commit/8d2ae80b32a2c1b467f5b35c4cec0c7d1e27e234
  Author: Jyrki Vesterinen <sandgtx at gmail.com>
  Date:   2016-01-20 (Wed, 20 Jan 2016)

  Changed paths:
    M src/wesnoth.cpp

  Log Message:
  -----------
  Rewrote the code that restarts the process

Unicode command-line parameters now work on Windows.


  Commit: 60f1d98c8da992c332de617b43a6f56873b8e3c9
      https://github.com/wesnoth/wesnoth/commit/60f1d98c8da992c332de617b43a6f56873b8e3c9
  Author: Jyrki Vesterinen <sandgtx at gmail.com>
  Date:   2016-01-20 (Wed, 20 Jan 2016)

  Changed paths:
    M src/wesnoth.cpp

  Log Message:
  -----------
  Stop giving ourselves Above Normal priority on Windows

Shikadilord requested this change.


  Commit: 9b44d615feeb7c67ce9b1a16d6a387422784f5a3
      https://github.com/wesnoth/wesnoth/commit/9b44d615feeb7c67ce9b1a16d6a387422784f5a3
  Author: gfgtdf <tischpapier at gmail.com>
  Date:   2016-01-20 (Wed, 20 Jan 2016)

  Changed paths:
    A data/gui/default/widget/combobox_default.cfg
    A data/gui/default/window/drop_down_list.cfg
    M data/gui/schema.cfg
    M src/CMakeLists.txt
    M src/SConscript
    M src/gui/auxiliary/event/distributor.cpp
    A src/gui/auxiliary/widget_definition/combobox.cpp
    A src/gui/auxiliary/widget_definition/combobox.hpp
    M src/gui/auxiliary/window_builder.cpp
    A src/gui/auxiliary/window_builder/combobox.cpp
    A src/gui/auxiliary/window_builder/combobox.hpp
    A src/gui/dialogs/drop_down_list.cpp
    A src/gui/dialogs/drop_down_list.hpp
    A src/gui/widgets/combobox.cpp
    A src/gui/widgets/combobox.hpp
    M src/gui/widgets/grid.hpp
    M src/gui/widgets/image.hpp
    M src/gui/widgets/label.hpp
    M src/gui/widgets/widget.hpp
    M src/make_enum.hpp
    M src/scripting/lua_gui2.cpp
    M src/tests/gui/test_gui2.cpp
    M src/unit_filter.cpp

  Log Message:
  -----------
  Merge pull request #583 from gfgtdf/gui2_combobox

comboboxes for gui2


  Commit: fca8906876c01cb0fc9ffa7a4ee1332680fa6725
      https://github.com/wesnoth/wesnoth/commit/fca8906876c01cb0fc9ffa7a4ee1332680fa6725
  Author: gfgtdf <tischpapier at gmail.com>
  Date:   2016-01-20 (Wed, 20 Jan 2016)

  Changed paths:
    M changelog

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


  Commit: eb8159bdefe6c021e67f40acdd678a44983a1552
      https://github.com/wesnoth/wesnoth/commit/eb8159bdefe6c021e67f40acdd678a44983a1552
  Author: gfgtdf <tischpapier at gmail.com>
  Date:   2016-01-20 (Wed, 20 Jan 2016)

  Changed paths:
    M RELEASE_NOTES

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


  Commit: fb5b4b0e99d8dd968ca02ef4afb45f08a6f383dd
      https://github.com/wesnoth/wesnoth/commit/fb5b4b0e99d8dd968ca02ef4afb45f08a6f383dd
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-21 (Thu, 21 Jan 2016)

  Changed paths:
    M projectfiles/CodeBlocks/wesnoth.cbp

  Log Message:
  -----------
  Updated codeblocks projfile


  Commit: 278ac579427b0287ee546df893c00eefe41b950c
      https://github.com/wesnoth/wesnoth/commit/278ac579427b0287ee546df893c00eefe41b950c
  Author: gfgtdf <tischpapier at gmail.com>
  Date:   2016-01-20 (Wed, 20 Jan 2016)

  Changed paths:
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter2/04_The_Elvish_Treasury.cfg

  Log Message:
  -----------
  fix LoW scenario4


  Commit: 71cb8e01107c63662ce0685468692df109dff5c1
      https://github.com/wesnoth/wesnoth/commit/71cb8e01107c63662ce0685468692df109dff5c1
  Author: gfgtdf <tischpapier at gmail.com>
  Date:   2016-01-20 (Wed, 20 Jan 2016)

  Changed paths:
    M src/gui/auxiliary/window_builder/combobox.cpp

  Log Message:
  -----------
  fix assertion failure when using [combobox] with no [option]


  Commit: 3983fef8d628da274152aa80f40f2132f1757fea
      https://github.com/wesnoth/wesnoth/commit/3983fef8d628da274152aa80f40f2132f1757fea
  Author: gfgtdf <tischpapier at gmail.com>
  Date:   2016-01-20 (Wed, 20 Jan 2016)

  Changed paths:
    M data/gui/default/macros/_initial.cfg

  Log Message:
  -----------
  attempt to fix pango markup for labels and comboboxes


  Commit: 3cf301e592572702b7f3eebdbb28eec100af9fd2
      https://github.com/wesnoth/wesnoth/commit/3cf301e592572702b7f3eebdbb28eec100af9fd2
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-20 (Wed, 20 Jan 2016)

  Changed paths:
    M src/gui/dialogs/drop_down_list.cpp
    M src/gui/dialogs/drop_down_list.hpp
    M src/gui/widgets/combobox.cpp

  Log Message:
  -----------
  fix use_markup in comboboxes


  Commit: 926184fda87b0f2806d7da498418b4d8c1f5261f
      https://github.com/wesnoth/wesnoth/commit/926184fda87b0f2806d7da498418b4d8c1f5261f
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-20 (Wed, 20 Jan 2016)

  Changed paths:
    M src/gui/widgets/slider.cpp
    M src/gui/widgets/slider.hpp

  Log Message:
  -----------
  tslider::set_value_labels now also accepts a function.


  Commit: aed0d26e20b4f48c166b020fbb2961c9d1d823b9
      https://github.com/wesnoth/wesnoth/commit/aed0d26e20b4f48c166b020fbb2961c9d1d823b9
  Author: gfgtdf <tischpapier at gmail.com>
  Date:   2016-01-21 (Thu, 21 Jan 2016)

  Changed paths:
    M src/gui/widgets/slider.cpp

  Log Message:
  -----------
  fix signed unsigned comparision


  Commit: d80cb041936ed24954c2bb196ea3a632c2a89da2
      https://github.com/wesnoth/wesnoth/commit/d80cb041936ed24954c2bb196ea3a632c2a89da2
  Author: gfgtdf <tischpapier at gmail.com>
  Date:   2016-01-21 (Thu, 21 Jan 2016)

  Changed paths:
    M src/gui/widgets/combobox.cpp

  Log Message:
  -----------
  fix gui2 comboboxes


  Commit: d56b8aaacfae512632a522798130cfb2190fed4d
      https://github.com/wesnoth/wesnoth/commit/d56b8aaacfae512632a522798130cfb2190fed4d
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-22 (Fri, 22 Jan 2016)

  Changed paths:
    M data/gui/default/macros/_initial.cfg

  Log Message:
  -----------
  Added a GUI macro for left-aligned drawn text


  Commit: 5986cc1e29c01138a43de551dbbd38f1c16ee912
      https://github.com/wesnoth/wesnoth/commit/5986cc1e29c01138a43de551dbbd38f1c16ee912
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-22 (Fri, 22 Jan 2016)

  Changed paths:
    A images/buttons/button_dropdown/button_dropdown-pressed.png
    A images/buttons/button_dropdown/button_dropdown.png

  Log Message:
  -----------
  Added images for combobox dropdown button


  Commit: e7303080566163ba34ffb4a150ea8bb022ce3f6f
      https://github.com/wesnoth/wesnoth/commit/e7303080566163ba34ffb4a150ea8bb022ce3f6f
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-22 (Fri, 22 Jan 2016)

  Changed paths:
    M data/gui/default/widget/combobox_default.cfg

  Log Message:
  -----------
  Improved combobox design


  Commit: 9079dd2c5db1a6fc863de81c9f606fb294cf5127
      https://github.com/wesnoth/wesnoth/commit/9079dd2c5db1a6fc863de81c9f606fb294cf5127
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-22 (Fri, 22 Jan 2016)

  Changed paths:
    M data/gui/default/widget/combobox_default.cfg

  Log Message:
  -----------
  Fixup e73030805661


  Commit: 04baac8d006a322a7e6656dca7617e7b5402e729
      https://github.com/wesnoth/wesnoth/commit/04baac8d006a322a7e6656dca7617e7b5402e729
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-22 (Fri, 22 Jan 2016)

  Changed paths:
    M images/dialogs/menu2-background.png

  Log Message:
  -----------
  Match menu2 style background color with opaque style


  Commit: 19af8302ceaa35b8c5ed6c55d60bdd5652afe243
      https://github.com/wesnoth/wesnoth/commit/19af8302ceaa35b8c5ed6c55d60bdd5652afe243
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-22 (Fri, 22 Jan 2016)

  Changed paths:
    M data/gui/default/widget/window_default.cfg

  Log Message:
  -----------
  Implement GUI2 menu dialog style


  Commit: 15ed585af2b604fc036de550eb8226571b88822f
      https://github.com/wesnoth/wesnoth/commit/15ed585af2b604fc036de550eb8226571b88822f
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-22 (Fri, 22 Jan 2016)

  Changed paths:
    M data/gui/default/window/drop_down_list.cfg

  Log Message:
  -----------
  tdrop_down_list: use menu dialog style

Also removes hacky +5 addition to dialog width, since it's not needed anymore.
Before d80cb041936e, comboboxes were inadvertently using tbutton and not their
own class, so that may have contributed to the need for it


  Commit: 583ab692479c35dd6487a8222e6972fd91a9ac8a
      https://github.com/wesnoth/wesnoth/commit/583ab692479c35dd6487a8222e6972fd91a9ac8a
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-22 (Fri, 22 Jan 2016)

  Changed paths:
    M data/gui/default/widget/window_default.cfg
    A images/dialogs/menu-background.png
    A images/dialogs/menu-border-botleft.png
    A images/dialogs/menu-border-botright.png
    A images/dialogs/menu-border-bottom.png
    A images/dialogs/menu-border-left.png
    A images/dialogs/menu-border-right.png
    A images/dialogs/menu-border-top.png
    A images/dialogs/menu-border-topleft.png
    A images/dialogs/menu-border-topright.png
    R images/dialogs/menu2-background.png
    R images/dialogs/menu2-border-botleft.png
    R images/dialogs/menu2-border-botright.png
    R images/dialogs/menu2-border-bottom.png
    R images/dialogs/menu2-border-left.png
    R images/dialogs/menu2-border-right.png
    R images/dialogs/menu2-border-top.png
    R images/dialogs/menu2-border-topleft.png
    R images/dialogs/menu2-border-topright.png
    M src/construct_dialog.cpp

  Log Message:
  -----------
  Rename menu2-* dialog images to menu-*


  Commit: d8a918ddf47dfea8de6c558a857f7d8e52651e98
      https://github.com/wesnoth/wesnoth/commit/d8a918ddf47dfea8de6c558a857f7d8e52651e98
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2016-01-21 (Thu, 21 Jan 2016)

  Changed paths:
    M changelog
    M players_changelog

  Log Message:
  -----------
  Move exceptional changelog section to the top, reword bits, sync to p_c


  Commit: e999a1c931bbc9fb570c017d535ba3f28d52f3ef
      https://github.com/wesnoth/wesnoth/commit/e999a1c931bbc9fb570c017d535ba3f28d52f3ef
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2016-01-21 (Thu, 21 Jan 2016)

  Changed paths:
    M changelog
    M src/widgets/combo.cpp

  Log Message:
  -----------
  gui: Use thinner menu frame style for combobox menus


  Commit: 48459baff4038f6317564ec2bcfb7abaa12c9feb
      https://github.com/wesnoth/wesnoth/commit/48459baff4038f6317564ec2bcfb7abaa12c9feb
  Author: Elvish-Hunter <elvish.hunter2010 at gmail.com>
  Date:   2016-01-22 (Fri, 22 Jan 2016)

  Changed paths:
    M data/tools/wesnoth/wmltools.py
    M data/tools/wesnoth/wmltools3.py
    M data/tools/wmllint-1.4
    R data/tools/wmlmove

  Log Message:
  -----------
  Merge pull request #582 from Elvish-Hunter/python_vc_removal

wmltools: removal of git wrapper functions


  Commit: 9d12141ab368ea70382a324e05a0f90d9edea488
      https://github.com/wesnoth/wesnoth/commit/9d12141ab368ea70382a324e05a0f90d9edea488
  Author: Elvish_Hunter <elvish.hunter2010 at gmail.com>
  Date:   2016-01-22 (Fri, 22 Jan 2016)

  Changed paths:
    M changelog
    M data/tools/README
    M data/tools/wmlscope

  Log Message:
  -----------
  changelog and documentation entries about wmlmove removal


  Commit: 8b32fc20abd935e1354627b85ec6808ee38cad2d
      https://github.com/wesnoth/wesnoth/commit/8b32fc20abd935e1354627b85ec6808ee38cad2d
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-22 (Fri, 22 Jan 2016)

  Changed paths:
    M src/gui/widgets/listbox.cpp
    M src/gui/widgets/listbox.hpp
    M src/gui/widgets/scrollbar_container.cpp
    M src/gui/widgets/scrollbar_container.hpp

  Log Message:
  -----------
  Attempt to fix listbox scrollbar position after content changes.

Proviously, if a row was added/removed from a listbox, the scrolling
position of the listbox would be reset to 0. The expected behaviour is
that the visible part of the list does not change, this means that the
position is increased by the added space if the space was inserted
before the visible area, othewise it shouldn't be increased.

Unforunateley the code that adds/removes new rows does not know where
the extra space was inserted/removed because this is not calculated
until the next draw which calls layout_children(). So this doesn't work
very well, even after this commit.

Will try to fix this for treeviews later which might be easier because
treeviews don't use the tgenterator class and specially don't support
sorting of its elements.

We might want to revert the listbox.cpp/hpp part of this commit later
in case it doesn't work.


  Commit: 58b769192efd0907fef7d0b37b1d1ddf1a04e11a
      https://github.com/wesnoth/wesnoth/commit/58b769192efd0907fef7d0b37b1d1ddf1a04e11a
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-22 (Fri, 22 Jan 2016)

  Changed paths:
    M src/gui/widgets/tree_view.cpp
    M src/gui/widgets/tree_view.hpp
    M src/gui/widgets/tree_view_node.cpp
    M src/gui/widgets/tree_view_node.hpp

  Log Message:
  -----------
  fix gui2 treeviews resetting position when items expand


  Commit: 7e6d7d4099b4fe008354daccede5d1091977b626
      https://github.com/wesnoth/wesnoth/commit/7e6d7d4099b4fe008354daccede5d1091977b626
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-22 (Fri, 22 Jan 2016)

  Changed paths:
    M src/gui/widgets/tree_view_node.cpp
    M src/gui/widgets/tree_view_node.hpp

  Log Message:
  -----------
  make treeviws accept toggle_panels too

previously they only accepted toggle buttons.


  Commit: d90d76be4df3e3fe8e17451519d1b664c24bf51b
      https://github.com/wesnoth/wesnoth/commit/d90d76be4df3e3fe8e17451519d1b664c24bf51b
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-22 (Fri, 22 Jan 2016)

  Changed paths:
    M src/gui/widgets/combobox.cpp
    M src/gui/widgets/combobox.hpp

  Log Message:
  -----------
  remove _tclickable form combobox

this confused the lua gui2 code which checks for tclickabe first and
then for tselectable so combobox was treated as a tclickable.


  Commit: b850f0b0ac1d89945c9f1324c162b7da97e19a34
      https://github.com/wesnoth/wesnoth/commit/b850f0b0ac1d89945c9f1324c162b7da97e19a34
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-22 (Fri, 22 Jan 2016)

  Changed paths:
    M src/gui/widgets/tree_view_node.cpp

  Log Message:
  -----------
  fix treeviewnodes with toggle_panels


  Commit: 374259546615435c952156f6b3cb180cf0b968be
      https://github.com/wesnoth/wesnoth/commit/374259546615435c952156f6b3cb180cf0b968be
  Author: Nils Kneuper <crazy-ivanovic at gmx.net>
  Date:   2016-01-23 (Sat, 23 Jan 2016)

  Changed paths:
    M po/wesnoth-lib/en_GB.po
    M po/wesnoth-manpages/en_GB.po
    M po/wesnoth-nr/en_GB.po
    M po/wesnoth-tutorial/en_GB.po
    M po/wesnoth-utbs/en_GB.po
    M po/wesnoth/en_GB.po

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


  Commit: 2cc919fa1c20765559be075a08a361eb12ace736
      https://github.com/wesnoth/wesnoth/commit/2cc919fa1c20765559be075a08a361eb12ace736
  Author: Jyrki Vesterinen <sandgtx at gmail.com>
  Date:   2016-01-23 (Sat, 23 Jan 2016)

  Changed paths:
    M src/wesnoth.cpp

  Log Message:
  -----------
  Fixed build with MinGW toolchain

As shikadilord pointed out, the std::exception constructors from
strings are a Microsoft extension. I replaced std::exception with
std::runtime_error that has standard contructors from strings.
Constructor from const char* was introduced in C++11, but if the C++
standard library implementation doesn't support that constructor, the
string should be implicitly converted to std::string. Constructor from
std::string has always been there.


  Commit: 4c81e281804885e312348fcd98dfc1fcfc96116b
      https://github.com/wesnoth/wesnoth/commit/4c81e281804885e312348fcd98dfc1fcfc96116b
  Author: Jyrki Vesterinen <sandgtx at gmail.com>
  Date:   2016-01-23 (Sat, 23 Jan 2016)

  Changed paths:
    M src/wesnoth.cpp

  Log Message:
  -----------
  Fixed a compiler warning with MinGW toolchain

With -Wall set, MinGW warns about unused functions, and the
restart_process function was unused if the game was compiled using
something other than Visual Studio. The function is no longer compiled
in with non-Microsoft toolchains.


  Commit: 12947486b8ec30cbb2468be63f819388d8cc964c
      https://github.com/wesnoth/wesnoth/commit/12947486b8ec30cbb2468be63f819388d8cc964c
  Author: Jyrki Vesterinen <sandgtx at gmail.com>
  Date:   2016-01-23 (Sat, 23 Jan 2016)

  Changed paths:
    M data/core/about.cfg

  Log Message:
  -----------
  Added myself to credits


  Commit: 16a1ffc5ede8f37097f8124c017359eea49f99c5
      https://github.com/wesnoth/wesnoth/commit/16a1ffc5ede8f37097f8124c017359eea49f99c5
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-24 (Sun, 24 Jan 2016)

  Changed paths:
    M src/gui/widgets/tree_view_node.cpp

  Log Message:
  -----------
  ttree_view_node: get best size when querying folded node size

This fixes an issue where attempting to initialize the nodes folded
not enough space would be allocated and none would appear when unfolded


  Commit: 264bbb52fadbcf57f9de3cdbd91411aecd727f48
      https://github.com/wesnoth/wesnoth/commit/264bbb52fadbcf57f9de3cdbd91411aecd727f48
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-24 (Sun, 24 Jan 2016)

  Changed paths:
    M src/gui/widgets/tree_view_node.cpp

  Log Message:
  -----------
  ttree_view_node: make 'folded' correspond to a unselected toggle widget


  Commit: c35433a67cede22e0080fcd8cf810c70511a41c9
      https://github.com/wesnoth/wesnoth/commit/c35433a67cede22e0080fcd8cf810c70511a41c9
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-24 (Sun, 24 Jan 2016)

  Changed paths:
    M src/gui/widgets/tree_view_node.cpp
    M src/gui/widgets/tree_view_node.hpp

  Log Message:
  -----------
  ttree_view_node: renamed a class member variable


  Commit: e4d42dc883fed23a2664740a9e1c8d1e0c1ba9d7
      https://github.com/wesnoth/wesnoth/commit/e4d42dc883fed23a2664740a9e1c8d1e0c1ba9d7
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-24 (Sun, 24 Jan 2016)

  Changed paths:
    M data/gui/default/widget/toggle_button_tree_view_node.cfg

  Log Message:
  -----------
  Swap order of tree view toggle button images

This makes the 'unfolded' variation the 'selected' variation


  Commit: 597ca071c4154abef3112568d6b13b10305074c5
      https://github.com/wesnoth/wesnoth/commit/597ca071c4154abef3112568d6b13b10305074c5
  Author: ln-zookeeper <lari.nieminen at iki.fi>
  Date:   2016-01-24 (Sun, 24 Jan 2016)

  Changed paths:
    M changelog
    A data/core/images/terrain/village/desert-ruin-tile.png
    A data/core/images/terrain/village/desert-ruin.png
    A data/core/images/terrain/village/desert-ruin2.png
    A data/core/images/terrain/village/desert-ruin3.png
    A data/core/images/terrain/village/desert-ruin4.png
    A data/core/images/terrain/village/desert-ruin5.png
    A data/core/images/terrain/village/desert-ruin6.png
    A data/core/images/terrain/village/desert-ruin7.png
    M data/core/images/terrain/village/desert-tile.png
    M data/core/images/terrain/village/desert.png
    M data/core/images/terrain/village/desert2.png
    M data/core/images/terrain/village/desert3.png
    M data/core/images/terrain/village/desert4.png
    A data/core/images/terrain/village/desert5.png
    A data/core/images/terrain/village/desert6.png
    A data/core/images/terrain/village/desert7.png
    M data/core/terrain-graphics.cfg
    M data/core/terrain-graphics/new-macros.cfg
    M data/core/terrain.cfg
    M players_changelog

  Log Message:
  -----------
  Updated Adobe Village and new Ruined Adobe Village, from doofus-01


  Commit: a34d03627962a417d9afa74ac86c197ad8555b27
      https://github.com/wesnoth/wesnoth/commit/a34d03627962a417d9afa74ac86c197ad8555b27
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2016-01-25 (Mon, 25 Jan 2016)

  Changed paths:
    M data/core/about.cfg
    M src/filesystem_boost.cpp
    M src/serialization/string_utils.hpp
    M src/wesnoth.cpp

  Log Message:
  -----------
  Merge pull request #571 from jyrkive/fix-crash-on-openmp-relaunch

Fix some startup crashes


  Commit: a7ee92fb00fe83e869aed3e3554287a07fb2f373
      https://github.com/wesnoth/wesnoth/commit/a7ee92fb00fe83e869aed3e3554287a07fb2f373
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-25 (Mon, 25 Jan 2016)

  Changed paths:
    M data/gui/default/widget/vertical_scrollbar_default.cfg
    A images/buttons/scrollbottom-minimal-active.png
    A images/buttons/scrollbottom-minimal-pressed.png
    A images/buttons/scrollbottom-minimal.png
    A images/buttons/scrollgroove-bottom-minimal.png
    A images/buttons/scrollgroove-mid-minimal.png
    A images/buttons/scrollgroove-top-minimal.png
    A images/buttons/scrollmid-minimal-active.png
    A images/buttons/scrollmid-minimal-pressed.png
    A images/buttons/scrollmid-minimal.png
    A images/buttons/scrolltop-minimal-active.png
    A images/buttons/scrolltop-minimal-pressed.png
    A images/buttons/scrolltop-minimal.png

  Log Message:
  -----------
  Added (unused) definition and images for a minimal-style vertical scrollbar

Horizontal scrollbar still requires images


  Commit: 81655b3e6f1c576fed57694d1495d00a5b450ff5
      https://github.com/wesnoth/wesnoth/commit/81655b3e6f1c576fed57694d1495d00a5b450ff5
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-25 (Mon, 25 Jan 2016)

  Changed paths:
    M data/gui/default/macros/_initial.cfg
    M data/gui/default/widget/button_25x25.cfg
    M data/gui/default/widget/button_default.cfg
    M data/gui/default/widget/combobox_default.cfg
    M data/gui/default/widget/horizontal_scrollbar_default.cfg
    M data/gui/default/widget/label_alignment.cfg
    M data/gui/default/widget/label_default.cfg
    M data/gui/default/widget/label_title_screen_revision.cfg
    M data/gui/default/widget/listbox_default.cfg
    M data/gui/default/widget/listbox_wml_message.cfg
    M data/gui/default/widget/matrix_default.cfg
    M data/gui/default/widget/minimap_default.cfg
    M data/gui/default/widget/panel_title_screen.cfg
    M data/gui/default/widget/panel_wml_message.cfg
    M data/gui/default/widget/repeating_button_default.cfg
    M data/gui/default/widget/scroll_label_default.cfg
    M data/gui/default/widget/scroll_label_description.cfg
    M data/gui/default/widget/scroll_label_verbatim.cfg
    M data/gui/default/widget/scroll_label_wml_message.cfg
    M data/gui/default/widget/slider_default.cfg
    M data/gui/default/widget/slider_minimal.cfg
    M data/gui/default/widget/text_box_default.cfg
    M data/gui/default/widget/toggle_button_default.cfg
    M data/gui/default/widget/toggle_button_icon.cfg
    M data/gui/default/widget/toggle_button_listbox_header.cfg
    M data/gui/default/widget/toggle_button_listbox_text.cfg
    M data/gui/default/widget/toggle_button_listbox_text_with_icon.cfg
    M data/gui/default/widget/toggle_button_radio.cfg
    M data/gui/default/widget/toggle_panel_wml_message.cfg
    M data/gui/default/widget/tree_view_default.cfg
    M data/gui/default/widget/vertical_scrollbar_default.cfg
    M data/gui/default/widget/window_borderless.cfg
    M data/gui/default/widget/window_default.cfg

  Log Message:
  -----------
  GUI2: remove remnants of TinyGUI


  Commit: 3c7dc8edd4db420c8ca811b7ab01e8b36ed6ceff
      https://github.com/wesnoth/wesnoth/commit/3c7dc8edd4db420c8ca811b7ab01e8b36ed6ceff
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-28 (Thu, 28 Jan 2016)

  Changed paths:
    M src/gui/widgets/widget.cpp
    M src/gui/widgets/window.cpp
    M src/gui/widgets/window.hpp

  Log Message:
  -----------
  adjust widget size to linked size  if linked size was already calculated.

this is mainly for list and treeviews elements that are added at
runtime.


  Commit: c402d4cc7eb562db009503fcb580f1d34131dd22
      https://github.com/wesnoth/wesnoth/commit/c402d4cc7eb562db009503fcb580f1d34131dd22
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-28 (Thu, 28 Jan 2016)

  Changed paths:
    M src/gui/widgets/tree_view_node.cpp

  Log Message:
  -----------
  also layout folded treeview nodes

and use their width for calculation.


  Commit: 498581d41233a679fbffd3d285917c9e182a12a0
      https://github.com/wesnoth/wesnoth/commit/498581d41233a679fbffd3d285917c9e182a12a0
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-28 (Thu, 28 Jan 2016)

  Changed paths:
    M src/unit_helper.cpp

  Log Message:
  -----------
  fix colors for unit restitance

previously they used named colors which depend on the pango version
used. Specially it could happen that a dark green was used for very good
resitances which was hard to read on the black/brown background of the
ingame ui.


  Commit: c978954a43e38ec7a16f0cfcb3a6bf81464115ca
      https://github.com/wesnoth/wesnoth/commit/c978954a43e38ec7a16f0cfcb3a6bf81464115ca
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-28 (Thu, 28 Jan 2016)

  Changed paths:
    M src/scripting/lua_gui2.cpp

  Log Message:
  -----------
  revert to get_dialog_value retuning bools for togglebuttons

This partly reverts
https://github.com/wesnoth/wesnoth/commit/68d20d8409532d10dcb7fa58a59360c0da764213
so that not get_dialog_value only returns a number for toggle panels if
the toggle panel/button has more than 2 states.

This commit was made for more backwards compability.


  Commit: b6d89addd36d4f7df974d5ebf8fd2e9a75e69063
      https://github.com/wesnoth/wesnoth/commit/b6d89addd36d4f7df974d5ebf8fd2e9a75e69063
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-28 (Thu, 28 Jan 2016)

  Changed paths:
    M src/scripting/lua_gui2.cpp

  Log Message:
  -----------
  fix widget not redrawing after wesnoth.set_dialog_canvas


  Commit: 6a636dcd1c4a9031aec94f96e0c4b4b8d8939808
      https://github.com/wesnoth/wesnoth/commit/6a636dcd1c4a9031aec94f96e0c4b4b8d8939808
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-28 (Thu, 28 Jan 2016)

  Changed paths:
    M src/scripting/lua_gui2.cpp

  Log Message:
  -----------
  Fixup b6d89addd36d


  Commit: 12e477f227b9c18d856d0a7b6d39e033039011a2
      https://github.com/wesnoth/wesnoth/commit/12e477f227b9c18d856d0a7b6d39e033039011a2
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-30 (Sat, 30 Jan 2016)

  Changed paths:
    R data/gui/default/widget/label_alignment.cfg
    M data/gui/default/widget/label_default.cfg
    A data/gui/default/widget/label_title_screen_tip.cfg
    M data/gui/default/window/unit_attack.cfg

  Log Message:
  -----------
  Added text alignment support to default label and removed 'alignment' label definition

The special titlescreen tip definition remains


  Commit: e73c9c61f3313e580c6e119c26e6386db0c673d8
      https://github.com/wesnoth/wesnoth/commit/e73c9c61f3313e580c6e119c26e6386db0c673d8
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-30 (Sat, 30 Jan 2016)

  Changed paths:
    M data/gui/default/widget/window_default.cfg

  Log Message:
  -----------
  Removed unused window definition

title_screen.cfg defines its own window variant


  Commit: e06540218df8088633b41e2b7bdedfe5477023d8
      https://github.com/wesnoth/wesnoth/commit/e06540218df8088633b41e2b7bdedfe5477023d8
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-29 (Fri, 29 Jan 2016)

  Changed paths:
    M src/scripting/lua_fileops.cpp

  Log Message:
  -----------
  add support for relative dirs in wesnoth.dofile/require


  Commit: c12c88077d2bd2348333b4ef6d3f45028bab2fd7
      https://github.com/wesnoth/wesnoth/commit/c12c88077d2bd2348333b4ef6d3f45028bab2fd7
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-29 (Fri, 29 Jan 2016)

  Changed paths:
    M src/filesystem_boost.cpp

  Log Message:
  -----------
  remove file_exists check in get_user_data_path()

this check really did more harm than good because:
1) It possible that the directory is removed just after the function was
called but before the returned string was used.
2) It's slow.

Instead of checking the existence here the game now tries to create
directories in ofstream when they don't exist yet. (commit will follow)


  Commit: 66f81fa47129d771e6fc82bb70e4206149352c83
      https://github.com/wesnoth/wesnoth/commit/66f81fa47129d771e6fc82bb70e4206149352c83
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-29 (Fri, 29 Jan 2016)

  Changed paths:
    M src/filesystem_boost.cpp

  Log Message:
  -----------
  fixup a boost version check


  Commit: e4f549b3fbc15d7d345216ebe6930c7ba5f5e8fb
      https://github.com/wesnoth/wesnoth/commit/e4f549b3fbc15d7d345216ebe6930c7ba5f5e8fb
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-29 (Fri, 29 Jan 2016)

  Changed paths:
    M src/filesystem.hpp
    M src/filesystem_boost.cpp

  Log Message:
  -----------
  automatically create parent directories when writing to a file.


  Commit: dd2fd3926321079718ab0d890fbd2f6bea719773
      https://github.com/wesnoth/wesnoth/commit/dd2fd3926321079718ab0d890fbd2f6bea719773
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-29 (Fri, 29 Jan 2016)

  Changed paths:
    M src/serialization/preprocessor.cpp

  Log Message:
  -----------
  add {CURRENT_FILE} and {CURRENT_DIRECTORY} macros.


  Commit: 7fa6b967d5c18715fbb08458dccea5f4b39ea8ed
      https://github.com/wesnoth/wesnoth/commit/7fa6b967d5c18715fbb08458dccea5f4b39ea8ed
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-29 (Fri, 29 Jan 2016)

  Changed paths:
    M src/config.cpp
    M src/config.hpp
    M src/scripting/game_lua_kernel.cpp
    M src/scripting/push_check.hpp
    M src/unit.cpp
    M src/unit.hpp
    M src/unit_abilities.cpp
    M src/unit_types.cpp
    M src/unit_types.hpp

  Log Message:
  -----------
  cleanup cfg_ member of unit class.

the cfg_ field of the unit class now doesn’t store the advancements and
the abilities anymore. Instead they are stored in separate fields.

I used boost::ptr_vector<config> because that’s similar to how config
objects store their child values internally. Unfortunately
boost::ptr_vector defines ptr_vector::value_type in a bad way so that it
cannot be used for BOOST_FOREACH loops value types, so i had to
change lua's push_check file to use T::reference to be compatible
with ptr_vector

This commit removes all child tags of the unit cfg_ because the only
tags that are now left in cfg_ are [variation] and [advancefrom] from
[unit_type], which werent used in [unit] and only caused the savefiles
to bloat.


  Commit: 43224e1fb8f004ad42fe06018b16e6dde94d2860
      https://github.com/wesnoth/wesnoth/commit/43224e1fb8f004ad42fe06018b16e6dde94d2860
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-29 (Fri, 29 Jan 2016)

  Changed paths:
    M src/serialization/preprocessor.cpp

  Log Message:
  -----------
  make {CURRENT_FILE} return the file that used the macro.

if {CURRENT_FILE} or {CURRENT_DIRECTORY} are used inside a macro they now
return the name of the file that use that macro (instead of the name
of the file that defines the macro)


  Commit: ec61728aa612da51fe69695db3503134841a1593
      https://github.com/wesnoth/wesnoth/commit/ec61728aa612da51fe69695db3503134841a1593
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-29 (Fri, 29 Jan 2016)

  Changed paths:
    M src/scripting/lua_fileops.cpp

  Log Message:
  -----------
  add support for relative dirs in wesnoth.dofile/require


  Commit: c39569c69300ea2da9dc539214b05202fdf60d04
      https://github.com/wesnoth/wesnoth/commit/c39569c69300ea2da9dc539214b05202fdf60d04
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-29 (Fri, 29 Jan 2016)

  Changed paths:
    M src/filesystem_boost.cpp

  Log Message:
  -----------
  remove file_exists check in get_user_data_path()

this check really did more harm than good because:
1) It possible that the directory is removed just after the function was
called but before the returned string was used.
2) It's slow.

Instead of checking the existence here the game now tries to create
directories in ofstream when they don't exist yet. (commit will follow)


  Commit: 3448e35c2bf5646b80eff2f9f1006d60c3f4c8c9
      https://github.com/wesnoth/wesnoth/commit/3448e35c2bf5646b80eff2f9f1006d60c3f4c8c9
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-29 (Fri, 29 Jan 2016)

  Changed paths:
    M src/filesystem_boost.cpp

  Log Message:
  -----------
  fixup a boost version check


  Commit: f1a42c87cfe392104f254df9e1d58cbcef5b8d38
      https://github.com/wesnoth/wesnoth/commit/f1a42c87cfe392104f254df9e1d58cbcef5b8d38
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-29 (Fri, 29 Jan 2016)

  Changed paths:
    M src/filesystem.hpp
    M src/filesystem_boost.cpp

  Log Message:
  -----------
  automatically create parent directories when writing to a file.


  Commit: 8ebbc8c66be73ff85003d88c39a1b1dd8a9d9a99
      https://github.com/wesnoth/wesnoth/commit/8ebbc8c66be73ff85003d88c39a1b1dd8a9d9a99
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-29 (Fri, 29 Jan 2016)

  Changed paths:
    M src/serialization/preprocessor.cpp

  Log Message:
  -----------
  add {CURRENT_FILE} and {CURRENT_DIRECTORY} macros.


  Commit: d3615be71482a315fa263eb110571d6624794451
      https://github.com/wesnoth/wesnoth/commit/d3615be71482a315fa263eb110571d6624794451
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-29 (Fri, 29 Jan 2016)

  Changed paths:
    M src/config.cpp
    M src/config.hpp
    M src/scripting/game_lua_kernel.cpp
    M src/scripting/push_check.hpp
    M src/unit.cpp
    M src/unit.hpp
    M src/unit_abilities.cpp
    M src/unit_types.cpp
    M src/unit_types.hpp

  Log Message:
  -----------
  cleanup cfg_ member of unit class.

the cfg_ field of the unit class now doesn’t store the advancements and
the abilities anymore. Instead they are stored in separate fields.

I used boost::ptr_vector<config> because that’s similar to how config
objects store their child values internally. Unfortunately
boost::ptr_vector defines ptr_vector::value_type in a bad way so that it
cannot be used for BOOST_FOREACH loops value types, so i had to
change lua's push_check file to use T::reference to be compatible
with ptr_vector

This commit removes all child tags of the unit cfg_ because the only
tags that are now left in cfg_ are [variation] and [advancefrom] from
[unit_type], which werent used in [unit] and only caused the savefiles
to bloat.


  Commit: f880c6036e2a90555540a525fc558aec919824c8
      https://github.com/wesnoth/wesnoth/commit/f880c6036e2a90555540a525fc558aec919824c8
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-29 (Fri, 29 Jan 2016)

  Changed paths:
    M src/serialization/preprocessor.cpp

  Log Message:
  -----------
  make {CURRENT_FILE} return the file that used the macro.

if {CURRENT_FILE} or {CURRENT_DIRECTORY} are used inside a macro they now
return the name of the file that use that macro (instead of the name
of the file that defines the macro)


  Commit: e9f0fe726d5f6c01c3ca89e9b36f5e5b99068fc2
      https://github.com/wesnoth/wesnoth/commit/e9f0fe726d5f6c01c3ca89e9b36f5e5b99068fc2
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-29 (Fri, 29 Jan 2016)

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

  Log Message:
  -----------
  run initial lua directly after creating gamestate.

this should fix http://gna.org/bugs/?24304


  Commit: 60f02a605fe951024937b4c47389591571a11f56
      https://github.com/wesnoth/wesnoth/commit/60f02a605fe951024937b4c47389591571a11f56
  Author: gfgtdf <tischpapier at gmail.com>
  Date:   2016-01-29 (Fri, 29 Jan 2016)

  Log Message:
  -----------
  Merge pull request #584 from gfgtdf/filesystem_changes

Add CURRENT_FILE proprocessor macro


  Commit: 6f9a6271a06a15f5c67d0c005c30a07ab7b60f67
      https://github.com/wesnoth/wesnoth/commit/6f9a6271a06a15f5c67d0c005c30a07ab7b60f67
  Author: ln-zookeeper <lari.nieminen at iki.fi>
  Date:   2016-01-30 (Sat, 30 Jan 2016)

  Changed paths:
    M data/core/terrain-graphics/mountains.cfg
    M data/core/terrain-graphics/new-macros.cfg

  Log Message:
  -----------
  Fixed several forest<->mountain layering glitches

This did necessitate changing the base coordinates in a way which does introduce a few undesirable cases of forests overlapping walls to their sw/se, but to me they seem less irritating than the problems with mountains.


  Commit: 082fd28dc5552d1306f0ef0be2de0d4c946fec83
      https://github.com/wesnoth/wesnoth/commit/082fd28dc5552d1306f0ef0be2de0d4c946fec83
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-31 (Sun, 31 Jan 2016)

  Changed paths:
    M src/gui/widgets/tree_view_node.cpp
    M src/gui/widgets/tree_view_node.hpp

  Log Message:
  -----------
  ttree_view_node: added set_callback_state_change support


  Commit: 07794e4b33e70177deb8e11f268ceef86d176944
      https://github.com/wesnoth/wesnoth/commit/07794e4b33e70177deb8e11f268ceef86d176944
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-31 (Sun, 31 Jan 2016)

  Changed paths:
    M src/gui/widgets/combobox.hpp

  Log Message:
  -----------
  tcombobox: added a getter method for the currently selected option's string


  Commit: 9ee26c53bf7a91219597348c716e1f701eb7851d
      https://github.com/wesnoth/wesnoth/commit/9ee26c53bf7a91219597348c716e1f701eb7851d
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-31 (Sun, 31 Jan 2016)

  Changed paths:
    M src/gui/widgets/listbox.cpp

  Log Message:
  -----------
  tlistbox: don't request resize when removing the last row

This fixes an issue where calling clear() outside a preshow function
would result in an assert.


  Commit: 61ce8437a9a4a0082f0f0bd43935707f0849be23
      https://github.com/wesnoth/wesnoth/commit/61ce8437a9a4a0082f0f0bd43935707f0849be23
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-31 (Sun, 31 Jan 2016)

  Changed paths:
    M src/gui/widgets/text_box.hpp

  Log Message:
  -----------
  ttext_box: added a clear() function


  Commit: 0d424e9d5dae9f3ed330108800dc2f263bf4ff53
      https://github.com/wesnoth/wesnoth/commit/0d424e9d5dae9f3ed330108800dc2f263bf4ff53
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-31 (Sun, 31 Jan 2016)

  Changed paths:
    M src/gui/widgets/tree_view_node.cpp
    M src/gui/widgets/tree_view_node.hpp

  Log Message:
  -----------
  ttree_view: partially implemented fold() and unfold()

Currently lacks recursive or removal mode support


  Commit: 5f67eee678e082b75aa67b83952572db8a096827
      https://github.com/wesnoth/wesnoth/commit/5f67eee678e082b75aa67b83952572db8a096827
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-31 (Sun, 31 Jan 2016)

  Changed paths:
    M src/gui/widgets/tree_view_node.cpp

  Log Message:
  -----------
  ttree_view_node: bind label selection event to toggle if label is not present


  Commit: 65332d6a532c6defc9f7f290d3c6851f000b127c
      https://github.com/wesnoth/wesnoth/commit/65332d6a532c6defc9f7f290d3c6851f000b127c
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-31 (Sun, 31 Jan 2016)

  Changed paths:
    M src/gui/widgets/scrollbar.cpp

  Log Message:
  -----------
  tscrollbar_: make manual scroll function fire MODIFIED event

This fixes, for one, sliders not firing NOTIFY_MODIFIED events when using
keyboard keys to change the value


  Commit: ebf01eb3a43c1d7ea3165094db6fff24042f7997
      https://github.com/wesnoth/wesnoth/commit/ebf01eb3a43c1d7ea3165094db6fff24042f7997
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-31 (Sun, 31 Jan 2016)

  Changed paths:
    M src/gui/widgets/horizontal_scrollbar.cpp
    M src/gui/widgets/horizontal_scrollbar.hpp
    M src/gui/widgets/scrollbar.cpp
    M src/gui/widgets/scrollbar.hpp
    M src/gui/widgets/slider.cpp
    M src/gui/widgets/slider.hpp
    M src/gui/widgets/vertical_scrollbar.cpp
    M src/gui/widgets/vertical_scrollbar.hpp

  Log Message:
  -----------
  gui2: make scrollbars only accept input in the orthogonal range


  Commit: da53084cb7eee6f2162cb807ff36c1a2d52c74bc
      https://github.com/wesnoth/wesnoth/commit/da53084cb7eee6f2162cb807ff36c1a2d52c74bc
  Author: Nils Kneuper <crazy-ivanovic at gmx.net>
  Date:   2016-01-30 (Sat, 30 Jan 2016)

  Changed paths:
    M po/wesnoth/en_GB.po

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


  Commit: 807d7f3a12510ed37f18458e27e26b5c1b2bda5d
      https://github.com/wesnoth/wesnoth/commit/807d7f3a12510ed37f18458e27e26b5c1b2bda5d
  Author: ln-zookeeper <lari.nieminen at iki.fi>
  Date:   2016-01-31 (Sun, 31 Jan 2016)

  Changed paths:
    M changelog
    M data/core/about.cfg
    A data/core/images/terrain/desert_mountains/blend-from-chasm-s.png
    A data/core/images/terrain/desert_mountains/blend-from-chasm-se.png
    A data/core/images/terrain/desert_mountains/blend-from-chasm-sw.png
    A data/core/images/terrain/desert_mountains/cloud-desert-tile.png
    A data/core/images/terrain/desert_mountains/desert-castle-n-ne.png
    A data/core/images/terrain/desert_mountains/desert-castle-n.png
    A data/core/images/terrain/desert_mountains/desert-castle-n2.png
    A data/core/images/terrain/desert_mountains/desert-castle-ne.png
    A data/core/images/terrain/desert_mountains/desert-castle-nw.png
    A data/core/images/terrain/desert_mountains/desert-n-ne.png
    A data/core/images/terrain/desert_mountains/desert-n.png
    A data/core/images/terrain/desert_mountains/desert-ne.png
    A data/core/images/terrain/desert_mountains/desert-nw.png
    A data/core/images/terrain/desert_mountains/desert-tile.png
    A data/core/images/terrain/desert_mountains/desert-to-water-n-ne.png
    A data/core/images/terrain/desert_mountains/desert-to-water-n.png
    A data/core/images/terrain/desert_mountains/desert-to-water-ne.png
    A data/core/images/terrain/desert_mountains/desert-to-water-nw-n.png
    A data/core/images/terrain/desert_mountains/desert-to-water-nw.png
    A data/core/images/terrain/desert_mountains/desert.png
    A data/core/images/terrain/desert_mountains/desert2.png
    A data/core/images/terrain/desert_mountains/desert3.png
    A data/core/images/terrain/desert_mountains/desert4.png
    A data/core/images/terrain/desert_mountains/desert5.png
    A data/core/images/terrain/desert_mountains/desert5_1.png
    A data/core/images/terrain/desert_mountains/desert5_2.png
    A data/core/images/terrain/desert_mountains/desert5_3.png
    A data/core/images/terrain/desert_mountains/desert6_1.png
    A data/core/images/terrain/desert_mountains/desert6_2.png
    A data/core/images/terrain/desert_mountains/desert6_3.png
    A data/core/images/terrain/desert_mountains/desert_range1_1.png
    A data/core/images/terrain/desert_mountains/desert_range1_2.png
    A data/core/images/terrain/desert_mountains/desert_range1_3.png
    A data/core/images/terrain/desert_mountains/desert_range2_1.png
    A data/core/images/terrain/desert_mountains/desert_range2_2.png
    A data/core/images/terrain/desert_mountains/desert_range2_3.png
    A data/core/images/terrain/desert_mountains/desert_range3_1.png
    A data/core/images/terrain/desert_mountains/desert_range3_2.png
    A data/core/images/terrain/desert_mountains/desert_range3_3.png
    A data/core/images/terrain/desert_mountains/desert_range3_4.png
    A data/core/images/terrain/desert_mountains/desert_range3_5.png
    A data/core/images/terrain/desert_mountains/peak.png
    A data/core/images/terrain/desert_mountains/peak2.png
    A data/core/images/terrain/desert_mountains/peak3.png
    A data/core/images/terrain/desert_mountains/peak4.png
    A data/core/images/terrain/desert_mountains/peak5.png
    A data/core/images/terrain/desert_mountains/peak_large1.png
    A data/core/images/terrain/desert_mountains/peak_large2.png
    A data/core/images/terrain/desert_mountains/peak_range1_1.png
    A data/core/images/terrain/desert_mountains/peak_range1_2.png
    M data/core/terrain-graphics.cfg
    M data/core/terrain.cfg

  Log Message:
  -----------
  Added new desert mountains terrain, by doofus-01

For now, the extra overlay peaks are not included.


  Commit: a885c2bdf12d94c436663ee696fcd34ccbb9b5f1
      https://github.com/wesnoth/wesnoth/commit/a885c2bdf12d94c436663ee696fcd34ccbb9b5f1
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-31 (Sun, 31 Jan 2016)

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

  Log Message:
  -----------
  add alignment getter/setter for lua units


  Commit: 08236f8953b0ef02ea34871b6a02ba0690e30e3e
      https://github.com/wesnoth/wesnoth/commit/08236f8953b0ef02ea34871b6a02ba0690e30e3e
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-31 (Sun, 31 Jan 2016)

  Changed paths:
    M data/lua/wml/items.lua
    M src/display.cpp
    M src/display.hpp
    M src/editor/action/mouse/mouse_action_item.cpp
    M src/overlay.hpp
    M src/scripting/game_lua_kernel.cpp

  Log Message:
  -----------
  added name= attribute to [item]

name= has no effect but can be used to delete the item. I also changed
[item] to automatically create an id (in case no id was given) and
return that (only usable if called from lua).

I used the id= field from overlay class for this, it was previously only
used by the editor. Not sure if it is a good idea to reuse the id field.


  Commit: d15aa76e442897409238ca370cbd1e91c40fdcaf
      https://github.com/wesnoth/wesnoth/commit/d15aa76e442897409238ca370cbd1e91c40fdcaf
  Author: gfgtdf <tischpapier at gmail.com>
  Date:   2016-01-31 (Sun, 31 Jan 2016)

  Changed paths:
    M changelog

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


  Commit: e72eef3c982a6605fa6158189eb48930dbd7c8ec
      https://github.com/wesnoth/wesnoth/commit/e72eef3c982a6605fa6158189eb48930dbd7c8ec
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-01 (Mon, 01 Feb 2016)

  Changed paths:
    M src/gui/widgets/tree_view_node.cpp
    M src/gui/widgets/tree_view_node.hpp

  Log Message:
  -----------
  ttree_view_node: split fold/unfold internals into private functions


  Commit: e5a184bc0a3b6601bf2e619f53c651fc0bbaf8ef
      https://github.com/wesnoth/wesnoth/commit/e5a184bc0a3b6601bf2e619f53c651fc0bbaf8ef
  Author: gfgtdf <tischpapier at gmail.com>
  Date:   2016-01-31 (Sun, 31 Jan 2016)

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

  Log Message:
  -----------
  fix campaign difficulty dialog in case description is empty.


  Commit: cb71b330e927b6ca77c06e056ccfadf6cc695e62
      https://github.com/wesnoth/wesnoth/commit/cb71b330e927b6ca77c06e056ccfadf6cc695e62
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-02 (Tue, 02 Feb 2016)

  Changed paths:
    M projectfiles/CodeBlocks/README.md

  Log Message:
  -----------
  Updated codeblocks build readme with updated last tested versions


  Commit: 96bd5ae9820538c332ea0084b719ead2141cc65e
      https://github.com/wesnoth/wesnoth/commit/96bd5ae9820538c332ea0084b719ead2141cc65e
  Author: ln-zookeeper <lari.nieminen at iki.fi>
  Date:   2016-02-01 (Mon, 01 Feb 2016)

  Changed paths:
    M data/multiplayer/scenarios/2p_Hornshark_Island_lua

  Log Message:
  -----------
  Avoid errors if scenario is played with one of the sides empty


  Commit: d3b356953b207475b69668323863901bfa4e717c
      https://github.com/wesnoth/wesnoth/commit/d3b356953b207475b69668323863901bfa4e717c
  Author: ln-zookeeper <lari.nieminen at iki.fi>
  Date:   2016-02-01 (Mon, 01 Feb 2016)

  Changed paths:
    A data/campaigns/Under_the_Burning_Suns/images/attacks/claws-crab.png
    M data/campaigns/Under_the_Burning_Suns/units/monsters/Crab_Man.cfg

  Log Message:
  -----------
  Recoloured pincers as attack icon for Monster Crab


  Commit: 59ba795de4f6796dd52e5768f2a135b33ef84b63
      https://github.com/wesnoth/wesnoth/commit/59ba795de4f6796dd52e5768f2a135b33ef84b63
  Author: ln-zookeeper <lari.nieminen at iki.fi>
  Date:   2016-02-01 (Mon, 01 Feb 2016)

  Changed paths:
    M data/core/help.cfg

  Log Message:
  -----------
  Mention lvl0 units as the exception to ZoC generation


  Commit: 2aa5a965f9b958be45cf11096b7a9038aec660f6
      https://github.com/wesnoth/wesnoth/commit/2aa5a965f9b958be45cf11096b7a9038aec660f6
  Author: Nils Kneuper <crazy-ivanovic at gmx.net>
  Date:   2016-02-03 (Wed, 03 Feb 2016)

  Changed paths:
    M po/wesnoth-utbs/sv.po

  Log Message:
  -----------
  updated Swedish translation


  Commit: 5caa9dd95b57b17bc776ad80fb4b98fbac23256c
      https://github.com/wesnoth/wesnoth/commit/5caa9dd95b57b17bc776ad80fb4b98fbac23256c
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-03 (Wed, 03 Feb 2016)

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

  Log Message:
  -----------
  cleanup wml_actions.store_items


  Commit: f95e23e7f8a5c4d72c8b7ab3613c6d0d7469cbc7
      https://github.com/wesnoth/wesnoth/commit/f95e23e7f8a5c4d72c8b7ab3613c6d0d7469cbc7
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-03 (Wed, 03 Feb 2016)

  Changed paths:
    M src/unit.cpp
    M src/unit_types.hpp

  Log Message:
  -----------
  fix [event]s in [unit_type]


  Commit: 63088bca62939cf48ddbd06741707cdfd53ddd7d
      https://github.com/wesnoth/wesnoth/commit/63088bca62939cf48ddbd06741707cdfd53ddd7d
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-03 (Wed, 03 Feb 2016)

  Changed paths:
    M src/unit.cpp
    M src/unit_types.cpp

  Log Message:
  -----------
  remove do_not_list from unit configs.

this attribute is only used by unit_type.


  Commit: 694d43fbec5be38c4f9381614a82834e040c0554
      https://github.com/wesnoth/wesnoth/commit/694d43fbec5be38c4f9381614a82834e040c0554
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-03 (Wed, 03 Feb 2016)

  Changed paths:
    M src/ai/contexts.cpp

  Log Message:
  -----------
  fix crash in ai code

https://gna.org/bugs/?23780


  Commit: 5deea2eb16ebe4e717d4f4c02597081f202549e0
      https://github.com/wesnoth/wesnoth/commit/5deea2eb16ebe4e717d4f4c02597081f202549e0
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-03 (Wed, 03 Feb 2016)

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

  Log Message:
  -----------
  small unit class refactor

i moved the 'description', 'usage', 'halo', 'ellipse', 'random_traits',
'generate_name' and 'upkeep' from cfg_ into unit member variables.

This main advantage is that its now clearer which unit type attributes
exist, also it is a little faster becasue it doesn't need string lookps
when accesing those attributes.

I used scoped_ptr<string> instead of just string to store 'usage',
'halo' and 'ellipse' because that is closer to the previous memory
layout.


  Commit: eb86032d9c442964ea528c2676e90b6c8d1649e8
      https://github.com/wesnoth/wesnoth/commit/eb86032d9c442964ea528c2676e90b6c8d1649e8
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-03 (Wed, 03 Feb 2016)

  Changed paths:
    M src/unit.cpp

  Log Message:
  -----------
  remove 'image_icon' and 'image' from units cfg_

it wasn't possible to overwrite the unit types image in the [unit]
config anyway. so i changed the code to always use the image specified
in the unit type.


  Commit: 3530cbf496cd4ad7f3fb533980ae80eb12513025
      https://github.com/wesnoth/wesnoth/commit/3530cbf496cd4ad7f3fb533980ae80eb12513025
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-03 (Wed, 03 Feb 2016)

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

  Log Message:
  -----------
  remove cfg_ member from unit class

this moves profile_ and small_profile_ into member variables.

This commend out some changes to [advancement] child in cfg_ which had
no effect anyway because [advancement]s are stores in advancement_
member of the unit.


  Commit: 1f8d36306b4e2753034b2446a94d62637ec7b12b
      https://github.com/wesnoth/wesnoth/commit/1f8d36306b4e2753034b2446a94d62637ec7b12b
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-03 (Wed, 03 Feb 2016)

  Changed paths:
    M src/unit.cpp

  Log Message:
  -----------
  fix apply_to=new_advancement


  Commit: 4fd79541960c82fb87bd6b4d537b77673b709cc4
      https://github.com/wesnoth/wesnoth/commit/4fd79541960c82fb87bd6b4d537b77673b709cc4
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-03 (Wed, 03 Feb 2016)

  Changed paths:
    M src/unit.cpp

  Log Message:
  -----------
  Optimize unit attributes check

Instead of copying all attributes to a new config and removing the known
attributes we check the config atribute set directly, to do this we use
a modified version of std::set_difference to compare the set of known
attributes with the given attributes.


  Commit: de0ad5e92af04bdb8e60bea657262658824c6e0f
      https://github.com/wesnoth/wesnoth/commit/de0ad5e92af04bdb8e60bea657262658824c6e0f
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-03 (Wed, 03 Feb 2016)

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

  Log Message:
  -----------
  make unit.upkeep modifyable by lua.


  Commit: 92a9164f082d65d024d602b8b4875ad3e191609c
      https://github.com/wesnoth/wesnoth/commit/92a9164f082d65d024d602b8b4875ad3e191609c
  Author: sigurdfdragon <jjwcoat at gmail.com>
  Date:   2016-02-03 (Wed, 03 Feb 2016)

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

  Log Message:
  -----------
  Change text in veteran recall message.


  Commit: 293861f7a025c354fe6a7846d8bb6ac333c8d264
      https://github.com/wesnoth/wesnoth/commit/293861f7a025c354fe6a7846d8bb6ac333c8d264
  Author: sigurdfdragon <jjwcoat at gmail.com>
  Date:   2016-02-03 (Wed, 03 Feb 2016)

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

  Log Message:
  -----------
  T2: Change to Elvish Archer recruit message.


  Commit: 9b978ed59189e175974f6e08a52b5cb882de1757
      https://github.com/wesnoth/wesnoth/commit/9b978ed59189e175974f6e08a52b5cb882de1757
  Author: sigurdfdragon <jjwcoat at gmail.com>
  Date:   2016-02-03 (Wed, 03 Feb 2016)

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

  Log Message:
  -----------
  T2: Fix typos in channel village message.


  Commit: 883e5ca588b1957b216d6471b220caa5a87ff785
      https://github.com/wesnoth/wesnoth/commit/883e5ca588b1957b216d6471b220caa5a87ff785
  Author: sigurdfdragon <jjwcoat at gmail.com>
  Date:   2016-02-03 (Wed, 03 Feb 2016)

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

  Log Message:
  -----------
  T2: Add missing period.


  Commit: 528a0cbea61d12295d585cfa00c25ece07df52c2
      https://github.com/wesnoth/wesnoth/commit/528a0cbea61d12295d585cfa00c25ece07df52c2
  Author: sigurdfdragon <jjwcoat at gmail.com>
  Date:   2016-02-03 (Wed, 03 Feb 2016)

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

  Log Message:
  -----------
  T2: Add () around skirmisher text to more clearly separate from rest of paragraph.


  Commit: 67c54880c0a2ce5510f0cda9502351bc5a86b99d
      https://github.com/wesnoth/wesnoth/commit/67c54880c0a2ce5510f0cda9502351bc5a86b99d
  Author: sigurdfdragon <jjwcoat at gmail.com>
  Date:   2016-02-03 (Wed, 03 Feb 2016)

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

  Log Message:
  -----------
  T2: Change to leveled unit recall message.


  Commit: eda3da0d7f8562756d993553d8147f1714b5a6d8
      https://github.com/wesnoth/wesnoth/commit/eda3da0d7f8562756d993553d8147f1714b5a6d8
  Author: sigurdfdragon <jjwcoat at gmail.com>
  Date:   2016-02-03 (Wed, 03 Feb 2016)

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

  Log Message:
  -----------
  T2: Change ability reference to exactly match ability name.


  Commit: 5370e7017d439b19836fa6d904431314f7366533
      https://github.com/wesnoth/wesnoth/commit/5370e7017d439b19836fa6d904431314f7366533
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-04 (Thu, 04 Feb 2016)

  Changed paths:
    M src/gui/widgets/slider.cpp

  Log Message:
  -----------
  tslider: exclude status label (right offset) from orthogonal range check

So far there hasn't been an observable case in which the left offset needs
to be excluded as well.


  Commit: b491950444fc55d72bbd112033e60b9b1a45a6fd
      https://github.com/wesnoth/wesnoth/commit/b491950444fc55d72bbd112033e60b9b1a45a6fd
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-04 (Thu, 04 Feb 2016)

  Changed paths:
    M data/gui/default/window/unit_attack.cfg

  Log Message:
  -----------
  tunit_attack: some layout formatting


  Commit: 41a681fd1cb19eb1fde3d4db3c89d5964ad774b7
      https://github.com/wesnoth/wesnoth/commit/41a681fd1cb19eb1fde3d4db3c89d5964ad774b7
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-04 (Thu, 04 Feb 2016)

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

  Log Message:
  -----------
  Merge pull request #586 from sigurdfdragon/Tutorial_Part_2_Typo_Fixes

Tutorial part 2 typo fixes & text changes


  Commit: b386c5f819aa14882a93e3d6daca263974476ad3
      https://github.com/wesnoth/wesnoth/commit/b386c5f819aa14882a93e3d6daca263974476ad3
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-04 (Thu, 04 Feb 2016)

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

  Log Message:
  -----------
  T S2: fixed a small typo


  Commit: dccec3f4c9d5a865737af22de41b9681a027ec26
      https://github.com/wesnoth/wesnoth/commit/dccec3f4c9d5a865737af22de41b9681a027ec26
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-04 (Thu, 04 Feb 2016)

  Changed paths:
    M src/unit.cpp

  Log Message:
  -----------
  Removed unused variable orphaned in 1f8d36306b4e2753034


  Commit: eb80320adfb67abb913cf62fc7a7f2fbdb0f56e7
      https://github.com/wesnoth/wesnoth/commit/eb80320adfb67abb913cf62fc7a7f2fbdb0f56e7
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-04 (Thu, 04 Feb 2016)

  Changed paths:
    M src/help/help_topic_generators.cpp

  Log Message:
  -----------
  Flip unit portraits so crop is facing window border


  Commit: 7455e4cb79a1e239e44d3ffebf79f2c175a5dfb5
      https://github.com/wesnoth/wesnoth/commit/7455e4cb79a1e239e44d3ffebf79f2c175a5dfb5
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-04 (Thu, 04 Feb 2016)

  Changed paths:
    M src/help/help.cpp

  Log Message:
  -----------
  Slightly reduce help browser width


  Commit: a7c28ee5016b6fa9820d0db8c9d1dfed69c36f19
      https://github.com/wesnoth/wesnoth/commit/a7c28ee5016b6fa9820d0db8c9d1dfed69c36f19
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-04 (Thu, 04 Feb 2016)

  Changed paths:
    M data/gui/default/widget/slider_default.cfg
    M data/gui/default/widget/slider_minimal.cfg

  Log Message:
  -----------
  tslider: tweaked slider magic numbers so maximum value is reached


  Commit: 99697110f5fd4defdc2dca3d30b4ab887a56c99a
      https://github.com/wesnoth/wesnoth/commit/99697110f5fd4defdc2dca3d30b4ab887a56c99a
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-05 (Fri, 05 Feb 2016)

  Changed paths:
    M data/gui/default/window/unit_attack.cfg

  Log Message:
  -----------
  tunit_attack: draw a line between unit stats


  Commit: aad0e02d1058cc6398ff73698885820a7c948567
      https://github.com/wesnoth/wesnoth/commit/aad0e02d1058cc6398ff73698885820a7c948567
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-05 (Fri, 05 Feb 2016)

  Changed paths:
    M data/gui/default/window/addon_list.cfg

  Log Message:
  -----------
  taddon_list: strip debug borders


  Commit: 29db0593eeaafaa660728ecae317cfcf9abc6a40
      https://github.com/wesnoth/wesnoth/commit/29db0593eeaafaa660728ecae317cfcf9abc6a40
  Author: gfgtdf <tischpapier at gmail.com>
  Date:   2016-02-04 (Thu, 04 Feb 2016)

  Changed paths:
    M src/unit.cpp

  Log Message:
  -----------
  fix unit unknown attribute warning.


  Commit: 97df0ef77dd89e103c319042056f14f538e57547
      https://github.com/wesnoth/wesnoth/commit/97df0ef77dd89e103c319042056f14f538e57547
  Author: gfgtdf <tischpapier at gmail.com>
  Date:   2016-02-05 (Fri, 05 Feb 2016)

  Changed paths:
    M src/unit.cpp

  Log Message:
  -----------
  fix unit profiles beeing lost in unit cctor.


  Commit: b3d9060d48e1e5cbd74f368e26480b1163254c9f
      https://github.com/wesnoth/wesnoth/commit/b3d9060d48e1e5cbd74f368e26480b1163254c9f
  Author: gfgtdf <tischpapier at gmail.com>
  Date:   2016-02-06 (Sat, 06 Feb 2016)

  Changed paths:
    M src/unit.cpp

  Log Message:
  -----------
  fix [unit] random_traits=no


  Commit: 4d26cf909ee39732d5e34fff08ca39b8ea2c13ec
      https://github.com/wesnoth/wesnoth/commit/4d26cf909ee39732d5e34fff08ca39b8ea2c13ec
  Author: Wedge009 <wedge009 at wedge009.net>
  Date:   2016-02-06 (Sat, 06 Feb 2016)

  Changed paths:
    M projectfiles/VC9/wesnoth.vcproj

  Log Message:
  -----------
  vcproj: Add missing combobox and drop_down_list files.


  Commit: 1e518a56d85892c2c7d8aa5d0a5223ac1b60013d
      https://github.com/wesnoth/wesnoth/commit/1e518a56d85892c2c7d8aa5d0a5223ac1b60013d
  Author: gfgtdf <tischpapier at gmail.com>
  Date:   2016-02-06 (Sat, 06 Feb 2016)

  Changed paths:
    M src/unit.cpp

  Log Message:
  -----------
  fix unit image and image_icon in unit.__cfg


  Commit: f3ba474f5038315a8cdc5fd78e6ff9df5958f9eb
      https://github.com/wesnoth/wesnoth/commit/f3ba474f5038315a8cdc5fd78e6ff9df5958f9eb
  Author: gfgtdf <tischpapier at gmail.com>
  Date:   2016-02-06 (Sat, 06 Feb 2016)

  Changed paths:
    M src/unit.cpp

  Log Message:
  -----------
  use to_string instead of lexical_cast

this is faster as it doesn't involve creating a temporary stringstream.


  Commit: b4aa768fc8c7ab7aa90b2dec942b782ea686312b
      https://github.com/wesnoth/wesnoth/commit/b4aa768fc8c7ab7aa90b2dec942b782ea686312b
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-06 (Sat, 06 Feb 2016)

  Changed paths:
    M src/gui/widgets/grid.cpp

  Log Message:
  -----------
  tgrid: preserve visible status when swapping widgets


  Commit: 677e7077ae818ecd91d33426f56a6d780cb57c32
      https://github.com/wesnoth/wesnoth/commit/677e7077ae818ecd91d33426f56a6d780cb57c32
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2016-02-06 (Sat, 06 Feb 2016)

  Changed paths:
    A data/gui/default/window/preferences.cfg
    A data/gui/default/window/preferences/01_general.cfg
    A data/gui/default/window/preferences/02_display.cfg
    A data/gui/default/window/preferences/03_sound.cfg
    A data/gui/default/window/preferences/04_multiplayer.cfg
    A data/gui/default/window/preferences/05_advanced.cfg
    A data/gui/default/window/preferences/_final.cfg
    A data/gui/default/window/preferences/_initial.cfg
    M src/SConscript
    M src/game_preferences_display.cpp
    A src/gui/dialogs/preferences_dialog.cpp
    A src/gui/dialogs/preferences_dialog.hpp

  Log Message:
  -----------
  gui2/tpreferences: initial layout


  Commit: a5b2f5cd7b265402e298b84cbe9f3c024fc22bad
      https://github.com/wesnoth/wesnoth/commit/a5b2f5cd7b265402e298b84cbe9f3c024fc22bad
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-06 (Sat, 06 Feb 2016)

  Changed paths:
    M projectfiles/CodeBlocks/wesnoth.cbp
    M src/CMakeLists.txt
    M src/SConscript

  Log Message:
  -----------
  Updated build lists + cb projfile


  Commit: d131f1d58c5b343e4119e201204fcc3ecbb53c7d
      https://github.com/wesnoth/wesnoth/commit/d131f1d58c5b343e4119e201204fcc3ecbb53c7d
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-06 (Sat, 06 Feb 2016)

  Changed paths:
    M data/advanced_preferences.cfg
    M src/display.cpp
    M src/display.hpp

  Log Message:
  -----------
  Removed the option to turn off Local ToD lighting. It is now always on.


  Commit: db8c65aad8ef998ca0c02e92432a086f77b187aa
      https://github.com/wesnoth/wesnoth/commit/db8c65aad8ef998ca0c02e92432a086f77b187aa
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-06 (Sat, 06 Feb 2016)

  Changed paths:
    M data/advanced_preferences.cfg
    M src/game_preferences.cpp
    M src/game_preferences.hpp
    M src/reports.cpp

  Log Message:
  -----------
  Remove Reverse Time Graphics option


  Commit: 352bd1cae2199bcc61fbdfa6cc3b2803eb4c0388
      https://github.com/wesnoth/wesnoth/commit/352bd1cae2199bcc61fbdfa6cc3b2803eb4c0388
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-06 (Sat, 06 Feb 2016)

  Changed paths:
    M data/advanced_preferences.cfg
    R data/gui/default/widget/progress_bar_title_screen.cfg
    M data/gui/default/window/title_screen.cfg
    M src/game_preferences.cpp
    M src/game_preferences.hpp
    M src/gui/dialogs/title_screen.cpp
    M src/gui/dialogs/title_screen.hpp

  Log Message:
  -----------
  Removed Titlescreen Animation option and related code


  Commit: 0135b702720bba8bd1fa790b0dbd59b46cbfc105
      https://github.com/wesnoth/wesnoth/commit/0135b702720bba8bd1fa790b0dbd59b46cbfc105
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-06 (Sat, 06 Feb 2016)

  Changed paths:
    M src/gui/dialogs/helper.hpp

  Log Message:
  -----------
  Added additional dialog callback helper function by iceiceice


  Commit: d21235deb58190ba274fe707cbdf96128cf50823
      https://github.com/wesnoth/wesnoth/commit/d21235deb58190ba274fe707cbdf96128cf50823
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-06 (Sat, 06 Feb 2016)

  Changed paths:
    M data/gui/default/widget/label_default.cfg
    M data/gui/default/widget/scroll_label_default.cfg

  Log Message:
  -----------
  Added definition for small-size scroll label


  Commit: 8b31f8fa28c11007bc03c6357587c7fddc35336d
      https://github.com/wesnoth/wesnoth/commit/8b31f8fa28c11007bc03c6357587c7fddc35336d
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-06 (Sat, 06 Feb 2016)

  Changed paths:
    M src/game_preferences.hpp

  Log Message:
  -----------
  Name lobby joins enum


  Commit: 9a11e9e86a967c745c20478b92b95764c79580d7
      https://github.com/wesnoth/wesnoth/commit/9a11e9e86a967c745c20478b92b95764c79580d7
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-06 (Sat, 06 Feb 2016)

  Changed paths:
    M src/game_preferences.cpp

  Log Message:
  -----------
  Remove reliance on static acquaintances_initialized variable

It wasn't set to true anywhere before anyway


  Commit: 6626bbce22482c2ab7974c7a545d034f61f4e664
      https://github.com/wesnoth/wesnoth/commit/6626bbce22482c2ab7974c7a545d034f61f4e664
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-06 (Sat, 06 Feb 2016)

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

  Log Message:
  -----------
  Add flag to get_available_resolutions() to include current resolution


  Commit: a32371f40bb6911eb078050e1758d2d6c20fe14b
      https://github.com/wesnoth/wesnoth/commit/a32371f40bb6911eb078050e1758d2d6c20fe14b
  Author: gfgtdf <tischpapier at gmail.com>
  Date:   2016-02-07 (Sun, 07 Feb 2016)

  Changed paths:
    M projectfiles/VC9/wesnoth.vcproj

  Log Message:
  -----------
  Merge pull request #587 from Wedge009/vcproj_update

vcproj: Add missing combobox and drop_down_list files.


  Commit: 72100d866faab4f406c91118aea18c6b027807af
      https://github.com/wesnoth/wesnoth/commit/72100d866faab4f406c91118aea18c6b027807af
  Author: Lari Nieminen <lari.nieminen at iki.fi>
  Date:   2016-02-07 (Sun, 07 Feb 2016)

  Changed paths:
    M data/core/terrain-graphics/new-macros.cfg

  Log Message:
  -----------
  Remove some unnecessary uses of * in rule maps


  Commit: 84ff8f4d969b02fdc7d3fed7fc75e1fdb517231d
      https://github.com/wesnoth/wesnoth/commit/84ff8f4d969b02fdc7d3fed7fc75e1fdb517231d
  Author: Nils Kneuper <crazy-ivanovic at gmx.net>
  Date:   2016-02-07 (Sun, 07 Feb 2016)

  Changed paths:
    M changelog
    M players_changelog
    M po/wesnoth-ai/gl.po
    M po/wesnoth-aoi/gl.po
    M po/wesnoth-did/gl.po
    M po/wesnoth-dm/gl.po
    M po/wesnoth-dw/gl.po
    M po/wesnoth-editor/gl.po
    M po/wesnoth-ei/gl.po
    M po/wesnoth-help/gl.po
    M po/wesnoth-httt/gl.po
    M po/wesnoth-l/gl.po
    M po/wesnoth-lib/gl.po
    M po/wesnoth-low/gl.po
    M po/wesnoth-manpages/gl.po
    M po/wesnoth-nr/gl.po
    M po/wesnoth-sof/gl.po
    M po/wesnoth-sotbe/gl.po
    M po/wesnoth-tb/gl.po
    M po/wesnoth-thot/gl.po
    M po/wesnoth-trow/gl.po
    M po/wesnoth-tsg/gl.po
    M po/wesnoth-tutorial/gl.po
    M po/wesnoth-units/gl.po
    M po/wesnoth-utbs/gl.po
    M po/wesnoth/gl.po

  Log Message:
  -----------
  updated Galician translation


  Commit: c55faadecc030ddcacc6dfd971f84555e54742ce
      https://github.com/wesnoth/wesnoth/commit/c55faadecc030ddcacc6dfd971f84555e54742ce
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-08 (Mon, 08 Feb 2016)

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

  Log Message:
  -----------
  fix config::valid_id()

previously config::valid_id() had the following issues:
1) It passed its parameter by copy.
2) It used isalnum, which depends on the current locale, this means that
its reults might be different on different machines and it also means
that its slow becasue it must check the current locale.


  Commit: 6d1d5f09b897b9075a5e4c8224d76d192200d537
      https://github.com/wesnoth/wesnoth/commit/6d1d5f09b897b9075a5e4c8224d76d192200d537
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-08 (Mon, 08 Feb 2016)

  Changed paths:
    M src/variable_info.cpp

  Log Message:
  -----------
  remove useless check_valid_name() calls

they are not needed anymore since the name is now checked with
config::valid_id()


  Commit: 969157d79e907261494cf52fbc8ccaf6551cfcd7
      https://github.com/wesnoth/wesnoth/commit/969157d79e907261494cf52fbc8ccaf6551cfcd7
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-08 (Mon, 08 Feb 2016)

  Changed paths:
    M src/help/help_impl.cpp
    M src/help/help_topic_generators.cpp

  Log Message:
  -----------
  fix color in help unit resitances

https://gna.org/bugs/?24381


  Commit: c1e080f2d4d4987815f3a92bcbfd143fc103cf91
      https://github.com/wesnoth/wesnoth/commit/c1e080f2d4d4987815f3a92bcbfd143fc103cf91
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-08 (Mon, 08 Feb 2016)

  Changed paths:
    M src/game_initialization/playcampaign.cpp

  Log Message:
  -----------
  always proceed with a mp campaign if you are the host.


  Commit: 12b40cf45801c0b7fb1773ccccfc3af33057c027
      https://github.com/wesnoth/wesnoth/commit/12b40cf45801c0b7fb1773ccccfc3af33057c027
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-08 (Mon, 08 Feb 2016)

  Changed paths:
    M src/scripting/game_lua_kernel.cpp
    A src/scripting/lua_pathfind_cost_calculator.hpp
    M src/scripting/mapgen_lua_kernel.cpp

  Log Message:
  -----------
  make wesnoth.find_path function available to lua ganerators.

it doesn't support all parameters of the original find_path function
that is used during the game, because things like units or maps are not
avaiable.


  Commit: 80a99f828c515dee7201c3bc0026ef3c984e387d
      https://github.com/wesnoth/wesnoth/commit/80a99f828c515dee7201c3bc0026ef3c984e387d
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-08 (Mon, 08 Feb 2016)

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

  Log Message:
  -----------
  make wesnoth.random avaiable in for lua map gerneration

It has the same interface as math.random and the normal wesnoth.random
that is used in games.


  Commit: 37e613b6fcfedb44cc501439965da94b4913633e
      https://github.com/wesnoth/wesnoth/commit/37e613b6fcfedb44cc501439965da94b4913633e
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-08 (Mon, 08 Feb 2016)

  Changed paths:
    A data/multiplayer/scenarios/Random_Scenario_Lua_Cave.cfg
    A data/multiplayer/scenarios/Random_Scenario_Lua_Cave.lua

  Log Message:
  -----------
  Added a sample lua map generator

this is more or less the code of the cavegen as used in HttT scenario 17
ported to lua.


  Commit: ac79ff350a6d12fe7e0f9812f5edbb24a4b5d16b
      https://github.com/wesnoth/wesnoth/commit/ac79ff350a6d12fe7e0f9812f5edbb24a4b5d16b
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-08 (Mon, 08 Feb 2016)

  Changed paths:
    M data/multiplayer/scenarios/Random_Scenario_Lua_Cave.lua

  Log Message:
  -----------
  improve lua sample cave generator.


  Commit: fc1c9ff69944cbc17ec1e3ea2b26f64cbac7c282
      https://github.com/wesnoth/wesnoth/commit/fc1c9ff69944cbc17ec1e3ea2b26f64cbac7c282
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-08 (Mon, 08 Feb 2016)

  Changed paths:
    M data/multiplayer/scenarios/Random_Scenario_Lua_Cave.lua

  Log Message:
  -----------
  fix error in lua sample mapgenerator


  Commit: 527c3b1a1e78c3fc56f96b64bdf52708e327ea24
      https://github.com/wesnoth/wesnoth/commit/527c3b1a1e78c3fc56f96b64bdf52708e327ea24
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-08 (Mon, 08 Feb 2016)

  Changed paths:
    M data/multiplayer/scenarios/Random_Scenario_Lua_Cave.lua

  Log Message:
  -----------
  fix sample lua cavegen


  Commit: acc5ef3b8df91dc0bacc05db3e8a06a752bcfea8
      https://github.com/wesnoth/wesnoth/commit/acc5ef3b8df91dc0bacc05db3e8a06a752bcfea8
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-08 (Mon, 08 Feb 2016)

  Changed paths:
    M data/multiplayer/scenarios/Random_Scenario_Lua_Cave.lua

  Log Message:
  -----------
  fix sample lua cavegen


  Commit: 15a235232a687aa70db3b0f0d598bed5b5a6924a
      https://github.com/wesnoth/wesnoth/commit/15a235232a687aa70db3b0f0d598bed5b5a6924a
  Author: ln-zookeeper <lari.nieminen at iki.fi>
  Date:   2016-02-09 (Tue, 09 Feb 2016)

  Changed paths:
    A data/core/images/terrain/masks/concave-long-2-bl.png
    A data/core/images/terrain/masks/concave-long-2-br.png
    A data/core/images/terrain/masks/concave-long-2-l.png
    A data/core/images/terrain/masks/concave-long-2-r.png
    A data/core/images/terrain/masks/concave-long-2-tl.png
    A data/core/images/terrain/masks/concave-long-2-tr.png
    M data/core/terrain-graphics/new-macros.cfg

  Log Message:
  -----------
  Some small optimization of water rules


  Commit: e7188fbfa813a5d00320b7afc92a20b066d52462
      https://github.com/wesnoth/wesnoth/commit/e7188fbfa813a5d00320b7afc92a20b066d52462
  Author: ln-zookeeper <lari.nieminen at iki.fi>
  Date:   2016-02-09 (Tue, 09 Feb 2016)

  Changed paths:
    M data/core/terrain-graphics.cfg
    M data/core/terrain-graphics/new-macros.cfg

  Log Message:
  -----------
  Replace water->void transition with a simpler void->water transition


  Commit: 457e0cea7442e173a440776c0e146aeba703a085
      https://github.com/wesnoth/wesnoth/commit/457e0cea7442e173a440776c0e146aeba703a085
  Author: ln-zookeeper <lari.nieminen at iki.fi>
  Date:   2016-02-09 (Tue, 09 Feb 2016)

  Changed paths:
    M data/core/images/terrain/off-map/alpha.png

  Log Message:
  -----------
  Fixed stray pixel


  Commit: 2fe58d3e6749d0019942f4dea76e4f7141e10300
      https://github.com/wesnoth/wesnoth/commit/2fe58d3e6749d0019942f4dea76e4f7141e10300
  Author: sigurdfdragon <jjwcoat at gmail.com>
  Date:   2016-02-09 (Tue, 09 Feb 2016)

  Changed paths:
    M data/core/units.cfg

  Log Message:
  -----------
  Help: Fix typo in Orcs description.


  Commit: 3501f6eb910d2231e58ebd407c735a9ddebf1619
      https://github.com/wesnoth/wesnoth/commit/3501f6eb910d2231e58ebd407c735a9ddebf1619
  Author: sigurdfdragon <jjwcoat at gmail.com>
  Date:   2016-02-09 (Tue, 09 Feb 2016)

  Changed paths:
    M data/core/units.cfg

  Log Message:
  -----------
  Help: Fix typo in Trolls description.


  Commit: c7618d95abfa72d8436a33a7d9b68cff377e121f
      https://github.com/wesnoth/wesnoth/commit/c7618d95abfa72d8436a33a7d9b68cff377e121f
  Author: sigurdfdragon <jjwcoat at gmail.com>
  Date:   2016-02-09 (Tue, 09 Feb 2016)

  Changed paths:
    M data/campaigns/An_Orcish_Incursion/scenarios/01_Defend_the_Forest.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/02_Assassins.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/03_Wasteland.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/04_Valley_of_Trolls.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/05_Linaera_the_Quick.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/06_A_Detour_through_the_Swamp.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/07_Showdown.cfg

  Log Message:
  -----------
  AOI: Standardize all recruit lists.

Using quotes, alphabetical order by id, and no spaces.


  Commit: 953a9442b3e6b473c82e613fc023eaea330b9538
      https://github.com/wesnoth/wesnoth/commit/953a9442b3e6b473c82e613fc023eaea330b9538
  Author: sigurdfdragon <jjwcoat at gmail.com>
  Date:   2016-02-09 (Tue, 09 Feb 2016)

  Changed paths:
    M data/campaigns/An_Orcish_Incursion/scenarios/01_Defend_the_Forest.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/02_Assassins.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/03_Wasteland.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/04_Valley_of_Trolls.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/05_Linaera_the_Quick.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/06_A_Detour_through_the_Swamp.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/07_Showdown.cfg

  Log Message:
  -----------
  AOI: Standardize player and enemy team_name key.


  Commit: 7a035a79c2dc53eea6b5c5fa25eba1183b8c6ef8
      https://github.com/wesnoth/wesnoth/commit/7a035a79c2dc53eea6b5c5fa25eba1183b8c6ef8
  Author: sigurdfdragon <jjwcoat at gmail.com>
  Date:   2016-02-09 (Tue, 09 Feb 2016)

  Changed paths:
    M data/campaigns/An_Orcish_Incursion/scenarios/05_Linaera_the_Quick.cfg

  Log Message:
  -----------
  AOI S5: Change Linaera's side name to Mages & hide side in status table.

'Mages' is more common usage in Wesnoth, and there's no reason to see that side in the status table.


  Commit: 652b0c0873df35b60817ba1d26144fccb7118450
      https://github.com/wesnoth/wesnoth/commit/652b0c0873df35b60817ba1d26144fccb7118450
  Author: sigurdfdragon <jjwcoat at gmail.com>
  Date:   2016-02-09 (Tue, 09 Feb 2016)

  Changed paths:
    M data/campaigns/An_Orcish_Incursion/scenarios/03_Wasteland.cfg

  Log Message:
  -----------
  AOI S3: Remove duplicate die event.

It's already included with the {HERODEATH_ERLORNAS} macro.


  Commit: da273c5bc9e42da971b5caecfa2a73d406a846ae
      https://github.com/wesnoth/wesnoth/commit/da273c5bc9e42da971b5caecfa2a73d406a846ae
  Author: sigurdfdragon <jjwcoat at gmail.com>
  Date:   2016-02-09 (Tue, 09 Feb 2016)

  Changed paths:
    M data/campaigns/An_Orcish_Incursion/scenarios/01_Defend_the_Forest.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/07_Showdown.cfg

  Log Message:
  -----------
  AOI: Make Lomarfel so he has same traits in both scenarios and loyal clearly indicated.


  Commit: b8d3935a1a256e30f009b9a7167f1e8e3f1a2245
      https://github.com/wesnoth/wesnoth/commit/b8d3935a1a256e30f009b9a7167f1e8e3f1a2245
  Author: sigurdfdragon <jjwcoat at gmail.com>
  Date:   2016-02-09 (Tue, 09 Feb 2016)

  Changed paths:
    M data/campaigns/An_Orcish_Incursion/scenarios/07_Showdown.cfg

  Log Message:
  -----------
  AOI S7: Make Elvish Rangers loyal trait clearly indicated to the player.


  Commit: 36683cfb9bf5627a813b19f3b6bbb22d2573dd91
      https://github.com/wesnoth/wesnoth/commit/36683cfb9bf5627a813b19f3b6bbb22d2573dd91
  Author: sigurdfdragon <jjwcoat at gmail.com>
  Date:   2016-02-09 (Tue, 09 Feb 2016)

  Changed paths:
    M data/campaigns/An_Orcish_Incursion/scenarios/04_Valley_of_Trolls.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/05_Linaera_the_Quick.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/07_Showdown.cfg

  Log Message:
  -----------
  AOI: Fix unreported bug of advisor dialog not showing in S4 & S5.

Changes a few more occurrences than needed for standardization.


  Commit: 157b76fb1daa5e4d30ab2c36ce807a5f696c05dc
      https://github.com/wesnoth/wesnoth/commit/157b76fb1daa5e4d30ab2c36ce807a5f696c05dc
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-10 (Wed, 10 Feb 2016)

  Changed paths:
    M data/core/units.cfg

  Log Message:
  -----------
  Merge pull request #590 from sigurdfdragon/Typo_Fix_in_Orcs_Description

Help: Fix typo in Orcs description.


  Commit: 9cfa7f55aee46d751617ab085bc5af6d41944fb3
      https://github.com/wesnoth/wesnoth/commit/9cfa7f55aee46d751617ab085bc5af6d41944fb3
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-10 (Wed, 10 Feb 2016)

  Changed paths:
    M data/core/units.cfg

  Log Message:
  -----------
  Merge pull request #591 from sigurdfdragon/Fix_Typo_in_Trolls_Description

Help: Fix typo in Trolls description.


  Commit: b564fb7c5b2b37dbe06d5fd2f72a27b196e62657
      https://github.com/wesnoth/wesnoth/commit/b564fb7c5b2b37dbe06d5fd2f72a27b196e62657
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-10 (Wed, 10 Feb 2016)

  Changed paths:
    M data/campaigns/An_Orcish_Incursion/scenarios/04_Valley_of_Trolls.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/05_Linaera_the_Quick.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/07_Showdown.cfg

  Log Message:
  -----------
  Merge pull request #592 from sigurdfdragon/AOI_advisor_fix

AOI: Fix unreported bug of advisor dialog not showing in S4 & S5.


  Commit: 78ff082934569dd54a031dbb08e048e1326b7354
      https://github.com/wesnoth/wesnoth/commit/78ff082934569dd54a031dbb08e048e1326b7354
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-10 (Wed, 10 Feb 2016)

  Changed paths:
    M data/campaigns/An_Orcish_Incursion/scenarios/01_Defend_the_Forest.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/02_Assassins.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/03_Wasteland.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/04_Valley_of_Trolls.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/05_Linaera_the_Quick.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/06_A_Detour_through_the_Swamp.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/07_Showdown.cfg

  Log Message:
  -----------
  Merge pull request #593 from sigurdfdragon/AOI_Cleanup_&_Fixes

AOI cleanup & fixes


  Commit: b7d56e0c11ae1a97b874133a20cbbef8d52dd489
      https://github.com/wesnoth/wesnoth/commit/b7d56e0c11ae1a97b874133a20cbbef8d52dd489
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-10 (Wed, 10 Feb 2016)

  Changed paths:
    M data/gui/default/window/preferences.cfg
    M data/gui/default/window/preferences/01_general.cfg
    M data/gui/default/window/preferences/02_display.cfg
    M data/gui/default/window/preferences/03_sound.cfg
    M data/gui/default/window/preferences/04_multiplayer.cfg
    M data/gui/default/window/preferences/05_advanced.cfg
    M images/misc/status-friend.png
    M images/misc/status-ignore.png
    M src/game_preferences_display.cpp
    M src/gui/dialogs/preferences_dialog.cpp
    M src/gui/dialogs/preferences_dialog.hpp
    M src/preferences.cpp
    M src/preferences.hpp
    M src/preferences_display.cpp
    M src/preferences_display.hpp

  Log Message:
  -----------
  gui2/tpreferences: implemented new gui2 Preferences dialog


  Commit: 9eecc28ef9c7dcc9a6530d5238d4d1e1eedc02ad
      https://github.com/wesnoth/wesnoth/commit/9eecc28ef9c7dcc9a6530d5238d4d1e1eedc02ad
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-10 (Wed, 10 Feb 2016)

  Changed paths:
    M data/advanced_preferences.cfg
    M data/gui/default/window/preferences/04_multiplayer.cfg
    M src/gui/dialogs/preferences_dialog.cpp
    M src/lobby_preferences.cpp

  Log Message:
  -----------
  Moved 'Accept whispers from friends only' pref from Advanced to Multiplayer


  Commit: 28acb89a77d8b0cf84e6ae27c3e3fda63cc4e273
      https://github.com/wesnoth/wesnoth/commit/28acb89a77d8b0cf84e6ae27c3e3fda63cc4e273
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-10 (Wed, 10 Feb 2016)

  Changed paths:
    M data/advanced_preferences.cfg

  Log Message:
  -----------
  Added advanced preferences for Adv. Graphics and Orb Colors


  Commit: a8ca6a054308cf2026f24ac2f30cb5feb0069ee8
      https://github.com/wesnoth/wesnoth/commit/a8ca6a054308cf2026f24ac2f30cb5feb0069ee8
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-10 (Wed, 10 Feb 2016)

  Changed paths:
    M src/game_preferences_display.cpp

  Log Message:
  -----------
  Remove code for old GUI1 preferences dialog


  Commit: 758847d5459a485f97780438692ea205975b8403
      https://github.com/wesnoth/wesnoth/commit/758847d5459a485f97780438692ea205975b8403
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-10 (Wed, 10 Feb 2016)

  Changed paths:
    M src/game_preferences_display.cpp

  Log Message:
  -----------
  Cleaned up show_theme_dialog() a bit


  Commit: 1668b7518fa83e27f1b56161bec74df6b3a654ed
      https://github.com/wesnoth/wesnoth/commit/1668b7518fa83e27f1b56161bec74df6b3a654ed
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-10 (Wed, 10 Feb 2016)

  Changed paths:
    M src/tests/gui/test_gui2.cpp

  Log Message:
  -----------
  Updated GUI2 unit tests


  Commit: faf5d82a4eff2416197bc2a630f466a010da7e00
      https://github.com/wesnoth/wesnoth/commit/faf5d82a4eff2416197bc2a630f466a010da7e00
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-10 (Wed, 10 Feb 2016)

  Changed paths:
    M data/gui/default/window/preferences/04_multiplayer.cfg
    M src/gui/dialogs/preferences_dialog.cpp

  Log Message:
  -----------
  gui2/tpreferences: switch back to Alerts dialog (as opposed to tab) for now


  Commit: acd46a8353950f25750d1cdd448ce8358251a13c
      https://github.com/wesnoth/wesnoth/commit/acd46a8353950f25750d1cdd448ce8358251a13c
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-10 (Wed, 10 Feb 2016)

  Changed paths:
    M data/gui/default/window/mp_alerts_options.cfg

  Log Message:
  -----------
  gui2/tmp_alerts_options: applied some formatting


  Commit: d54490ec78e24d38afb29cf6c507b4bc04476ce1
      https://github.com/wesnoth/wesnoth/commit/d54490ec78e24d38afb29cf6c507b4bc04476ce1
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-10 (Wed, 10 Feb 2016)

  Changed paths:
    M src/gui/dialogs/helper.hpp

  Log Message:
  -----------
  Removed some unnecessary dynamic_casts in callback bind helpers


  Commit: fda94c814811a242c2e89d14d49ef2c411ba835b
      https://github.com/wesnoth/wesnoth/commit/fda94c814811a242c2e89d14d49ef2c411ba835b
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-10 (Wed, 10 Feb 2016)

  Changed paths:
    M data/advanced_preferences.cfg

  Log Message:
  -----------
  Removed unused [option] name_short keys from combobox-type advanced prefs


  Commit: 4e5a42cc4215479f446683ca7665c6b930cc9cac
      https://github.com/wesnoth/wesnoth/commit/4e5a42cc4215479f446683ca7665c6b930cc9cac
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-10 (Wed, 10 Feb 2016)

  Changed paths:
    M data/gui/default/window/preferences.cfg
    M data/gui/default/window/preferences/05_advanced.cfg
    M src/gui/dialogs/preferences_dialog.cpp
    M src/gui/dialogs/preferences_dialog.hpp

  Log Message:
  -----------
  tpreferences: refactored Advanced section to use a listbox

This allows the details widgets to stay in the same listbox cell as the main
displayed names


  Commit: 3c6edb49a08be16c270324ff767f4dac5077af3c
      https://github.com/wesnoth/wesnoth/commit/3c6edb49a08be16c270324ff767f4dac5077af3c
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-10 (Wed, 10 Feb 2016)

  Changed paths:
    M src/game_preferences_display.cpp
    M src/gui/dialogs/preferences_dialog.cpp
    M src/preferences_display.hpp

  Log Message:
  -----------
  Cleaned up some preferences-related includes and helper functions


  Commit: 0ff4830f8d0c9eec0076e28596353bc1ea621d7b
      https://github.com/wesnoth/wesnoth/commit/0ff4830f8d0c9eec0076e28596353bc1ea621d7b
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-10 (Wed, 10 Feb 2016)

  Changed paths:
    M src/game_preferences.cpp
    M src/game_preferences.hpp
    M src/gui/dialogs/preferences_dialog.cpp

  Log Message:
  -----------
  Allow preferences::remove_acquaintance to return a bool success value

Also made use of the new value in tpreferences


  Commit: 5d60f991a1c5f80523514356cf7b2736e1207e78
      https://github.com/wesnoth/wesnoth/commit/5d60f991a1c5f80523514356cf7b2736e1207e78
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-10 (Wed, 10 Feb 2016)

  Changed paths:
    M data/advanced_preferences.cfg
    M data/gui/default/widget/label_default.cfg
    R data/gui/default/widget/progress_bar_title_screen.cfg
    M data/gui/default/widget/scroll_label_default.cfg
    M data/gui/default/window/mp_alerts_options.cfg
    A data/gui/default/window/preferences.cfg
    A data/gui/default/window/preferences/01_general.cfg
    A data/gui/default/window/preferences/02_display.cfg
    A data/gui/default/window/preferences/03_sound.cfg
    A data/gui/default/window/preferences/04_multiplayer.cfg
    A data/gui/default/window/preferences/05_advanced.cfg
    A data/gui/default/window/preferences/_final.cfg
    A data/gui/default/window/preferences/_initial.cfg
    M data/gui/default/window/title_screen.cfg
    M images/misc/status-friend.png
    M images/misc/status-ignore.png
    M projectfiles/CodeBlocks/wesnoth.cbp
    M src/CMakeLists.txt
    M src/SConscript
    M src/display.cpp
    M src/display.hpp
    M src/game_preferences.cpp
    M src/game_preferences.hpp
    M src/game_preferences_display.cpp
    M src/gui/dialogs/helper.hpp
    A src/gui/dialogs/preferences_dialog.cpp
    A src/gui/dialogs/preferences_dialog.hpp
    M src/gui/dialogs/title_screen.cpp
    M src/gui/dialogs/title_screen.hpp
    M src/lobby_preferences.cpp
    M src/preferences.cpp
    M src/preferences.hpp
    M src/preferences_display.cpp
    M src/preferences_display.hpp
    M src/reports.cpp
    M src/tests/gui/test_gui2.cpp
    M src/video.cpp
    M src/video.hpp

  Log Message:
  -----------
  Merge pull request #581 from Vultraz/prefs_dialog_refactor

GUI2 prefs dialog refactor


  Commit: 77e2eb82289c431fb9458eaeea21af7c909b00e3
      https://github.com/wesnoth/wesnoth/commit/77e2eb82289c431fb9458eaeea21af7c909b00e3
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-10 (Wed, 10 Feb 2016)

  Changed paths:
    M src/gui/dialogs/preferences_dialog.cpp
    M src/gui/dialogs/preferences_dialog.hpp

  Log Message:
  -----------
  tpreferences: display proper symbol for infinite autosaves


  Commit: 7740fe1f878b28ccaa6d2ca53be0e958c3b05cf8
      https://github.com/wesnoth/wesnoth/commit/7740fe1f878b28ccaa6d2ca53be0e958c3b05cf8
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-10 (Wed, 10 Feb 2016)

  Changed paths:
    M src/gui/dialogs/preferences_dialog.cpp
    M src/gui/dialogs/preferences_dialog.hpp

  Log Message:
  -----------
  tpreferences: update file copyright


  Commit: 34838f3819a6099e715315298aa91ff1a439680c
      https://github.com/wesnoth/wesnoth/commit/34838f3819a6099e715315298aa91ff1a439680c
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-11 (Thu, 11 Feb 2016)

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

  Log Message:
  -----------
  tcampaign_selection: fixed some bad_lexcical_cast assertions


  Commit: edbd84d0b66d42b41f36e4ce9b929048b757ad6b
      https://github.com/wesnoth/wesnoth/commit/edbd84d0b66d42b41f36e4ce9b929048b757ad6b
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-11 (Thu, 11 Feb 2016)

  Changed paths:
    M src/gui/widgets/tree_view_node.cpp

  Log Message:
  -----------
  Revert "ttree_view_node: bind label selection event to toggle if label is not present"

This reverts commit 5f67eee678e082b75aa67b83952572db8a096827.

This commit caused problems with toggling the list folded or unfolded. Will readd once
a better solution is found


  Commit: b6d2a685d3285913614e432d0a4d0d4e8efd5273
      https://github.com/wesnoth/wesnoth/commit/b6d2a685d3285913614e432d0a4d0d4e8efd5273
  Author: ln-zookeeper <lari.nieminen at iki.fi>
  Date:   2016-02-10 (Wed, 10 Feb 2016)

  Changed paths:
    M data/core/terrain-graphics.cfg
    M data/core/terrain-graphics/new-macros.cfg

  Log Message:
  -----------
  Streamlined the WML for the basic terrain base and transition rules


  Commit: 9d77100e2ccf9be550c3bfe273664c0814ca8cb4
      https://github.com/wesnoth/wesnoth/commit/9d77100e2ccf9be550c3bfe273664c0814ca8cb4
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-11 (Thu, 11 Feb 2016)

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

  Log Message:
  -----------
  tpreferences: fixed Animate Map toggle not working


  Commit: 2b47d9582ada1aa1508ed5e6da98a717f7480d3e
      https://github.com/wesnoth/wesnoth/commit/2b47d9582ada1aa1508ed5e6da98a717f7480d3e
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-11 (Thu, 11 Feb 2016)

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

  Log Message:
  -----------
  tpreferences: use plain-text label for infinite autosaves


  Commit: 56ea3a7d248e585a195a3064a7c234305026354c
      https://github.com/wesnoth/wesnoth/commit/56ea3a7d248e585a195a3064a7c234305026354c
  Author: sigurdfdragon <jjwcoat at gmail.com>
  Date:   2016-02-10 (Wed, 10 Feb 2016)

  Changed paths:
    M data/core/encyclopedia/geography.cfg

  Log Message:
  -----------
  Help: Fix typo in Help -> Encyclopedia -> Geography -> Great Ocean.


  Commit: e186a18846ffeeba5df2b82281ae2f01adbb0750
      https://github.com/wesnoth/wesnoth/commit/e186a18846ffeeba5df2b82281ae2f01adbb0750
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-11 (Thu, 11 Feb 2016)

  Changed paths:
    M data/core/encyclopedia/geography.cfg

  Log Message:
  -----------
  Merge pull request #594 from sigurdfdragon/Help_Typo_Fix_Great_Ocean

Help: Fix typo in Help -> Encyclopedia -> Geography -> Great Ocean.


  Commit: 20350715eaa67085118c3b41dcf794d1a50b6f8a
      https://github.com/wesnoth/wesnoth/commit/20350715eaa67085118c3b41dcf794d1a50b6f8a
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-12 (Fri, 12 Feb 2016)

  Changed paths:
    M data/advanced_preferences.cfg

  Log Message:
  -----------
  Don't display Orb Color option for now


  Commit: 7815744c61d7852012ea45081a02d49244b4a6de
      https://github.com/wesnoth/wesnoth/commit/7815744c61d7852012ea45081a02d49244b4a6de
  Author: aquileia <sk.aquileia at gmail.com>
  Date:   2016-02-11 (Thu, 11 Feb 2016)

  Changed paths:
    M projectfiles/VC9/wesnoth.vcproj
    M src/SConscript

  Log Message:
  -----------
  vcproj: Add preference_dialog

Additionally, remove duplicate entry in src/Sconscript


  Commit: 0394fe0a34e771db3bed334010de0017966cf397
      https://github.com/wesnoth/wesnoth/commit/0394fe0a34e771db3bed334010de0017966cf397
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-12 (Fri, 12 Feb 2016)

  Changed paths:
    M data/gui/default/window/preferences/05_advanced.cfg
    M src/gui/dialogs/preferences_dialog.cpp

  Log Message:
  -----------
  tpreferences: display descriptions of advanced preferences if available


  Commit: 63763774bcdb95ce6e2cf0450aabf6bd37de0698
      https://github.com/wesnoth/wesnoth/commit/63763774bcdb95ce6e2cf0450aabf6bd37de0698
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-13 (Sat, 13 Feb 2016)

  Changed paths:
    M data/gui/default/window/addon_connect.cfg
    M data/gui/default/window/addon_description.cfg
    M data/gui/default/window/campaign_dialog.cfg
    M data/gui/default/window/chat_log.cfg
    M data/gui/default/window/custom_tod.cfg
    M data/gui/default/window/data_manage.cfg
    M data/gui/default/window/edit_label.cfg
    M data/gui/default/window/editor_edit_label.cfg
    M data/gui/default/window/editor_edit_scenario.cfg
    M data/gui/default/window/editor_edit_side.cfg
    M data/gui/default/window/editor_generate_map.cfg
    M data/gui/default/window/folder_create.cfg
    M data/gui/default/window/game_cache_options.cfg
    M data/gui/default/window/game_delete.cfg
    M data/gui/default/window/game_load.cfg
    M data/gui/default/window/game_save.cfg
    M data/gui/default/window/game_save_message.cfg
    M data/gui/default/window/game_save_oos.cfg
    M data/gui/default/window/game_save_overwrite.cfg
    M data/gui/default/window/game_version.cfg
    M data/gui/default/window/lobby_main.cfg
    M data/gui/default/window/lobby_player_info.cfg
    M data/gui/default/window/lua_interpreter.cfg
    M data/gui/default/window/message.cfg
    M data/gui/default/window/mp_alerts_options.cfg
    M data/gui/default/window/mp_cmd_wrapper.cfg
    M data/gui/default/window/mp_connect.cfg
    M data/gui/default/window/mp_create_game_set_password.cfg
    M data/gui/default/window/mp_join_game_password_prompt.cfg
    M data/gui/default/window/mp_login.cfg
    M data/gui/default/window/mp_method_selection.cfg
    M data/gui/default/window/preferences/04_multiplayer.cfg
    M data/gui/default/window/screenshot_notification.cfg
    M data/gui/default/window/synced_choice_wait.cfg
    M data/gui/default/window/unit_create.cfg
    M src/gui/auxiliary/window_builder/control.cpp

  Log Message:
  -----------
  GUI WML cleanup: strip unless size_text keys as well as ones with empty attributes


  Commit: f43ed4161e5fff5ad0856a92bddceb44bb808a27
      https://github.com/wesnoth/wesnoth/commit/f43ed4161e5fff5ad0856a92bddceb44bb808a27
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-13 (Sat, 13 Feb 2016)

  Changed paths:
    M data/gui/default/window/addon_list.cfg

  Log Message:
  -----------
  taddon_list: cleaned up layout to bring it in line with production design


  Commit: 0f47daf88ce97877eba46e3ed77015a63b380a5b
      https://github.com/wesnoth/wesnoth/commit/0f47daf88ce97877eba46e3ed77015a63b380a5b
  Author: ln-zookeeper <lari.nieminen at iki.fi>
  Date:   2016-02-13 (Sat, 13 Feb 2016)

  Changed paths:
    M data/core/encyclopedia/drakes.txt

  Log Message:
  -----------
  Removed a lot of the breeding details


  Commit: bd8066313ce063d1c9d929b571745cdee47e37d1
      https://github.com/wesnoth/wesnoth/commit/bd8066313ce063d1c9d929b571745cdee47e37d1
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2016-02-13 (Sat, 13 Feb 2016)

  Changed paths:
    M data/gui/default/window/mp_alerts_options.cfg

  Log Message:
  -----------
  gui2/tmp_alerts_options: Substantial dialog design cleanup

This primarily consists of rearranging things slightly to make the
dialog more visually balanced, and moving text out of (non-functional)
tooltips into a more visible explanation area.

The control buttons at the bottom also get some additional padding above
so that the Defaults button doesn't look somehow visually tied to the
toggle buttons row directly above it.

Also, fixed macro definitions to match the conventions laid out in
data/gui/default/macros/_initial.cfg.


  Commit: 8d6ca11241d00deacb6e474bcc90b89e959429b4
      https://github.com/wesnoth/wesnoth/commit/8d6ca11241d00deacb6e474bcc90b89e959429b4
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-13 (Sat, 13 Feb 2016)

  Changed paths:
    M src/video.cpp

  Log Message:
  -----------
  Check that window is initialized when setting fullscreen


  Commit: d28365730b004d852afa3371be347514cdb098ba
      https://github.com/wesnoth/wesnoth/commit/d28365730b004d852afa3371be347514cdb098ba
  Author: Celtic Minstrel <CelticMinstrel at users.noreply.github.com>
  Date:   2016-02-13 (Sat, 13 Feb 2016)

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

  Log Message:
  -----------
  Demote [option] deprecated message to log


  Commit: 1873b382434732b764124a170b1b13b444747e7d
      https://github.com/wesnoth/wesnoth/commit/1873b382434732b764124a170b1b13b444747e7d
  Author: Celtic Minstrel <CelticMinstrel at users.noreply.github.com>
  Date:   2016-02-13 (Sat, 13 Feb 2016)

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

  Log Message:
  -----------
  Demote [option] deprecated message even further


  Commit: 93a7f5e599eef10824c3563191174e2103ebe23c
      https://github.com/wesnoth/wesnoth/commit/93a7f5e599eef10824c3563191174e2103ebe23c
  Author: ln-zookeeper <lari.nieminen at iki.fi>
  Date:   2016-02-14 (Sun, 14 Feb 2016)

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

  Log Message:
  -----------
  Fixed the last character of [objectives] note= getting eaten


  Commit: f5ba6a0e9e3adfcb3498146973a8437eb7342b19
      https://github.com/wesnoth/wesnoth/commit/f5ba6a0e9e3adfcb3498146973a8437eb7342b19
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2016-02-14 (Sun, 14 Feb 2016)

  Changed paths:
    M changelog
    M src/gui/dialogs/game_cache_options.cpp

  Log Message:
  -----------
  gui2/tgame_cache_options: Remove Purge prompt

As gfgtdf pointed out, it's rather pointless.


  Commit: 85688780c597f2f9e82e9c8ec30ec7502a9735f3
      https://github.com/wesnoth/wesnoth/commit/85688780c597f2f9e82e9c8ec30ec7502a9735f3
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2016-02-14 (Sun, 14 Feb 2016)

  Changed paths:
    M src/gui/dialogs/game_cache_options.cpp
    M src/gui/dialogs/game_cache_options.hpp

  Log Message:
  -----------
  gui2/tgame_cache_options: Disable Clean/Purge buttons if cache is empty


  Commit: cd35cc2065e89860018d36f622a0b760df009930
      https://github.com/wesnoth/wesnoth/commit/cd35cc2065e89860018d36f622a0b760df009930
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2016-02-14 (Sun, 14 Feb 2016)

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

  Log Message:
  -----------
  config/cache: Formatting/indentation

No functional changes.


  Commit: f49079437023e4ff72365301130deedbe32e4445
      https://github.com/wesnoth/wesnoth/commit/f49079437023e4ff72365301130deedbe32e4445
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2016-02-14 (Sun, 14 Feb 2016)

  Changed paths:
    M src/config_cache.cpp

  Log Message:
  -----------
  config/cache: Drop unused code


  Commit: ce61639007998c381b6c57f14d2a928b8b7fcd02
      https://github.com/wesnoth/wesnoth/commit/ce61639007998c381b6c57f14d2a928b8b7fcd02
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2016-02-14 (Sun, 14 Feb 2016)

  Changed paths:
    M src/config_cache.cpp

  Log Message:
  -----------
  config/cache: Move auxiliary function to anon namespace


  Commit: d843e4543c88d3570f2093eec920c03f67340752
      https://github.com/wesnoth/wesnoth/commit/d843e4543c88d3570f2093eec920c03f67340752
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2016-02-14 (Sun, 14 Feb 2016)

  Changed paths:
    M src/config_cache.cpp

  Log Message:
  -----------
  config/cache: More cleanup

No functional changes, except for additional debug output in one case.
Also merged a few nested conditional blocks.


  Commit: 94454d587a70767eb97fc968de255d4bc3bf0016
      https://github.com/wesnoth/wesnoth/commit/94454d587a70767eb97fc968de255d4bc3bf0016
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2016-02-14 (Sun, 14 Feb 2016)

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

  Log Message:
  -----------
  config/cache: More cleanup


  Commit: 5e6da3f9aadd92974fcff4c703564413b445c2d9
      https://github.com/wesnoth/wesnoth/commit/5e6da3f9aadd92974fcff4c703564413b445c2d9
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2016-02-14 (Sun, 14 Feb 2016)

  Changed paths:
    M data/gui/default/window/preferences/04_multiplayer.cfg

  Log Message:
  -----------
  gui2/tpreferences: Fix button labels case


  Commit: 5f5f7a185fcef888a6ffa0691d10d9555d11a6b7
      https://github.com/wesnoth/wesnoth/commit/5f5f7a185fcef888a6ffa0691d10d9555d11a6b7
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2016-02-14 (Sun, 14 Feb 2016)

  Changed paths:
    M src/gui/dialogs/preferences_dialog.cpp
    M src/gui/dialogs/preferences_dialog.hpp

  Log Message:
  -----------
  gui2/tpreferences: Correct copyright


  Commit: 534299e6454a1894f247cdaadeca1fb0df56b9d8
      https://github.com/wesnoth/wesnoth/commit/534299e6454a1894f247cdaadeca1fb0df56b9d8
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-02-14 (Sun, 14 Feb 2016)

  Changed paths:
    M projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj

  Log Message:
  -----------
  Update XCode project


  Commit: f4c3d97f5509659bd81938b5af0b3dc17125387d
      https://github.com/wesnoth/wesnoth/commit/f4c3d97f5509659bd81938b5af0b3dc17125387d
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-02-14 (Sun, 14 Feb 2016)

  Changed paths:
    M projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj

  Log Message:
  -----------
  Update XCode project (again)


  Commit: 0537fc2391f19420f8a40e9acd8b46f5399aab71
      https://github.com/wesnoth/wesnoth/commit/0537fc2391f19420f8a40e9acd8b46f5399aab71
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-15 (Mon, 15 Feb 2016)

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

  Log Message:
  -----------
  tpreferences: fixed phantom entry remaining after removing last acquaintance from list


  Commit: b9380e88c1b21d3f08e7619ba9904830c53ba11c
      https://github.com/wesnoth/wesnoth/commit/b9380e88c1b21d3f08e7619ba9904830c53ba11c
  Author: Elvish_Hunter <elvish.hunter2010 at gmail.com>
  Date:   2016-02-15 (Mon, 15 Feb 2016)

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

  Log Message:
  -----------
  wmltools3: fixed a bug reported by Robertdebrus in PR #596

The bug consisted in the accidental removal of the 'vcdir' constant, still used by wmlindent and wmllint-1.4.


  Commit: 4f2c15a0658b447a749d338eb1991ddeb1596981
      https://github.com/wesnoth/wesnoth/commit/4f2c15a0658b447a749d338eb1991ddeb1596981
  Author: Elvish_Hunter <elvish.hunter2010 at gmail.com>
  Date:   2016-02-15 (Mon, 15 Feb 2016)

  Changed paths:
    M data/hardwired/fonts.cfg
    M fonts/DejaVuSans-Bold.ttf
    M fonts/DejaVuSans-Oblique.ttf
    M fonts/DejaVuSans.ttf

  Log Message:
  -----------
  Updated DejaVu fonts to version 2.35

The following codepoints were added:
* 1735 - 1736
* 1739
* 1744
* 3647
* 8381
* 9886 - 9887
* 43000 - 43001
* 64471 - 64472
* 64475 - 64479
* 64484 - 64487


  Commit: 4e46c7cc287b72a02b1942c25ff6a7c7cc287b9a
      https://github.com/wesnoth/wesnoth/commit/4e46c7cc287b72a02b1942c25ff6a7c7cc287b9a
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-15 (Mon, 15 Feb 2016)

  Changed paths:
    M src/game_initialization/connect_engine.cpp

  Log Message:
  -----------
  fix issues with [unit] in [side] in mp connect.

this code here might write to the wrong config. 'type' and 'gender' are
also writen below to the correct config. This fixes an error that
prevented 2p Drak forecast to load.


  Commit: c425e62a20b9134932fcad351aedb78f0b7e77e5
      https://github.com/wesnoth/wesnoth/commit/c425e62a20b9134932fcad351aedb78f0b7e77e5
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-15 (Mon, 15 Feb 2016)

  Changed paths:
    M src/map_location.hpp
    M src/pathfind/astarsearch.cpp
    M src/pathfind/pathfind.hpp
    M src/scripting/mapgen_lua_kernel.cpp

  Log Message:
  -----------
  add support to search in border in wesnoth.find_path


  Commit: b753e54b0341cb6329eaf5948fe6490f14ed848f
      https://github.com/wesnoth/wesnoth/commit/b753e54b0341cb6329eaf5948fe6490f14ed848f
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-15 (Mon, 15 Feb 2016)

  Changed paths:
    M src/scripting/mapgen_lua_kernel.cpp

  Log Message:
  -----------
  fixup comment


  Commit: 6e0f8ed6d753a88db49ddd147d2d16ebb5188b88
      https://github.com/wesnoth/wesnoth/commit/6e0f8ed6d753a88db49ddd147d2d16ebb5188b88
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-15 (Mon, 15 Feb 2016)

  Changed paths:
    M src/actions/undo.cpp

  Log Message:
  -----------
  fix assertion failure when loading mp saves


  Commit: ba154d07b957f0dee38dc07a4c38c6b2910a916c
      https://github.com/wesnoth/wesnoth/commit/ba154d07b957f0dee38dc07a4c38c6b2910a916c
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-15 (Mon, 15 Feb 2016)

  Changed paths:
    M src/mouse_events.cpp

  Log Message:
  -----------
  fix assertion failure and OOS when attacking with DSU active

undo_stack.clear() shouldn't be called from outside the synced contect
since it might fire sigted events and similar.

The attack handle in synced_commands.cpp already calls clear() so its
enought to just rmeove it here.


  Commit: 3f681c14128dd52eadecd0f5889eda904d92bbbc
      https://github.com/wesnoth/wesnoth/commit/3f681c14128dd52eadecd0f5889eda904d92bbbc
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-15 (Mon, 15 Feb 2016)

  Changed paths:
    M src/variable_info.cpp

  Log Message:
  -----------
  dont allow empty indexes in wml variables

wesnoth.get_variable("a[].b") now gives an error, previously it was the
same as wesnoth.get_variable("a[0].b")


  Commit: 50725cabe311fd194953208cdd6090c3853a003e
      https://github.com/wesnoth/wesnoth/commit/50725cabe311fd194953208cdd6090c3853a003e
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-15 (Mon, 15 Feb 2016)

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

  Log Message:
  -----------
  add a setter for a units level in lua proxy units


  Commit: 09e88c89d1d1921a6ba73ade0dcd323d38c4fbcd
      https://github.com/wesnoth/wesnoth/commit/09e88c89d1d1921a6ba73ade0dcd323d38c4fbcd
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-15 (Mon, 15 Feb 2016)

  Changed paths:
    M data/test/multiplayer/_main.cfg

  Log Message:
  -----------
  remove a useless prprocessor guard

in inclusion of test/multiplayer/ is already guarded with a #ifdef
MP_TEST so there is no point in using #ifdef MP_TEST in that file.


  Commit: ff9a9e017a54d0b413eb6c59ef1ab630effdcfb6
      https://github.com/wesnoth/wesnoth/commit/ff9a9e017a54d0b413eb6c59ef1ab630effdcfb6
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-15 (Mon, 15 Feb 2016)

  Changed paths:
    M src/gui/widgets/listbox.cpp

  Log Message:
  -----------
  fix listboxes having problems to find sort toggle buttons in different columns.


  Commit: 644f5e7386e92f9b090cdd990efd3cefb7180283
      https://github.com/wesnoth/wesnoth/commit/644f5e7386e92f9b090cdd990efd3cefb7180283
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-15 (Mon, 15 Feb 2016)

  Changed paths:
    M src/variable_info.cpp

  Log Message:
  -----------
  attempt to fix [set_variables]

https://gna.org/bugs/?24412


  Commit: df9cecd558f834f390553a6a11c42ed4dd89374c
      https://github.com/wesnoth/wesnoth/commit/df9cecd558f834f390553a6a11c42ed4dd89374c
  Author: ln-zookeeper <lari.nieminen at iki.fi>
  Date:   2016-02-15 (Mon, 15 Feb 2016)

  Changed paths:
    M changelog
    A data/core/images/terrain/water/overlay-gray.png
    A data/core/images/terrain/water/overlay-tropical.png
    M data/core/terrain-graphics.cfg
    M data/core/terrain-graphics/new-macros.cfg
    M players_changelog

  Log Message:
  -----------
  Changed gray and tropical water to work by overlays, not color-shift

This heavily decreases memory use, with relatively little impact on visuals, which can be refined further still.


  Commit: 3c944c3bb25744b73fe51554de04865698b94a66
      https://github.com/wesnoth/wesnoth/commit/3c944c3bb25744b73fe51554de04865698b94a66
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-16 (Tue, 16 Feb 2016)

  Changed paths:
    M data/hardwired/fonts.cfg
    M fonts/DejaVuSans-Bold.ttf
    M fonts/DejaVuSans-Oblique.ttf
    M fonts/DejaVuSans.ttf

  Log Message:
  -----------
  Merge pull request #598 from Elvish-Hunter/dejavu-2.35

Updated DejaVu fonts to version 2.35


  Commit: 090f6eafcd98aea20049cbb25f6f431e10995f88
      https://github.com/wesnoth/wesnoth/commit/090f6eafcd98aea20049cbb25f6f431e10995f88
  Author: sigurdfdragon <jjwcoat at gmail.com>
  Date:   2016-02-15 (Mon, 15 Feb 2016)

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

  Log Message:
  -----------
  T S2: Make Galdrad an Elvish Champion without traits.

So he has identical stats to his appearance in HttT S1.


  Commit: 9ba9974c33f08b54aef319c803d64d8de80b33c1
      https://github.com/wesnoth/wesnoth/commit/9ba9974c33f08b54aef319c803d64d8de80b33c1
  Author: sigurdfdragon <jjwcoat at gmail.com>
  Date:   2016-02-15 (Mon, 15 Feb 2016)

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

  Log Message:
  -----------
  T S2: Fix typo.


  Commit: 79dc4eb630889789ae37b32b5adf689111e157f3
      https://github.com/wesnoth/wesnoth/commit/79dc4eb630889789ae37b32b5adf689111e157f3
  Author: sigurdfdragon <jjwcoat at gmail.com>
  Date:   2016-02-15 (Mon, 15 Feb 2016)

  Changed paths:
    M data/campaigns/tutorial/scenarios/01_Tutorial_part_1.cfg

  Log Message:
  -----------
  T S1: Change message to Konrad to better match rest of T & HttT tone.

Matches message to Li'sar in S1, Galdrad's messages to Konrad in S2,& general treatment of Konrad in HttT.


  Commit: 96991a54093c75e6e78e097b8d8a1851746ce879
      https://github.com/wesnoth/wesnoth/commit/96991a54093c75e6e78e097b8d8a1851746ce879
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-16 (Tue, 16 Feb 2016)

  Changed paths:
    M data/multiplayer/scenarios/2p_Dark_Forecast.cfg

  Log Message:
  -----------
  Dark Forecast: ensure weather masks are properly aligned (bug #24200)


  Commit: bd9d2ad851945355deb8b8740045f3a05dcbef07
      https://github.com/wesnoth/wesnoth/commit/bd9d2ad851945355deb8b8740045f3a05dcbef07
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-16 (Tue, 16 Feb 2016)

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

  Log Message:
  -----------
  Merge pull request #599 from sigurdfdragon/Tutorial_Part_2_Character_Fix

T S2: Make Galdrad an Elvish Champion without traits.


  Commit: c9593e17d67060095bf5111b2237825de43c3688
      https://github.com/wesnoth/wesnoth/commit/c9593e17d67060095bf5111b2237825de43c3688
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-16 (Tue, 16 Feb 2016)

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

  Log Message:
  -----------
  Merge pull request #600 from sigurdfdragon/Tutorial_Cleanup_and_Typo_Fixes

Tutorial cleanup and typo fixes


  Commit: 61d4d8f83c94a5fde723fd3acb026c6b1538e17a
      https://github.com/wesnoth/wesnoth/commit/61d4d8f83c94a5fde723fd3acb026c6b1538e17a
  Author: sigurdfdragon <jjwcoat at gmail.com>
  Date:   2016-02-15 (Mon, 15 Feb 2016)

  Changed paths:
    M data/campaigns/An_Orcish_Incursion/scenarios/06_A_Detour_through_the_Swamp.cfg

  Log Message:
  -----------
  AOI S6: Fix bug where mage recall & dialog won't trigger.

This occurs whenever you only have Silver Mages left.Reported in the forums.
https://forums.wesnoth.org/viewtopic.php?f=41&t=20321#p363025


  Commit: 88f4237cb88b9e92b4b51b73493dc9cdcbfa8021
      https://github.com/wesnoth/wesnoth/commit/88f4237cb88b9e92b4b51b73493dc9cdcbfa8021
  Author: sigurdfdragon <jjwcoat at gmail.com>
  Date:   2016-02-15 (Mon, 15 Feb 2016)

  Changed paths:
    M data/campaigns/An_Orcish_Incursion/scenarios/07_Showdown.cfg

  Log Message:
  -----------
  AOI S7: Simplfy advisor search to match version in AOI utils/macros.cfg


  Commit: 9ee59e41c13653989dc53885bc2bdaacdc3c6eae
      https://github.com/wesnoth/wesnoth/commit/9ee59e41c13653989dc53885bc2bdaacdc3c6eae
  Author: sigurdfdragon <jjwcoat at gmail.com>
  Date:   2016-02-15 (Mon, 15 Feb 2016)

  Changed paths:
    M data/campaigns/An_Orcish_Incursion/scenarios/05_Linaera_the_Quick.cfg

  Log Message:
  -----------
  AOI S5: Use stock macros for loyal units.


  Commit: a7705d33d3af2aeeecb7761dba5f2d02238e1d9f
      https://github.com/wesnoth/wesnoth/commit/a7705d33d3af2aeeecb7761dba5f2d02238e1d9f
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2016-02-16 (Tue, 16 Feb 2016)

  Changed paths:
    M src/gui/dialogs/preferences_dialog.cpp
    M src/gui/dialogs/preferences_dialog.hpp

  Log Message:
  -----------
  gui2/tpreferences: Make an exception for Skip AI Moves inversing its values

Fixes the option doing the opposite of what's intended.


  Commit: 27895f19fb3719eb14502dc5e031ba0c60056329
      https://github.com/wesnoth/wesnoth/commit/27895f19fb3719eb14502dc5e031ba0c60056329
  Author: sigurdfdragon <jjwcoat at gmail.com>
  Date:   2016-02-16 (Tue, 16 Feb 2016)

  Changed paths:
    M data/campaigns/An_Orcish_Incursion/scenarios/01_Defend_the_Forest.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/07_Showdown.cfg

  Log Message:
  -----------
  AOI: Use stock macro to add loyal icon.


  Commit: 99fc5e2735e1ec366b7ea53b18248e9f0dd36787
      https://github.com/wesnoth/wesnoth/commit/99fc5e2735e1ec366b7ea53b18248e9f0dd36787
  Author: sigurdfdragon <jjwcoat at gmail.com>
  Date:   2016-02-16 (Tue, 16 Feb 2016)

  Changed paths:
    M data/campaigns/An_Orcish_Incursion/scenarios/05_Linaera_the_Quick.cfg

  Log Message:
  -----------
  AOI S5: Fix elf facing when Linaera teleports in.


  Commit: e0dc24dbd7c4d697b5e22344d7bbdc4cd6a7ff49
      https://github.com/wesnoth/wesnoth/commit/e0dc24dbd7c4d697b5e22344d7bbdc4cd6a7ff49
  Author: sigurdfdragon <jjwcoat at gmail.com>
  Date:   2016-02-16 (Tue, 16 Feb 2016)

  Changed paths:
    M data/campaigns/An_Orcish_Incursion/scenarios/01_Defend_the_Forest.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/02_Assassins.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/03_Wasteland.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/04_Valley_of_Trolls.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/05_Linaera_the_Quick.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/06_A_Detour_through_the_Swamp.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/07_Showdown.cfg
    M data/campaigns/An_Orcish_Incursion/utils/macros.cfg

  Log Message:
  -----------
  AOI: Remove extra spaces in comments.


  Commit: 1505c33be79f6f7489fdb952f0eb66f9d2aa062e
      https://github.com/wesnoth/wesnoth/commit/1505c33be79f6f7489fdb952f0eb66f9d2aa062e
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-16 (Tue, 16 Feb 2016)

  Changed paths:
    M data/campaigns/An_Orcish_Incursion/scenarios/01_Defend_the_Forest.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/02_Assassins.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/03_Wasteland.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/04_Valley_of_Trolls.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/05_Linaera_the_Quick.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/06_A_Detour_through_the_Swamp.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/07_Showdown.cfg
    M data/campaigns/An_Orcish_Incursion/utils/macros.cfg

  Log Message:
  -----------
  Merge pull request #601 from sigurdfdragon/AOI_Cleanup_2

AOI Cleanup 2


  Commit: 1f73f6b465cc41664ea56c0983895557d5bd2fd2
      https://github.com/wesnoth/wesnoth/commit/1f73f6b465cc41664ea56c0983895557d5bd2fd2
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-16 (Tue, 16 Feb 2016)

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

  Log Message:
  -----------
  tpreferences: small simplification to Max Autosaves setup

It's more consistent to keep the setter in the custom callback


  Commit: 28e5a3fdc2a9f1b787aaed5535e291999b87ee29
      https://github.com/wesnoth/wesnoth/commit/28e5a3fdc2a9f1b787aaed5535e291999b87ee29
  Author: sigurdfdragon <jjwcoat at gmail.com>
  Date:   2016-02-17 (Wed, 17 Feb 2016)

  Changed paths:
    M data/ai/dev/akihara_recruitment.cfg

  Log Message:
  -----------
  Change id of broken ai to get it off the top of list in mp debug.

A quick fix to get Default RCA to top of list in debug mode, so add-on development is easier.


  Commit: 4555a81c01f12c42951f31bb8fa6785c664c856d
      https://github.com/wesnoth/wesnoth/commit/4555a81c01f12c42951f31bb8fa6785c664c856d
  Author: mattsc <mattsc000 at gmail.com>
  Date:   2016-02-17 (Wed, 17 Feb 2016)

  Changed paths:
    M data/ai/dev/akihara_recruitment.cfg

  Log Message:
  -----------
  Merge pull request #605 from sigurdfdragon/Move_akihara_ai_off_top_of_debug_list

Change id of broken ai to get it off the top of list in mp debug.


  Commit: b238c42caf7b4dd5053bb6ad072875be696939a6
      https://github.com/wesnoth/wesnoth/commit/b238c42caf7b4dd5053bb6ad072875be696939a6
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
    M src/gui/dialogs/preferences_dialog.cpp
    M src/gui/dialogs/preferences_dialog.hpp

  Log Message:
  -----------
  preferences: Copy friend name and notes to field when selected, for easier editing


  Commit: 270d3fd482e820da47e2516ae27b4e20fff724d8
      https://github.com/wesnoth/wesnoth/commit/270d3fd482e820da47e2516ae27b4e20fff724d8
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
    M data/gui/default/window/preferences/02_display.cfg
    M src/gui/dialogs/preferences_dialog.cpp
    M src/gui/dialogs/preferences_dialog.hpp
    M src/preferences.cpp
    M src/preferences.hpp
    M src/text.cpp

  Log Message:
  -----------
  Preferences: Implement a font scaling option

This is currently incomplete - it only works for GUI2 text.


  Commit: fc12c8bcc8000123064458e094ae6e29bd2bedb5
      https://github.com/wesnoth/wesnoth/commit/fc12c8bcc8000123064458e094ae6e29bd2bedb5
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
    M src/font.cpp
    M src/loadscreen.cpp
    M src/marked-up_text.cpp

  Log Message:
  -----------
  Honour font scaling factor when drawing with SDL_TTF


  Commit: d8268c0bd6c130c9ccc5d1717bea9cfc22e4d207
      https://github.com/wesnoth/wesnoth/commit/d8268c0bd6c130c9ccc5d1717bea9cfc22e4d207
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
    M src/gui/auxiliary/window_builder.cpp
    M src/gui/auxiliary/window_builder.hpp

  Log Message:
  -----------
  GUI2: Improve an error message


  Commit: 38ddbb98f23221aae8a60cc387c520f69db077d3
      https://github.com/wesnoth/wesnoth/commit/38ddbb98f23221aae8a60cc387c520f69db077d3
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
    M data/advanced_preferences.cfg
    M data/core/team-colors.cfg
    M data/game_config.cfg
    A data/gui/default/widget/toggle_button_orb.cfg
    A data/gui/default/window/select_orb_colors.cfg
    M projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj
    M src/gui/dialogs/preferences_dialog.cpp
    A src/gui/dialogs/select_orb_colors.cpp
    A src/gui/dialogs/select_orb_colors.hpp

  Log Message:
  -----------
  Preferences: Reimplement orb color options


  Commit: 33da7920cf97461feca3fcdba9c16bede132af80
      https://github.com/wesnoth/wesnoth/commit/33da7920cf97461feca3fcdba9c16bede132af80
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
    M projectfiles/CodeBlocks/wesnoth.cbp
    M projectfiles/VC9/wesnoth.vcproj
    M src/CMakeLists.txt
    M src/SConscript
    M src/tests/gui/test_gui2.cpp

  Log Message:
  -----------
  Add new orb selection dialog to unit tests and other build systems


  Commit: eef5db9327606023a124b64a786e73c329778838
      https://github.com/wesnoth/wesnoth/commit/eef5db9327606023a124b64a786e73c329778838
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
    M src/gui/dialogs/preferences_dialog.cpp
    M src/preferences_display.cpp

  Log Message:
  -----------
  Minor prefs cleanup


  Commit: 1e71e1f0bcfef232cbcd798e294681e97f1cce8b
      https://github.com/wesnoth/wesnoth/commit/1e71e1f0bcfef232cbcd798e294681e97f1cce8b
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
    M src/preferences.cpp

  Log Message:
  -----------
  Preferences: Handle cases of renamed orb colour ranges


  Commit: 7bbb18452e763a7a4faedc2c68923c6a6d52a7ca
      https://github.com/wesnoth/wesnoth/commit/7bbb18452e763a7a4faedc2c68923c6a6d52a7ca
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
    M utils/pofix.py

  Log Message:
  -----------
  pofix: Add latest website rules


  Commit: 964d7bb09f8f6438a28850061e0d0517a5e63ec3
      https://github.com/wesnoth/wesnoth/commit/964d7bb09f8f6438a28850061e0d0517a5e63ec3
  Author: Wedge009 <wedge009 at wedge009.net>
  Date:   2016-02-19 (Fri, 19 Feb 2016)

  Changed paths:
    M src/wesnoth.cpp

  Log Message:
  -----------
  Restore loading of user preferences at start-up (bug #24427)

Loading of user preferences - or user hot-keys at the very least - were broken with the deletion at https://github.com/wesnoth/wesnoth/commit/28be388d6d59783e140aeaad1f3410766212d056#diff-fce7a1e6525522f3e4ab47349051a806L770

This restores loading of user preferences at start-up.


  Commit: 561e30bc7de221a6748c53c0b34564a6d8b35308
      https://github.com/wesnoth/wesnoth/commit/561e30bc7de221a6748c53c0b34564a6d8b35308
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
    M data/multiplayer/scenarios/2p_Dark_Forecast.cfg

  Log Message:
  -----------
  2p Dark Forceast cleanups


  Commit: 3e2dfed89db4a530339126019c932636ce54331f
      https://github.com/wesnoth/wesnoth/commit/3e2dfed89db4a530339126019c932636ce54331f
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
    M data/ai/micro_ais/scenarios/scenario_micro_ai.cfg
    M data/ai/micro_ais/scenarios/simple_attack.cfg
    R data/multiplayer/maps/Dark_Forecast.map
    A data/multiplayer/maps/Dark_Forecast_basic.map
    R data/multiplayer/maps/Dark_Forecast_basic.mask
    A data/multiplayer/maps/Dark_Forecast_drought.map
    R data/multiplayer/maps/Dark_Forecast_drought.mask
    A data/multiplayer/maps/Dark_Forecast_firstsnow.map
    R data/multiplayer/maps/Dark_Forecast_firstsnow.mask
    A data/multiplayer/maps/Dark_Forecast_rain.map
    R data/multiplayer/maps/Dark_Forecast_rain.mask
    A data/multiplayer/maps/Dark_Forecast_secondsnow.map
    R data/multiplayer/maps/Dark_Forecast_secondsnow.mask
    M data/multiplayer/scenarios/2p_Dark_Forecast.cfg

  Log Message:
  -----------
  added border to dark forecast map

this adds borders to the 2p dark forecast survival map, it also removes
the big empty space in the upper third of the map.

This also renames the mask files to map files, becasue they are actually
just normal maps, and the [terrain_mask] just replaces the current map
with these.


  Commit: 322a2f7141f6826af9b510d29d49fad838a79e7c
      https://github.com/wesnoth/wesnoth/commit/322a2f7141f6826af9b510d29d49fad838a79e7c
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
    M src/scripting/lua_fileops.cpp

  Log Message:
  -----------
  allow .. in relative filenames in wesnoth.dofile/require

This changes the lua loadfile code to store relative filenames (like
~add-ons/campaign1/lua/code.lua) the in descriptions attributes of lua
codechunks. This not only makes the lua error messages easier to read
(previously: 'error in C:\users\... ...ign1/lua/code.lua", now: "Error
in ~add-ons/campaign1/lua/code.lua").
This also removes the possiblity for wml authors to query the wesnoth
install directory path by using lua debug functions.

We have to use a custom function resolve_filename() to resolve filenames
that begin with "./" becasue get_wml_location() expects a abolsute
directoy ("C:\users\....") as second parameter, and i didnt want to
change it becasue it is also used by the wml proprocessor which i don't
want to look at right now.

Since i had to write a custom function resolve_filename() function
anyway i decided to also put support for ../ and  ./ in it, note that
the results is passed to get_wml_location() anyway so all security
checks that were there previously are still there.


  Commit: 9c59311b41cf0adca409a4c64b4197b8f5027a51
      https://github.com/wesnoth/wesnoth/commit/9c59311b41cf0adca409a4c64b4197b8f5027a51
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
    M src/scripting/lua_fileops.cpp
    M src/scripting/lua_fileops.hpp
    M src/scripting/lua_kernel_base.cpp

  Log Message:
  -----------
  add function wesnoth.read_file

It can for example used to read map files.


  Commit: 6623641ebbdfd48a0bc88a04b8e791fb1c570979
      https://github.com/wesnoth/wesnoth/commit/6623641ebbdfd48a0bc88a04b8e791fb1c570979
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
    M src/scripting/lua_fileops.cpp

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


  Commit: 8ee34c39b2cfd30cf0ba49dadaa8643d438a1fa9
      https://github.com/wesnoth/wesnoth/commit/8ee34c39b2cfd30cf0ba49dadaa8643d438a1fa9
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
    M data/multiplayer/scenarios/2p_Dark_Forecast.cfg
    A data/multiplayer/scenarios/2p_Dark_Forecast.lua

  Log Message:
  -----------
  move most dark forecast code to lua

This has multiple advantages:
1) It makes the code easier to understand because we now can use local
variables and return values.
2) It makes the code easier to debug because we don't have to reload the
wml cache anymore for changes to have an effect
3) It makes loading the multiplayer wml faster, specially dark forecasts
wml codes is now so short that we don't need to guard it inside its own
preprocessor marco anymore.
4) It decreases the save file size.

This commit also does other improvements to the code, for example:
1) We don't create temporary units anymore just to query the costs of
a unittype.
2) We now load the weather maps dynamically at runtime with
wesnoth.read_file, this decreased the prorocessor paring time and savefile
size further.
3) When creating the new spawns we use temporary objects to decrease
the units movement, instead of changing and resetting the unit stats
manually.

This also has a disadvantage:
1) It now requires all players to have this scenario installed, since it
it a mainline scenario i see no problems with that.


  Commit: f5074186554cb49ad552c62033d498442d30dad1
      https://github.com/wesnoth/wesnoth/commit/f5074186554cb49ad552c62033d498442d30dad1
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
    M src/widgets/slider.cpp

  Log Message:
  -----------
  fix gui1 sliders

this fixes issued with gui1 sliders beeing unable to handle negative min
values.


  Commit: 39eb8feaf1d063d88e8d9fd64c7133c5105320ed
      https://github.com/wesnoth/wesnoth/commit/39eb8feaf1d063d88e8d9fd64c7133c5105320ed
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
    M data/multiplayer/scenarios/2p_Dark_Forecast.cfg
    M data/multiplayer/scenarios/2p_Dark_Forecast.lua

  Log Message:
  -----------
  add difficulcy level slider to dark forecast mp scenario

unfortunateley the 'description' (the tooltip of the widget in the mp
configure dialog) doesn't show in current master. This is likeley to be
a bug related to gui internals.


  Commit: 439ded53eebdbf19c6aa56167a64007904453bca
      https://github.com/wesnoth/wesnoth/commit/439ded53eebdbf19c6aa56167a64007904453bca
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
    M data/multiplayer/scenarios/2p_Dark_Forecast.lua

  Log Message:
  -----------
  2p dark forecast: don't store unit pool types in savefiles

instead of storing the poolypesin savefiles we now have them as 'const'
lua array and store only the indexes to this array in the savefiles.
this has some advantages:
1) It makes the savefiles smaller
2) It simplyfies the lua code becasue we don't have to convert the wml
tables to lua tables anymore.

This also changes the scenario so that the spawned unit types are now
calculated at the beginning (they will be the same when reloading from a
savefile.)


  Commit: 8eafd50980eb5902be0d29117e7559697eb51edb
      https://github.com/wesnoth/wesnoth/commit/8eafd50980eb5902be0d29117e7559697eb51edb
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
    M src/scripting/lua_fileops.cpp

  Log Message:
  -----------
  fix wesnoth.read_file()


  Commit: 100e463473081c0bc059024a2deb5a57aa41fcf7
      https://github.com/wesnoth/wesnoth/commit/100e463473081c0bc059024a2deb5a57aa41fcf7
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-20 (Sat, 20 Feb 2016)

  Changed paths:
    M src/actions/undo_recall_action.cpp
    M src/actions/undo_recruit_action.cpp

  Log Message:
  -----------
  Convert two GUI1 popups to GUI2


  Commit: da86bcb7a2ada3301cde23450aef605a1eda635e
      https://github.com/wesnoth/wesnoth/commit/da86bcb7a2ada3301cde23450aef605a1eda635e
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-20 (Sat, 20 Feb 2016)

  Changed paths:
    M src/actions/undo.cpp
    M src/actions/undo_move_action.cpp
    M src/ai/default/ai.cpp
    M src/config_cache.cpp
    M src/editor/action/mouse/mouse_action.cpp
    M src/editor/editor_main.cpp
    M src/game_initialization/multiplayer_wait.hpp
    M src/gui/dialogs/editor/custom_tod.cpp
    M src/gui/dialogs/lobby_main.cpp
    M src/help/help_button.cpp
    M src/mouse_events.cpp
    M src/savegame.cpp
    M src/synced_commands.cpp

  Log Message:
  -----------
  Cleaned up some GUI1 includes


  Commit: fe3709dba7b5f6ea6bf3f265aa9fed5391ba179a
      https://github.com/wesnoth/wesnoth/commit/fe3709dba7b5f6ea6bf3f265aa9fed5391ba179a
  Author: gfgtdf <tischpapier at gmail.com>
  Date:   2016-02-20 (Sat, 20 Feb 2016)

  Changed paths:
    M src/wesnoth.cpp

  Log Message:
  -----------
  Merge pull request #606 from Wedge009/bug_24427_fix

Restore loading of user hot-keys at start-up (bug #24427)


  Commit: 7fe5437298fc78c0dea8ca7e3a73f22bd47f2a1a
      https://github.com/wesnoth/wesnoth/commit/7fe5437298fc78c0dea8ca7e3a73f22bd47f2a1a
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2016-02-20 (Sat, 20 Feb 2016)

  Changed paths:
    M src/playsingle_controller.cpp

  Log Message:
  -----------
  Fix comment


  Commit: 1e167aaa667a352cc408416e8e3ad823619a9902
      https://github.com/wesnoth/wesnoth/commit/1e167aaa667a352cc408416e8e3ad823619a9902
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2016-02-20 (Sat, 20 Feb 2016)

  Changed paths:
    M src/desktop/notifications.hpp
    M src/game_events/wmi_container.cpp
    M src/gui/widgets/control.cpp
    M src/hotkey/hotkey_item.hpp
    M src/hotkey_handler.cpp
    M src/hotkey_handler.hpp
    M src/image_modifications.hpp
    M src/sdl/utils.hpp
    M src/unit_types.hpp

  Log Message:
  -----------
  Fix cases of made-up Doxygen syntax


  Commit: c04bb9414968f5d481682b60855afcd76a1b53ed
      https://github.com/wesnoth/wesnoth/commit/c04bb9414968f5d481682b60855afcd76a1b53ed
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2016-02-20 (Sat, 20 Feb 2016)

  Changed paths:
    M src/addon/client.hpp
    M src/addon/manager_ui.cpp
    M src/addon/manager_ui.hpp
    M src/wml_exception.hpp

  Log Message:
  -----------
  Fix cases of people not updating the documentation when refactoring


  Commit: b430993a31620883def32d2f7e55a4cc3b88e90e
      https://github.com/wesnoth/wesnoth/commit/b430993a31620883def32d2f7e55a4cc3b88e90e
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2016-02-20 (Sat, 20 Feb 2016)

  Changed paths:
    M src/make_enum.hpp

  Log Message:
  -----------
  Make the MAKE_ENUM Doxygen documentation actually sane

Otherwise, most of the contents get attached to the bad_enum_cast type
definition instead.

Note that I couldn't figure out why the documentation for the stream
input operator says that twml_exception is thrown when in debug-mode
when the code does not actually do that at this time (the relevant
function call is commented out).


  Commit: 85fefbe5b88c5da23f28297dffcbaf9355c9bcbc
      https://github.com/wesnoth/wesnoth/commit/85fefbe5b88c5da23f28297dffcbaf9355c9bcbc
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-20 (Sat, 20 Feb 2016)

  Changed paths:
    M data/gui/default/widget/toggle_button_orb.cfg
    M images/buttons/misc/orb-active.png
    A images/buttons/misc/orb-pressed-bg-active.png
    A images/buttons/misc/orb-pressed-bg.png
    M images/buttons/misc/orb-pressed.png
    M images/buttons/misc/orb.png

  Log Message:
  -----------
  Improve design of Orb toggle buttons


  Commit: d3617548060a2accedd417841175bd4cb7871141
      https://github.com/wesnoth/wesnoth/commit/d3617548060a2accedd417841175bd4cb7871141
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-21 (Sun, 21 Feb 2016)

  Changed paths:
    M data/gui/default/window/unit_attack.cfg

  Log Message:
  -----------
  tunit_attack: specify characters per line for attack name details


  Commit: a6101bf80dda9a10b2a9b9f1ca0c085901d78047
      https://github.com/wesnoth/wesnoth/commit/a6101bf80dda9a10b2a9b9f1ca0c085901d78047
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-21 (Sun, 21 Feb 2016)

  Changed paths:
    M data/gui/default/macros/_initial.cfg
    M data/gui/default/widget/label_default.cfg

  Log Message:
  -----------
  gui2: tweak title-style label design


  Commit: 4ad47221606246b805dc77c926fafa8ea610b88d
      https://github.com/wesnoth/wesnoth/commit/4ad47221606246b805dc77c926fafa8ea610b88d
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-21 (Sun, 21 Feb 2016)

  Changed paths:
    M data/gui/default/window/preferences.cfg

  Log Message:
  -----------
  tpreferences: slight height bump


  Commit: eabe55b4078102bceb720002b854f71529bdc3c6
      https://github.com/wesnoth/wesnoth/commit/eabe55b4078102bceb720002b854f71529bdc3c6
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2016-02-20 (Sat, 20 Feb 2016)

  Changed paths:
    M src/make_enum.hpp

  Log Message:
  -----------
  Remove obsolete documentation bit


  Commit: b04c158e89c3453e4f3affb4c655d8cf68be5a5a
      https://github.com/wesnoth/wesnoth/commit/b04c158e89c3453e4f3affb4c655d8cf68be5a5a
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2016-02-20 (Sat, 20 Feb 2016)

  Changed paths:
    M data/gui/default/window/preferences.cfg
    M data/gui/default/window/preferences/01_general.cfg
    M data/gui/default/window/preferences/02_display.cfg
    M data/gui/default/window/preferences/04_multiplayer.cfg
    M data/gui/default/window/preferences/_final.cfg

  Log Message:
  -----------
  gui2/tpreferences: Macro scope cleanup


  Commit: b0344fed20a2e49a8f06108e70ff3df9bed53f88
      https://github.com/wesnoth/wesnoth/commit/b0344fed20a2e49a8f06108e70ff3df9bed53f88
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-21 (Sun, 21 Feb 2016)

  Changed paths:
    M src/font.hpp
    M src/show_dialog.cpp

  Log Message:
  -----------
  Update GUI1 title style to match GUI2 (as of a6101bf80dda)


  Commit: 6848a6d596a054568607697744a7b5c4f7899eba
      https://github.com/wesnoth/wesnoth/commit/6848a6d596a054568607697744a7b5c4f7899eba
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-02-21 (Sun, 21 Feb 2016)

  Changed paths:
    M data/gui/default/window/preferences/02_display.cfg
    M src/gui/dialogs/preferences_dialog.cpp
    M src/gui/dialogs/select_orb_colors.cpp
    M src/gui/dialogs/select_orb_colors.hpp

  Log Message:
  -----------
  Preferences: code cleanup and minor bugfix


  Commit: 742d17932f68bfec011516b62da193763c30bb31
      https://github.com/wesnoth/wesnoth/commit/742d17932f68bfec011516b62da193763c30bb31
  Author: Celtic Minstrel <CelticMinstrel at users.noreply.github.com>
  Date:   2016-02-21 (Sun, 21 Feb 2016)

  Changed paths:
    M data/advanced_preferences.cfg
    M data/core/team-colors.cfg
    M data/game_config.cfg
    A data/gui/default/widget/toggle_button_orb.cfg
    M data/gui/default/window/preferences/02_display.cfg
    A data/gui/default/window/select_orb_colors.cfg
    M images/buttons/misc/orb-active.png
    A images/buttons/misc/orb-pressed-bg-active.png
    A images/buttons/misc/orb-pressed-bg.png
    M images/buttons/misc/orb-pressed.png
    M images/buttons/misc/orb.png
    M projectfiles/CodeBlocks/wesnoth.cbp
    M projectfiles/VC9/wesnoth.vcproj
    M projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj
    M src/CMakeLists.txt
    M src/SConscript
    M src/font.cpp
    M src/gui/auxiliary/window_builder.cpp
    M src/gui/auxiliary/window_builder.hpp
    M src/gui/dialogs/preferences_dialog.cpp
    M src/gui/dialogs/preferences_dialog.hpp
    A src/gui/dialogs/select_orb_colors.cpp
    A src/gui/dialogs/select_orb_colors.hpp
    M src/loadscreen.cpp
    M src/marked-up_text.cpp
    M src/preferences.cpp
    M src/preferences.hpp
    M src/preferences_display.cpp
    M src/tests/gui/test_gui2.cpp
    M src/text.cpp

  Log Message:
  -----------
  Merge pull request #603 from CelticMinstrel/prefs_stuff

Font scaling and reimplemented orb colors


  Commit: a13ad0c23e9d27f71c5581f163d9caa94eba462e
      https://github.com/wesnoth/wesnoth/commit/a13ad0c23e9d27f71c5581f163d9caa94eba462e
  Author: Nils Kneuper <crazy-ivanovic at gmx.net>
  Date:   2016-02-21 (Sun, 21 Feb 2016)

  Changed paths:
    M changelog
    M data/core/about.cfg
    A data/languages/ast_ES.cfg
    M players_changelog
    M po/LINGUAS
    M po/wesnoth-ai/LINGUAS
    A po/wesnoth-ai/ast.po
    M po/wesnoth-anl/LINGUAS
    A po/wesnoth-anl/ast.po
    M po/wesnoth-aoi/LINGUAS
    A po/wesnoth-aoi/ast.po
    M po/wesnoth-did/LINGUAS
    A po/wesnoth-did/ast.po
    M po/wesnoth-dm/LINGUAS
    A po/wesnoth-dm/ast.po
    M po/wesnoth-dw/LINGUAS
    A po/wesnoth-dw/ast.po
    M po/wesnoth-editor/LINGUAS
    A po/wesnoth-editor/ast.po
    M po/wesnoth-ei/LINGUAS
    A po/wesnoth-ei/ast.po
    M po/wesnoth-help/LINGUAS
    A po/wesnoth-help/ast.po
    M po/wesnoth-httt/LINGUAS
    A po/wesnoth-httt/ast.po
    M po/wesnoth-l/LINGUAS
    A po/wesnoth-l/ast.po
    M po/wesnoth-lib/LINGUAS
    A po/wesnoth-lib/ast.po
    M po/wesnoth-low/LINGUAS
    A po/wesnoth-low/ast.po
    M po/wesnoth-manpages/LINGUAS
    A po/wesnoth-manpages/ast.po
    M po/wesnoth-manpages/wesnoth-manpages.cfg
    M po/wesnoth-manual/LINGUAS
    A po/wesnoth-manual/ast.po
    M po/wesnoth-manual/wesnoth-manual.cfg
    M po/wesnoth-multiplayer/LINGUAS
    A po/wesnoth-multiplayer/ast.po
    M po/wesnoth-nr/LINGUAS
    A po/wesnoth-nr/ast.po
    M po/wesnoth-sof/LINGUAS
    A po/wesnoth-sof/ast.po
    M po/wesnoth-sotbe/LINGUAS
    A po/wesnoth-sotbe/ast.po
    M po/wesnoth-tb/LINGUAS
    A po/wesnoth-tb/ast.po
    M po/wesnoth-test/LINGUAS
    A po/wesnoth-test/ast.po
    M po/wesnoth-thot/LINGUAS
    A po/wesnoth-thot/ast.po
    M po/wesnoth-trow/LINGUAS
    A po/wesnoth-trow/ast.po
    M po/wesnoth-tsg/LINGUAS
    A po/wesnoth-tsg/ast.po
    M po/wesnoth-tutorial/LINGUAS
    A po/wesnoth-tutorial/ast.po
    M po/wesnoth-units/LINGUAS
    A po/wesnoth-units/ast.po
    M po/wesnoth-utbs/LINGUAS
    A po/wesnoth-utbs/ast.po
    M po/wesnoth/LINGUAS
    A po/wesnoth/ast.po

  Log Message:
  -----------
  added Asturian translation


  Commit: 6d48d72b7b1a7850979d9bea6ece084dde1aab9e
      https://github.com/wesnoth/wesnoth/commit/6d48d72b7b1a7850979d9bea6ece084dde1aab9e
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-21 (Sun, 21 Feb 2016)

  Changed paths:
    M data/gui/default/window/preferences.cfg
    M data/gui/default/window/preferences/01_general.cfg

  Log Message:
  -----------
  tpreferences: move composite slider definition to main file

This makes it available to all preference subfiles


  Commit: ad8468698916694085ba6d40b79959881d2fc315
      https://github.com/wesnoth/wesnoth/commit/ad8468698916694085ba6d40b79959881d2fc315
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-21 (Sun, 21 Feb 2016)

  Changed paths:
    M data/gui/default/window/preferences/02_display.cfg

  Log Message:
  -----------
  tpreferences: tweaked layout of Font Scaling slider


  Commit: 4f6be879a5fe5d3bff1ffe7d7ca0490f92c435e8
      https://github.com/wesnoth/wesnoth/commit/4f6be879a5fe5d3bff1ffe7d7ca0490f92c435e8
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-21 (Sun, 21 Feb 2016)

  Changed paths:
    M src/gui/dialogs/preferences_dialog.cpp
    M src/gui/dialogs/preferences_dialog.hpp

  Log Message:
  -----------
  tpreferences: made font scaling apply during post show not when dragging slider


  Commit: 8952ca05a839233e790c6d30a2b6568c7ad77353
      https://github.com/wesnoth/wesnoth/commit/8952ca05a839233e790c6d30a2b6568c7ad77353
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-21 (Sun, 21 Feb 2016)

  Changed paths:
    M src/gui/dialogs/preferences_dialog.cpp
    M src/gui/dialogs/preferences_dialog.hpp

  Log Message:
  -----------
  tpreferences: always apply suffix to bound status labels


  Commit: b8f18919dd6bc1762bd249210b62ee29db1339c6
      https://github.com/wesnoth/wesnoth/commit/b8f18919dd6bc1762bd249210b62ee29db1339c6
  Author: Andreas Löf <andreas at alternating.net>
  Date:   2016-02-21 (Sun, 21 Feb 2016)

  Changed paths:
    M CMakeLists.txt
    M INSTALL
    M RELEASE_NOTES
    M SConstruct
    M changelog
    M data/advanced_preferences.cfg
    M data/ai/dev/akihara_recruitment.cfg
    M data/ai/micro_ais/scenarios/scenario_micro_ai.cfg
    M data/ai/micro_ais/scenarios/simple_attack.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/01_Defend_the_Forest.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/02_Assassins.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/03_Wasteland.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/04_Valley_of_Trolls.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/05_Linaera_the_Quick.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/06_A_Detour_through_the_Swamp.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/07_Showdown.cfg
    M data/campaigns/An_Orcish_Incursion/utils/macros.cfg
    M data/campaigns/Eastern_Invasion/units/Bone_Knight.cfg
    M data/campaigns/Eastern_Invasion/units/Skeleton_Rider.cfg
    M data/campaigns/Heir_To_The_Throne/units/Battle_Princess.cfg
    M data/campaigns/Heir_To_The_Throne/units/Sea_Orc.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter2/04_The_Elvish_Treasury.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter4/14_Human_Alliance.cfg
    M data/campaigns/Legend_of_Wesmere/units/Great_Ogre.cfg
    M data/campaigns/Legend_of_Wesmere/utils/characters.cfg
    M data/campaigns/Liberty/_main.cfg
    A data/campaigns/Liberty/images/units/human-outlaws/rogue-mage-melee1.png
    A data/campaigns/Liberty/images/units/human-outlaws/rogue-mage-melee2.png
    A data/campaigns/Liberty/images/units/human-outlaws/rogue-mage-melee3.png
    A data/campaigns/Liberty/images/units/human-outlaws/rogue-mage-melee4.png
    M data/campaigns/Liberty/units/Bone_Knight.cfg
    M data/campaigns/Liberty/units/Rogue_Mage.cfg
    M data/campaigns/Liberty/units/Skeleton_Rider.cfg
    M data/campaigns/Sceptre_of_Fire/_main.cfg
    A data/campaigns/Sceptre_of_Fire/images/units/dwarves/miner-attack-1.png
    A data/campaigns/Sceptre_of_Fire/images/units/dwarves/miner-attack-2.png
    A data/campaigns/Sceptre_of_Fire/images/units/dwarves/miner-attack-3.png
    A data/campaigns/Sceptre_of_Fire/images/units/dwarves/miner-attack-4.png
    A data/campaigns/Sceptre_of_Fire/images/units/dwarves/miner-attack-5.png
    A data/campaigns/Sceptre_of_Fire/images/units/dwarves/miner-attack-6.png
    A data/campaigns/Sceptre_of_Fire/images/units/dwarves/miner-defend-1.png
    A data/campaigns/Sceptre_of_Fire/images/units/dwarves/miner-defend-2.png
    M data/campaigns/Sceptre_of_Fire/images/units/dwarves/miner-laden.png
    M data/campaigns/Sceptre_of_Fire/images/units/dwarves/miner.png
    M data/campaigns/Sceptre_of_Fire/units/Dwarvish_Miner.cfg
    M data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Masked_Fighter.cfg
    M data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Masked_Lord.cfg
    M data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Masked_Steelclad.cfg
    A data/campaigns/Under_the_Burning_Suns/images/attacks/claws-crab.png
    M data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Druid.cfg
    M data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Rider.cfg
    M data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Shyde.cfg
    M data/campaigns/Under_the_Burning_Suns/units/humans/Human_Commander.cfg
    M data/campaigns/Under_the_Burning_Suns/units/monsters/Crab_Man.cfg
    M data/campaigns/Under_the_Burning_Suns/units/nagas/Naga_Hunter.cfg
    M data/campaigns/Under_the_Burning_Suns/units/undead/Undead_Horseman.cfg
    M data/campaigns/tutorial/scenarios/01_Tutorial_part_1.cfg
    M data/campaigns/tutorial/scenarios/02_Tutorial_part_2.cfg
    M data/core/about.cfg
    M data/core/encyclopedia/drakes.txt
    M data/core/encyclopedia/geography.cfg
    M data/core/help.cfg
    A data/core/images/terrain/desert_mountains/blend-from-chasm-s.png
    A data/core/images/terrain/desert_mountains/blend-from-chasm-se.png
    A data/core/images/terrain/desert_mountains/blend-from-chasm-sw.png
    A data/core/images/terrain/desert_mountains/cloud-desert-tile.png
    A data/core/images/terrain/desert_mountains/desert-castle-n-ne.png
    A data/core/images/terrain/desert_mountains/desert-castle-n.png
    A data/core/images/terrain/desert_mountains/desert-castle-n2.png
    A data/core/images/terrain/desert_mountains/desert-castle-ne.png
    A data/core/images/terrain/desert_mountains/desert-castle-nw.png
    A data/core/images/terrain/desert_mountains/desert-n-ne.png
    A data/core/images/terrain/desert_mountains/desert-n.png
    A data/core/images/terrain/desert_mountains/desert-ne.png
    A data/core/images/terrain/desert_mountains/desert-nw.png
    A data/core/images/terrain/desert_mountains/desert-tile.png
    A data/core/images/terrain/desert_mountains/desert-to-water-n-ne.png
    A data/core/images/terrain/desert_mountains/desert-to-water-n.png
    A data/core/images/terrain/desert_mountains/desert-to-water-ne.png
    A data/core/images/terrain/desert_mountains/desert-to-water-nw-n.png
    A data/core/images/terrain/desert_mountains/desert-to-water-nw.png
    A data/core/images/terrain/desert_mountains/desert.png
    A data/core/images/terrain/desert_mountains/desert2.png
    A data/core/images/terrain/desert_mountains/desert3.png
    A data/core/images/terrain/desert_mountains/desert4.png
    A data/core/images/terrain/desert_mountains/desert5.png
    A data/core/images/terrain/desert_mountains/desert5_1.png
    A data/core/images/terrain/desert_mountains/desert5_2.png
    A data/core/images/terrain/desert_mountains/desert5_3.png
    A data/core/images/terrain/desert_mountains/desert6_1.png
    A data/core/images/terrain/desert_mountains/desert6_2.png
    A data/core/images/terrain/desert_mountains/desert6_3.png
    A data/core/images/terrain/desert_mountains/desert_range1_1.png
    A data/core/images/terrain/desert_mountains/desert_range1_2.png
    A data/core/images/terrain/desert_mountains/desert_range1_3.png
    A data/core/images/terrain/desert_mountains/desert_range2_1.png
    A data/core/images/terrain/desert_mountains/desert_range2_2.png
    A data/core/images/terrain/desert_mountains/desert_range2_3.png
    A data/core/images/terrain/desert_mountains/desert_range3_1.png
    A data/core/images/terrain/desert_mountains/desert_range3_2.png
    A data/core/images/terrain/desert_mountains/desert_range3_3.png
    A data/core/images/terrain/desert_mountains/desert_range3_4.png
    A data/core/images/terrain/desert_mountains/desert_range3_5.png
    A data/core/images/terrain/desert_mountains/peak.png
    A data/core/images/terrain/desert_mountains/peak2.png
    A data/core/images/terrain/desert_mountains/peak3.png
    A data/core/images/terrain/desert_mountains/peak4.png
    A data/core/images/terrain/desert_mountains/peak5.png
    A data/core/images/terrain/desert_mountains/peak_large1.png
    A data/core/images/terrain/desert_mountains/peak_large2.png
    A data/core/images/terrain/desert_mountains/peak_range1_1.png
    A data/core/images/terrain/desert_mountains/peak_range1_2.png
    M data/core/images/terrain/embellishments/rocks.png
    M data/core/images/terrain/embellishments/rocks2.png
    M data/core/images/terrain/embellishments/rocks3.png
    M data/core/images/terrain/embellishments/rocks4.png
    M data/core/images/terrain/embellishments/rocks5.png
    M data/core/images/terrain/embellishments/rocks6.png
    A data/core/images/terrain/embellishments/rocks7.png
    A data/core/images/terrain/masks/concave-long-2-bl.png
    A data/core/images/terrain/masks/concave-long-2-br.png
    A data/core/images/terrain/masks/concave-long-2-l.png
    A data/core/images/terrain/masks/concave-long-2-r.png
    A data/core/images/terrain/masks/concave-long-2-tl.png
    A data/core/images/terrain/masks/concave-long-2-tr.png
    M data/core/images/terrain/off-map/alpha.png
    A data/core/images/terrain/village/desert-ruin-tile.png
    A data/core/images/terrain/village/desert-ruin.png
    A data/core/images/terrain/village/desert-ruin2.png
    A data/core/images/terrain/village/desert-ruin3.png
    A data/core/images/terrain/village/desert-ruin4.png
    A data/core/images/terrain/village/desert-ruin5.png
    A data/core/images/terrain/village/desert-ruin6.png
    A data/core/images/terrain/village/desert-ruin7.png
    M data/core/images/terrain/village/desert-tile.png
    M data/core/images/terrain/village/desert.png
    M data/core/images/terrain/village/desert2.png
    M data/core/images/terrain/village/desert3.png
    M data/core/images/terrain/village/desert4.png
    A data/core/images/terrain/village/desert5.png
    A data/core/images/terrain/village/desert6.png
    A data/core/images/terrain/village/desert7.png
    M data/core/images/terrain/village/igloo.png
    M data/core/images/terrain/village/igloo2.png
    A data/core/images/terrain/village/igloo3.png
    A data/core/images/terrain/village/igloo4.png
    A data/core/images/terrain/water/overlay-gray.png
    A data/core/images/terrain/water/overlay-tropical.png
    M data/core/team-colors.cfg
    M data/core/terrain-graphics.cfg
    M data/core/terrain-graphics/mountains.cfg
    M data/core/terrain-graphics/new-macros.cfg
    M data/core/terrain.cfg
    M data/core/units.cfg
    M data/core/units/drakes/Arbiter.cfg
    M data/core/units/drakes/Armageddon.cfg
    M data/core/units/drakes/Burner.cfg
    M data/core/units/drakes/Fire.cfg
    M data/core/units/drakes/Flameheart.cfg
    M data/core/units/drakes/Flare.cfg
    M data/core/units/drakes/Inferno.cfg
    M data/core/units/drakes/Warden.cfg
    M data/core/units/drakes/Warrior.cfg
    M data/core/units/dwarves/Fighter.cfg
    M data/core/units/dwarves/Lord.cfg
    M data/core/units/dwarves/Scout.cfg
    M data/core/units/dwarves/Steelclad.cfg
    M data/core/units/elves/Druid.cfg
    M data/core/units/elves/High_Lord.cfg
    M data/core/units/elves/Shyde.cfg
    M data/core/units/humans/Horse_Grand_Knight.cfg
    M data/core/units/humans/Horse_Knight.cfg
    M data/core/units/humans/Horse_Paladin.cfg
    M data/core/units/humans/Loyalist_Bowman.cfg
    M data/core/units/humans/Loyalist_Cavalier.cfg
    M data/core/units/humans/Loyalist_Cavalryman.cfg
    M data/core/units/humans/Loyalist_Dragoon.cfg
    M data/core/units/humans/Loyalist_Duelist.cfg
    M data/core/units/humans/Loyalist_Halberdier.cfg
    M data/core/units/humans/Loyalist_Longbowman.cfg
    M data/core/units/humans/Loyalist_Master_Bowman.cfg
    M data/core/units/humans/Woodsman_Ranger.cfg
    M data/core/units/khalifate/Batal.cfg
    M data/core/units/khalifate/Jundi.cfg
    M data/core/units/khalifate/Muharib.cfg
    M data/core/units/merfolk/Triton.cfg
    M data/core/units/monsters/Fire_Guardian.cfg
    M data/core/units/monsters/Sea_Serpent.cfg
    M data/core/units/monsters/Skeletal_Dragon.cfg
    M data/core/units/nagas/Fighter.cfg
    M data/core/units/nagas/Myrmidon.cfg
    M data/core/units/nagas/Warrior.cfg
    M data/core/units/ogres/Ogre.cfg
    M data/core/units/ogres/Young_Ogre.cfg
    M data/core/units/orcs/Ruler.cfg
    M data/core/units/orcs/Warlord.cfg
    M data/core/units/undead/Corpse_Ghoul.cfg
    M data/core/units/undead/Corpse_Necrophage.cfg
    M data/core/units/undead/Skele_Death_Knight.cfg
    M data/core/units/undead/Skele_Deathblade.cfg
    M data/core/units/undead/Skele_Revenant.cfg
    M data/core/units/undead/Spirit_Shadow.cfg
    M data/core/units/undead/Spirit_Spectre.cfg
    M data/core/units/undead/Spirit_Wraith.cfg
    M data/game_config.cfg
    M data/gui/default/macros/_initial.cfg
    M data/gui/default/widget/button_25x25.cfg
    M data/gui/default/widget/button_default.cfg
    A data/gui/default/widget/combobox_default.cfg
    M data/gui/default/widget/horizontal_scrollbar_default.cfg
    R data/gui/default/widget/label_alignment.cfg
    M data/gui/default/widget/label_default.cfg
    M data/gui/default/widget/label_title_screen_revision.cfg
    A data/gui/default/widget/label_title_screen_tip.cfg
    M data/gui/default/widget/listbox_default.cfg
    M data/gui/default/widget/listbox_wml_message.cfg
    M data/gui/default/widget/matrix_default.cfg
    M data/gui/default/widget/minimap_default.cfg
    M data/gui/default/widget/panel_title_screen.cfg
    M data/gui/default/widget/panel_wml_message.cfg
    R data/gui/default/widget/progress_bar_title_screen.cfg
    M data/gui/default/widget/repeating_button_default.cfg
    M data/gui/default/widget/scroll_label_default.cfg
    M data/gui/default/widget/scroll_label_description.cfg
    M data/gui/default/widget/scroll_label_verbatim.cfg
    M data/gui/default/widget/scroll_label_wml_message.cfg
    M data/gui/default/widget/slider_default.cfg
    M data/gui/default/widget/slider_minimal.cfg
    M data/gui/default/widget/text_box_default.cfg
    M data/gui/default/widget/toggle_button_default.cfg
    M data/gui/default/widget/toggle_button_icon.cfg
    M data/gui/default/widget/toggle_button_listbox_header.cfg
    M data/gui/default/widget/toggle_button_listbox_text.cfg
    M data/gui/default/widget/toggle_button_listbox_text_with_icon.cfg
    A data/gui/default/widget/toggle_button_orb.cfg
    M data/gui/default/widget/toggle_button_radio.cfg
    M data/gui/default/widget/toggle_button_tree_view_node.cfg
    M data/gui/default/widget/toggle_panel_wml_message.cfg
    M data/gui/default/widget/tree_view_default.cfg
    M data/gui/default/widget/vertical_scrollbar_default.cfg
    M data/gui/default/widget/window_borderless.cfg
    M data/gui/default/widget/window_default.cfg
    M data/gui/default/window/addon_connect.cfg
    M data/gui/default/window/addon_description.cfg
    M data/gui/default/window/addon_list.cfg
    M data/gui/default/window/campaign_dialog.cfg
    M data/gui/default/window/chat_log.cfg
    M data/gui/default/window/custom_tod.cfg
    M data/gui/default/window/data_manage.cfg
    A data/gui/default/window/drop_down_list.cfg
    M data/gui/default/window/edit_label.cfg
    M data/gui/default/window/editor_edit_label.cfg
    M data/gui/default/window/editor_edit_scenario.cfg
    M data/gui/default/window/editor_edit_side.cfg
    M data/gui/default/window/editor_generate_map.cfg
    M data/gui/default/window/folder_create.cfg
    M data/gui/default/window/game_cache_options.cfg
    M data/gui/default/window/game_delete.cfg
    M data/gui/default/window/game_load.cfg
    M data/gui/default/window/game_save.cfg
    M data/gui/default/window/game_save_message.cfg
    M data/gui/default/window/game_save_oos.cfg
    M data/gui/default/window/game_save_overwrite.cfg
    M data/gui/default/window/game_version.cfg
    M data/gui/default/window/lobby_main.cfg
    M data/gui/default/window/lobby_player_info.cfg
    M data/gui/default/window/lua_interpreter.cfg
    M data/gui/default/window/message.cfg
    M data/gui/default/window/mp_alerts_options.cfg
    M data/gui/default/window/mp_cmd_wrapper.cfg
    M data/gui/default/window/mp_connect.cfg
    M data/gui/default/window/mp_create_game_set_password.cfg
    M data/gui/default/window/mp_join_game_password_prompt.cfg
    M data/gui/default/window/mp_login.cfg
    M data/gui/default/window/mp_method_selection.cfg
    A data/gui/default/window/preferences.cfg
    A data/gui/default/window/preferences/01_general.cfg
    A data/gui/default/window/preferences/02_display.cfg
    A data/gui/default/window/preferences/03_sound.cfg
    A data/gui/default/window/preferences/04_multiplayer.cfg
    A data/gui/default/window/preferences/05_advanced.cfg
    A data/gui/default/window/preferences/_final.cfg
    A data/gui/default/window/preferences/_initial.cfg
    M data/gui/default/window/screenshot_notification.cfg
    A data/gui/default/window/select_orb_colors.cfg
    M data/gui/default/window/synced_choice_wait.cfg
    M data/gui/default/window/title_screen.cfg
    M data/gui/default/window/unit_attack.cfg
    M data/gui/default/window/unit_create.cfg
    M data/gui/schema.cfg
    M data/hardwired/fonts.cfg
    A data/languages/ast_ES.cfg
    M data/lua/wml/items.lua
    M data/lua/wml/message.lua
    M data/lua/wml/objectives.lua
    R data/multiplayer/maps/Dark_Forecast.map
    A data/multiplayer/maps/Dark_Forecast_basic.map
    R data/multiplayer/maps/Dark_Forecast_basic.mask
    A data/multiplayer/maps/Dark_Forecast_drought.map
    R data/multiplayer/maps/Dark_Forecast_drought.mask
    A data/multiplayer/maps/Dark_Forecast_firstsnow.map
    R data/multiplayer/maps/Dark_Forecast_firstsnow.mask
    A data/multiplayer/maps/Dark_Forecast_rain.map
    R data/multiplayer/maps/Dark_Forecast_rain.mask
    A data/multiplayer/maps/Dark_Forecast_secondsnow.map
    R data/multiplayer/maps/Dark_Forecast_secondsnow.mask
    M data/multiplayer/scenarios/2p_Dark_Forecast.cfg
    A data/multiplayer/scenarios/2p_Dark_Forecast.lua
    M data/multiplayer/scenarios/2p_Hornshark_Island_lua
    A data/multiplayer/scenarios/Random_Scenario_Lua_Cave.cfg
    A data/multiplayer/scenarios/Random_Scenario_Lua_Cave.lua
    M data/test/multiplayer/_main.cfg
    M data/tools/README
    M data/tools/wesnoth/wmltools.py
    M data/tools/wesnoth/wmltools3.py
    M data/tools/wmllint-1.4
    R data/tools/wmlmove
    M data/tools/wmlscope
    M doc/man/cs/wesnoth.6
    M doc/man/cs/wesnothd.6
    M doc/man/de/wesnoth.6
    M doc/man/de/wesnothd.6
    M doc/man/en_GB/wesnoth.6
    M doc/man/en_GB/wesnothd.6
    M doc/man/es/wesnoth.6
    M doc/man/es/wesnothd.6
    M doc/man/et/wesnoth.6
    M doc/man/et/wesnothd.6
    M doc/man/fi/wesnoth.6
    M doc/man/fi/wesnothd.6
    M doc/man/fr/wesnoth.6
    M doc/man/fr/wesnothd.6
    M doc/man/gl/wesnoth.6
    M doc/man/gl/wesnothd.6
    M doc/man/hu/wesnoth.6
    M doc/man/hu/wesnothd.6
    M doc/man/id/wesnoth.6
    M doc/man/id/wesnothd.6
    M doc/man/it/wesnoth.6
    M doc/man/it/wesnothd.6
    M doc/man/ja/wesnothd.6
    M doc/man/lt/wesnothd.6
    M doc/man/pl/wesnoth.6
    M doc/man/pl/wesnothd.6
    M doc/man/pt/wesnoth.6
    M doc/man/pt/wesnothd.6
    M doc/man/pt_BR/wesnothd.6
    M doc/man/ru/wesnoth.6
    M doc/man/ru/wesnothd.6
    M doc/man/sk/wesnoth.6
    M doc/man/sk/wesnothd.6
    M doc/man/sr/wesnoth.6
    M doc/man/sr/wesnothd.6
    M doc/man/sr at ijekavian/wesnoth.6
    M doc/man/sr at ijekavian/wesnothd.6
    M doc/man/sr at ijekavianlatin/wesnoth.6
    M doc/man/sr at ijekavianlatin/wesnothd.6
    M doc/man/sr at latin/wesnoth.6
    M doc/man/sr at latin/wesnothd.6
    M doc/man/tr/wesnothd.6
    M doc/man/uk/wesnoth.6
    M doc/man/uk/wesnothd.6
    M doc/man/vi/wesnoth.6
    M doc/man/vi/wesnothd.6
    M doc/man/zh_CN/wesnoth.6
    M doc/man/zh_CN/wesnothd.6
    M doc/man/zh_TW/wesnothd.6
    M doc/manual/manual.cs.html
    M doc/manual/manual.de.html
    M doc/manual/manual.en.html
    M doc/manual/manual.en_GB.html
    M doc/manual/manual.es.html
    M doc/manual/manual.et.html
    M doc/manual/manual.fi.html
    M doc/manual/manual.fr.html
    M doc/manual/manual.gl.html
    M doc/manual/manual.hu.html
    M doc/manual/manual.id.html
    M doc/manual/manual.it.html
    M doc/manual/manual.ja.html
    M doc/manual/manual.pl.html
    M doc/manual/manual.pt.html
    M doc/manual/manual.pt_BR.html
    M doc/manual/manual.ru.html
    M doc/manual/manual.sk.html
    M doc/manual/manual.sr.html
    M doc/manual/manual.sr at ijekavian.html
    M doc/manual/manual.sr at ijekavianlatin.html
    M doc/manual/manual.sr at latin.html
    M doc/manual/manual.uk.html
    M doc/manual/manual.vi.html
    M doc/manual/manual.zh_CN.html
    M doc/manual/manual.zh_TW.html
    M fonts/DejaVuSans-Bold.ttf
    M fonts/DejaVuSans-Oblique.ttf
    M fonts/DejaVuSans.ttf
    A images/buttons/button_dropdown/button_dropdown-pressed.png
    A images/buttons/button_dropdown/button_dropdown.png
    M images/buttons/misc/orb-active.png
    A images/buttons/misc/orb-pressed-bg-active.png
    A images/buttons/misc/orb-pressed-bg.png
    M images/buttons/misc/orb-pressed.png
    M images/buttons/misc/orb.png
    A images/buttons/scrollbottom-minimal-active.png
    A images/buttons/scrollbottom-minimal-pressed.png
    A images/buttons/scrollbottom-minimal.png
    A images/buttons/scrollgroove-bottom-minimal.png
    A images/buttons/scrollgroove-mid-minimal.png
    A images/buttons/scrollgroove-top-minimal.png
    A images/buttons/scrollmid-minimal-active.png
    A images/buttons/scrollmid-minimal-pressed.png
    A images/buttons/scrollmid-minimal.png
    A images/buttons/scrolltop-minimal-active.png
    A images/buttons/scrolltop-minimal-pressed.png
    A images/buttons/scrolltop-minimal.png
    A images/dialogs/menu-background.png
    A images/dialogs/menu-border-botleft.png
    A images/dialogs/menu-border-botright.png
    A images/dialogs/menu-border-bottom.png
    A images/dialogs/menu-border-left.png
    A images/dialogs/menu-border-right.png
    A images/dialogs/menu-border-top.png
    A images/dialogs/menu-border-topleft.png
    A images/dialogs/menu-border-topright.png
    R images/dialogs/menu2-background.png
    R images/dialogs/menu2-border-botleft.png
    R images/dialogs/menu2-border-botright.png
    R images/dialogs/menu2-border-bottom.png
    R images/dialogs/menu2-border-left.png
    R images/dialogs/menu2-border-right.png
    R images/dialogs/menu2-border-top.png
    R images/dialogs/menu2-border-topleft.png
    R images/dialogs/menu2-border-topright.png
    M images/misc/status-friend.png
    M images/misc/status-ignore.png
    M players_changelog
    M po/LINGUAS
    M po/wesnoth-ai/LINGUAS
    A po/wesnoth-ai/ast.po
    M po/wesnoth-ai/gl.po
    M po/wesnoth-ai/wesnoth-ai.pot
    M po/wesnoth-anl/LINGUAS
    A po/wesnoth-anl/ast.po
    M po/wesnoth-anl/wesnoth-anl.pot
    M po/wesnoth-aoi/LINGUAS
    A po/wesnoth-aoi/ast.po
    M po/wesnoth-aoi/gl.po
    M po/wesnoth-aoi/wesnoth-aoi.pot
    M po/wesnoth-did/LINGUAS
    A po/wesnoth-did/ast.po
    M po/wesnoth-did/gl.po
    M po/wesnoth-did/wesnoth-did.pot
    M po/wesnoth-dm/LINGUAS
    A po/wesnoth-dm/ast.po
    M po/wesnoth-dm/gl.po
    M po/wesnoth-dm/wesnoth-dm.pot
    M po/wesnoth-dw/LINGUAS
    M po/wesnoth-dw/af.po
    M po/wesnoth-dw/ang.po
    M po/wesnoth-dw/ang at latin.po
    M po/wesnoth-dw/ar.po
    A po/wesnoth-dw/ast.po
    M po/wesnoth-dw/bg.po
    M po/wesnoth-dw/ca.po
    M po/wesnoth-dw/ca_ES at valencia.po
    M po/wesnoth-dw/cs.po
    M po/wesnoth-dw/da.po
    M po/wesnoth-dw/de.po
    M po/wesnoth-dw/el.po
    M po/wesnoth-dw/en at shaw.po
    M po/wesnoth-dw/en_GB.po
    M po/wesnoth-dw/eo.po
    M po/wesnoth-dw/es.po
    M po/wesnoth-dw/et.po
    M po/wesnoth-dw/eu.po
    M po/wesnoth-dw/fi.po
    M po/wesnoth-dw/fr.po
    M po/wesnoth-dw/fur_IT.po
    M po/wesnoth-dw/ga.po
    M po/wesnoth-dw/gd.po
    M po/wesnoth-dw/gl.po
    M po/wesnoth-dw/he.po
    M po/wesnoth-dw/hr.po
    M po/wesnoth-dw/hu.po
    M po/wesnoth-dw/id.po
    M po/wesnoth-dw/is.po
    M po/wesnoth-dw/it.po
    M po/wesnoth-dw/ja.po
    M po/wesnoth-dw/ko.po
    M po/wesnoth-dw/la.po
    M po/wesnoth-dw/lt.po
    M po/wesnoth-dw/lv.po
    M po/wesnoth-dw/mk.po
    M po/wesnoth-dw/mr.po
    M po/wesnoth-dw/nb_NO.po
    M po/wesnoth-dw/nl.po
    M po/wesnoth-dw/pl.po
    M po/wesnoth-dw/pt.po
    M po/wesnoth-dw/pt_BR.po
    M po/wesnoth-dw/racv.po
    M po/wesnoth-dw/ro.po
    M po/wesnoth-dw/ru.po
    M po/wesnoth-dw/sk.po
    M po/wesnoth-dw/sl.po
    M po/wesnoth-dw/sr.po
    M po/wesnoth-dw/sr at ijekavian.po
    M po/wesnoth-dw/sr at ijekavianlatin.po
    M po/wesnoth-dw/sr at latin.po
    M po/wesnoth-dw/sv.po
    M po/wesnoth-dw/tl.po
    M po/wesnoth-dw/tr.po
    M po/wesnoth-dw/uk.po
    M po/wesnoth-dw/vi.po
    M po/wesnoth-dw/wesnoth-dw.pot
    M po/wesnoth-dw/zh_CN.po
    M po/wesnoth-dw/zh_TW.po
    M po/wesnoth-editor/LINGUAS
    M po/wesnoth-editor/af.po
    M po/wesnoth-editor/ang.po
    M po/wesnoth-editor/ang at latin.po
    M po/wesnoth-editor/ar.po
    A po/wesnoth-editor/ast.po
    M po/wesnoth-editor/bg.po
    M po/wesnoth-editor/ca.po
    M po/wesnoth-editor/ca_ES at valencia.po
    M po/wesnoth-editor/cs.po
    M po/wesnoth-editor/da.po
    M po/wesnoth-editor/de.po
    M po/wesnoth-editor/el.po
    M po/wesnoth-editor/en at shaw.po
    M po/wesnoth-editor/en_GB.po
    M po/wesnoth-editor/eo.po
    M po/wesnoth-editor/es.po
    M po/wesnoth-editor/et.po
    M po/wesnoth-editor/eu.po
    M po/wesnoth-editor/fi.po
    M po/wesnoth-editor/fr.po
    M po/wesnoth-editor/fur_IT.po
    M po/wesnoth-editor/ga.po
    M po/wesnoth-editor/gd.po
    M po/wesnoth-editor/gl.po
    M po/wesnoth-editor/he.po
    M po/wesnoth-editor/hr.po
    M po/wesnoth-editor/hu.po
    M po/wesnoth-editor/id.po
    M po/wesnoth-editor/is.po
    M po/wesnoth-editor/it.po
    M po/wesnoth-editor/ja.po
    M po/wesnoth-editor/ko.po
    M po/wesnoth-editor/la.po
    M po/wesnoth-editor/lt.po
    M po/wesnoth-editor/lv.po
    M po/wesnoth-editor/mk.po
    M po/wesnoth-editor/mr.po
    M po/wesnoth-editor/nb_NO.po
    M po/wesnoth-editor/nl.po
    M po/wesnoth-editor/pl.po
    M po/wesnoth-editor/pt.po
    M po/wesnoth-editor/pt_BR.po
    M po/wesnoth-editor/racv.po
    M po/wesnoth-editor/ro.po
    M po/wesnoth-editor/ru.po
    M po/wesnoth-editor/sk.po
    M po/wesnoth-editor/sl.po
    M po/wesnoth-editor/sr.po
    M po/wesnoth-editor/sr at ijekavian.po
    M po/wesnoth-editor/sr at ijekavianlatin.po
    M po/wesnoth-editor/sr at latin.po
    M po/wesnoth-editor/sv.po
    M po/wesnoth-editor/tl.po
    M po/wesnoth-editor/tr.po
    M po/wesnoth-editor/uk.po
    M po/wesnoth-editor/vi.po
    M po/wesnoth-editor/wesnoth-editor.pot
    M po/wesnoth-editor/zh_CN.po
    M po/wesnoth-editor/zh_TW.po
    M po/wesnoth-ei/LINGUAS
    A po/wesnoth-ei/ast.po
    M po/wesnoth-ei/gl.po
    M po/wesnoth-ei/wesnoth-ei.pot
    M po/wesnoth-help/LINGUAS
    M po/wesnoth-help/af.po
    M po/wesnoth-help/ang.po
    M po/wesnoth-help/ang at latin.po
    M po/wesnoth-help/ar.po
    A po/wesnoth-help/ast.po
    M po/wesnoth-help/bg.po
    M po/wesnoth-help/ca.po
    M po/wesnoth-help/ca_ES at valencia.po
    M po/wesnoth-help/cs.po
    M po/wesnoth-help/da.po
    M po/wesnoth-help/de.po
    M po/wesnoth-help/el.po
    M po/wesnoth-help/en at shaw.po
    M po/wesnoth-help/en_GB.po
    M po/wesnoth-help/eo.po
    M po/wesnoth-help/es.po
    M po/wesnoth-help/et.po
    M po/wesnoth-help/eu.po
    M po/wesnoth-help/fi.po
    M po/wesnoth-help/fr.po
    M po/wesnoth-help/fur_IT.po
    M po/wesnoth-help/ga.po
    M po/wesnoth-help/gd.po
    M po/wesnoth-help/gl.po
    M po/wesnoth-help/he.po
    M po/wesnoth-help/hr.po
    M po/wesnoth-help/hu.po
    M po/wesnoth-help/id.po
    M po/wesnoth-help/is.po
    M po/wesnoth-help/it.po
    M po/wesnoth-help/ja.po
    M po/wesnoth-help/ko.po
    M po/wesnoth-help/la.po
    M po/wesnoth-help/lt.po
    M po/wesnoth-help/lv.po
    M po/wesnoth-help/mk.po
    M po/wesnoth-help/mr.po
    M po/wesnoth-help/nb_NO.po
    M po/wesnoth-help/nl.po
    M po/wesnoth-help/pl.po
    M po/wesnoth-help/pt.po
    M po/wesnoth-help/pt_BR.po
    M po/wesnoth-help/racv.po
    M po/wesnoth-help/ro.po
    M po/wesnoth-help/ru.po
    M po/wesnoth-help/sk.po
    M po/wesnoth-help/sl.po
    M po/wesnoth-help/sr.po
    M po/wesnoth-help/sr at ijekavian.po
    M po/wesnoth-help/sr at ijekavianlatin.po
    M po/wesnoth-help/sr at latin.po
    M po/wesnoth-help/sv.po
    M po/wesnoth-help/tl.po
    M po/wesnoth-help/tr.po
    M po/wesnoth-help/uk.po
    M po/wesnoth-help/vi.po
    M po/wesnoth-help/wesnoth-help.pot
    M po/wesnoth-help/zh_CN.po
    M po/wesnoth-help/zh_TW.po
    M po/wesnoth-httt/LINGUAS
    A po/wesnoth-httt/ast.po
    M po/wesnoth-httt/gl.po
    M po/wesnoth-httt/wesnoth-httt.pot
    M po/wesnoth-l/LINGUAS
    M po/wesnoth-l/af.po
    M po/wesnoth-l/ang.po
    M po/wesnoth-l/ang at latin.po
    M po/wesnoth-l/ar.po
    A po/wesnoth-l/ast.po
    M po/wesnoth-l/bg.po
    M po/wesnoth-l/ca.po
    M po/wesnoth-l/ca_ES at valencia.po
    M po/wesnoth-l/cs.po
    M po/wesnoth-l/da.po
    M po/wesnoth-l/de.po
    M po/wesnoth-l/el.po
    M po/wesnoth-l/en at shaw.po
    M po/wesnoth-l/en_GB.po
    M po/wesnoth-l/eo.po
    M po/wesnoth-l/es.po
    M po/wesnoth-l/et.po
    M po/wesnoth-l/eu.po
    M po/wesnoth-l/fi.po
    M po/wesnoth-l/fr.po
    M po/wesnoth-l/fur_IT.po
    M po/wesnoth-l/ga.po
    M po/wesnoth-l/gd.po
    M po/wesnoth-l/gl.po
    M po/wesnoth-l/he.po
    M po/wesnoth-l/hr.po
    M po/wesnoth-l/hu.po
    M po/wesnoth-l/id.po
    M po/wesnoth-l/is.po
    M po/wesnoth-l/it.po
    M po/wesnoth-l/ja.po
    M po/wesnoth-l/ko.po
    M po/wesnoth-l/la.po
    M po/wesnoth-l/lt.po
    M po/wesnoth-l/lv.po
    M po/wesnoth-l/mk.po
    M po/wesnoth-l/mr.po
    M po/wesnoth-l/nb_NO.po
    M po/wesnoth-l/nl.po
    M po/wesnoth-l/pl.po
    M po/wesnoth-l/pt.po
    M po/wesnoth-l/pt_BR.po
    M po/wesnoth-l/racv.po
    M po/wesnoth-l/ro.po
    M po/wesnoth-l/ru.po
    M po/wesnoth-l/sk.po
    M po/wesnoth-l/sl.po
    M po/wesnoth-l/sr.po
    M po/wesnoth-l/sr at ijekavian.po
    M po/wesnoth-l/sr at ijekavianlatin.po
    M po/wesnoth-l/sr at latin.po
    M po/wesnoth-l/sv.po
    M po/wesnoth-l/tl.po
    M po/wesnoth-l/tr.po
    M po/wesnoth-l/uk.po
    M po/wesnoth-l/vi.po
    M po/wesnoth-l/wesnoth-l.pot
    M po/wesnoth-l/zh_CN.po
    M po/wesnoth-l/zh_TW.po
    M po/wesnoth-lib/LINGUAS
    M po/wesnoth-lib/af.po
    M po/wesnoth-lib/ang.po
    M po/wesnoth-lib/ang at latin.po
    M po/wesnoth-lib/ar.po
    A po/wesnoth-lib/ast.po
    M po/wesnoth-lib/bg.po
    M po/wesnoth-lib/ca.po
    M po/wesnoth-lib/ca_ES at valencia.po
    M po/wesnoth-lib/cs.po
    M po/wesnoth-lib/da.po
    M po/wesnoth-lib/de.po
    M po/wesnoth-lib/el.po
    M po/wesnoth-lib/en at shaw.po
    M po/wesnoth-lib/en_GB.po
    M po/wesnoth-lib/eo.po
    M po/wesnoth-lib/es.po
    M po/wesnoth-lib/et.po
    M po/wesnoth-lib/eu.po
    M po/wesnoth-lib/fi.po
    M po/wesnoth-lib/fr.po
    M po/wesnoth-lib/fur_IT.po
    M po/wesnoth-lib/ga.po
    M po/wesnoth-lib/gd.po
    M po/wesnoth-lib/gl.po
    M po/wesnoth-lib/he.po
    M po/wesnoth-lib/hr.po
    M po/wesnoth-lib/hu.po
    M po/wesnoth-lib/id.po
    M po/wesnoth-lib/is.po
    M po/wesnoth-lib/it.po
    M po/wesnoth-lib/ja.po
    M po/wesnoth-lib/ko.po
    M po/wesnoth-lib/la.po
    M po/wesnoth-lib/lt.po
    M po/wesnoth-lib/lv.po
    M po/wesnoth-lib/mk.po
    M po/wesnoth-lib/mr.po
    M po/wesnoth-lib/nb_NO.po
    M po/wesnoth-lib/nl.po
    M po/wesnoth-lib/pl.po
    M po/wesnoth-lib/pt.po
    M po/wesnoth-lib/pt_BR.po
    M po/wesnoth-lib/racv.po
    M po/wesnoth-lib/ro.po
    M po/wesnoth-lib/ru.po
    M po/wesnoth-lib/sk.po
    M po/wesnoth-lib/sl.po
    M po/wesnoth-lib/sr.po
    M po/wesnoth-lib/sr at ijekavian.po
    M po/wesnoth-lib/sr at ijekavianlatin.po
    M po/wesnoth-lib/sr at latin.po
    M po/wesnoth-lib/sv.po
    M po/wesnoth-lib/tl.po
    M po/wesnoth-lib/tr.po
    M po/wesnoth-lib/uk.po
    M po/wesnoth-lib/vi.po
    M po/wesnoth-lib/wesnoth-lib.pot
    M po/wesnoth-lib/zh_CN.po
    M po/wesnoth-lib/zh_TW.po
    M po/wesnoth-low/LINGUAS
    M po/wesnoth-low/af.po
    M po/wesnoth-low/ang.po
    M po/wesnoth-low/ang at latin.po
    M po/wesnoth-low/ar.po
    A po/wesnoth-low/ast.po
    M po/wesnoth-low/bg.po
    M po/wesnoth-low/ca.po
    M po/wesnoth-low/ca_ES at valencia.po
    M po/wesnoth-low/cs.po
    M po/wesnoth-low/da.po
    M po/wesnoth-low/de.po
    M po/wesnoth-low/el.po
    M po/wesnoth-low/en at shaw.po
    M po/wesnoth-low/en_GB.po
    M po/wesnoth-low/eo.po
    M po/wesnoth-low/es.po
    M po/wesnoth-low/et.po
    M po/wesnoth-low/eu.po
    M po/wesnoth-low/fi.po
    M po/wesnoth-low/fr.po
    M po/wesnoth-low/fur_IT.po
    M po/wesnoth-low/ga.po
    M po/wesnoth-low/gd.po
    M po/wesnoth-low/gl.po
    M po/wesnoth-low/he.po
    M po/wesnoth-low/hr.po
    M po/wesnoth-low/hu.po
    M po/wesnoth-low/id.po
    M po/wesnoth-low/is.po
    M po/wesnoth-low/it.po
    M po/wesnoth-low/ja.po
    M po/wesnoth-low/ko.po
    M po/wesnoth-low/la.po
    M po/wesnoth-low/lt.po
    M po/wesnoth-low/lv.po
    M po/wesnoth-low/mk.po
    M po/wesnoth-low/mr.po
    M po/wesnoth-low/nb_NO.po
    M po/wesnoth-low/nl.po
    M po/wesnoth-low/pl.po
    M po/wesnoth-low/pt.po
    M po/wesnoth-low/pt_BR.po
    M po/wesnoth-low/racv.po
    M po/wesnoth-low/ro.po
    M po/wesnoth-low/ru.po
    M po/wesnoth-low/sk.po
    M po/wesnoth-low/sl.po
    M po/wesnoth-low/sr.po
    M po/wesnoth-low/sr at ijekavian.po
    M po/wesnoth-low/sr at ijekavianlatin.po
    M po/wesnoth-low/sr at latin.po
    M po/wesnoth-low/sv.po
    M po/wesnoth-low/tl.po
    M po/wesnoth-low/tr.po
    M po/wesnoth-low/uk.po
    M po/wesnoth-low/vi.po
    M po/wesnoth-low/wesnoth-low.pot
    M po/wesnoth-low/zh_CN.po
    M po/wesnoth-low/zh_TW.po
    M po/wesnoth-manpages/LINGUAS
    M po/wesnoth-manpages/af.po
    M po/wesnoth-manpages/ang.po
    M po/wesnoth-manpages/ang at latin.po
    M po/wesnoth-manpages/ar.po
    A po/wesnoth-manpages/ast.po
    M po/wesnoth-manpages/bg.po
    M po/wesnoth-manpages/ca.po
    M po/wesnoth-manpages/ca_ES at valencia.po
    M po/wesnoth-manpages/cs.po
    M po/wesnoth-manpages/da.po
    M po/wesnoth-manpages/de.po
    M po/wesnoth-manpages/el.po
    M po/wesnoth-manpages/en at shaw.po
    M po/wesnoth-manpages/en_GB.po
    M po/wesnoth-manpages/eo.po
    M po/wesnoth-manpages/es.po
    M po/wesnoth-manpages/et.po
    M po/wesnoth-manpages/eu.po
    M po/wesnoth-manpages/fi.po
    M po/wesnoth-manpages/fr.po
    M po/wesnoth-manpages/fur_IT.po
    M po/wesnoth-manpages/ga.po
    M po/wesnoth-manpages/gd.po
    M po/wesnoth-manpages/gl.po
    M po/wesnoth-manpages/he.po
    M po/wesnoth-manpages/hr.po
    M po/wesnoth-manpages/hu.po
    M po/wesnoth-manpages/id.po
    M po/wesnoth-manpages/it.po
    M po/wesnoth-manpages/ja.po
    M po/wesnoth-manpages/ko.po
    M po/wesnoth-manpages/la.po
    M po/wesnoth-manpages/lt.po
    M po/wesnoth-manpages/lv.po
    M po/wesnoth-manpages/mk.po
    M po/wesnoth-manpages/mr.po
    M po/wesnoth-manpages/nb_NO.po
    M po/wesnoth-manpages/nl.po
    M po/wesnoth-manpages/pl.po
    M po/wesnoth-manpages/pt.po
    M po/wesnoth-manpages/pt_BR.po
    M po/wesnoth-manpages/racv.po
    M po/wesnoth-manpages/ro.po
    M po/wesnoth-manpages/ru.po
    M po/wesnoth-manpages/sk.po
    M po/wesnoth-manpages/sl.po
    M po/wesnoth-manpages/sr.po
    M po/wesnoth-manpages/sr at ijekavian.po
    M po/wesnoth-manpages/sr at ijekavianlatin.po
    M po/wesnoth-manpages/sr at latin.po
    M po/wesnoth-manpages/sv.po
    M po/wesnoth-manpages/tl.po
    M po/wesnoth-manpages/tr.po
    M po/wesnoth-manpages/uk.po
    M po/wesnoth-manpages/vi.po
    M po/wesnoth-manpages/wesnoth-manpages.cfg
    M po/wesnoth-manpages/wesnoth-manpages.pot
    M po/wesnoth-manpages/zh_CN.po
    M po/wesnoth-manpages/zh_TW.po
    M po/wesnoth-manual/LINGUAS
    A po/wesnoth-manual/ast.po
    M po/wesnoth-manual/wesnoth-manual.cfg
    M po/wesnoth-manual/wesnoth-manual.pot
    M po/wesnoth-multiplayer/LINGUAS
    A po/wesnoth-multiplayer/ast.po
    M po/wesnoth-multiplayer/wesnoth-multiplayer.pot
    M po/wesnoth-nr/LINGUAS
    M po/wesnoth-nr/af.po
    M po/wesnoth-nr/ang.po
    M po/wesnoth-nr/ang at latin.po
    M po/wesnoth-nr/ar.po
    A po/wesnoth-nr/ast.po
    M po/wesnoth-nr/bg.po
    M po/wesnoth-nr/ca.po
    M po/wesnoth-nr/ca_ES at valencia.po
    M po/wesnoth-nr/cs.po
    M po/wesnoth-nr/da.po
    M po/wesnoth-nr/de.po
    M po/wesnoth-nr/el.po
    M po/wesnoth-nr/en at shaw.po
    M po/wesnoth-nr/en_GB.po
    M po/wesnoth-nr/eo.po
    M po/wesnoth-nr/es.po
    M po/wesnoth-nr/et.po
    M po/wesnoth-nr/eu.po
    M po/wesnoth-nr/fi.po
    M po/wesnoth-nr/fr.po
    M po/wesnoth-nr/fur_IT.po
    M po/wesnoth-nr/ga.po
    M po/wesnoth-nr/gd.po
    M po/wesnoth-nr/gl.po
    M po/wesnoth-nr/he.po
    M po/wesnoth-nr/hr.po
    M po/wesnoth-nr/hu.po
    M po/wesnoth-nr/id.po
    M po/wesnoth-nr/is.po
    M po/wesnoth-nr/it.po
    M po/wesnoth-nr/ja.po
    M po/wesnoth-nr/ko.po
    M po/wesnoth-nr/la.po
    M po/wesnoth-nr/lt.po
    M po/wesnoth-nr/lv.po
    M po/wesnoth-nr/mk.po
    M po/wesnoth-nr/mr.po
    M po/wesnoth-nr/nb_NO.po
    M po/wesnoth-nr/nl.po
    M po/wesnoth-nr/pl.po
    M po/wesnoth-nr/pt.po
    M po/wesnoth-nr/pt_BR.po
    M po/wesnoth-nr/racv.po
    M po/wesnoth-nr/ro.po
    M po/wesnoth-nr/ru.po
    M po/wesnoth-nr/sk.po
    M po/wesnoth-nr/sl.po
    M po/wesnoth-nr/sr.po
    M po/wesnoth-nr/sr at ijekavian.po
    M po/wesnoth-nr/sr at ijekavianlatin.po
    M po/wesnoth-nr/sr at latin.po
    M po/wesnoth-nr/sv.po
    M po/wesnoth-nr/tl.po
    M po/wesnoth-nr/tr.po
    M po/wesnoth-nr/uk.po
    M po/wesnoth-nr/vi.po
    M po/wesnoth-nr/wesnoth-nr.pot
    M po/wesnoth-nr/zh_CN.po
    M po/wesnoth-nr/zh_TW.po
    M po/wesnoth-sof/LINGUAS
    M po/wesnoth-sof/af.po
    M po/wesnoth-sof/ang.po
    M po/wesnoth-sof/ang at latin.po
    M po/wesnoth-sof/ar.po
    A po/wesnoth-sof/ast.po
    M po/wesnoth-sof/bg.po
    M po/wesnoth-sof/ca.po
    M po/wesnoth-sof/ca_ES at valencia.po
    M po/wesnoth-sof/cs.po
    M po/wesnoth-sof/da.po
    M po/wesnoth-sof/de.po
    M po/wesnoth-sof/el.po
    M po/wesnoth-sof/en at shaw.po
    M po/wesnoth-sof/en_GB.po
    M po/wesnoth-sof/eo.po
    M po/wesnoth-sof/es.po
    M po/wesnoth-sof/et.po
    M po/wesnoth-sof/eu.po
    M po/wesnoth-sof/fi.po
    M po/wesnoth-sof/fr.po
    M po/wesnoth-sof/fur_IT.po
    M po/wesnoth-sof/ga.po
    M po/wesnoth-sof/gd.po
    M po/wesnoth-sof/gl.po
    M po/wesnoth-sof/he.po
    M po/wesnoth-sof/hr.po
    M po/wesnoth-sof/hu.po
    M po/wesnoth-sof/id.po
    M po/wesnoth-sof/is.po
    M po/wesnoth-sof/it.po
    M po/wesnoth-sof/ja.po
    M po/wesnoth-sof/ko.po
    M po/wesnoth-sof/la.po
    M po/wesnoth-sof/lt.po
    M po/wesnoth-sof/lv.po
    M po/wesnoth-sof/mk.po
    M po/wesnoth-sof/mr.po
    M po/wesnoth-sof/nb_NO.po
    M po/wesnoth-sof/nl.po
    M po/wesnoth-sof/pl.po
    M po/wesnoth-sof/pt.po
    M po/wesnoth-sof/pt_BR.po
    M po/wesnoth-sof/racv.po
    M po/wesnoth-sof/ro.po
    M po/wesnoth-sof/ru.po
    M po/wesnoth-sof/sk.po
    M po/wesnoth-sof/sl.po
    M po/wesnoth-sof/sr.po
    M po/wesnoth-sof/sr at ijekavian.po
    M po/wesnoth-sof/sr at ijekavianlatin.po
    M po/wesnoth-sof/sr at latin.po
    M po/wesnoth-sof/sv.po
    M po/wesnoth-sof/tl.po
    M po/wesnoth-sof/tr.po
    M po/wesnoth-sof/uk.po
    M po/wesnoth-sof/vi.po
    M po/wesnoth-sof/wesnoth-sof.pot
    M po/wesnoth-sof/zh_CN.po
    M po/wesnoth-sof/zh_TW.po
    M po/wesnoth-sotbe/LINGUAS
    A po/wesnoth-sotbe/ast.po
    M po/wesnoth-sotbe/gl.po
    M po/wesnoth-sotbe/wesnoth-sotbe.pot
    M po/wesnoth-tb/LINGUAS
    A po/wesnoth-tb/ast.po
    M po/wesnoth-tb/gl.po
    M po/wesnoth-tb/wesnoth-tb.pot
    M po/wesnoth-test/LINGUAS
    A po/wesnoth-test/ast.po
    M po/wesnoth-test/wesnoth-test.pot
    M po/wesnoth-thot/LINGUAS
    A po/wesnoth-thot/ast.po
    M po/wesnoth-thot/gl.po
    M po/wesnoth-thot/wesnoth-thot.pot
    M po/wesnoth-trow/LINGUAS
    A po/wesnoth-trow/ast.po
    M po/wesnoth-trow/gl.po
    M po/wesnoth-trow/wesnoth-trow.pot
    M po/wesnoth-tsg/LINGUAS
    A po/wesnoth-tsg/ast.po
    M po/wesnoth-tsg/gl.po
    M po/wesnoth-tsg/wesnoth-tsg.pot
    M po/wesnoth-tutorial/LINGUAS
    M po/wesnoth-tutorial/af.po
    M po/wesnoth-tutorial/ang.po
    M po/wesnoth-tutorial/ang at latin.po
    M po/wesnoth-tutorial/ar.po
    A po/wesnoth-tutorial/ast.po
    M po/wesnoth-tutorial/bg.po
    M po/wesnoth-tutorial/ca.po
    M po/wesnoth-tutorial/ca_ES at valencia.po
    M po/wesnoth-tutorial/cs.po
    M po/wesnoth-tutorial/da.po
    M po/wesnoth-tutorial/de.po
    M po/wesnoth-tutorial/el.po
    M po/wesnoth-tutorial/en at shaw.po
    M po/wesnoth-tutorial/en_GB.po
    M po/wesnoth-tutorial/eo.po
    M po/wesnoth-tutorial/es.po
    M po/wesnoth-tutorial/et.po
    M po/wesnoth-tutorial/eu.po
    M po/wesnoth-tutorial/fi.po
    M po/wesnoth-tutorial/fr.po
    M po/wesnoth-tutorial/fur_IT.po
    M po/wesnoth-tutorial/ga.po
    M po/wesnoth-tutorial/gd.po
    M po/wesnoth-tutorial/gl.po
    M po/wesnoth-tutorial/he.po
    M po/wesnoth-tutorial/hr.po
    M po/wesnoth-tutorial/hu.po
    M po/wesnoth-tutorial/id.po
    M po/wesnoth-tutorial/is.po
    M po/wesnoth-tutorial/it.po
    M po/wesnoth-tutorial/ja.po
    M po/wesnoth-tutorial/ko.po
    M po/wesnoth-tutorial/la.po
    M po/wesnoth-tutorial/lt.po
    M po/wesnoth-tutorial/lv.po
    M po/wesnoth-tutorial/mk.po
    M po/wesnoth-tutorial/mr.po
    M po/wesnoth-tutorial/nb_NO.po
    M po/wesnoth-tutorial/nl.po
    M po/wesnoth-tutorial/pl.po
    M po/wesnoth-tutorial/pt.po
    M po/wesnoth-tutorial/pt_BR.po
    M po/wesnoth-tutorial/racv.po
    M po/wesnoth-tutorial/ro.po
    M po/wesnoth-tutorial/ru.po
    M po/wesnoth-tutorial/sk.po
    M po/wesnoth-tutorial/sl.po
    M po/wesnoth-tutorial/sr.po
    M po/wesnoth-tutorial/sr at ijekavian.po
    M po/wesnoth-tutorial/sr at ijekavianlatin.po
    M po/wesnoth-tutorial/sr at latin.po
    M po/wesnoth-tutorial/sv.po
    M po/wesnoth-tutorial/tl.po
    M po/wesnoth-tutorial/tr.po
    M po/wesnoth-tutorial/uk.po
    M po/wesnoth-tutorial/vi.po
    M po/wesnoth-tutorial/wesnoth-tutorial.pot
    M po/wesnoth-tutorial/zh_CN.po
    M po/wesnoth-tutorial/zh_TW.po
    M po/wesnoth-units/LINGUAS
    M po/wesnoth-units/af.po
    M po/wesnoth-units/ang.po
    M po/wesnoth-units/ang at latin.po
    M po/wesnoth-units/ar.po
    A po/wesnoth-units/ast.po
    M po/wesnoth-units/bg.po
    M po/wesnoth-units/ca.po
    M po/wesnoth-units/ca_ES at valencia.po
    M po/wesnoth-units/cs.po
    M po/wesnoth-units/da.po
    M po/wesnoth-units/de.po
    M po/wesnoth-units/el.po
    M po/wesnoth-units/en at shaw.po
    M po/wesnoth-units/en_GB.po
    M po/wesnoth-units/eo.po
    M po/wesnoth-units/es.po
    M po/wesnoth-units/et.po
    M po/wesnoth-units/eu.po
    M po/wesnoth-units/fi.po
    M po/wesnoth-units/fr.po
    M po/wesnoth-units/fur_IT.po
    M po/wesnoth-units/ga.po
    M po/wesnoth-units/gd.po
    M po/wesnoth-units/gl.po
    M po/wesnoth-units/he.po
    M po/wesnoth-units/hr.po
    M po/wesnoth-units/hu.po
    M po/wesnoth-units/id.po
    M po/wesnoth-units/is.po
    M po/wesnoth-units/it.po
    M po/wesnoth-units/ja.po
    M po/wesnoth-units/ko.po
    M po/wesnoth-units/la.po
    M po/wesnoth-units/lt.po
    M po/wesnoth-units/lv.po
    M po/wesnoth-units/mk.po
    M po/wesnoth-units/mr.po
    M po/wesnoth-units/nb_NO.po
    M po/wesnoth-units/nl.po
    M po/wesnoth-units/pl.po
    M po/wesnoth-units/pt.po
    M po/wesnoth-units/pt_BR.po
    M po/wesnoth-units/racv.po
    M po/wesnoth-units/ro.po
    M po/wesnoth-units/ru.po
    M po/wesnoth-units/sk.po
    M po/wesnoth-units/sl.po
    M po/wesnoth-units/sr.po
    M po/wesnoth-units/sr at ijekavian.po
    M po/wesnoth-units/sr at ijekavianlatin.po
    M po/wesnoth-units/sr at latin.po
    M po/wesnoth-units/sv.po
    M po/wesnoth-units/tl.po
    M po/wesnoth-units/tr.po
    M po/wesnoth-units/uk.po
    M po/wesnoth-units/vi.po
    M po/wesnoth-units/wesnoth-units.pot
    M po/wesnoth-units/zh_CN.po
    M po/wesnoth-units/zh_TW.po
    M po/wesnoth-utbs/LINGUAS
    M po/wesnoth-utbs/af.po
    M po/wesnoth-utbs/ang.po
    M po/wesnoth-utbs/ang at latin.po
    M po/wesnoth-utbs/ar.po
    A po/wesnoth-utbs/ast.po
    M po/wesnoth-utbs/bg.po
    M po/wesnoth-utbs/ca.po
    M po/wesnoth-utbs/ca_ES at valencia.po
    M po/wesnoth-utbs/cs.po
    M po/wesnoth-utbs/da.po
    M po/wesnoth-utbs/de.po
    M po/wesnoth-utbs/el.po
    M po/wesnoth-utbs/en at shaw.po
    M po/wesnoth-utbs/en_GB.po
    M po/wesnoth-utbs/eo.po
    M po/wesnoth-utbs/es.po
    M po/wesnoth-utbs/et.po
    M po/wesnoth-utbs/eu.po
    M po/wesnoth-utbs/fi.po
    M po/wesnoth-utbs/fr.po
    M po/wesnoth-utbs/fur_IT.po
    M po/wesnoth-utbs/ga.po
    M po/wesnoth-utbs/gd.po
    M po/wesnoth-utbs/gl.po
    M po/wesnoth-utbs/he.po
    M po/wesnoth-utbs/hr.po
    M po/wesnoth-utbs/hu.po
    M po/wesnoth-utbs/id.po
    M po/wesnoth-utbs/is.po
    M po/wesnoth-utbs/it.po
    M po/wesnoth-utbs/ja.po
    M po/wesnoth-utbs/ko.po
    M po/wesnoth-utbs/la.po
    M po/wesnoth-utbs/lt.po
    M po/wesnoth-utbs/lv.po
    M po/wesnoth-utbs/mk.po
    M po/wesnoth-utbs/mr.po
    M po/wesnoth-utbs/nb_NO.po
    M po/wesnoth-utbs/nl.po
    M po/wesnoth-utbs/pl.po
    M po/wesnoth-utbs/pt.po
    M po/wesnoth-utbs/pt_BR.po
    M po/wesnoth-utbs/racv.po
    M po/wesnoth-utbs/ro.po
    M po/wesnoth-utbs/ru.po
    M po/wesnoth-utbs/sk.po
    M po/wesnoth-utbs/sl.po
    M po/wesnoth-utbs/sr.po
    M po/wesnoth-utbs/sr at ijekavian.po
    M po/wesnoth-utbs/sr at ijekavianlatin.po
    M po/wesnoth-utbs/sr at latin.po
    M po/wesnoth-utbs/sv.po
    M po/wesnoth-utbs/tl.po
    M po/wesnoth-utbs/tr.po
    M po/wesnoth-utbs/uk.po
    M po/wesnoth-utbs/vi.po
    M po/wesnoth-utbs/wesnoth-utbs.pot
    M po/wesnoth-utbs/zh_CN.po
    M po/wesnoth-utbs/zh_TW.po
    M po/wesnoth/LINGUAS
    M po/wesnoth/af.po
    M po/wesnoth/ang.po
    M po/wesnoth/ang at latin.po
    M po/wesnoth/ar.po
    A po/wesnoth/ast.po
    M po/wesnoth/bg.po
    M po/wesnoth/ca.po
    M po/wesnoth/ca_ES at valencia.po
    M po/wesnoth/cs.po
    M po/wesnoth/da.po
    M po/wesnoth/de.po
    M po/wesnoth/el.po
    M po/wesnoth/en at shaw.po
    M po/wesnoth/en_GB.po
    M po/wesnoth/eo.po
    M po/wesnoth/es.po
    M po/wesnoth/et.po
    M po/wesnoth/eu.po
    M po/wesnoth/fi.po
    M po/wesnoth/fr.po
    M po/wesnoth/fur_IT.po
    M po/wesnoth/ga.po
    M po/wesnoth/gd.po
    M po/wesnoth/gl.po
    M po/wesnoth/he.po
    M po/wesnoth/hr.po
    M po/wesnoth/hu.po
    M po/wesnoth/id.po
    M po/wesnoth/is.po
    M po/wesnoth/it.po
    M po/wesnoth/ja.po
    M po/wesnoth/ko.po
    M po/wesnoth/la.po
    M po/wesnoth/lt.po
    M po/wesnoth/lv.po
    M po/wesnoth/mk.po
    M po/wesnoth/mr.po
    M po/wesnoth/nb_NO.po
    M po/wesnoth/nl.po
    M po/wesnoth/pl.po
    M po/wesnoth/pt.po
    M po/wesnoth/pt_BR.po
    M po/wesnoth/racv.po
    M po/wesnoth/ro.po
    M po/wesnoth/ru.po
    M po/wesnoth/sk.po
    M po/wesnoth/sl.po
    M po/wesnoth/sr.po
    M po/wesnoth/sr at ijekavian.po
    M po/wesnoth/sr at ijekavianlatin.po
    M po/wesnoth/sr at latin.po
    M po/wesnoth/sv.po
    M po/wesnoth/tl.po
    M po/wesnoth/tr.po
    M po/wesnoth/uk.po
    M po/wesnoth/vi.po
    M po/wesnoth/wesnoth.pot
    M po/wesnoth/zh_CN.po
    M po/wesnoth/zh_TW.po
    M projectfiles/CodeBlocks/README.md
    M projectfiles/CodeBlocks/wesnoth.cbp
    M projectfiles/VC9/wesnoth.vcproj
    M projectfiles/Xcode/Info.plist
    M projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj
    M src/CMakeLists.txt
    M src/SConscript
    M src/about.cpp
    M src/about.hpp
    M src/actions/attack.cpp
    M src/actions/create.cpp
    M src/actions/undo.cpp
    M src/actions/undo_move_action.cpp
    M src/actions/undo_recall_action.cpp
    M src/actions/undo_recruit_action.cpp
    M src/actions/unit_creator.cpp
    M src/addon/client.cpp
    M src/addon/client.hpp
    M src/addon/manager.cpp
    M src/addon/manager_ui.cpp
    M src/addon/manager_ui.hpp
    M src/ai/contexts.cpp
    M src/ai/default/ai.cpp
    M src/attack_prediction_display.cpp
    M src/config.cpp
    M src/config.hpp
    M src/config_cache.cpp
    M src/config_cache.hpp
    M src/construct_dialog.cpp
    M src/construct_dialog.hpp
    M src/controller_base.cpp
    M src/desktop/notifications.cpp
    M src/desktop/notifications.hpp
    M src/desktop/windows_tray_notification.cpp
    M src/dialogs.cpp
    M src/dialogs.hpp
    M src/display.cpp
    M src/display.hpp
    M src/editor/action/mouse/mouse_action.cpp
    M src/editor/action/mouse/mouse_action_item.cpp
    M src/editor/controller/editor_controller.cpp
    M src/editor/controller/editor_controller.hpp
    M src/editor/editor_main.cpp
    M src/editor/map/context_manager.cpp
    M src/events.cpp
    M src/filechooser.cpp
    M src/filechooser.hpp
    M src/filesystem.hpp
    M src/filesystem_boost.cpp
    M src/font.cpp
    M src/font.hpp
    M src/game_config_manager.cpp
    M src/game_config_manager.hpp
    M src/game_events/action_wml.cpp
    M src/game_events/wmi_container.cpp
    M src/game_initialization/connect_engine.cpp
    M src/game_initialization/create_engine.cpp
    M src/game_initialization/create_engine.hpp
    M src/game_initialization/mp_game_utils.cpp
    M src/game_initialization/mp_game_utils.hpp
    M src/game_initialization/mp_options.cpp
    M src/game_initialization/mp_options.hpp
    M src/game_initialization/multiplayer.cpp
    M src/game_initialization/multiplayer.hpp
    M src/game_initialization/multiplayer_configure.cpp
    M src/game_initialization/multiplayer_configure.hpp
    M src/game_initialization/multiplayer_connect.cpp
    M src/game_initialization/multiplayer_connect.hpp
    M src/game_initialization/multiplayer_create.cpp
    M src/game_initialization/multiplayer_create.hpp
    M src/game_initialization/multiplayer_lobby.cpp
    M src/game_initialization/multiplayer_lobby.hpp
    M src/game_initialization/multiplayer_ui.cpp
    M src/game_initialization/multiplayer_ui.hpp
    M src/game_initialization/multiplayer_wait.cpp
    M src/game_initialization/multiplayer_wait.hpp
    M src/game_initialization/playcampaign.cpp
    M src/game_initialization/playcampaign.hpp
    M src/game_initialization/singleplayer.cpp
    M src/game_initialization/singleplayer.hpp
    M src/game_launcher.cpp
    M src/game_launcher.hpp
    M src/game_preferences.cpp
    M src/game_preferences.hpp
    M src/game_preferences_display.cpp
    M src/generators/default_map_generator.cpp
    M src/generators/default_map_generator.hpp
    M src/generators/lua_map_generator.cpp
    M src/generators/lua_map_generator.hpp
    M src/generators/map_generator.cpp
    M src/generators/map_generator.hpp
    M src/gui/auxiliary/event/distributor.cpp
    A src/gui/auxiliary/widget_definition/combobox.cpp
    A src/gui/auxiliary/widget_definition/combobox.hpp
    M src/gui/auxiliary/window_builder.cpp
    M src/gui/auxiliary/window_builder.hpp
    A src/gui/auxiliary/window_builder/combobox.cpp
    A src/gui/auxiliary/window_builder/combobox.hpp
    M src/gui/auxiliary/window_builder/control.cpp
    M src/gui/dialogs/addon_connect.cpp
    M src/gui/dialogs/addon_connect.hpp
    M src/gui/dialogs/campaign_difficulty.cpp
    M src/gui/dialogs/campaign_selection.cpp
    A src/gui/dialogs/drop_down_list.cpp
    A src/gui/dialogs/drop_down_list.hpp
    M src/gui/dialogs/editor/custom_tod.cpp
    M src/gui/dialogs/editor_generate_map.cpp
    M src/gui/dialogs/game_cache_options.cpp
    M src/gui/dialogs/game_cache_options.hpp
    M src/gui/dialogs/helper.hpp
    M src/gui/dialogs/lobby_main.cpp
    M src/gui/dialogs/lobby_main.hpp
    M src/gui/dialogs/lua_interpreter.cpp
    M src/gui/dialogs/mp_connect.cpp
    A src/gui/dialogs/preferences_dialog.cpp
    A src/gui/dialogs/preferences_dialog.hpp
    A src/gui/dialogs/select_orb_colors.cpp
    A src/gui/dialogs/select_orb_colors.hpp
    M src/gui/dialogs/synced_choice_wait.cpp
    M src/gui/dialogs/synced_choice_wait.hpp
    M src/gui/dialogs/title_screen.cpp
    M src/gui/dialogs/title_screen.hpp
    M src/gui/dialogs/transient_message.cpp
    M src/gui/dialogs/unit_attack.cpp
    M src/gui/dialogs/unit_attack.hpp
    M src/gui/dialogs/unit_create.cpp
    A src/gui/widgets/combobox.cpp
    A src/gui/widgets/combobox.hpp
    M src/gui/widgets/control.cpp
    M src/gui/widgets/grid.cpp
    M src/gui/widgets/grid.hpp
    M src/gui/widgets/horizontal_scrollbar.cpp
    M src/gui/widgets/horizontal_scrollbar.hpp
    M src/gui/widgets/image.hpp
    M src/gui/widgets/label.hpp
    M src/gui/widgets/listbox.cpp
    M src/gui/widgets/listbox.hpp
    M src/gui/widgets/scrollbar.cpp
    M src/gui/widgets/scrollbar.hpp
    M src/gui/widgets/scrollbar_container.cpp
    M src/gui/widgets/scrollbar_container.hpp
    M src/gui/widgets/slider.cpp
    M src/gui/widgets/slider.hpp
    M src/gui/widgets/text_box.hpp
    M src/gui/widgets/tree_view.cpp
    M src/gui/widgets/tree_view.hpp
    M src/gui/widgets/tree_view_node.cpp
    M src/gui/widgets/tree_view_node.hpp
    M src/gui/widgets/vertical_scrollbar.cpp
    M src/gui/widgets/vertical_scrollbar.hpp
    M src/gui/widgets/widget.cpp
    M src/gui/widgets/widget.hpp
    M src/gui/widgets/window.cpp
    M src/gui/widgets/window.hpp
    M src/help/help.cpp
    M src/help/help.hpp
    M src/help/help_browser.cpp
    M src/help/help_browser.hpp
    M src/help/help_button.cpp
    M src/help/help_button.hpp
    M src/help/help_impl.cpp
    M src/help/help_topic_generators.cpp
    M src/hotkey/command_executor.cpp
    M src/hotkey/command_executor.hpp
    M src/hotkey/hotkey_item.hpp
    M src/hotkey/hotkey_preferences_display.cpp
    M src/hotkey_handler.cpp
    M src/hotkey_handler.hpp
    M src/image_modifications.hpp
    M src/intro.cpp
    M src/intro.hpp
    M src/leader_scroll_dialog.hpp
    M src/loadscreen.cpp
    M src/lobby_preferences.cpp
    M src/make_enum.hpp
    M src/map_location.hpp
    M src/marked-up_text.cpp
    M src/menu_events.cpp
    M src/mouse_events.cpp
    M src/mouse_events.hpp
    M src/overlay.hpp
    M src/pathfind/astarsearch.cpp
    M src/pathfind/pathfind.hpp
    M src/play_controller.cpp
    M src/play_controller.hpp
    M src/playmp_controller.cpp
    M src/playsingle_controller.cpp
    M src/playsingle_controller.hpp
    M src/preferences.cpp
    M src/preferences.hpp
    M src/preferences_display.cpp
    M src/preferences_display.hpp
    M src/quit_confirmation.cpp
    M src/reports.cpp
    M src/save_index.cpp
    M src/savegame.cpp
    M src/savegame.hpp
    M src/scripting/game_lua_kernel.cpp
    M src/scripting/lua_fileops.cpp
    M src/scripting/lua_fileops.hpp
    M src/scripting/lua_gui2.cpp
    M src/scripting/lua_kernel_base.cpp
    A src/scripting/lua_pathfind_cost_calculator.hpp
    M src/scripting/lua_team.cpp
    M src/scripting/mapgen_lua_kernel.cpp
    M src/scripting/mapgen_lua_kernel.hpp
    M src/scripting/push_check.hpp
    M src/sdl/compat.hpp
    M src/sdl/utils.hpp
    M src/serialization/preprocessor.cpp
    M src/serialization/string_utils.hpp
    M src/show_dialog.cpp
    M src/show_dialog.hpp
    M src/statistics_dialog.cpp
    M src/storyscreen/controller.hpp
    M src/storyscreen/render.cpp
    M src/synced_checkup.cpp
    M src/synced_commands.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/text.cpp
    M src/tooltips.cpp
    M src/unit.cpp
    M src/unit.hpp
    M src/unit_abilities.cpp
    M src/unit_animation.cpp
    M src/unit_filter.cpp
    M src/unit_helper.cpp
    M src/unit_types.cpp
    M src/unit_types.hpp
    M src/variable_info.cpp
    M src/video.cpp
    M src/video.hpp
    M src/wesnoth.cpp
    M src/widgets/combo.cpp
    M src/widgets/combo.hpp
    M src/widgets/combo_drag.cpp
    M src/widgets/combo_drag.hpp
    M src/widgets/slider.cpp
    M src/wml_exception.cpp
    M src/wml_exception.hpp
    M utils/pofix.py

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into guifixes

Conflicts:
	src/events.cpp
	src/hotkey/command_executor.hpp
	src/video.cpp

Resolved manually.


Compare: https://github.com/wesnoth/wesnoth/compare/a275ea9053d8...b8f18919dd6b


More information about the Commits mailing list