[Commits] [wesnoth/wesnoth] e9ded2: Initial commit

GitHub noreply at github.com
Tue May 31 17:49:23 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: e9ded202f242e79e2e0f24e7d615490d92a08e8c
      https://github.com/wesnoth/wesnoth/commit/e9ded202f242e79e2e0f24e7d615490d92a08e8c
  Author: Sergey Popov <loonycyborg at gmail.com>
  Date:   2013-05-23 (Thu, 23 May 2013)

  Changed paths:
    M SConstruct
    M src/server/server.cpp
    M src/server/server.hpp

  Log Message:
  -----------
  Initial commit

Status: nothing works except accepting and maintaining
connections. Most of old code is left commented or intact for easy
reference.


  Commit: 01aa127dfb6340721552659e79e649b3a8ebe1c8
      https://github.com/wesnoth/wesnoth/commit/01aa127dfb6340721552659e79e649b3a8ebe1c8
  Author: Sergey Popov <loonycyborg at gmail.com>
  Date:   2013-05-23 (Thu, 23 May 2013)

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

  Log Message:
  -----------
  Added support for relaying whispers.


  Commit: 4e6dadd81c42468a8df15fc1a90a03cda165474f
      https://github.com/wesnoth/wesnoth/commit/4e6dadd81c42468a8df15fc1a90a03cda165474f
  Author: Sergey Popov <loonycyborg at gmail.com>
  Date:   2013-05-23 (Thu, 23 May 2013)

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

  Log Message:
  -----------
  Enabled processing of /queries


  Commit: a71b8984a41cb3b1dc8bbe40cd37f648d7cbee6a
      https://github.com/wesnoth/wesnoth/commit/a71b8984a41cb3b1dc8bbe40cd37f648d7cbee6a
  Author: Sergey Popov <loonycyborg at gmail.com>
  Date:   2013-05-23 (Thu, 23 May 2013)

  Changed paths:
    A src/server/player_connection.hpp
    M src/server/server.cpp
    M src/server/server.hpp

  Log Message:
  -----------
  Moved typedef socket_ptr to a separate header.


  Commit: c7a95f2d4e06094b200d14d53787bc193d6b2f37
      https://github.com/wesnoth/wesnoth/commit/c7a95f2d4e06094b200d14d53787bc193d6b2f37
  Author: Sergey Popov <loonycyborg at gmail.com>
  Date:   2013-05-23 (Thu, 23 May 2013)

  Changed paths:
    M src/server/player_connection.hpp
    M src/server/server.cpp
    M src/server/server.hpp

  Log Message:
  -----------
  Implemented send_server_message helper function.


  Commit: 9eed9d2b5a175f5f6be83060af9128d49828cfb2
      https://github.com/wesnoth/wesnoth/commit/9eed9d2b5a175f5f6be83060af9128d49828cfb2
  Author: Sergey Popov <loonycyborg at gmail.com>
  Date:   2013-05-23 (Thu, 23 May 2013)

  Changed paths:
    M src/SConscript
    M src/server/player_connection.hpp
    A src/server/rooms.cpp
    A src/server/rooms.hpp
    M src/server/server.cpp
    M src/server/server.hpp

  Log Message:
  -----------
  Started implementing rooms.


  Commit: b3ee135898b00b9f364719c3c3dd038113eba343
      https://github.com/wesnoth/wesnoth/commit/b3ee135898b00b9f364719c3c3dd038113eba343
  Author: Sergey Popov <loonycyborg at gmail.com>
  Date:   2013-05-23 (Thu, 23 May 2013)

  Changed paths:
    M src/server/rooms.cpp

  Log Message:
  -----------
  Properly create rooms once per room name, not per player->room relation.


  Commit: d6098c303100ef7d6d6a33c5d5371e37c58aa6f8
      https://github.com/wesnoth/wesnoth/commit/d6098c303100ef7d6d6a33c5d5371e37c58aa6f8
  Author: Sergey Popov <loonycyborg at gmail.com>
  Date:   2013-05-23 (Thu, 23 May 2013)

  Changed paths:
    M src/server/rooms.cpp
    M src/server/rooms.hpp

  Log Message:
  -----------
  Implemented some more helper functions.


  Commit: a2e40d1553bf6269ba4dd0d5acc329e89ba656be
      https://github.com/wesnoth/wesnoth/commit/a2e40d1553bf6269ba4dd0d5acc329e89ba656be
  Author: Sergey Popov <loonycyborg at gmail.com>
  Date:   2013-05-23 (Thu, 23 May 2013)

  Changed paths:
    M src/server/rooms.cpp
    M src/server/rooms.hpp
    M src/server/server.cpp

  Log Message:
  -----------
  Handle remove of players from room list on disconnect.


  Commit: eda50d1d64922bf1b3a344229195717b4703941c
      https://github.com/wesnoth/wesnoth/commit/eda50d1d64922bf1b3a344229195717b4703941c
  Author: Sergey Popov <loonycyborg at gmail.com>
  Date:   2013-05-23 (Thu, 23 May 2013)

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

  Log Message:
  -----------
  Added support for relaying messages to rooms.


  Commit: 5c9518ed8ff37300469100db13f0d56954297b5e
      https://github.com/wesnoth/wesnoth/commit/5c9518ed8ff37300469100db13f0d56954297b5e
  Author: Sergey Popov <loonycyborg at gmail.com>
  Date:   2013-05-23 (Thu, 23 May 2013)

  Changed paths:
    M src/server/server.cpp

  Log Message:
  -----------
  Made new players actually join lobby.


  Commit: c6594a1b2730b86a0f16288b5e331da760a1ac8f
      https://github.com/wesnoth/wesnoth/commit/c6594a1b2730b86a0f16288b5e331da760a1ac8f
  Author: Sergey Popov <loonycyborg at gmail.com>
  Date:   2013-05-23 (Thu, 23 May 2013)

  Changed paths:
    M src/server/rooms.cpp
    M src/server/rooms.hpp

  Log Message:
  -----------
  Send proper WML on room joins.


  Commit: 94825f497745d236959bf14b1009e632b09a789d
      https://github.com/wesnoth/wesnoth/commit/94825f497745d236959bf14b1009e632b09a789d
  Author: Sergey Popov <loonycyborg at gmail.com>
  Date:   2013-05-23 (Thu, 23 May 2013)

  Changed paths:
    M src/server/server.cpp

  Log Message:
  -----------
  Properly send diffs to other clients on logins/disconnects.


  Commit: a12dd3394b8cbf697e79812054b9c99957861743
      https://github.com/wesnoth/wesnoth/commit/a12dd3394b8cbf697e79812054b9c99957861743
  Author: Sergey Popov <loonycyborg at gmail.com>
  Date:   2013-05-23 (Thu, 23 May 2013)

  Changed paths:
    M src/server/rooms.cpp
    M src/server/rooms.hpp
    M src/server/server.cpp
    M src/server/server.hpp

  Log Message:
  -----------
  Added support for setting/getting room topic.


  Commit: 6267446365b09b3c9e2a2dde7fac288ed62ba1b7
      https://github.com/wesnoth/wesnoth/commit/6267446365b09b3c9e2a2dde7fac288ed62ba1b7
  Author: Sergey Popov <loonycyborg at gmail.com>
  Date:   2013-05-23 (Thu, 23 May 2013)

  Changed paths:
    M src/server/server.cpp

  Log Message:
  -----------
  Implemented client_address() helper function...

...to handle errors from socket::remote_endpoint()


  Commit: 86899167e35c1c50ed72994a8463562db3a137fd
      https://github.com/wesnoth/wesnoth/commit/86899167e35c1c50ed72994a8463562db3a137fd
  Author: Sergey Popov <loonycyborg at gmail.com>
  Date:   2013-05-23 (Thu, 23 May 2013)

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

  Log Message:
  -----------
  Added a command line option to enable TCP keepalive.


  Commit: 7b0c8ea9cb3b8ac053d5241159ef0c0aeac35318
      https://github.com/wesnoth/wesnoth/commit/7b0c8ea9cb3b8ac053d5241159ef0c0aeac35318
  Author: Alexander van Gessel <ai0867 at gmail.com>
  Date:   2013-05-24 (Fri, 24 May 2013)

  Changed paths:
    M src/server/server.cpp

  Log Message:
  -----------
  Inherited members should be addressed with this->


  Commit: 7ee2cd2cd4be10530a8a1b6cd29b0e05002458d7
      https://github.com/wesnoth/wesnoth/commit/7ee2cd2cd4be10530a8a1b6cd29b0e05002458d7
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2015-07-31 (Fri, 31 Jul 2015)

  Changed paths:
    A .gitattributes
    M .gitignore
    A .travis.yml
    M CMakeLists.txt
    M Doxyfile
    M INSTALL
    R README
    A README.md
    M RELEASE_NOTES
    M SConstruct
    A attic/bar-energy-tinygui.png
    A attic/character-box.png
    A attic/hover-hex-enemy.png
    A attic/hover-hex-yours.png
    A attic/lobby_tiny.png
    A attic/map-editor-icon-Mac.png
    A attic/missing-image-trans.png
    A attic/spare_buttons/button_copper_H22-active-pressed.png
    A attic/spare_buttons/button_copper_H22-active-pressed at 2x.png
    A attic/spare_buttons/button_copper_H22-active.png
    A attic/spare_buttons/button_copper_H22-active at 2x.png
    A attic/spare_buttons/button_copper_H22-disabled.png
    A attic/spare_buttons/button_copper_H22-disabled at 2x.png
    A attic/spare_buttons/button_copper_H22-pressed.png
    A attic/spare_buttons/button_copper_H22-pressed at 2x.png
    A attic/spare_buttons/button_copper_H22.png
    A attic/spare_buttons/button_copper_H22 at 2x.png
    A attic/spare_buttons/button_small_copper_H22-active-pressed.png
    A attic/spare_buttons/button_small_copper_H22-active-pressed at 2x.png
    A attic/spare_buttons/button_small_copper_H22-active.png
    A attic/spare_buttons/button_small_copper_H22-active at 2x.png
    A attic/spare_buttons/button_small_copper_H22-disabled.png
    A attic/spare_buttons/button_small_copper_H22-disabled at 2x.png
    A attic/spare_buttons/button_small_copper_H22-pressed.png
    A attic/spare_buttons/button_small_copper_H22-pressed at 2x.png
    A attic/spare_buttons/button_small_copper_H22.png
    A attic/spare_buttons/button_small_copper_H22 at 2x.png
    A attic/spare_buttons/disabled/button_H22-disabled.png
    A attic/spare_buttons/disabled/button_H22-disabled at 2x.png
    A attic/spare_buttons/disabled/button_small_H22-disabled.png
    A attic/spare_buttons/disabled/button_small_H22-disabled at 2x.png
    A attic/spare_buttons/disabled/button_square_25-disabled-pressed.png
    A attic/spare_buttons/disabled/button_square_25-disabled.png
    A attic/spare_buttons/disabled/button_square_30-disabled-pressed.png
    A attic/spare_buttons/disabled/button_square_30-disabled.png
    A attic/spare_buttons/disabled/checkbox-disabled-pressed.png
    A attic/spare_buttons/disabled/checkbox-disabled-pressed at 2x.png
    A attic/spare_buttons/disabled/checkbox-disabled.png
    A attic/spare_buttons/disabled/checkbox-disabled at 2x.png
    A attic/spare_buttons/disabled/fold-arrow-disabled.png
    A attic/spare_buttons/disabled/fold-arrow-disabled at 2x.png
    A attic/spare_buttons/disabled/lite-disabled.png
    A attic/spare_buttons/disabled/menu_button_copper_H18-disabled.png
    A attic/spare_buttons/disabled/menu_button_copper_H18-disabled at 2x.png
    A attic/spare_buttons/disabled/menu_button_copper_H20-disabled.png
    A attic/spare_buttons/disabled/menu_button_copper_H20-disabled at 2x.png
    A attic/spare_buttons/disabled/menu_button_small_copper_H18-disabled.png
    A attic/spare_buttons/disabled/menu_button_small_copper_H18-disabled at 2x.png
    A attic/spare_buttons/disabled/menu_button_small_copper_H20-disabled.png
    A attic/spare_buttons/disabled/menu_button_small_copper_H20-disabled at 2x.png
    A attic/spare_buttons/disabled/radiobox-disabled-pressed.png
    A attic/spare_buttons/disabled/radiobox-disabled-pressed at 2x.png
    A attic/spare_buttons/disabled/radiobox-disabled.png
    A attic/spare_buttons/disabled/radiobox-disabled at 2x.png
    A attic/spare_buttons/disabled/scrollbottom-disabled.png
    A attic/spare_buttons/disabled/scrollbottom_transparent-disabled.png
    A attic/spare_buttons/disabled/scrollgroove-disabled-bottom.png
    A attic/spare_buttons/disabled/scrollgroove-disabled-horizontal.png
    A attic/spare_buttons/disabled/scrollgroove-disabled-left.png
    A attic/spare_buttons/disabled/scrollgroove-disabled-mid.png
    A attic/spare_buttons/disabled/scrollgroove-disabled-right.png
    A attic/spare_buttons/disabled/scrollgroove-disabled-top.png
    A attic/spare_buttons/disabled/scrollgroove_transparent-disabled-bottom.png
    A attic/spare_buttons/disabled/scrollgroove_transparent-disabled-horizontal.png
    A attic/spare_buttons/disabled/scrollgroove_transparent-disabled-left.png
    A attic/spare_buttons/disabled/scrollgroove_transparent-disabled-mid.png
    A attic/spare_buttons/disabled/scrollgroove_transparent-disabled-right.png
    A attic/spare_buttons/disabled/scrollgroove_transparent-disabled-top.png
    A attic/spare_buttons/disabled/scrollhorizontal-disabled.png
    A attic/spare_buttons/disabled/scrollhorizontal_transparent-disabled.png
    A attic/spare_buttons/disabled/scrollleft-disabled.png
    A attic/spare_buttons/disabled/scrollleft_transparent-disabled.png
    A attic/spare_buttons/disabled/scrollmid-disabled.png
    A attic/spare_buttons/disabled/scrollmid_transparent-disabled.png
    A attic/spare_buttons/disabled/scrollright-disabled.png
    A attic/spare_buttons/disabled/scrollright_transparent-disabled.png
    A attic/spare_buttons/disabled/scrolltop-disabled.png
    A attic/spare_buttons/disabled/scrolltop_transparent-disabled.png
    A attic/spare_buttons/disabled/slider-disabled.png
    A attic/spare_buttons/disabled/slider-disabled at 2x.png
    A attic/spare_buttons/disabled/slider_arrow_blue-disabled.png
    A attic/spare_buttons/disabled/slider_arrow_blue-disabled at 2x.png
    A attic/spare_buttons/disabled/slider_arrow_gold-disabled.png
    A attic/spare_buttons/disabled/slider_arrow_gold-disabled at 2x.png
    A attic/spare_buttons/disabled/unfold-arrow-disabled.png
    A attic/spare_buttons/disabled/unfold-arrow-disabled at 2x.png
    A attic/spare_buttons/menu_button_H18-active-pressed.png
    A attic/spare_buttons/menu_button_H18-active-pressed at 2x.png
    A attic/spare_buttons/menu_button_H18-active.png
    A attic/spare_buttons/menu_button_H18-active at 2x.png
    A attic/spare_buttons/menu_button_H18-disabled.png
    A attic/spare_buttons/menu_button_H18-disabled at 2x.png
    A attic/spare_buttons/menu_button_H18-pressed.png
    A attic/spare_buttons/menu_button_H18-pressed at 2x.png
    A attic/spare_buttons/menu_button_H18.png
    A attic/spare_buttons/menu_button_H18 at 2x.png
    A attic/spare_buttons/menu_button_H20-active-pressed.png
    A attic/spare_buttons/menu_button_H20-active-pressed at 2x.png
    A attic/spare_buttons/menu_button_H20-active.png
    A attic/spare_buttons/menu_button_H20-active at 2x.png
    A attic/spare_buttons/menu_button_H20-disabled.png
    A attic/spare_buttons/menu_button_H20-disabled at 2x.png
    A attic/spare_buttons/menu_button_H20-pressed.png
    A attic/spare_buttons/menu_button_H20-pressed at 2x.png
    A attic/spare_buttons/menu_button_H20.png
    A attic/spare_buttons/menu_button_H20 at 2x.png
    A attic/spare_buttons/menu_button_copper_H18-active-pressed.png
    A attic/spare_buttons/menu_button_copper_H18-active-pressed at 2x.png
    A attic/spare_buttons/menu_button_copper_H18-active.png
    A attic/spare_buttons/menu_button_copper_H18-active at 2x.png
    A attic/spare_buttons/menu_button_copper_H18-pressed.png
    A attic/spare_buttons/menu_button_copper_H18-pressed at 2x.png
    A attic/spare_buttons/menu_button_copper_H18.png
    A attic/spare_buttons/menu_button_copper_H18 at 2x.png
    A attic/spare_buttons/menu_button_small_H18-active-pressed.png
    A attic/spare_buttons/menu_button_small_H18-active-pressed at 2x.png
    A attic/spare_buttons/menu_button_small_H18-active.png
    A attic/spare_buttons/menu_button_small_H18-active at 2x.png
    A attic/spare_buttons/menu_button_small_H18-disabled.png
    A attic/spare_buttons/menu_button_small_H18-disabled at 2x.png
    A attic/spare_buttons/menu_button_small_H18-pressed.png
    A attic/spare_buttons/menu_button_small_H18-pressed at 2x.png
    A attic/spare_buttons/menu_button_small_H18.png
    A attic/spare_buttons/menu_button_small_H18 at 2x.png
    A attic/spare_buttons/menu_button_small_H20-active-pressed.png
    A attic/spare_buttons/menu_button_small_H20-active-pressed at 2x.png
    A attic/spare_buttons/menu_button_small_H20-active.png
    A attic/spare_buttons/menu_button_small_H20-active at 2x.png
    A attic/spare_buttons/menu_button_small_H20-disabled.png
    A attic/spare_buttons/menu_button_small_H20-disabled at 2x.png
    A attic/spare_buttons/menu_button_small_H20-pressed.png
    A attic/spare_buttons/menu_button_small_H20-pressed at 2x.png
    A attic/spare_buttons/menu_button_small_H20.png
    A attic/spare_buttons/menu_button_small_H20 at 2x.png
    A attic/spare_buttons/menu_button_small_copper_H18-active-pressed.png
    A attic/spare_buttons/menu_button_small_copper_H18-active-pressed at 2x.png
    A attic/spare_buttons/menu_button_small_copper_H18-active.png
    A attic/spare_buttons/menu_button_small_copper_H18-active at 2x.png
    A attic/spare_buttons/menu_button_small_copper_H18-pressed.png
    A attic/spare_buttons/menu_button_small_copper_H18-pressed at 2x.png
    A attic/spare_buttons/menu_button_small_copper_H18.png
    A attic/spare_buttons/menu_button_small_copper_H18 at 2x.png
    A attic/spare_buttons/transparent/scrollbottom_transparent-active.png
    A attic/spare_buttons/transparent/scrollbottom_transparent-pressed.png
    A attic/spare_buttons/transparent/scrollbottom_transparent.png
    A attic/spare_buttons/transparent/scrollgroove_transparent-bottom.png
    A attic/spare_buttons/transparent/scrollgroove_transparent-horizontal.png
    A attic/spare_buttons/transparent/scrollgroove_transparent-left.png
    A attic/spare_buttons/transparent/scrollgroove_transparent-mid.png
    A attic/spare_buttons/transparent/scrollgroove_transparent-right.png
    A attic/spare_buttons/transparent/scrollgroove_transparent-top.png
    A attic/spare_buttons/transparent/scrollhorizontal_transparent-active.png
    A attic/spare_buttons/transparent/scrollhorizontal_transparent-pressed.png
    A attic/spare_buttons/transparent/scrollhorizontal_transparent.png
    A attic/spare_buttons/transparent/scrollleft_transparent-active.png
    A attic/spare_buttons/transparent/scrollleft_transparent-pressed.png
    A attic/spare_buttons/transparent/scrollleft_transparent.png
    A attic/spare_buttons/transparent/scrollmid_transparent-active.png
    A attic/spare_buttons/transparent/scrollmid_transparent-pressed.png
    A attic/spare_buttons/transparent/scrollmid_transparent.png
    A attic/spare_buttons/transparent/scrollright_transparent-active.png
    A attic/spare_buttons/transparent/scrollright_transparent-pressed.png
    A attic/spare_buttons/transparent/scrollright_transparent.png
    A attic/spare_buttons/transparent/scrolltop_transparent-active.png
    A attic/spare_buttons/transparent/scrolltop_transparent-pressed.png
    A attic/spare_buttons/transparent/scrolltop_transparent.png
    A attic/topleft-corner.png
    A attic/topright-corner.png
    M changelog
    R cmake/FindFriBiDi.cmake
    A cmake/FindHistory.cmake
    M cmake/FindTranslationTools.cmake
    A cmake/FindVorbisFile.cmake
    M cmake/update_pot_source_dependencies.cmake
    M copyright
    A cwesnoth.cmd
    M data/_main.cfg
    M data/advanced_preferences.cfg
    M data/ai/ais/ai_default_rca.cfg
    A data/ai/ais/ai_default_rca_strong.cfg
    R data/ai/ais/ai_generic-rush.cfg
    A data/ai/ais/ai_generic_rush.cfg
    M data/ai/aliases/dev_multiplayer.cfg
    A data/ai/dev/ai_old_recruitment.cfg
    A data/ai/dev/ai_sf_with_rca.cfg
    M data/ai/dev/akihara_recruitment.cfg
    M data/ai/dev/formula_ai.cfg
    M data/ai/dev/formula_ai_poisoning.cfg
    M data/ai/dev/idle_ai.cfg
    M data/ai/dev/testing_recruiting.cfg
    M data/ai/formula/new_recruitment.fai
    M data/ai/lua/ai_helper.lua
    M data/ai/lua/battle_calcs.lua
    M data/ai/lua/dummy_engine_lua.lua
    R data/ai/lua/generic-recruit_engine.lua
    R data/ai/lua/generic-rush_engine.lua
    A data/ai/lua/generic_recruit_engine.lua
    A data/ai/lua/generic_rush_engine.lua
    A data/ai/lua/move_to_any_target.lua
    M data/ai/lua/retreat.lua
    R data/ai/micro_ais/ais/lurker_moves.fai
    R data/ai/micro_ais/ais/mai_animals_engine.lua
    R data/ai/micro_ais/ais/mai_bottleneck_defense_engine.lua
    R data/ai/micro_ais/ais/mai_goto_engine.lua
    R data/ai/micro_ais/ais/mai_guardian_engine.lua
    R data/ai/micro_ais/ais/mai_healer_support_engine.lua
    R data/ai/micro_ais/ais/mai_lurkers_engine.lua
    R data/ai/micro_ais/ais/mai_messenger_escort_engine.lua
    R data/ai/micro_ais/ais/mai_patrol_engine.lua
    R data/ai/micro_ais/ais/mai_protect_unit_engine.lua
    R data/ai/micro_ais/ais/mai_recruit_engine.lua
    R data/ai/micro_ais/ais/micro_ais_wml_tags.lua
    R data/ai/micro_ais/ais/priority_target_engine.lua
    R data/ai/micro_ais/ais/urudin_engine.lua
    A data/ai/micro_ais/cas/ca_big_animals.lua
    A data/ai/micro_ais/cas/ca_bottleneck_attack.lua
    A data/ai/micro_ais/cas/ca_bottleneck_move.lua
    A data/ai/micro_ais/cas/ca_coward.lua
    A data/ai/micro_ais/cas/ca_fast_combat.lua
    A data/ai/micro_ais/cas/ca_fast_move.lua
    A data/ai/micro_ais/cas/ca_forest_animals_move.lua
    A data/ai/micro_ais/cas/ca_forest_animals_new_rabbit.lua
    A data/ai/micro_ais/cas/ca_forest_animals_tusker_attack.lua
    A data/ai/micro_ais/cas/ca_forest_animals_tusklet_move.lua
    A data/ai/micro_ais/cas/ca_goto.lua
    A data/ai/micro_ais/cas/ca_hang_out.lua
    A data/ai/micro_ais/cas/ca_healer_initialize.lua
    A data/ai/micro_ais/cas/ca_healer_may_attack.lua
    A data/ai/micro_ais/cas/ca_healer_move.lua
    A data/ai/micro_ais/cas/ca_herding_attack_close_enemy.lua
    A data/ai/micro_ais/cas/ca_herding_dog_move.lua
    A data/ai/micro_ais/cas/ca_herding_dog_stopmove.lua
    A data/ai/micro_ais/cas/ca_herding_f_herding_area.lua
    A data/ai/micro_ais/cas/ca_herding_herd_sheep.lua
    A data/ai/micro_ais/cas/ca_herding_sheep_move.lua
    A data/ai/micro_ais/cas/ca_herding_sheep_runs_dog.lua
    A data/ai/micro_ais/cas/ca_herding_sheep_runs_enemy.lua
    A data/ai/micro_ais/cas/ca_hunter.lua
    A data/ai/micro_ais/cas/ca_lurkers.lua
    A data/ai/micro_ais/cas/ca_messenger_attack.lua
    A data/ai/micro_ais/cas/ca_messenger_escort_move.lua
    A data/ai/micro_ais/cas/ca_messenger_f_next_waypoint.lua
    A data/ai/micro_ais/cas/ca_messenger_move.lua
    A data/ai/micro_ais/cas/ca_patrol.lua
    A data/ai/micro_ais/cas/ca_protect_unit_attack.lua
    A data/ai/micro_ais/cas/ca_protect_unit_finish.lua
    A data/ai/micro_ais/cas/ca_protect_unit_move.lua
    A data/ai/micro_ais/cas/ca_recruit_random.lua
    A data/ai/micro_ais/cas/ca_recruit_rushers.lua
    A data/ai/micro_ais/cas/ca_return_guardian.lua
    A data/ai/micro_ais/cas/ca_simple_attack.lua
    A data/ai/micro_ais/cas/ca_stationed_guardian.lua
    A data/ai/micro_ais/cas/ca_swarm_move.lua
    A data/ai/micro_ais/cas/ca_swarm_scatter.lua
    A data/ai/micro_ais/cas/ca_wolves_move.lua
    A data/ai/micro_ais/cas/ca_wolves_multipacks_attack.lua
    A data/ai/micro_ais/cas/ca_wolves_multipacks_functions.lua
    A data/ai/micro_ais/cas/ca_wolves_multipacks_wander.lua
    A data/ai/micro_ais/cas/ca_wolves_wander.lua
    A data/ai/micro_ais/cas/ca_zone_guardian.lua
    A data/ai/micro_ais/engines/lurker_moves.fai
    A data/ai/micro_ais/engines/priority_target_engine.lua
    A data/ai/micro_ais/engines/urudin_engine.lua
    R data/ai/micro_ais/maps/bottleneck-defense.map
    A data/ai/micro_ais/maps/bottleneck_defense.map
    M data/ai/micro_ais/maps/goto.map
    R data/ai/micro_ais/maps/messenger-escort.map
    A data/ai/micro_ais/maps/messenger_escort.map
    R data/ai/micro_ais/maps/protect-unit.map
    A data/ai/micro_ais/maps/protect_unit.map
    A data/ai/micro_ais/micro_ai_helper.lua
    A data/ai/micro_ais/micro_ai_self_data.lua
    A data/ai/micro_ais/micro_ai_unit_variables.lua
    A data/ai/micro_ais/micro_ai_wml_tag.lua
    M data/ai/micro_ais/scenarios/The_Elves_Besieged.cfg
    M data/ai/micro_ais/scenarios/animals.cfg
    R data/ai/micro_ais/scenarios/bottleneck-defense.cfg
    A data/ai/micro_ais/scenarios/bottleneck_defense.cfg
    M data/ai/micro_ais/scenarios/dragon.cfg
    M data/ai/micro_ais/scenarios/goto.cfg
    M data/ai/micro_ais/scenarios/guardians.cfg
    A data/ai/micro_ais/scenarios/hang_out.cfg
    M data/ai/micro_ais/scenarios/healer_support.cfg
    M data/ai/micro_ais/scenarios/lurkers.cfg
    R data/ai/micro_ais/scenarios/messenger-escort.cfg
    A data/ai/micro_ais/scenarios/messenger_escort.cfg
    M data/ai/micro_ais/scenarios/patrols.cfg
    R data/ai/micro_ais/scenarios/protect-unit.cfg
    A data/ai/micro_ais/scenarios/protect_unit.cfg
    M data/ai/micro_ais/scenarios/recruiting.cfg
    R data/ai/micro_ais/scenarios/scenario-micro_ai.cfg
    A data/ai/micro_ais/scenarios/scenario_micro_ai.cfg
    A data/ai/micro_ais/scenarios/simple_attack.cfg
    M data/ai/micro_ais/scenarios/swarm.cfg
    M data/ai/micro_ais/scenarios/wolves.cfg
    M data/ai/scenarios/scenario-AI_Arena_small.cfg
    M data/ai/scenarios/scenario-lua-ai.cfg
    M data/ai/scenarios/scenario-no_engine.cfg
    M data/ai/utils/default_config.cfg
    R data/campaigns/An_Orcish_Incursion/images/.gitignore
    R data/campaigns/An_Orcish_Incursion/images/an-orcish-incursion-map.png
    R data/campaigns/An_Orcish_Incursion/images/l10n/de/an-orcish-incursion-map--overlay.png
    R data/campaigns/An_Orcish_Incursion/images/l10n/es/an-orcish-incursion-map--overlay.png
    R data/campaigns/An_Orcish_Incursion/images/l10n/fr/an-orcish-incursion-map--overlay.png
    R data/campaigns/An_Orcish_Incursion/images/l10n/gd/an-orcish-incursion-map--overlay.png
    R data/campaigns/An_Orcish_Incursion/images/l10n/hu/an-orcish-incursion-map--overlay.png
    R data/campaigns/An_Orcish_Incursion/images/l10n/it/an-orcish-incursion-map--overlay.png
    R data/campaigns/An_Orcish_Incursion/images/l10n/lt/an-orcish-incursion-map--overlay.png
    R data/campaigns/An_Orcish_Incursion/images/l10n/pt/an-orcish-incursion-map--overlay.png
    R data/campaigns/An_Orcish_Incursion/images/l10n/ru/an-orcish-incursion-map--overlay.png
    R data/campaigns/An_Orcish_Incursion/images/l10n/sr/an-orcish-incursion-map--overlay.png
    R data/campaigns/An_Orcish_Incursion/images/l10n/sr at ijekavian/an-orcish-incursion-map--overlay.png
    R data/campaigns/An_Orcish_Incursion/images/l10n/sr at ijekavianlatin/an-orcish-incursion-map--overlay.png
    R data/campaigns/An_Orcish_Incursion/images/l10n/sr at latin/an-orcish-incursion-map--overlay.png
    R data/campaigns/An_Orcish_Incursion/images/l10n/zh_CN/an-orcish-incursion-map--overlay.png
    A data/campaigns/An_Orcish_Incursion/images/maps/aoi.png
    A data/campaigns/An_Orcish_Incursion/images/maps/l10n/de/aoi--overlay.png
    A data/campaigns/An_Orcish_Incursion/images/maps/l10n/gd/aoi--overlay.png
    A data/campaigns/An_Orcish_Incursion/images/maps/l10n/gl/aoi--overlay.png
    A data/campaigns/An_Orcish_Incursion/images/maps/l10n/lt/aoi--overlay.png
    A data/campaigns/An_Orcish_Incursion/images/maps/l10n/pt/aoi--overlay.png
    M data/campaigns/An_Orcish_Incursion/maps/01_Defend_the_Forest.map
    M data/campaigns/An_Orcish_Incursion/maps/02_Assassins.map
    M data/campaigns/An_Orcish_Incursion/maps/03_Wasteland.map
    M data/campaigns/An_Orcish_Incursion/maps/04_Valley_of_Trolls.map
    M data/campaigns/An_Orcish_Incursion/maps/05_Linaera_the_Quick.map
    M data/campaigns/An_Orcish_Incursion/maps/06_A_Detour_through_the_Swamp.map
    M data/campaigns/An_Orcish_Incursion/maps/07_Showdown.map
    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
    A data/campaigns/An_Orcish_Incursion/utils/bigmap.cfg
    A data/campaigns/An_Orcish_Incursion/utils/characters.cfg
    M data/campaigns/An_Orcish_Incursion/utils/deaths.cfg
    R data/campaigns/An_Orcish_Incursion/utils/journey.cfg
    A data/campaigns/An_Orcish_Incursion/utils/macros.cfg
    M data/campaigns/Dead_Water/_main.cfg
    R data/campaigns/Dead_Water/images/dead-water-map.png
    R data/campaigns/Dead_Water/images/l10n/fr/dead-water-map--overlay.png
    R data/campaigns/Dead_Water/images/l10n/it/dead-water-map--overlay.png
    R data/campaigns/Dead_Water/images/l10n/lt/dead-water-map--overlay.png
    R data/campaigns/Dead_Water/images/l10n/pt/dead-water-map--overlay.png
    A data/campaigns/Dead_Water/images/maps/dw.png
    A data/campaigns/Dead_Water/images/maps/l10n/de/dw--overlay.png
    A data/campaigns/Dead_Water/images/maps/l10n/gl/dw--overlay.png
    A data/campaigns/Dead_Water/images/maps/l10n/pt/dw--overlay.png
    M data/campaigns/Dead_Water/scenarios/01_Invasion.cfg
    M data/campaigns/Dead_Water/scenarios/02_Flight.cfg
    M data/campaigns/Dead_Water/scenarios/03_Wolf_Coast.cfg
    M data/campaigns/Dead_Water/scenarios/04_Slavers.cfg
    M data/campaigns/Dead_Water/scenarios/05_Tirigaz.cfg
    M data/campaigns/Dead_Water/scenarios/06_Uncharted_Islands.cfg
    M data/campaigns/Dead_Water/scenarios/07_Bilheld.cfg
    M data/campaigns/Dead_Water/scenarios/08_Talking_to_Tyegea.cfg
    M data/campaigns/Dead_Water/scenarios/09_The_Mage.cfg
    M data/campaigns/Dead_Water/scenarios/10_The_Flaming_Sword.cfg
    M data/campaigns/Dead_Water/scenarios/11_Getting_Help.cfg
    M data/campaigns/Dead_Water/scenarios/12_Revenge.cfg
    M data/campaigns/Dead_Water/scenarios/13_Epilogue.cfg
    M data/campaigns/Dead_Water/units/Brawler.cfg
    M data/campaigns/Dead_Water/units/Child_King.cfg
    M data/campaigns/Dead_Water/units/Citizen.cfg
    M data/campaigns/Dead_Water/units/Kraken.cfg
    M data/campaigns/Dead_Water/units/Soldier_King.cfg
    M data/campaigns/Dead_Water/units/Warrior_King.cfg
    M data/campaigns/Dead_Water/units/Young_King.cfg
    A data/campaigns/Dead_Water/utils/bigmap.cfg
    M data/campaigns/Delfadors_Memoirs/_main.cfg
    M data/campaigns/Delfadors_Memoirs/images/portraits/old_delfador.png
    R data/campaigns/Delfadors_Memoirs/images/units/wose-shaman-attack-1.png
    R data/campaigns/Delfadors_Memoirs/images/units/wose-shaman-attack-2.png
    M data/campaigns/Delfadors_Memoirs/images/units/wose-shaman.png
    M data/campaigns/Delfadors_Memoirs/scenarios/01_Overture.cfg
    M data/campaigns/Delfadors_Memoirs/scenarios/02_This_Valley_Belongs_to_Me.cfg
    M data/campaigns/Delfadors_Memoirs/scenarios/03_The_Road_to_Weldyn.cfg
    M data/campaigns/Delfadors_Memoirs/scenarios/04_Leollyn.cfg
    M data/campaigns/Delfadors_Memoirs/scenarios/05_Council_in_Weldyn.cfg
    M data/campaigns/Delfadors_Memoirs/scenarios/06_Swamps_of_Illuven.cfg
    M data/campaigns/Delfadors_Memoirs/scenarios/07_Night_in_the_Swamp.cfg
    M data/campaigns/Delfadors_Memoirs/scenarios/08_Ur_Thorodor.cfg
    M data/campaigns/Delfadors_Memoirs/scenarios/09_Houses_of_the_Undead.cfg
    M data/campaigns/Delfadors_Memoirs/scenarios/10_The_Gate_Between_Worlds.cfg
    M data/campaigns/Delfadors_Memoirs/scenarios/11_Wasteland.cfg
    M data/campaigns/Delfadors_Memoirs/scenarios/12_Terror_at_the_Ford_of_Parthyn.cfg
    M data/campaigns/Delfadors_Memoirs/scenarios/13_The_Return_of_Trouble.cfg
    M data/campaigns/Delfadors_Memoirs/scenarios/14_Shadows.cfg
    M data/campaigns/Delfadors_Memoirs/scenarios/15_Save_the_King.cfg
    M data/campaigns/Delfadors_Memoirs/scenarios/16_Dark_Sky_Over_Weldyn.cfg
    M data/campaigns/Delfadors_Memoirs/scenarios/17_A_New_Ally.cfg
    M data/campaigns/Delfadors_Memoirs/scenarios/18_The_Portal_of_Doom.cfg
    M data/campaigns/Delfadors_Memoirs/scenarios/19_Showdown_in_the_Northern_Swamp.cfg
    M data/campaigns/Delfadors_Memoirs/scenarios/20_Prince_of_Wesnoth.cfg
    M data/campaigns/Delfadors_Memoirs/scenarios/21_Clash_at_the_Manor.cfg
    M data/campaigns/Delfadors_Memoirs/scenarios/22_Face_of_the_Enemy.cfg
    M data/campaigns/Delfadors_Memoirs/units/Wose_Shaman.cfg
    A data/campaigns/Delfadors_Memoirs/utils/bigmap.cfg
    M data/campaigns/Delfadors_Memoirs/utils/characters.cfg
    R data/campaigns/Delfadors_Memoirs/utils/journey.cfg
    M data/campaigns/Delfadors_Memoirs/utils/sides.cfg
    M data/campaigns/Descent_Into_Darkness/_main.cfg
    A data/campaigns/Descent_Into_Darkness/images/maps/did.png
    A data/campaigns/Descent_Into_Darkness/images/maps/l10n/de/did--overlay.png
    A data/campaigns/Descent_Into_Darkness/images/maps/l10n/gl/did--overlay.png
    A data/campaigns/Descent_Into_Darkness/images/maps/l10n/lt/did--overlay.png
    A data/campaigns/Descent_Into_Darkness/images/maps/l10n/pt/did--overlay.png
    R data/campaigns/Descent_Into_Darkness/images/misc/.gitignore
    R data/campaigns/Descent_Into_Darkness/images/misc/descent-into-darkness.png
    R data/campaigns/Descent_Into_Darkness/images/misc/l10n/de/descent-into-darkness--overlay.png
    R data/campaigns/Descent_Into_Darkness/images/misc/l10n/es/descent-into-darkness--overlay.png
    R data/campaigns/Descent_Into_Darkness/images/misc/l10n/fr/descent-into-darkness--overlay.png
    R data/campaigns/Descent_Into_Darkness/images/misc/l10n/hu/descent-into-darkness--overlay.png
    R data/campaigns/Descent_Into_Darkness/images/misc/l10n/it/descent-into-darkness--overlay.png
    R data/campaigns/Descent_Into_Darkness/images/misc/l10n/lt/descent-into-darkness--overlay.png
    R data/campaigns/Descent_Into_Darkness/images/misc/l10n/pt/descent-into-darkness--overlay.png
    R data/campaigns/Descent_Into_Darkness/images/misc/l10n/sr/descent-into-darkness--overlay.png
    R data/campaigns/Descent_Into_Darkness/images/misc/l10n/sr at ijekavian/descent-into-darkness--overlay.png
    R data/campaigns/Descent_Into_Darkness/images/misc/l10n/sr at ijekavianlatin/descent-into-darkness--overlay.png
    R data/campaigns/Descent_Into_Darkness/images/misc/l10n/sr at latin/descent-into-darkness--overlay.png
    R data/campaigns/Descent_Into_Darkness/images/misc/l10n/zh_CN/descent-into-darkness--overlay.png
    R data/campaigns/Descent_Into_Darkness/images/portraits/.gitignore
    R data/campaigns/Descent_Into_Darkness/images/units/.gitignore
    M data/campaigns/Descent_Into_Darkness/maps/01_Saving_Parthyn.map
    M data/campaigns/Descent_Into_Darkness/maps/02_Peaceful_Valley.map
    M data/campaigns/Descent_Into_Darkness/maps/03_A_Haunting_in_Winter.map
    M data/campaigns/Descent_Into_Darkness/maps/04_Beginning_of_the_Revenge.map
    M data/campaigns/Descent_Into_Darkness/maps/05_Orc_War.map
    M data/campaigns/Descent_Into_Darkness/maps/06_Return_to_Parthyn.map
    M data/campaigns/Descent_Into_Darkness/maps/07_A_Small_Favor.map
    M data/campaigns/Descent_Into_Darkness/maps/08_A_Small_Favor2.map
    M data/campaigns/Descent_Into_Darkness/maps/09_A_Small_Favor3.map
    M data/campaigns/Descent_Into_Darkness/maps/10_Alone_at_Last.map
    M data/campaigns/Descent_Into_Darkness/maps/11_Descent_into_Darkness.map
    M data/campaigns/Descent_Into_Darkness/maps/12_Endless_Night.map
    M data/campaigns/Descent_Into_Darkness/scenarios/01_Saving_Parthyn.cfg
    M data/campaigns/Descent_Into_Darkness/scenarios/02_Peaceful_Valley.cfg
    M data/campaigns/Descent_Into_Darkness/scenarios/03_A_Haunting_in_Winter.cfg
    M data/campaigns/Descent_Into_Darkness/scenarios/04_Beginning_of_the_Revenge.cfg
    M data/campaigns/Descent_Into_Darkness/scenarios/05_Orc_War.cfg
    M data/campaigns/Descent_Into_Darkness/scenarios/06_Return_to_Parthyn.cfg
    M data/campaigns/Descent_Into_Darkness/scenarios/07_A_Small_Favor.cfg
    M data/campaigns/Descent_Into_Darkness/scenarios/08_A_Small_Favor2.cfg
    M data/campaigns/Descent_Into_Darkness/scenarios/09_A_Small_Favor3.cfg
    M data/campaigns/Descent_Into_Darkness/scenarios/10_Alone_at_Last.cfg
    M data/campaigns/Descent_Into_Darkness/scenarios/11_Descent_into_Darkness.cfg
    M data/campaigns/Descent_Into_Darkness/scenarios/12_Endless_Night.cfg
    A data/campaigns/Descent_Into_Darkness/units/Apprentice_Mage.cfg
    A data/campaigns/Descent_Into_Darkness/units/Apprentice_Necromancer.cfg
    A data/campaigns/Descent_Into_Darkness/units/Dark_Adept.cfg
    A data/campaigns/Descent_Into_Darkness/units/Dark_Mage.cfg
    A data/campaigns/Descent_Into_Darkness/units/Dark_Sorcerer.cfg
    A data/campaigns/Descent_Into_Darkness/units/Frontier_Baroness.cfg
    R data/campaigns/Descent_Into_Darkness/units/apprentice-mage.cfg
    R data/campaigns/Descent_Into_Darkness/units/apprentice-necromancer.cfg
    R data/campaigns/Descent_Into_Darkness/units/dark-adept.cfg
    R data/campaigns/Descent_Into_Darkness/units/dark-mage.cfg
    R data/campaigns/Descent_Into_Darkness/units/dark-sorcerer.cfg
    R data/campaigns/Descent_Into_Darkness/units/frontier-baroness.cfg
    R data/campaigns/Descent_Into_Darkness/units/iceball.cfg
    R data/campaigns/Descent_Into_Darkness/units/lich.cfg
    A data/campaigns/Descent_Into_Darkness/utils/bigmap.cfg
    A data/campaigns/Descent_Into_Darkness/utils/characters.cfg
    M data/campaigns/Descent_Into_Darkness/utils/deaths.cfg
    R data/campaigns/Descent_Into_Darkness/utils/journey.cfg
    M data/campaigns/Descent_Into_Darkness/utils/macros.cfg
    M data/campaigns/Eastern_Invasion/_main.cfg
    A data/campaigns/Eastern_Invasion/ai/ca_ogres_flee.lua
    R data/campaigns/Eastern_Invasion/images/eastern-invasion-map.png
    R data/campaigns/Eastern_Invasion/images/l10n/de/eastern-invasion-map--overlay.png
    R data/campaigns/Eastern_Invasion/images/l10n/es/eastern-invasion-map--overlay.png
    R data/campaigns/Eastern_Invasion/images/l10n/fr/eastern-invasion-map--overlay.png
    R data/campaigns/Eastern_Invasion/images/l10n/hu/eastern-invasion-map--overlay.png
    R data/campaigns/Eastern_Invasion/images/l10n/it/eastern-invasion-map--overlay.png
    R data/campaigns/Eastern_Invasion/images/l10n/lt/eastern-invasion-map--overlay.png
    R data/campaigns/Eastern_Invasion/images/l10n/pt/eastern-invasion-map--overlay.png
    R data/campaigns/Eastern_Invasion/images/l10n/sr/eastern-invasion-map--overlay.png
    R data/campaigns/Eastern_Invasion/images/l10n/sr at ijekavian/eastern-invasion-map--overlay.png
    R data/campaigns/Eastern_Invasion/images/l10n/sr at ijekavianlatin/eastern-invasion-map--overlay.png
    R data/campaigns/Eastern_Invasion/images/l10n/sr at latin/eastern-invasion-map--overlay.png
    R data/campaigns/Eastern_Invasion/images/l10n/zh_CN/eastern-invasion-map--overlay.png
    A data/campaigns/Eastern_Invasion/images/maps/ei.png
    A data/campaigns/Eastern_Invasion/images/maps/l10n/de/ei--overlay.png
    A data/campaigns/Eastern_Invasion/images/maps/l10n/pt/ei--overlay.png
    A data/campaigns/Eastern_Invasion/images/misc/arcane-icon.png
    R data/campaigns/Eastern_Invasion/images/portraits/.gitignore
    A data/campaigns/Eastern_Invasion/images/portraits/disguise.png
    R data/campaigns/Eastern_Invasion/images/units/.gitignore
    A data/campaigns/Eastern_Invasion/images/units/undead-skeletal/boneknight.png
    A data/campaigns/Eastern_Invasion/images/units/undead-skeletal/rider-attack.png
    A data/campaigns/Eastern_Invasion/images/units/undead-skeletal/rider-defend.png
    A data/campaigns/Eastern_Invasion/images/units/undead-skeletal/rider-moving.png
    A data/campaigns/Eastern_Invasion/images/units/undead-skeletal/rider.png
    A data/campaigns/Eastern_Invasion/lua/bandits.lua
    M data/campaigns/Eastern_Invasion/maps/01_The_Outpost.map
    M data/campaigns/Eastern_Invasion/maps/02_The_Escape_Tunnel.map
    M data/campaigns/Eastern_Invasion/maps/03_An_Unexpected_Appearance.map
    M data/campaigns/Eastern_Invasion/maps/04a_An_Elven_Alliance.map
    M data/campaigns/Eastern_Invasion/maps/04b_The_Undead_Border_Patrol.map
    M data/campaigns/Eastern_Invasion/maps/04c_Mal-Ravanals_Capital.map
    M data/campaigns/Eastern_Invasion/maps/05_Northern_Outpost.map
    M data/campaigns/Eastern_Invasion/maps/06_Two_Paths.map
    M data/campaigns/Eastern_Invasion/maps/07a_The_Crossing.map
    M data/campaigns/Eastern_Invasion/maps/07b_Undead_Crossing.map
    M data/campaigns/Eastern_Invasion/maps/08_Training_the_Ogres.map
    M data/campaigns/Eastern_Invasion/maps/09_Xenophobia.map
    M data/campaigns/Eastern_Invasion/maps/10_Lake_Vrug.map
    M data/campaigns/Eastern_Invasion/maps/11_Captured.map
    M data/campaigns/Eastern_Invasion/maps/12_Evacuation.map
    M data/campaigns/Eastern_Invasion/maps/14_Approaching_Weldyn.map
    M data/campaigns/Eastern_Invasion/maps/16_Weldyn_under_Attack.map
    M data/campaigns/Eastern_Invasion/maps/17a_The_Duel.map
    M data/campaigns/Eastern_Invasion/maps/17b_Weldyn_Besieged.map
    M data/campaigns/Eastern_Invasion/maps/Throne_Room.map
    M data/campaigns/Eastern_Invasion/scenarios/01_The_Outpost.cfg
    M data/campaigns/Eastern_Invasion/scenarios/02_The_Escape_Tunnel.cfg
    M data/campaigns/Eastern_Invasion/scenarios/03_An_Unexpected_Appearance.cfg
    M data/campaigns/Eastern_Invasion/scenarios/04a_An_Elven_Alliance.cfg
    M data/campaigns/Eastern_Invasion/scenarios/04b_The_Undead_Border_Patrol.cfg
    M data/campaigns/Eastern_Invasion/scenarios/04c_Mal-Ravanals_Capital.cfg
    M data/campaigns/Eastern_Invasion/scenarios/05_Northern_Outpost.cfg
    M data/campaigns/Eastern_Invasion/scenarios/06_Two_Paths.cfg
    M data/campaigns/Eastern_Invasion/scenarios/07a_The_Crossing.cfg
    M data/campaigns/Eastern_Invasion/scenarios/07b_Undead_Crossing.cfg
    M data/campaigns/Eastern_Invasion/scenarios/08_Training_the_Ogres.cfg
    M data/campaigns/Eastern_Invasion/scenarios/09_Xenophobia.cfg
    M data/campaigns/Eastern_Invasion/scenarios/10_Lake_Vrug.cfg
    M data/campaigns/Eastern_Invasion/scenarios/11_Captured.cfg
    M data/campaigns/Eastern_Invasion/scenarios/12_Evacuation.cfg
    M data/campaigns/Eastern_Invasion/scenarios/13_The_Drowned_Plains.cfg
    M data/campaigns/Eastern_Invasion/scenarios/14_Approaching_Weldyn.cfg
    M data/campaigns/Eastern_Invasion/scenarios/15_The_Council.cfg
    M data/campaigns/Eastern_Invasion/scenarios/16_Weldyn_under_Attack.cfg
    M data/campaigns/Eastern_Invasion/scenarios/17a_The_Duel.cfg
    M data/campaigns/Eastern_Invasion/scenarios/17b_Weldyn_Besieged.cfg
    M data/campaigns/Eastern_Invasion/scenarios/18_Epilogue.cfg
    A data/campaigns/Eastern_Invasion/units/Bone_Knight.cfg
    M data/campaigns/Eastern_Invasion/units/Horse_Lord.cfg
    M data/campaigns/Eastern_Invasion/units/Lich_Lord.cfg
    M data/campaigns/Eastern_Invasion/units/Mounted_Fighter.cfg
    M data/campaigns/Eastern_Invasion/units/Mounted_Warrior.cfg
    A data/campaigns/Eastern_Invasion/units/Skeleton_Rider.cfg
    M data/campaigns/Eastern_Invasion/utils/animations.cfg
    A data/campaigns/Eastern_Invasion/utils/bigmap.cfg
    A data/campaigns/Eastern_Invasion/utils/character-definitions.cfg
    M data/campaigns/Eastern_Invasion/utils/deaths.cfg
    M data/campaigns/Eastern_Invasion/utils/final_battle.cfg
    R data/campaigns/Eastern_Invasion/utils/journey.cfg
    A data/campaigns/Eastern_Invasion/utils/macros.cfg
    A data/campaigns/Eastern_Invasion/utils/schedule.cfg
    A data/campaigns/Eastern_Invasion/utils/sound_sources.cfg
    M data/campaigns/Eastern_Invasion/utils/throneroom.cfg
    M data/campaigns/Heir_To_The_Throne/_main.cfg
    R data/campaigns/Heir_To_The_Throne/images/.gitignore
    A data/campaigns/Heir_To_The_Throne/images/maps/l10n/de/httt--overlay.png
    A data/campaigns/Heir_To_The_Throne/images/maps/l10n/gd/httt--overlay.png
    A data/campaigns/Heir_To_The_Throne/images/maps/l10n/gl/httt--overlay.png
    A data/campaigns/Heir_To_The_Throne/images/maps/l10n/lt/httt--overlay.png
    A data/campaigns/Heir_To_The_Throne/images/maps/l10n/pt/httt--overlay.png
    R data/campaigns/Heir_To_The_Throne/images/portraits/.gitignore
    A data/campaigns/Heir_To_The_Throne/images/portraits/asheviere-defeated.png
    A data/campaigns/Heir_To_The_Throne/images/portraits/asheviere-mad.png
    M data/campaigns/Heir_To_The_Throne/images/portraits/asheviere.png
    A data/campaigns/Heir_To_The_Throne/images/portraits/delfador-elvish-mad.png
    A data/campaigns/Heir_To_The_Throne/images/portraits/delfador-elvish-mentoring.png
    A data/campaigns/Heir_To_The_Throne/images/portraits/delfador-elvish.png
    A data/campaigns/Heir_To_The_Throne/images/portraits/delfador-mad.png
    A data/campaigns/Heir_To_The_Throne/images/portraits/delfador-mentoring.png
    M data/campaigns/Heir_To_The_Throne/images/portraits/delfador.png
    A data/campaigns/Heir_To_The_Throne/images/portraits/moremirmu.png
    R data/campaigns/Heir_To_The_Throne/images/story/.gitignore
    R data/campaigns/Heir_To_The_Throne/images/units/.gitignore
    M data/campaigns/Heir_To_The_Throne/scenarios/01_The_Elves_Besieged.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/02_Blackwater_Port.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/03_The_Isle_of_Alduin.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/04_The_Bay_of_Pearls.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/05a_Muff_Malal_Peninsula.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/05b_Isle_of_the_Damned.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/06_The_Siege_of_Elensefar.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/07_Crossroads.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/08_The_Princess_of_Wesnoth.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/09_The_Valley_of_Death.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/10_Gryphon_Mountain.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/11_The_Ford_of_Abez.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/12_Northern_Winter.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/13_The_Dwarven_Doors.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/14_Plunging_Into_the_Darkness.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/15_The_Lost_General.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/16_Hasty_Alliance.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/17_Scepter_of_Fire.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/18_A_Choice_Must_Be_Made.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/19a_Snow_Plains.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/19b_Swamp_Of_Dread.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/19c_Cliffs_of_Thoria.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/20a_North_Elves.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/20b_Underground_Channels.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/21_Elven_Council.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/22_Return_to_Wesnoth.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/23_Test_of_the_Clans.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/24_Battle_for_Wesnoth.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/25_HttT_Epilogue.cfg
    M data/campaigns/Heir_To_The_Throne/units/Battle_Princess.cfg
    M data/campaigns/Heir_To_The_Throne/units/Commander.cfg
    M data/campaigns/Heir_To_The_Throne/units/Dark_Queen.cfg
    M data/campaigns/Heir_To_The_Throne/units/Fighter.cfg
    M data/campaigns/Heir_To_The_Throne/units/Lord.cfg
    M data/campaigns/Heir_To_The_Throne/units/Princess.cfg
    M data/campaigns/Heir_To_The_Throne/units/Sea_Orc.cfg
    M data/campaigns/Heir_To_The_Throne/units/Sleeping_Gryphon.cfg
    A data/campaigns/Heir_To_The_Throne/utils/abilities.cfg
    M data/campaigns/Heir_To_The_Throne/utils/bigmap.cfg
    M data/campaigns/Heir_To_The_Throne/utils/deaths.cfg
    M data/campaigns/Heir_To_The_Throne/utils/httt_utils.cfg
    M data/campaigns/Legend_of_Wesmere/_main.cfg
    R data/campaigns/Legend_of_Wesmere/images/l10n/de/legend-of-wesmere-map--overlay.png
    R data/campaigns/Legend_of_Wesmere/images/l10n/es/legend-of-wesmere-map--overlay.png
    R data/campaigns/Legend_of_Wesmere/images/l10n/fr/legend-of-wesmere-map--overlay.png
    R data/campaigns/Legend_of_Wesmere/images/l10n/hu/legend-of-wesmere-map--overlay.png
    R data/campaigns/Legend_of_Wesmere/images/l10n/it/legend-of-wesmere-map--overlay.png
    A data/campaigns/Legend_of_Wesmere/images/l10n/low-map--overlay.png
    R data/campaigns/Legend_of_Wesmere/images/l10n/lt/legend-of-wesmere-map--overlay.png
    R data/campaigns/Legend_of_Wesmere/images/l10n/pt/legend-of-wesmere-map--overlay.png
    R data/campaigns/Legend_of_Wesmere/images/l10n/sr/legend-of-wesmere-map--overlay.png
    R data/campaigns/Legend_of_Wesmere/images/l10n/sr at ijekavian/legend-of-wesmere-map--overlay.png
    R data/campaigns/Legend_of_Wesmere/images/l10n/sr at ijekavianlatin/legend-of-wesmere-map--overlay.png
    R data/campaigns/Legend_of_Wesmere/images/l10n/sr at latin/legend-of-wesmere-map--overlay.png
    R data/campaigns/Legend_of_Wesmere/images/l10n/zh_CN/legend-of-wesmere-map--overlay.png
    R data/campaigns/Legend_of_Wesmere/images/legend-of-wesmere-map.png
    A data/campaigns/Legend_of_Wesmere/images/low-map.png
    A data/campaigns/Legend_of_Wesmere/images/units/monsters/great-ogre.png
    M data/campaigns/Legend_of_Wesmere/lua/replace_map.lua
    M data/campaigns/Legend_of_Wesmere/maps/02_Hostile_Mountains.map
    M data/campaigns/Legend_of_Wesmere/maps/04_The_Elvish_Treasury.map
    M data/campaigns/Legend_of_Wesmere/maps/06_Acquaintance_in_Need.map
    M data/campaigns/Legend_of_Wesmere/maps/09_Bounty_Hunters.map
    M data/campaigns/Legend_of_Wesmere/maps/10_Cliffs_of_Thoria.map
    M data/campaigns/Legend_of_Wesmere/maps/11_Battle_of_the_Book.map
    M data/campaigns/Legend_of_Wesmere/maps/14_Human_Alliance.map
    M data/campaigns/Legend_of_Wesmere/maps/16_The_Chief_Must_Die.map
    M data/campaigns/Legend_of_Wesmere/maps/23_End_of_War.map
    M data/campaigns/Legend_of_Wesmere/maps/Kalian.map
    M data/campaigns/Legend_of_Wesmere/maps/Kalian_map.cfg
    M data/campaigns/Legend_of_Wesmere/maps/Lintanir.map
    M data/campaigns/Legend_of_Wesmere/maps/North_Elves.map
    M data/campaigns/Legend_of_Wesmere/maps/Saurgrath.map
    M data/campaigns/Legend_of_Wesmere/masks/01_The_Uprooting.mask
    M data/campaigns/Legend_of_Wesmere/masks/03_Kalian_under_Attack.mask
    M data/campaigns/Legend_of_Wesmere/masks/05_The_Saurian_Treasury.mask
    M data/campaigns/Legend_of_Wesmere/masks/07_Elves_Last_Stand.mask
    M data/campaigns/Legend_of_Wesmere/masks/17_Breaking_the_Siege.mask
    M data/campaigns/Legend_of_Wesmere/masks/19_Costly_Revenge.mask
    M data/campaigns/Legend_of_Wesmere/masks/21_Elvish_Assassins.mask
    M data/campaigns/Legend_of_Wesmere/masks/22_Northern_Battle.mask
    R data/campaigns/Legend_of_Wesmere/scenarios/North_elves_utils.cfg
    R data/campaigns/Legend_of_Wesmere/scenarios/_main.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter1/02_Hostile_Mountains.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter1/03_Kalian_under_Attack.cfg
    R data/campaigns/Legend_of_Wesmere/scenarios/chapter1/Chapter_One_End.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter2/04_The_Elvish_Treasury.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter2/05_The_Saurian_Treasury.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter2/06_Acquaintance_in_Need.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter2/07_Elves_Last_Stand.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter2/08_Council_of_Hard_Choices.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter3/09_Bounty_Hunters.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter3/10_Cliffs_of_Thoria.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter3/11_Battle_of_the_Book.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter3/12_Revelations.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter4/13_News_from_the_Front.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter4/14_Human_Alliance.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter4/15_The_Treaty.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter4/16_The_Chief_Must_Die.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter4/16_The_Chief_Must_Die_utils.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter4/17_Breaking_the_Siege.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter4/18_Hour_of_Glory.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter5/19_Costly_Revenge.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter5/20_Council_Ruling.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter5/21_Elvish_Assassins.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter5/22_Northern_Battle.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter5/23_End_of_War.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter5/24_Epilogue.cfg
    A data/campaigns/Legend_of_Wesmere/units/Great_Ogre.cfg
    M data/campaigns/Legend_of_Wesmere/units/Horse_Archer.cfg
    R data/campaigns/Legend_of_Wesmere/utils/_main.cfg
    M data/campaigns/Legend_of_Wesmere/utils/abilities.cfg
    A data/campaigns/Legend_of_Wesmere/utils/bigmap.cfg
    M data/campaigns/Legend_of_Wesmere/utils/characters.cfg
    M data/campaigns/Legend_of_Wesmere/utils/deaths.cfg
    R data/campaigns/Legend_of_Wesmere/utils/journey.cfg
    M data/campaigns/Legend_of_Wesmere/utils/low-macros.cfg
    R data/campaigns/Liberty/images/.gitignore
    R data/campaigns/Liberty/images/attacks/.gitignore
    R data/campaigns/Liberty/images/halo/.gitignore
    R data/campaigns/Liberty/images/maps/.gitignore
    A data/campaigns/Liberty/images/maps/l10n/de/liberty--overlay.png
    R data/campaigns/Liberty/images/maps/l10n/de/liberty-map--overlay.png
    R data/campaigns/Liberty/images/maps/l10n/es/liberty-map--overlay.png
    R data/campaigns/Liberty/images/maps/l10n/fr/liberty-map--overlay.png
    A data/campaigns/Liberty/images/maps/l10n/gl/liberty--overlay.png
    R data/campaigns/Liberty/images/maps/l10n/hu/liberty-map--overlay.png
    R data/campaigns/Liberty/images/maps/l10n/it/liberty-map--overlay.png
    R data/campaigns/Liberty/images/maps/l10n/lt/liberty-map--overlay.png
    A data/campaigns/Liberty/images/maps/l10n/pt/liberty--overlay.png
    R data/campaigns/Liberty/images/maps/l10n/pt/liberty-map--overlay.png
    R data/campaigns/Liberty/images/maps/l10n/sr/liberty-map--overlay.png
    R data/campaigns/Liberty/images/maps/l10n/sr at ijekavian/liberty-map--overlay.png
    R data/campaigns/Liberty/images/maps/l10n/sr at ijekavianlatin/liberty-map--overlay.png
    R data/campaigns/Liberty/images/maps/l10n/sr at latin/liberty-map--overlay.png
    R data/campaigns/Liberty/images/maps/l10n/zh_CN/liberty-map--overlay.png
    R data/campaigns/Liberty/images/maps/liberty-map.png
    A data/campaigns/Liberty/images/maps/liberty.png
    R data/campaigns/Liberty/images/portraits/.gitignore
    R data/campaigns/Liberty/images/projectiles/.gitignore
    A data/campaigns/Liberty/images/projectiles/shadow-blast-n-1.png
    A data/campaigns/Liberty/images/projectiles/shadow-blast-n-2.png
    A data/campaigns/Liberty/images/projectiles/shadow-blast-n-3.png
    A data/campaigns/Liberty/images/projectiles/shadow-blast-ne-1.png
    A data/campaigns/Liberty/images/projectiles/shadow-blast-ne-2.png
    A data/campaigns/Liberty/images/projectiles/shadow-blast-ne-3.png
    R data/campaigns/Liberty/images/projectiles/shadowmissile-n.png
    R data/campaigns/Liberty/images/projectiles/shadowmissile-ne.png
    R data/campaigns/Liberty/images/story/.gitignore
    M data/campaigns/Liberty/images/units/human-outlaws/rogue-mage.png
    A data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-1.png
    A data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-2.png
    A data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-3.png
    A data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-4.png
    A data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-5.png
    A data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-6.png
    A data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-7.png
    M data/campaigns/Liberty/images/units/human-outlaws/shadow-lord.png
    A data/campaigns/Liberty/images/units/human-outlaws/shadow-mage-1.png
    A data/campaigns/Liberty/images/units/human-outlaws/shadow-mage-2.png
    A data/campaigns/Liberty/images/units/human-outlaws/shadow-mage-3.png
    A data/campaigns/Liberty/images/units/human-outlaws/shadow-mage-4.png
    A data/campaigns/Liberty/images/units/human-outlaws/shadow-mage-5.png
    M data/campaigns/Liberty/images/units/human-outlaws/shadow-mage.png
    M data/campaigns/Liberty/maps/01_The_Raid.map
    M data/campaigns/Liberty/scenarios/01_The_Raid.cfg
    M data/campaigns/Liberty/scenarios/02_Civil_Disobedience.cfg
    M data/campaigns/Liberty/scenarios/03_A_Strategy_Of_Hope.cfg
    M data/campaigns/Liberty/scenarios/04_Unlawful_Orders.cfg
    M data/campaigns/Liberty/scenarios/05_Hide_and_Seek.cfg
    M data/campaigns/Liberty/scenarios/06_The_Grey_Woods.cfg
    M data/campaigns/Liberty/scenarios/07_The_Hunters.cfg
    M data/campaigns/Liberty/scenarios/08_Glory.cfg
    M data/campaigns/Liberty/scenarios/09_Epilogue.cfg
    M data/campaigns/Liberty/units/Bone_Knight.cfg
    M data/campaigns/Liberty/units/Death_Squire.cfg
    M data/campaigns/Liberty/units/Rogue_Mage.cfg
    M data/campaigns/Liberty/units/Shadow_Lord.cfg
    M data/campaigns/Liberty/units/Shadow_Mage.cfg
    M data/campaigns/Liberty/units/Skeleton_Rider.cfg
    A data/campaigns/Liberty/utils/bigmap.cfg
    R data/campaigns/Liberty/utils/journey.cfg
    M data/campaigns/Liberty/utils/utils.cfg
    M data/campaigns/Northern_Rebirth/_main.cfg
    R data/campaigns/Northern_Rebirth/images/.gitignore
    A data/campaigns/Northern_Rebirth/images/maps/l10n/de/nr--overlay.png
    A data/campaigns/Northern_Rebirth/images/maps/l10n/gd/nr--overlay.png
    A data/campaigns/Northern_Rebirth/images/maps/l10n/gl/nr--overlay.png
    A data/campaigns/Northern_Rebirth/images/maps/l10n/lt/nr--overlay.png
    A data/campaigns/Northern_Rebirth/images/maps/l10n/pt/nr--overlay.png
    A data/campaigns/Northern_Rebirth/images/maps/nr.png
    R data/campaigns/Northern_Rebirth/images/portraits/.gitignore
    A data/campaigns/Northern_Rebirth/lua/respawn_utils.lua
    M data/campaigns/Northern_Rebirth/maps/01_Breaking_the_Chains.map
    A data/campaigns/Northern_Rebirth/maps/02_01_Infested_Caves.map
    A data/campaigns/Northern_Rebirth/maps/02_02_Meeting_With_Dwarves.map
    R data/campaigns/Northern_Rebirth/maps/02_Infested_Caves.map
    M data/campaigns/Northern_Rebirth/maps/03_To_the_Mines.map
    M data/campaigns/Northern_Rebirth/maps/04_Clearing_the_Mines.map
    A data/campaigns/Northern_Rebirth/maps/05a_01_The_Pursuit.map
    A data/campaigns/Northern_Rebirth/maps/05a_02_Dealings.map
    R data/campaigns/Northern_Rebirth/maps/05a_The_Pursuit.map
    M data/campaigns/Northern_Rebirth/maps/05b_Compelled.map
    M data/campaigns/Northern_Rebirth/maps/06a_Old_Friend.map
    M data/campaigns/Northern_Rebirth/maps/06b_Slave_of_the_Undead.map
    M data/campaigns/Northern_Rebirth/maps/07a_Settling_Disputes.map
    M data/campaigns/Northern_Rebirth/maps/07b_Protecting_the_Master.map
    M data/campaigns/Northern_Rebirth/maps/08a_Elvish_Princess.map
    M data/campaigns/Northern_Rebirth/maps/08b_Ray_of_Hope.map
    M data/campaigns/Northern_Rebirth/maps/09a_Introductions.map
    M data/campaigns/Northern_Rebirth/maps/09b_Judgment.map
    M data/campaigns/Northern_Rebirth/maps/10a_Stolen_Gold.map
    M data/campaigns/Northern_Rebirth/maps/11a_The_Eastern_Flank.map
    M data/campaigns/Northern_Rebirth/maps/12a_Get_the_Gold.map
    M data/campaigns/Northern_Rebirth/maps/13a_Showdown.map
    M data/campaigns/Northern_Rebirth/maps/14a_Epilogue.map
    M data/campaigns/Northern_Rebirth/scenarios/01_Breaking_the_Chains.cfg
    A data/campaigns/Northern_Rebirth/scenarios/02_01_Infested_Caves.cfg
    A data/campaigns/Northern_Rebirth/scenarios/02_02_Meeting_With_Dwarves.cfg
    R data/campaigns/Northern_Rebirth/scenarios/02_Infested_Caves.cfg
    M data/campaigns/Northern_Rebirth/scenarios/03_To_the_Mines.cfg
    M data/campaigns/Northern_Rebirth/scenarios/04_Clearing_the_Mines.cfg
    A data/campaigns/Northern_Rebirth/scenarios/05a_01_The_Pursuit.cfg
    A data/campaigns/Northern_Rebirth/scenarios/05a_02_Dealings.cfg
    R data/campaigns/Northern_Rebirth/scenarios/05a_The_Pursuit.cfg
    M data/campaigns/Northern_Rebirth/scenarios/05b_Compelled.cfg
    M data/campaigns/Northern_Rebirth/scenarios/06a_Old_Friend.cfg
    M data/campaigns/Northern_Rebirth/scenarios/06b_Slave_of_the_Undead.cfg
    M data/campaigns/Northern_Rebirth/scenarios/07a_Settling_Disputes.cfg
    M data/campaigns/Northern_Rebirth/scenarios/07b_Protecting_the_Master.cfg
    M data/campaigns/Northern_Rebirth/scenarios/08a_Elvish_Princess.cfg
    M data/campaigns/Northern_Rebirth/scenarios/08b_Ray_of_Hope.cfg
    M data/campaigns/Northern_Rebirth/scenarios/09a_Introductions.cfg
    M data/campaigns/Northern_Rebirth/scenarios/09b_Judgment.cfg
    M data/campaigns/Northern_Rebirth/scenarios/10a_Stolen_Gold.cfg
    M data/campaigns/Northern_Rebirth/scenarios/11a_The_Eastern_Flank.cfg
    M data/campaigns/Northern_Rebirth/scenarios/12a_Get_the_Gold.cfg
    M data/campaigns/Northern_Rebirth/scenarios/13a_Showdown.cfg
    M data/campaigns/Northern_Rebirth/scenarios/14a_Epilogue.cfg
    A data/campaigns/Northern_Rebirth/sounds/gate-fall.ogg
    A data/campaigns/Northern_Rebirth/utils/bigmap.cfg
    A data/campaigns/Northern_Rebirth/utils/characters.cfg
    M data/campaigns/Northern_Rebirth/utils/herodeaths.cfg
    R data/campaigns/Northern_Rebirth/utils/journey.cfg
    M data/campaigns/Northern_Rebirth/utils/utils.cfg
    A data/campaigns/Sceptre_of_Fire/images/maps/l10n/de/sof--overlay.png
    A data/campaigns/Sceptre_of_Fire/images/maps/l10n/gl/sof--overlay.png
    A data/campaigns/Sceptre_of_Fire/images/maps/l10n/pt/sof--overlay.png
    M data/campaigns/Sceptre_of_Fire/scenarios/1_A_Bargain_is_Struck.cfg
    M data/campaigns/Sceptre_of_Fire/scenarios/2_Closing_the_Gates.cfg
    M data/campaigns/Sceptre_of_Fire/scenarios/2t_In_the_Dwarven_City.cfg
    M data/campaigns/Sceptre_of_Fire/scenarios/3_Searching_for_the_Runecrafter.cfg
    M data/campaigns/Sceptre_of_Fire/scenarios/3t_The_Council_Regathers.cfg
    M data/campaigns/Sceptre_of_Fire/scenarios/4_Gathering_Materials.cfg
    M data/campaigns/Sceptre_of_Fire/scenarios/4t_The_Jeweler.cfg
    M data/campaigns/Sceptre_of_Fire/scenarios/5_Hills_of_the_Shorbear_Clan.cfg
    M data/campaigns/Sceptre_of_Fire/scenarios/6_Towards_the_Caves.cfg
    M data/campaigns/Sceptre_of_Fire/scenarios/7_Outriding_the_Outriders.cfg
    M data/campaigns/Sceptre_of_Fire/scenarios/8_The_Dragon.cfg
    M data/campaigns/Sceptre_of_Fire/scenarios/9_Caverns_of_Flame.cfg
    M data/campaigns/Sceptre_of_Fire/scenarios/Epilogue.cfg
    M data/campaigns/Sceptre_of_Fire/units/Dwarvish_Miner.cfg
    M data/campaigns/Sceptre_of_Fire/units/Haldric_II.cfg
    M data/campaigns/Sceptre_of_Fire/utils/bigmap.cfg
    A data/campaigns/Son_Of_The_Black_Eye/ai/ca_transport_S6.lua
    R data/campaigns/Son_Of_The_Black_Eye/images/l10n/fr/farnorth--overlay.png
    R data/campaigns/Son_Of_The_Black_Eye/images/l10n/hu/farnorth.png
    R data/campaigns/Son_Of_The_Black_Eye/images/l10n/it/farnorth--overlay.png
    R data/campaigns/Son_Of_The_Black_Eye/images/l10n/pt/farnorth--overlay.png
    R data/campaigns/Son_Of_The_Black_Eye/images/l10n/ru/farnorth--overlay.png
    R data/campaigns/Son_Of_The_Black_Eye/images/l10n/sr/farnorth--overlay.png
    R data/campaigns/Son_Of_The_Black_Eye/images/l10n/sr at ijekavian/farnorth--overlay.png
    R data/campaigns/Son_Of_The_Black_Eye/images/l10n/sr at ijekavianlatin/farnorth--overlay.png
    R data/campaigns/Son_Of_The_Black_Eye/images/l10n/sr at latin/farnorth--overlay.png
    A data/campaigns/Son_Of_The_Black_Eye/images/maps/l10n/de/sotbe--overlay.png
    A data/campaigns/Son_Of_The_Black_Eye/images/maps/l10n/gl/sotbe--overlay.png
    A data/campaigns/Son_Of_The_Black_Eye/images/maps/l10n/pt/sotbe--overlay.png
    A data/campaigns/Son_Of_The_Black_Eye/images/units/elder-orcish-shaman.png
    A data/campaigns/Son_Of_The_Black_Eye/images/units/novice-orcish-shaman.png
    R data/campaigns/Son_Of_The_Black_Eye/images/units/orcish-shaman-black-curse-1.png
    R data/campaigns/Son_Of_The_Black_Eye/images/units/orcish-shaman-black-defend.png
    R data/campaigns/Son_Of_The_Black_Eye/images/units/orcish-shaman-black-staff-1.png
    R data/campaigns/Son_Of_The_Black_Eye/images/units/orcish-shaman-black.png
    R data/campaigns/Son_Of_The_Black_Eye/images/units/orcish-shaman-red-curse-1.png
    R data/campaigns/Son_Of_The_Black_Eye/images/units/orcish-shaman-red-defend.png
    R data/campaigns/Son_Of_The_Black_Eye/images/units/orcish-shaman-red-staff-1.png
    R data/campaigns/Son_Of_The_Black_Eye/images/units/orcish-shaman-red.png
    R data/campaigns/Son_Of_The_Black_Eye/images/units/orcish-shaman-tan-curse-1.png
    R data/campaigns/Son_Of_The_Black_Eye/images/units/orcish-shaman-tan-defend.png
    R data/campaigns/Son_Of_The_Black_Eye/images/units/orcish-shaman-tan-staff-1.png
    R data/campaigns/Son_Of_The_Black_Eye/images/units/orcish-shaman-tan.png
    A data/campaigns/Son_Of_The_Black_Eye/images/units/orcish-shaman.png
    R data/campaigns/Son_Of_The_Black_Eye/images/units/orcish-watch-tower.png
    M data/campaigns/Son_Of_The_Black_Eye/maps/01_End_of_Peace.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/04_The_Siege_of_Barag_Gor.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/06_Black_Flag.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/07_The_Desert_of_Death.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/08_Silent_Forest.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/09_Shan_Taum_the_Smug.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/12_Giving_Some_Back.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/13_The_Dwarvish_Stand.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/14_Back_Home.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/15_Civil_War.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/16_The_Coward.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/17_The_Human_Attack.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/18_Northern_Alliance.map
    M data/campaigns/Son_Of_The_Black_Eye/scenarios/01_End_of_Peace.cfg
    M data/campaigns/Son_Of_The_Black_Eye/scenarios/02_The_Human_Army.cfg
    M data/campaigns/Son_Of_The_Black_Eye/scenarios/03_Toward_Mountains_of_Haag.cfg
    M data/campaigns/Son_Of_The_Black_Eye/scenarios/04_The_Siege_of_Barag_Gor.cfg
    M data/campaigns/Son_Of_The_Black_Eye/scenarios/05_To_the_Harbor_of_Tirigaz.cfg
    M data/campaigns/Son_Of_The_Black_Eye/scenarios/06_Black_Flag.cfg
    M data/campaigns/Son_Of_The_Black_Eye/scenarios/07_The_Desert_of_Death.cfg
    M data/campaigns/Son_Of_The_Black_Eye/scenarios/08_Silent_Forest.cfg
    M data/campaigns/Son_Of_The_Black_Eye/scenarios/09_Shan_Taum_the_Smug.cfg
    M data/campaigns/Son_Of_The_Black_Eye/scenarios/10_Saving_Inarix.cfg
    M data/campaigns/Son_Of_The_Black_Eye/scenarios/11_Clash_of_Armies.cfg
    M data/campaigns/Son_Of_The_Black_Eye/scenarios/12_Giving_Some_Back.cfg
    M data/campaigns/Son_Of_The_Black_Eye/scenarios/13_The_Dwarvish_Stand.cfg
    M data/campaigns/Son_Of_The_Black_Eye/scenarios/14_Back_Home.cfg
    M data/campaigns/Son_Of_The_Black_Eye/scenarios/15_Civil_War.cfg
    M data/campaigns/Son_Of_The_Black_Eye/scenarios/16_The_Coward.cfg
    M data/campaigns/Son_Of_The_Black_Eye/scenarios/17_The_Human_Attack.cfg
    M data/campaigns/Son_Of_The_Black_Eye/scenarios/18_Northern_Alliance.cfg
    M data/campaigns/Son_Of_The_Black_Eye/scenarios/19_Epilogue.cfg
    M data/campaigns/Son_Of_The_Black_Eye/units/Novice_Orcish_Shaman.cfg
    M data/campaigns/Son_Of_The_Black_Eye/units/Old_Orcish_Shaman.cfg
    M data/campaigns/Son_Of_The_Black_Eye/units/Orcish_Shaman.cfg
    R data/campaigns/Son_Of_The_Black_Eye/units/Watch_Tower.cfg
    M data/campaigns/Son_Of_The_Black_Eye/utils/bigmap.cfg
    M data/campaigns/Son_Of_The_Black_Eye/utils/deaths.cfg
    M data/campaigns/Son_Of_The_Black_Eye/utils/utils.cfg
    M data/campaigns/The_Hammer_of_Thursagan/_main.cfg
    A data/campaigns/The_Hammer_of_Thursagan/images/maps/l10n/de/thot--overlay.png
    A data/campaigns/The_Hammer_of_Thursagan/images/maps/l10n/gl/thot--overlay.png
    A data/campaigns/The_Hammer_of_Thursagan/images/maps/l10n/pt/thot--overlay.png
    A data/campaigns/The_Hammer_of_Thursagan/images/maps/thot.png
    A data/campaigns/The_Hammer_of_Thursagan/images/misc/righteous-flame-icon.png
    A data/campaigns/The_Hammer_of_Thursagan/images/units/karrag-unmasked.png
    A data/campaigns/The_Hammer_of_Thursagan/lua/spawns.lua
    M data/campaigns/The_Hammer_of_Thursagan/maps/01_At_the_East_Gate.map
    M data/campaigns/The_Hammer_of_Thursagan/maps/02_Reclaiming_the_Past.map
    M data/campaigns/The_Hammer_of_Thursagan/maps/03_Strange_Allies.map
    M data/campaigns/The_Hammer_of_Thursagan/maps/04_Troll_Bridge.map
    M data/campaigns/The_Hammer_of_Thursagan/maps/05_Invaders.map
    M data/campaigns/The_Hammer_of_Thursagan/maps/06_High_Pass.map
    M data/campaigns/The_Hammer_of_Thursagan/maps/07_Mages_and_Drakes.map
    M data/campaigns/The_Hammer_of_Thursagan/maps/08_Fear.map
    M data/campaigns/The_Hammer_of_Thursagan/maps/09_Forbidden_Forest.map
    M data/campaigns/The_Hammer_of_Thursagan/maps/10_The_Siege_of_Kal_Kartha.map
    M data/campaigns/The_Hammer_of_Thursagan/maps/11_The_Court_of_Karrag.map
    M data/campaigns/The_Hammer_of_Thursagan/maps/12_The_Underlevels.map
    A data/campaigns/The_Hammer_of_Thursagan/maps/13_Epilogue.map
    M data/campaigns/The_Hammer_of_Thursagan/scenarios/01_At_the_East_Gate.cfg
    M data/campaigns/The_Hammer_of_Thursagan/scenarios/02_Reclaiming_the_Past.cfg
    M data/campaigns/The_Hammer_of_Thursagan/scenarios/03_Strange_Allies.cfg
    M data/campaigns/The_Hammer_of_Thursagan/scenarios/04_Troll_Bridge.cfg
    M data/campaigns/The_Hammer_of_Thursagan/scenarios/05_Invaders.cfg
    M data/campaigns/The_Hammer_of_Thursagan/scenarios/06_High_Pass.cfg
    M data/campaigns/The_Hammer_of_Thursagan/scenarios/07_Mages_and_Drakes.cfg
    M data/campaigns/The_Hammer_of_Thursagan/scenarios/08_Fear.cfg
    M data/campaigns/The_Hammer_of_Thursagan/scenarios/09_Forbidden_Forest.cfg
    M data/campaigns/The_Hammer_of_Thursagan/scenarios/10_The_Siege_of_Kal_Kartha.cfg
    M data/campaigns/The_Hammer_of_Thursagan/scenarios/11_The_Court_of_Karrag.cfg
    M data/campaigns/The_Hammer_of_Thursagan/scenarios/12_The_Underlevels.cfg
    M data/campaigns/The_Hammer_of_Thursagan/scenarios/13_Epilogue.cfg
    A data/campaigns/The_Hammer_of_Thursagan/sounds/unlock.ogg
    M data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Annalist.cfg
    M data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Loremaster.cfg
    M data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Masked_Dragonguard.cfg
    M data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Masked_Fighter.cfg
    M data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Masked_Guardsman.cfg
    M data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Masked_Lord.cfg
    M data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Masked_Sentinel.cfg
    M data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Masked_Stalwart.cfg
    M data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Masked_Steelclad.cfg
    M data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Masked_Thunderer.cfg
    M data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Masked_Thunderguard.cfg
    M data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg
    M data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Witness.cfg
    M data/campaigns/The_Hammer_of_Thursagan/utils/abilities.cfg
    A data/campaigns/The_Hammer_of_Thursagan/utils/bigmap.cfg
    A data/campaigns/The_Hammer_of_Thursagan/utils/characters.cfg
    M data/campaigns/The_Hammer_of_Thursagan/utils/herodeaths.cfg
    R data/campaigns/The_Hammer_of_Thursagan/utils/journey.cfg
    M data/campaigns/The_Hammer_of_Thursagan/utils/macros.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/_main.cfg
    A data/campaigns/The_Rise_Of_Wesnoth/ai/ca_aggressive_attack_no_suicide.lua
    A data/campaigns/The_Rise_Of_Wesnoth/ai/ca_retreat.lua
    A data/campaigns/The_Rise_Of_Wesnoth/images/maps/great_continent.png
    A data/campaigns/The_Rise_Of_Wesnoth/images/maps/green_isle.png
    A data/campaigns/The_Rise_Of_Wesnoth/images/maps/l10n/de/green_isle--overlay.png
    A data/campaigns/The_Rise_Of_Wesnoth/images/maps/l10n/pt/green_isle--overlay.png
    R data/campaigns/The_Rise_Of_Wesnoth/images/story/east.png
    R data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/fr/east.png
    R data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/fr/tgi-blackmore.png
    R data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/fr/tgi-clearwater.png
    R data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/fr/tgi-jevyan.png
    R data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/fr/tgi-southbay.png
    R data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/fr/tgi-stormvale.png
    R data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/fr/tgi-thegreenisle.png
    R data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/fr/west.png
    A data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/gl/trow-logo.png
    R data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/hu/east.png
    R data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/hu/tgi-clearwater.png
    R data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/hu/tgi-southbay.png
    R data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/hu/tgi-thegreenisle.png
    R data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/hu/west.png
    R data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/pt/east.png
    R data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/pt/tgi-blackmore.png
    R data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/pt/tgi-clearwater.png
    R data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/pt/tgi-jevyan.png
    R data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/pt/tgi-southbay.png
    R data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/pt/tgi-stormvale.png
    R data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/pt/tgi-thegreenisle.png
    R data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/pt/west.png
    R data/campaigns/The_Rise_Of_Wesnoth/images/story/tgi-blackmore.png
    R data/campaigns/The_Rise_Of_Wesnoth/images/story/tgi-clearwater.png
    R data/campaigns/The_Rise_Of_Wesnoth/images/story/tgi-jevyan.png
    R data/campaigns/The_Rise_Of_Wesnoth/images/story/tgi-southbay.png
    R data/campaigns/The_Rise_Of_Wesnoth/images/story/tgi-stormvale.png
    R data/campaigns/The_Rise_Of_Wesnoth/images/story/tgi-thegreenisle.png
    R data/campaigns/The_Rise_Of_Wesnoth/images/story/the_great_continent.png
    R data/campaigns/The_Rise_Of_Wesnoth/images/story/the_green_isle.png
    R data/campaigns/The_Rise_Of_Wesnoth/images/story/west.png
    A data/campaigns/The_Rise_Of_Wesnoth/images/units/autumn-shyde.png
    M data/campaigns/The_Rise_Of_Wesnoth/maps/15_A_New_Land.map
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/01_A_Summer_of_Storms.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/02_The_Fall.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/03_A_Harrowing_Escape.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/04a_The_Swamp_of_Esten.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/04b_The_Midlands.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/05_The_Oldwood.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/06_Temple_in_the_Deep.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/07_Return_to_Oldwood.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/08_Clearwater_Port.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/09_Fallen_Lich_Point.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/10_Sewer_of_Southbay.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/11_Southbay_in_Winter.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/12_A_Final_Spring.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/13_Peoples_in_Decline.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/14_Rough_Landing.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/15_A_New_Land.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/16_The_Kalian.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/17a_The_Dragon.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/17b_Lizard_Beach.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/17c_Troll_Hole.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/17d_Cursed_Isle.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/18_A_Spy_in_the_Woods.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/19_The_Vanguard.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/20_Return_of_the_Fleet.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/21_The_Plan.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/22_The_Rise_of_Wesnoth.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/23_Epilogue.cfg
    A data/campaigns/The_Rise_Of_Wesnoth/units/Autumn_Shyde.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/units/Familiar.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/units/Noble_Commander.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/units/Noble_Fighter.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/units/Noble_Lord.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/units/Noble_Youth.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/units/Vampire_Lady.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/units/Warrior_King.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/units/Wesfolk_Lady.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/units/Wesfolk_Leader.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/units/Wesfolk_Outcast.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/units/Wose_Sapling.cfg
    A data/campaigns/The_Rise_Of_Wesnoth/utils/bigmap.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/utils/trow-abilities.cfg
    R data/campaigns/The_Rise_Of_Wesnoth/utils/trow-bigmap.cfg
    R data/campaigns/The_Rise_Of_Wesnoth/utils/trow-green-isle-journey.cfg
    R data/campaigns/The_Rise_Of_Wesnoth/utils/trow-story.cfg
    R data/campaigns/The_South_Guard/images/deoran/.gitignore
    R data/campaigns/The_South_Guard/images/flag/.gitignore
    A data/campaigns/The_South_Guard/images/maps/l10n/de/tsg--overlay.png
    A data/campaigns/The_South_Guard/images/maps/l10n/gd/tsg--overlay.png
    A data/campaigns/The_South_Guard/images/maps/l10n/gl/tsg--overlay.png
    A data/campaigns/The_South_Guard/images/maps/l10n/lt/tsg--overlay.png
    A data/campaigns/The_South_Guard/images/maps/l10n/pt/tsg--overlay.png
    R data/campaigns/The_South_Guard/images/portraits/.gitignore
    R data/campaigns/The_South_Guard/images/story/.gitignore
    R data/campaigns/The_South_Guard/images/units/.gitignore
    M data/campaigns/The_South_Guard/maps/01_Born_to_the_Banner.map
    M data/campaigns/The_South_Guard/maps/02_Proven_by_the_Sword.map
    M data/campaigns/The_South_Guard/maps/03_A_Desperate_Errand.map
    M data/campaigns/The_South_Guard/maps/04_Vale_of_Tears.map
    M data/campaigns/The_South_Guard/maps/05_Choice_in_the_Fog.map
    M data/campaigns/The_South_Guard/maps/06a_Tidings_Good_and_Ill.map
    M data/campaigns/The_South_Guard/maps/06b_The_Long_March.map
    M data/campaigns/The_South_Guard/maps/07a_Into_the_Depths.map
    M data/campaigns/The_South_Guard/maps/07b_Pebbles_in_the_Flood.map
    M data/campaigns/The_South_Guard/maps/08a_Return_to_Kerlath.map
    M data/campaigns/The_South_Guard/maps/08b_The_Tides_of_War.map
    M data/campaigns/The_South_Guard/maps/09a_Vengeance.map
    M data/campaigns/The_South_Guard/scenarios/01_Born_to_the_Banner.cfg
    M data/campaigns/The_South_Guard/scenarios/02_Proven_by_the_Sword.cfg
    M data/campaigns/The_South_Guard/scenarios/03_A_Desparate_Errand.cfg
    M data/campaigns/The_South_Guard/scenarios/04_Vale_of_Tears.cfg
    M data/campaigns/The_South_Guard/scenarios/05_Choice_In_The_Fog.cfg
    M data/campaigns/The_South_Guard/scenarios/06a_Tidings_Good_and_Ill.cfg
    M data/campaigns/The_South_Guard/scenarios/06b_The_Long_March.cfg
    M data/campaigns/The_South_Guard/scenarios/07a_Into_the_Depths.cfg
    M data/campaigns/The_South_Guard/scenarios/07b_Pebbles_in_the_Flood.cfg
    M data/campaigns/The_South_Guard/scenarios/08a_Return_to_Kerlath.cfg
    M data/campaigns/The_South_Guard/scenarios/08b_The_Tides_of_War.cfg
    M data/campaigns/The_South_Guard/scenarios/09a_Vengeance.cfg
    M data/campaigns/The_South_Guard/units/Eyestalk.cfg
    M data/campaigns/The_South_Guard/units/Horseman_Commander.cfg
    M data/campaigns/The_South_Guard/units/Infantry_Commander.cfg
    M data/campaigns/The_South_Guard/units/Infantry_Lieutenant.cfg
    M data/campaigns/The_South_Guard/units/Junior_Commander.cfg
    M data/campaigns/The_South_Guard/units/Mounted_General.cfg
    M data/campaigns/The_South_Guard/utils/bigmap.cfg
    M data/campaigns/The_South_Guard/utils/sg_story.cfg
    M data/campaigns/Two_Brothers/_main.cfg
    A data/campaigns/Two_Brothers/images/maps/l10n/de/tb--overlay.png
    A data/campaigns/Two_Brothers/images/maps/l10n/gl/tb--overlay.png
    A data/campaigns/Two_Brothers/images/maps/l10n/pt/tb--overlay.png
    A data/campaigns/Two_Brothers/images/maps/tb.png
    M data/campaigns/Two_Brothers/maps/01_Rooting_Out_a_Mage.map
    M data/campaigns/Two_Brothers/maps/02_The_Chase.map
    M data/campaigns/Two_Brothers/maps/03_Guarded_Castle.map
    M data/campaigns/Two_Brothers/maps/04_Return_to_the_Village.map
    M data/campaigns/Two_Brothers/scenarios/01_Rooting_Out_a_Mage.cfg
    M data/campaigns/Two_Brothers/scenarios/02_The_Chase.cfg
    M data/campaigns/Two_Brothers/scenarios/03_Guarded_Castle.cfg
    M data/campaigns/Two_Brothers/scenarios/04_Return_to_the_Village.cfg
    M data/campaigns/Two_Brothers/scenarios/05_Epilogue.cfg
    A data/campaigns/Two_Brothers/utils/bigmap.cfg
    A data/campaigns/Two_Brothers/utils/characters.cfg
    R data/campaigns/Two_Brothers/utils/journey.cfg
    M data/campaigns/Under_the_Burning_Suns/_main.cfg
    R data/campaigns/Under_the_Burning_Suns/images/.gitignore
    R data/campaigns/Under_the_Burning_Suns/images/attacks/.gitignore
    M data/campaigns/Under_the_Burning_Suns/images/attacks/sand-storm.png
    R data/campaigns/Under_the_Burning_Suns/images/items/.gitignore
    R data/campaigns/Under_the_Burning_Suns/images/misc/.gitignore
    R data/campaigns/Under_the_Burning_Suns/images/misc/UtBS_title.jpg
    M data/campaigns/Under_the_Burning_Suns/images/misc/kaleh_story.jpg
    R data/campaigns/Under_the_Burning_Suns/images/misc/time/.gitignore
    R data/campaigns/Under_the_Burning_Suns/images/misc/time/10afternoon2.png
    R data/campaigns/Under_the_Burning_Suns/images/misc/time/11dusk2.png
    R data/campaigns/Under_the_Burning_Suns/images/misc/time/12longdark1.png
    R data/campaigns/Under_the_Burning_Suns/images/misc/time/13longdark2.png
    R data/campaigns/Under_the_Burning_Suns/images/misc/time/14longdark3.png
    R data/campaigns/Under_the_Burning_Suns/images/misc/time/15longdark4.png
    R data/campaigns/Under_the_Burning_Suns/images/misc/time/1dawn1.png
    R data/campaigns/Under_the_Burning_Suns/images/misc/time/2morning1.png
    R data/campaigns/Under_the_Burning_Suns/images/misc/time/3midday1.png
    R data/campaigns/Under_the_Burning_Suns/images/misc/time/4afternoon1.png
    R data/campaigns/Under_the_Burning_Suns/images/misc/time/5dusk1.png
    R data/campaigns/Under_the_Burning_Suns/images/misc/time/6shortdark.png
    R data/campaigns/Under_the_Burning_Suns/images/misc/time/7dawn2.png
    R data/campaigns/Under_the_Burning_Suns/images/misc/time/8morning2.png
    R data/campaigns/Under_the_Burning_Suns/images/misc/time/9midday2.png
    R data/campaigns/Under_the_Burning_Suns/images/portraits/.gitignore
    R data/campaigns/Under_the_Burning_Suns/images/projectiles/.gitignore
    R data/campaigns/Under_the_Burning_Suns/images/terrain/.gitignore
    A data/campaigns/Under_the_Burning_Suns/images/units/undead-skeletal/rider-attack.png
    A data/campaigns/Under_the_Burning_Suns/images/units/undead-skeletal/rider-defend.png
    A data/campaigns/Under_the_Burning_Suns/images/units/undead-skeletal/rider-moving.png
    A data/campaigns/Under_the_Burning_Suns/images/units/undead-skeletal/rider.png
    R data/campaigns/Under_the_Burning_Suns/images/units/undead/skeletonrider-attack1.png
    R data/campaigns/Under_the_Burning_Suns/images/units/undead/skeletonrider-attack2.png
    R data/campaigns/Under_the_Burning_Suns/images/units/undead/skeletonrider-defend.png
    R data/campaigns/Under_the_Burning_Suns/images/units/undead/skeletonrider-moving.png
    R data/campaigns/Under_the_Burning_Suns/images/units/undead/skeletonrider.png
    A data/campaigns/Under_the_Burning_Suns/lua/theme.lua
    M data/campaigns/Under_the_Burning_Suns/maps/01_The_Morning_After.map
    M data/campaigns/Under_the_Burning_Suns/maps/02_Across_the_Harsh_Sands.map
    M data/campaigns/Under_the_Burning_Suns/maps/03_A_Stirring_in_the_Night.map
    M data/campaigns/Under_the_Burning_Suns/maps/04_Descending_into_Darkness.map
    M data/campaigns/Under_the_Burning_Suns/maps/05_A_Subterranean_Struggle.map
    M data/campaigns/Under_the_Burning_Suns/maps/06a_In_the_Tunnels_of_the_Trolls.map
    M data/campaigns/Under_the_Burning_Suns/maps/06b_In_the_Domain_of_the_Dwarves.map
    M data/campaigns/Under_the_Burning_Suns/maps/07a_Dealing_with_Dwarves.map
    M data/campaigns/Under_the_Burning_Suns/maps/07b_Talking_with_Trolls.map
    M data/campaigns/Under_the_Burning_Suns/maps/08_Out_of_the_Frying_Pan.map
    M data/campaigns/Under_the_Burning_Suns/maps/09_Blood_is_Thicker_Than_Water.map
    M data/campaigns/Under_the_Burning_Suns/maps/10_Speaking_with_the_Fishes.map
    M data/campaigns/Under_the_Burning_Suns/maps/11_Battle_for_Zocthanol_Isle.map
    M data/campaigns/Under_the_Burning_Suns/maps/12_The_Final_Confrontation.map
    M data/campaigns/Under_the_Burning_Suns/maps/13_Epilogue.map
    M data/campaigns/Under_the_Burning_Suns/scenarios/01_The_Morning_After.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/02_Across_the_Harsh_Sands.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/03_Stirring_in_the_Night.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/04_Descending_into_Darkness.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/05_A_Subterranean_Struggle.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/06a_In_the_Tunnels_of_Trolls.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/06b_In_the_Domain_of_Dwarves.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/07a_Dealing_with_Dwarves.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/07b_Talking_with_Trolls.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/08_Out_of_the_Frying_Pan.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/09_Blood_is_Thicker_Than_Water.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/10_Speaking_with_the_Fishes.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/11_Battle_for_Zocthanol_Isle.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/12_The_Final_Confrontation.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/13_Epilogue.cfg
    M data/campaigns/Under_the_Burning_Suns/units/elves/Corrupted_Elf.cfg
    M data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Archer.cfg
    M data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Avenger.cfg
    M data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Captain.cfg
    M data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Champion.cfg
    M data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Druid.cfg
    M data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Fighter.cfg
    M data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Hero.cfg
    M data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Horseman.cfg
    M data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Hunter.cfg
    M data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Marksman.cfg
    M data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Marshal.cfg
    M data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Outrider.cfg
    M data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Prowler.cfg
    M data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Ranger.cfg
    M data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Rider.cfg
    M data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Scout.cfg
    M data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Sentinel.cfg
    M data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Shaman.cfg
    M data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Sharpshooter.cfg
    M data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Shyde.cfg
    M data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Star.cfg
    M data/campaigns/Under_the_Burning_Suns/units/elves/Divine_Avatar.cfg
    M data/campaigns/Under_the_Burning_Suns/units/elves/Divine_Incarnation.cfg
    M data/campaigns/Under_the_Burning_Suns/units/elves/Kaleh.cfg
    M data/campaigns/Under_the_Burning_Suns/units/elves/Nym.cfg
    M data/campaigns/Under_the_Burning_Suns/units/humans/Human_Commander.cfg
    M data/campaigns/Under_the_Burning_Suns/units/monsters/Alien_Body.cfg
    R data/campaigns/Under_the_Burning_Suns/units/monsters/Alien_Body2.cfg
    M data/campaigns/Under_the_Burning_Suns/units/monsters/Alien_Minion.cfg
    M data/campaigns/Under_the_Burning_Suns/units/monsters/Alien_Spire.cfg
    M data/campaigns/Under_the_Burning_Suns/units/monsters/Ant.cfg
    M data/campaigns/Under_the_Burning_Suns/units/monsters/Crab_Man.cfg
    M data/campaigns/Under_the_Burning_Suns/units/monsters/Darawf.cfg
    M data/campaigns/Under_the_Burning_Suns/units/monsters/Dust_Devil.cfg
    M data/campaigns/Under_the_Burning_Suns/units/monsters/Flesh_Golem.cfg
    M data/campaigns/Under_the_Burning_Suns/units/monsters/Ixthala_Demon.cfg
    M data/campaigns/Under_the_Burning_Suns/units/monsters/Small_Mudcrawler.cfg
    M data/campaigns/Under_the_Burning_Suns/units/nagas/Naga_Guardian.cfg
    M data/campaigns/Under_the_Burning_Suns/units/nagas/Naga_Hunter.cfg
    M data/campaigns/Under_the_Burning_Suns/units/nagas/Naga_Sentinel.cfg
    M data/campaigns/Under_the_Burning_Suns/units/nagas/Naga_Warden.cfg
    M data/campaigns/Under_the_Burning_Suns/units/orcs/Dark_Assassin1.cfg
    M data/campaigns/Under_the_Burning_Suns/units/undead/Ethereal_Ghost.cfg
    M data/campaigns/Under_the_Burning_Suns/units/undead/Ethereal_Nightgaunt.cfg
    M data/campaigns/Under_the_Burning_Suns/units/undead/Ethereal_Shadow.cfg
    M data/campaigns/Under_the_Burning_Suns/units/undead/Ethereal_Spectre.cfg
    M data/campaigns/Under_the_Burning_Suns/units/undead/Ethereal_Wraith.cfg
    M data/campaigns/Under_the_Burning_Suns/units/undead/Spider_Lich.cfg
    M data/campaigns/Under_the_Burning_Suns/units/undead/Undead_Horseman.cfg
    M data/campaigns/Under_the_Burning_Suns/units/units.cfg
    M data/campaigns/Under_the_Burning_Suns/utils/abilities.cfg
    M data/campaigns/Under_the_Burning_Suns/utils/character-definitions.cfg
    M data/campaigns/Under_the_Burning_Suns/utils/deaths.cfg
    M data/campaigns/Under_the_Burning_Suns/utils/dehydration-utils.cfg
    A data/campaigns/Under_the_Burning_Suns/utils/garak-abilities.cfg
    M data/campaigns/Under_the_Burning_Suns/utils/kaleh-abilities.cfg
    M data/campaigns/Under_the_Burning_Suns/utils/macros.cfg
    M data/campaigns/Under_the_Burning_Suns/utils/storytxt.cfg
    M data/campaigns/Under_the_Burning_Suns/utils/terrain.cfg
    M data/campaigns/Under_the_Burning_Suns/utils/terrain_graphics.cfg
    R data/campaigns/Under_the_Burning_Suns/utils/time.cfg
    A data/campaigns/tutorial/_main.cfg
    A data/campaigns/tutorial/images/misc/highlight-hex.png
    M data/campaigns/tutorial/images/portraits/delfador.png
    R data/campaigns/tutorial/images/units/quintain-attack1.png
    R data/campaigns/tutorial/images/units/quintain-attack2.png
    M data/campaigns/tutorial/images/units/quintain.png
    A data/campaigns/tutorial/lua/character_selection.lua
    A data/campaigns/tutorial/maps/01_Tutorial_part_1.map
    A data/campaigns/tutorial/maps/02_Tutorial_part_2.map
    R data/campaigns/tutorial/maps/2_Tutorial.map
    A data/campaigns/tutorial/scenarios/01_Tutorial_part_1.cfg
    A data/campaigns/tutorial/scenarios/02_Tutorial_part_2.cfg
    R data/campaigns/tutorial/scenarios/1_Tutorial.cfg
    R data/campaigns/tutorial/scenarios/2_Speaking.cfg
    R data/campaigns/tutorial/scenarios/2_Tutorial.cfg
    R data/campaigns/tutorial/scenarios/utils.cfg
    M data/campaigns/tutorial/units/Fighter.cfg
    M data/campaigns/tutorial/units/Fighteress.cfg
    M data/campaigns/tutorial/units/Quintain.cfg
    A data/campaigns/tutorial/utils/utils.cfg
    M data/core/_main.cfg
    M data/core/about.cfg
    M data/core/editor/_main.cfg
    M data/core/editor/brushes.cfg
    A data/core/editor/help.cfg
    A data/core/editor/items.cfg
    M data/core/editor/music.cfg
    M data/core/editor/time-of-day.cfg
    R data/core/editor/tool-hints.cfg
    R data/core/encyclopedia/drakes.cfg
    A data/core/encyclopedia/drakes.txt
    M data/core/encyclopedia/geography.cfg
    M data/core/help.cfg
    M data/core/hotkeys.cfg
    R data/core/images/.gitignore
    R data/core/images/attacks/.gitignore
    A data/core/images/flags/flag-1.png
    A data/core/images/flags/flag-2.png
    A data/core/images/flags/flag-3.png
    A data/core/images/flags/flag-4.png
    A data/core/images/flags/flag-icon.png
    A data/core/images/flags/knalgan-flag-1.png
    A data/core/images/flags/knalgan-flag-2.png
    A data/core/images/flags/knalgan-flag-3.png
    A data/core/images/flags/knalgan-flag-4.png
    A data/core/images/flags/knalgan-flag-icon.png
    A data/core/images/flags/long-flag-1.png
    A data/core/images/flags/long-flag-2.png
    A data/core/images/flags/long-flag-3.png
    A data/core/images/flags/long-flag-4.png
    A data/core/images/flags/long-flag-icon.png
    A data/core/images/flags/loyalist-flag-1.png
    A data/core/images/flags/loyalist-flag-2.png
    A data/core/images/flags/loyalist-flag-3.png
    A data/core/images/flags/loyalist-flag-4.png
    A data/core/images/flags/loyalist-flag-icon.png
    A data/core/images/flags/ragged-flag-1.png
    A data/core/images/flags/ragged-flag-2.png
    A data/core/images/flags/ragged-flag-3.png
    A data/core/images/flags/ragged-flag-4.png
    A data/core/images/flags/ragged-flag-5.png
    A data/core/images/flags/ragged-flag-6.png
    A data/core/images/flags/ragged-flag-icon.png
    A data/core/images/flags/undead-flag-1.png
    A data/core/images/flags/undead-flag-2.png
    A data/core/images/flags/undead-flag-3.png
    A data/core/images/flags/undead-flag-4.png
    A data/core/images/flags/undead-flag-icon.png
    A data/core/images/flags/wood-elvish-flag-1.png
    A data/core/images/flags/wood-elvish-flag-2.png
    A data/core/images/flags/wood-elvish-flag-3.png
    A data/core/images/flags/wood-elvish-flag-4.png
    A data/core/images/flags/wood-elvish-flag-icon.png
    R data/core/images/halo/.gitignore
    A data/core/images/halo/dragonguard/dg-muzzle-flash-n-1.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-n-10.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-n-11.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-n-12.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-n-13.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-n-14.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-n-15.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-n-16.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-n-17.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-n-2.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-n-3.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-n-4.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-n-5.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-n-6.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-n-7.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-n-8.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-n-9.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-ne-1.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-ne-10.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-ne-11.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-ne-12.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-ne-13.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-ne-14.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-ne-15.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-ne-16.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-ne-17.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-ne-2.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-ne-3.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-ne-4.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-ne-5.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-ne-6.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-ne-7.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-ne-8.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-ne-9.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-s-1.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-s-10.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-s-11.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-s-12.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-s-13.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-s-14.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-s-15.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-s-16.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-s-17.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-s-2.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-s-3.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-s-4.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-s-5.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-s-6.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-s-7.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-s-8.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-s-9.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-se-1.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-se-10.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-se-11.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-se-12.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-se-13.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-se-14.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-se-15.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-se-16.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-se-17.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-se-2.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-se-3.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-se-4.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-se-5.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-se-6.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-se-7.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-se-8.png
    A data/core/images/halo/dragonguard/dg-muzzle-flash-se-9.png
    R data/core/images/halo/elven/.gitignore
    R data/core/images/halo/holy/.gitignore
    M data/core/images/halo/illuminates-aura.png
    A data/core/images/halo/thunderer/smoke-se-ranged-kill1.png
    A data/core/images/halo/thunderer/smoke-se-ranged-kill10.png
    A data/core/images/halo/thunderer/smoke-se-ranged-kill11.png
    A data/core/images/halo/thunderer/smoke-se-ranged-kill2.png
    A data/core/images/halo/thunderer/smoke-se-ranged-kill3.png
    A data/core/images/halo/thunderer/smoke-se-ranged-kill4.png
    A data/core/images/halo/thunderer/smoke-se-ranged-kill5.png
    A data/core/images/halo/thunderer/smoke-se-ranged-kill6.png
    A data/core/images/halo/thunderer/smoke-se-ranged-kill7.png
    A data/core/images/halo/thunderer/smoke-se-ranged-kill8.png
    A data/core/images/halo/thunderer/smoke-se-ranged-kill9.png
    R data/core/images/halo/undead/.gitignore
    R data/core/images/help/.gitignore
    M data/core/images/help/hp-bars.png
    M data/core/images/help/hpxp.png
    A data/core/images/help/l10n/cs/hpxp.png
    A data/core/images/help/l10n/cs/recruit.png
    A data/core/images/help/l10n/cs/tooltip.png
    M data/core/images/help/l10n/de/hpxp.png
    M data/core/images/help/l10n/de/recruit.png
    M data/core/images/help/l10n/de/tooltip.png
    M data/core/images/help/l10n/es/hpxp.png
    M data/core/images/help/l10n/es/recruit.png
    M data/core/images/help/l10n/es/tooltip.png
    M data/core/images/help/l10n/fr/hpxp.png
    M data/core/images/help/l10n/fr/recruit.png
    M data/core/images/help/l10n/fr/tooltip.png
    R data/core/images/help/l10n/gd/hpxp.png
    R data/core/images/help/l10n/gd/recruit.png
    R data/core/images/help/l10n/gd/tooltip.png
    A data/core/images/help/l10n/gl/hpxp.png
    A data/core/images/help/l10n/gl/recruit.png
    A data/core/images/help/l10n/gl/tooltip.png
    R data/core/images/help/l10n/hu/hpxp.png
    R data/core/images/help/l10n/hu/recruit.png
    R data/core/images/help/l10n/hu/tooltip.png
    M data/core/images/help/l10n/it/hpxp.png
    M data/core/images/help/l10n/it/recruit.png
    M data/core/images/help/l10n/it/tooltip.png
    R data/core/images/help/l10n/lt/hpxp.png
    R data/core/images/help/l10n/lt/recruit.png
    R data/core/images/help/l10n/lt/tooltip.png
    M data/core/images/help/l10n/pt/hpxp.png
    M data/core/images/help/l10n/pt/tooltip.png
    R data/core/images/help/l10n/ru/hpxp.png
    R data/core/images/help/l10n/ru/recruit.png
    R data/core/images/help/l10n/ru/tooltip.png
    A data/core/images/help/l10n/sk/hpxp.png
    A data/core/images/help/l10n/sk/recruit.png
    A data/core/images/help/l10n/sk/tooltip.png
    R data/core/images/help/l10n/sr/hpxp.png
    R data/core/images/help/l10n/sr/recruit.png
    R data/core/images/help/l10n/sr/tooltip.png
    R data/core/images/help/l10n/sr at ijekavian/recruit.png
    R data/core/images/help/l10n/sr at ijekavianlatin/recruit.png
    R data/core/images/help/l10n/sr at latin/hpxp.png
    R data/core/images/help/l10n/sr at latin/recruit.png
    R data/core/images/help/l10n/sr at latin/tooltip.png
    M data/core/images/help/l10n/vi/hpxp.png
    M data/core/images/help/l10n/vi/recruit.png
    M data/core/images/help/l10n/vi/tooltip.png
    R data/core/images/help/l10n/zh_CN/hpxp.png
    R data/core/images/help/l10n/zh_CN/recruit.png
    R data/core/images/help/l10n/zh_CN/tooltip.png
    M data/core/images/help/moving1.png
    M data/core/images/help/moving2.png
    M data/core/images/help/orb-blue.png
    M data/core/images/help/orb-green.png
    M data/core/images/help/orb-none.png
    M data/core/images/help/orb-red.png
    M data/core/images/help/orb-yellow.png
    M data/core/images/help/recruit.png
    M data/core/images/help/tooltip.png
    A data/core/images/icons/ankh_necklace.png
    A data/core/images/icons/hat-huntsman.png
    A data/core/images/icons/key_silver.png
    A data/core/images/icons/ring_gold.png
    R data/core/images/items/.gitignore
    M data/core/images/items/barrel.png
    M data/core/images/items/cloak-green.png
    M data/core/images/items/dummy.png
    R data/core/images/maps/.gitignore
    A data/core/images/maps/l10n/de/titlescreen--overlay.png
    A data/core/images/maps/l10n/gd/titlescreen--overlay.png
    A data/core/images/maps/l10n/gl/titlescreen--overlay.png
    A data/core/images/maps/l10n/lt/titlescreen--overlay.png
    R data/core/images/maps/l10n/lt/wesnoth--overlay.png
    A data/core/images/maps/l10n/pt/titlescreen--overlay.png
    R data/core/images/misc/.gitignore
    M data/core/images/misc/hero-icon.png
    A data/core/images/misc/l10n/gl/logo.png
    M data/core/images/misc/leader-expendable.png
    M data/core/images/misc/loyal-icon.png
    R data/core/images/misc/schedule-afternoon.png
    R data/core/images/misc/schedule-dawn.png
    R data/core/images/misc/schedule-dusk.png
    R data/core/images/misc/schedule-firstwatch.png
    R data/core/images/misc/schedule-indoors.png
    R data/core/images/misc/schedule-morning.png
    R data/core/images/misc/schedule-secondwatch.png
    R data/core/images/misc/schedule-underground-illum.png
    R data/core/images/misc/schedule-underground.png
    A data/core/images/misc/time-schedules/after-the-fall/10afternoon2.png
    A data/core/images/misc/time-schedules/after-the-fall/11dusk2.png
    A data/core/images/misc/time-schedules/after-the-fall/12longdark1.png
    A data/core/images/misc/time-schedules/after-the-fall/13longdark2.png
    A data/core/images/misc/time-schedules/after-the-fall/14longdark3.png
    A data/core/images/misc/time-schedules/after-the-fall/15longdark4.png
    A data/core/images/misc/time-schedules/after-the-fall/1dawn1.png
    A data/core/images/misc/time-schedules/after-the-fall/2morning1.png
    A data/core/images/misc/time-schedules/after-the-fall/3midday1.png
    A data/core/images/misc/time-schedules/after-the-fall/4afternoon1.png
    A data/core/images/misc/time-schedules/after-the-fall/5dusk1.png
    A data/core/images/misc/time-schedules/after-the-fall/6shortdark.png
    A data/core/images/misc/time-schedules/after-the-fall/7dawn2.png
    A data/core/images/misc/time-schedules/after-the-fall/8morning2.png
    A data/core/images/misc/time-schedules/after-the-fall/9midday2.png
    A data/core/images/misc/time-schedules/default/schedule-afternoon.png
    A data/core/images/misc/time-schedules/default/schedule-dawn.png
    A data/core/images/misc/time-schedules/default/schedule-dusk.png
    A data/core/images/misc/time-schedules/default/schedule-firstwatch.png
    A data/core/images/misc/time-schedules/default/schedule-morning.png
    A data/core/images/misc/time-schedules/default/schedule-secondwatch.png
    A data/core/images/misc/time-schedules/schedule-indoors.png
    A data/core/images/misc/time-schedules/schedule-underground-illum.png
    A data/core/images/misc/time-schedules/schedule-underground.png
    A data/core/images/misc/time-schedules/tod-schedule-24hrs.png
    R data/core/images/misc/tod-schedule-24hrs.png
    M data/core/images/portraits/humans/transparent/mage-red+female.png
    A data/core/images/portraits/khalifate/hakim.png
    A data/core/images/portraits/khalifate/transparent/hakim.png
    M data/core/images/portraits/trolls/transparent/troll.png
    M data/core/images/portraits/trolls/transparent/whelp.png
    R data/core/images/portraits/trolls/troll.png
    R data/core/images/portraits/trolls/whelp.png
    A data/core/images/portraits/undead/ancient-lich.png
    A data/core/images/portraits/undead/transparent/ancient-lich.png
    A data/core/images/portraits/undead/transparent/soulless.png
    A data/core/images/portraits/undead/transparent/walking-corpse.png
    A data/core/images/portraits/undead/transparent/wraith.png
    A data/core/images/portraits/undead/wraith.png
    R data/core/images/projectiles/.gitignore
    R data/core/images/scenery/.gitignore
    R data/core/images/terrain/castle/.gitignore
    R data/core/images/terrain/castle/elven/.gitignore
    M data/core/images/terrain/castle/elven/keep-tile.png
    M data/core/images/terrain/castle/elven/tile.png
    M data/core/images/terrain/castle/winter-orcish/fort-concave-bl.png
    M data/core/images/terrain/castle/winter-orcish/fort-concave-br.png
    M data/core/images/terrain/castle/winter-orcish/fort-convex-bl.png
    M data/core/images/terrain/castle/winter-orcish/fort-convex-br.png
    M data/core/images/terrain/castle/winter-orcish/keep-convex-bl.png
    M data/core/images/terrain/castle/winter-orcish/keep-convex-br.png
    M data/core/images/terrain/castle/winter-orcish/keep-convex-l.png
    M data/core/images/terrain/castle/winter-orcish/keep-convex-r.png
    M data/core/images/terrain/castle/winter-orcish/keep-convex-tl.png
    M data/core/images/terrain/castle/winter-orcish/keep-convex-tr.png
    M data/core/images/terrain/castle/winter-orcish/keep-fort-convex-bl.png
    M data/core/images/terrain/castle/winter-orcish/keep-fort-convex-br.png
    M data/core/images/terrain/castle/winter-orcish/keep.png
    R data/core/images/terrain/cave/.gitignore
    R data/core/images/terrain/flat/.gitignore
    A data/core/images/terrain/fog/fog-all.png
    R data/core/images/terrain/forest/.gitignore
    A data/core/images/terrain/masks/concave-long-bl-br.png
    A data/core/images/terrain/masks/concave-long-bl-l.png
    A data/core/images/terrain/masks/concave-long-br-bl.png
    A data/core/images/terrain/masks/concave-long-br-r.png
    A data/core/images/terrain/masks/concave-long-l-bl.png
    A data/core/images/terrain/masks/concave-long-l-tl.png
    A data/core/images/terrain/masks/concave-long-r-br.png
    A data/core/images/terrain/masks/concave-long-r-tr.png
    A data/core/images/terrain/masks/concave-long-tl-l.png
    A data/core/images/terrain/masks/concave-long-tl-tr.png
    A data/core/images/terrain/masks/concave-long-tr-r.png
    A data/core/images/terrain/masks/concave-long-tr-tl.png
    A data/core/images/terrain/masks/convex-long-bl-br.png
    A data/core/images/terrain/masks/convex-long-bl-l.png
    A data/core/images/terrain/masks/convex-long-br-bl.png
    A data/core/images/terrain/masks/convex-long-br-r.png
    A data/core/images/terrain/masks/convex-long-l-bl.png
    A data/core/images/terrain/masks/convex-long-l-tl.png
    A data/core/images/terrain/masks/convex-long-r-br.png
    A data/core/images/terrain/masks/convex-long-r-tr.png
    A data/core/images/terrain/masks/convex-long-tl-l.png
    A data/core/images/terrain/masks/convex-long-tl-tr.png
    A data/core/images/terrain/masks/convex-long-tr-r.png
    A data/core/images/terrain/masks/convex-long-tr-tl.png
    A data/core/images/terrain/misc/brazier-A01.png
    A data/core/images/terrain/misc/brazier-A02.png
    A data/core/images/terrain/misc/brazier-A03.png
    A data/core/images/terrain/misc/brazier-A04.png
    A data/core/images/terrain/misc/brazier-A05.png
    A data/core/images/terrain/misc/brazier-A06.png
    A data/core/images/terrain/misc/brazier-A07.png
    A data/core/images/terrain/misc/brazier-A08.png
    A data/core/images/terrain/misc/brazier-embellishment.png
    A data/core/images/terrain/misc/detritus/detritusA-1.png
    A data/core/images/terrain/misc/detritus/detritusA-2.png
    A data/core/images/terrain/misc/detritus/detritusA-3.png
    A data/core/images/terrain/misc/detritus/detritusA-4.png
    A data/core/images/terrain/misc/detritus/detritusA-5.png
    A data/core/images/terrain/misc/detritus/detritusB-1.png
    A data/core/images/terrain/misc/detritus/detritusB-10.png
    A data/core/images/terrain/misc/detritus/detritusB-11.png
    A data/core/images/terrain/misc/detritus/detritusB-12.png
    A data/core/images/terrain/misc/detritus/detritusB-13.png
    A data/core/images/terrain/misc/detritus/detritusB-14.png
    A data/core/images/terrain/misc/detritus/detritusB-15.png
    A data/core/images/terrain/misc/detritus/detritusB-16.png
    A data/core/images/terrain/misc/detritus/detritusB-2.png
    A data/core/images/terrain/misc/detritus/detritusB-3.png
    A data/core/images/terrain/misc/detritus/detritusB-4.png
    A data/core/images/terrain/misc/detritus/detritusB-5.png
    A data/core/images/terrain/misc/detritus/detritusB-6.png
    A data/core/images/terrain/misc/detritus/detritusB-7.png
    A data/core/images/terrain/misc/detritus/detritusB-8.png
    A data/core/images/terrain/misc/detritus/detritusB-9.png
    A data/core/images/terrain/misc/detritus/detritusC-1.png
    A data/core/images/terrain/misc/detritus/detritusC-2.png
    A data/core/images/terrain/misc/detritus/detritusC-3.png
    A data/core/images/terrain/misc/detritus/detritusC-4.png
    A data/core/images/terrain/misc/detritus/detritusC-5.png
    A data/core/images/terrain/misc/detritus/detritusC-6.png
    A data/core/images/terrain/misc/detritus/detritusC-7.png
    A data/core/images/terrain/misc/detritus/liter.png
    A data/core/images/terrain/misc/detritus/liter2.png
    A data/core/images/terrain/misc/detritus/liter3.png
    A data/core/images/terrain/misc/detritus/liter4.png
    A data/core/images/terrain/misc/detritus/liter5.png
    A data/core/images/terrain/misc/detritus/liter6.png
    A data/core/images/terrain/misc/detritus/trashA-1.png
    A data/core/images/terrain/misc/detritus/trashA-2.png
    A data/core/images/terrain/misc/detritus/trashA-3.png
    A data/core/images/terrain/misc/detritus/trashA-4.png
    A data/core/images/terrain/misc/detritus/trashA-5.png
    A data/core/images/terrain/misc/detritus/trashB-1.png
    A data/core/images/terrain/misc/detritus/trashB-10.png
    A data/core/images/terrain/misc/detritus/trashB-2.png
    A data/core/images/terrain/misc/detritus/trashB-3.png
    A data/core/images/terrain/misc/detritus/trashB-4.png
    A data/core/images/terrain/misc/detritus/trashB-5.png
    A data/core/images/terrain/misc/detritus/trashB-6.png
    A data/core/images/terrain/misc/detritus/trashB-7.png
    A data/core/images/terrain/misc/detritus/trashB-8.png
    A data/core/images/terrain/misc/detritus/trashB-9.png
    A data/core/images/terrain/misc/detritus/trashC-1.png
    A data/core/images/terrain/misc/detritus/trashC-2.png
    A data/core/images/terrain/misc/detritus/trashC-3.png
    A data/core/images/terrain/misc/detritus/trashC-4.png
    R data/core/images/terrain/off-map/.gitignore
    R data/core/images/terrain/swamp/.gitignore
    A data/core/images/terrain/symbols/terrain_group_all_30-pressed.png
    A data/core/images/terrain/symbols/terrain_group_all_30.png
    A data/core/images/terrain/symbols/terrain_group_bridges_30-pressed.png
    A data/core/images/terrain/symbols/terrain_group_bridges_30.png
    A data/core/images/terrain/symbols/terrain_group_castle_30-pressed.png
    A data/core/images/terrain/symbols/terrain_group_castle_30.png
    A data/core/images/terrain/symbols/terrain_group_caves_30-pressed.png
    A data/core/images/terrain/symbols/terrain_group_caves_30.png
    A data/core/images/terrain/symbols/terrain_group_custom2_30-pressed.png
    A data/core/images/terrain/symbols/terrain_group_custom2_30.png
    A data/core/images/terrain/symbols/terrain_group_custom3_30-pressed.png
    A data/core/images/terrain/symbols/terrain_group_custom3_30.png
    A data/core/images/terrain/symbols/terrain_group_custom_04_30-pressed.png
    A data/core/images/terrain/symbols/terrain_group_custom_04_30.png
    A data/core/images/terrain/symbols/terrain_group_custom_30-pressed.png
    A data/core/images/terrain/symbols/terrain_group_custom_30.png
    A data/core/images/terrain/symbols/terrain_group_embellishments_30-pressed.png
    A data/core/images/terrain/symbols/terrain_group_embellishments_30.png
    A data/core/images/terrain/symbols/terrain_group_fall_30-pressed.png
    A data/core/images/terrain/symbols/terrain_group_fall_30.png
    A data/core/images/terrain/symbols/terrain_group_flat_30-pressed.png
    A data/core/images/terrain/symbols/terrain_group_flat_30.png
    A data/core/images/terrain/symbols/terrain_group_forest_30-pressed.png
    A data/core/images/terrain/symbols/terrain_group_forest_30.png
    A data/core/images/terrain/symbols/terrain_group_frozen_30-pressed.png
    A data/core/images/terrain/symbols/terrain_group_frozen_30.png
    A data/core/images/terrain/symbols/terrain_group_hills_30-pressed.png
    A data/core/images/terrain/symbols/terrain_group_hills_30.png
    A data/core/images/terrain/symbols/terrain_group_keep_30-pressed.png
    A data/core/images/terrain/symbols/terrain_group_keep_30.png
    A data/core/images/terrain/symbols/terrain_group_mainline_30-pressed.png
    A data/core/images/terrain/symbols/terrain_group_mainline_30.png
    A data/core/images/terrain/symbols/terrain_group_mountains_30-pressed.png
    A data/core/images/terrain/symbols/terrain_group_mountains_30.png
    A data/core/images/terrain/symbols/terrain_group_mushrooms_30-pressed.png
    A data/core/images/terrain/symbols/terrain_group_mushrooms_30.png
    A data/core/images/terrain/symbols/terrain_group_reef_30-pressed.png
    A data/core/images/terrain/symbols/terrain_group_reef_30.png
    A data/core/images/terrain/symbols/terrain_group_sand_30-pressed.png
    A data/core/images/terrain/symbols/terrain_group_sand_30.png
    A data/core/images/terrain/symbols/terrain_group_spring_30-pressed.png
    A data/core/images/terrain/symbols/terrain_group_spring_30.png
    A data/core/images/terrain/symbols/terrain_group_swamp_30-pressed.png
    A data/core/images/terrain/symbols/terrain_group_swamp_30.png
    A data/core/images/terrain/symbols/terrain_group_unwalkable_30-pressed.png
    A data/core/images/terrain/symbols/terrain_group_unwalkable_30.png
    A data/core/images/terrain/symbols/terrain_group_village_30-pressed.png
    A data/core/images/terrain/symbols/terrain_group_village_30.png
    A data/core/images/terrain/symbols/terrain_group_water_deep_30-pressed.png
    A data/core/images/terrain/symbols/terrain_group_water_deep_30.png
    A data/core/images/terrain/symbols/terrain_group_water_shallow_30-pressed.png
    A data/core/images/terrain/symbols/terrain_group_water_shallow_30.png
    A data/core/images/terrain/symbols/terrain_group_x_30-pressed.png
    A data/core/images/terrain/symbols/terrain_group_x_30.png
    A data/core/images/terrain/symbols/terrain_type_castle.png
    A data/core/images/terrain/symbols/terrain_type_castle_30.png
    A data/core/images/terrain/symbols/terrain_type_cave.png
    A data/core/images/terrain/symbols/terrain_type_cave_30.png
    A data/core/images/terrain/symbols/terrain_type_deep_water.png
    A data/core/images/terrain/symbols/terrain_type_deep_water_30.png
    A data/core/images/terrain/symbols/terrain_type_flat.png
    A data/core/images/terrain/symbols/terrain_type_flat_30.png
    A data/core/images/terrain/symbols/terrain_type_fog.png
    A data/core/images/terrain/symbols/terrain_type_fog_30.png
    A data/core/images/terrain/symbols/terrain_type_forest.png
    A data/core/images/terrain/symbols/terrain_type_forest_30.png
    A data/core/images/terrain/symbols/terrain_type_frozen.png
    A data/core/images/terrain/symbols/terrain_type_frozen_30.png
    A data/core/images/terrain/symbols/terrain_type_fungus.png
    A data/core/images/terrain/symbols/terrain_type_fungus_30.png
    A data/core/images/terrain/symbols/terrain_type_hills.png
    A data/core/images/terrain/symbols/terrain_type_hills_30.png
    A data/core/images/terrain/symbols/terrain_type_impassable.png
    A data/core/images/terrain/symbols/terrain_type_impassable_30.png
    A data/core/images/terrain/symbols/terrain_type_info.png
    A data/core/images/terrain/symbols/terrain_type_info_30.png
    A data/core/images/terrain/symbols/terrain_type_keep.png
    A data/core/images/terrain/symbols/terrain_type_keep_30.png
    A data/core/images/terrain/symbols/terrain_type_mountains.png
    A data/core/images/terrain/symbols/terrain_type_mountains_30.png
    A data/core/images/terrain/symbols/terrain_type_rails.png
    A data/core/images/terrain/symbols/terrain_type_rails_30.png
    A data/core/images/terrain/symbols/terrain_type_reef.png
    A data/core/images/terrain/symbols/terrain_type_reef_30.png
    A data/core/images/terrain/symbols/terrain_type_sand.png
    A data/core/images/terrain/symbols/terrain_type_sand_30.png
    A data/core/images/terrain/symbols/terrain_type_shallow_water.png
    A data/core/images/terrain/symbols/terrain_type_shallow_water_30.png
    A data/core/images/terrain/symbols/terrain_type_shroud.png
    A data/core/images/terrain/symbols/terrain_type_shroud_30.png
    A data/core/images/terrain/symbols/terrain_type_swamp_water.png
    A data/core/images/terrain/symbols/terrain_type_swamp_water_30.png
    A data/core/images/terrain/symbols/terrain_type_unwalkable.png
    A data/core/images/terrain/symbols/terrain_type_unwalkable_30.png
    A data/core/images/terrain/symbols/terrain_type_village.png
    A data/core/images/terrain/symbols/terrain_type_village_30.png
    R data/core/images/terrain/village/.gitignore
    M data/core/images/terrain/village/coast-tile.png
    R data/core/images/terrain/water/.gitignore
    M data/core/images/terrain/water/coast-grey-tile.png
    M data/core/images/terrain/water/coast-tile.png
    M data/core/images/terrain/water/coast-tropical-tile.png
    M data/core/images/terrain/water/ocean-grey-tile.png
    M data/core/images/terrain/water/ocean-tile.png
    M data/core/images/terrain/water/ocean-tropical-tile.png
    A data/core/images/terrain/water/ocean01.png
    A data/core/images/terrain/water/ocean02.png
    A data/core/images/terrain/water/ocean03.png
    A data/core/images/terrain/water/ocean04.png
    A data/core/images/terrain/water/ocean05.png
    A data/core/images/terrain/water/ocean06.png
    A data/core/images/terrain/water/ocean07.png
    A data/core/images/terrain/water/ocean08.png
    A data/core/images/terrain/water/ocean09.png
    A data/core/images/terrain/water/ocean10.png
    A data/core/images/terrain/water/ocean11.png
    A data/core/images/terrain/water/ocean12.png
    A data/core/images/terrain/water/ocean13.png
    A data/core/images/terrain/water/ocean14.png
    A data/core/images/terrain/water/ocean15.png
    A data/core/images/terrain/water/ocean16.png
    A data/core/images/terrain/water/ocean17.png
    A data/core/images/terrain/water/ocean18.png
    A data/core/images/terrain/water/ocean19.png
    A data/core/images/terrain/water/ocean20.png
    A data/core/images/terrain/water/ocean21.png
    M data/core/images/terrain/water/reef-gray-tile.png
    M data/core/images/terrain/water/reef-tile.png
    M data/core/images/terrain/water/reef-tropical-tile.png
    A data/core/images/terrain/water/water01.png
    A data/core/images/terrain/water/water02.png
    A data/core/images/terrain/water/water03.png
    A data/core/images/terrain/water/water04.png
    A data/core/images/terrain/water/water05.png
    A data/core/images/terrain/water/water06.png
    A data/core/images/terrain/water/water07.png
    A data/core/images/terrain/water/water08.png
    A data/core/images/terrain/water/water09.png
    A data/core/images/terrain/water/water10.png
    A data/core/images/terrain/water/water11.png
    A data/core/images/terrain/water/water12.png
    A data/core/images/terrain/water/water13.png
    A data/core/images/terrain/water/water14.png
    A data/core/images/terrain/water/water15.png
    A data/core/images/terrain/water/water16.png
    A data/core/images/terrain/water/water17.png
    R data/core/images/terrain/water/waves-concave-A01-bl.png
    R data/core/images/terrain/water/waves-concave-A01-br.png
    R data/core/images/terrain/water/waves-concave-A01-l.png
    R data/core/images/terrain/water/waves-concave-A01-r.png
    R data/core/images/terrain/water/waves-concave-A01-tl.png
    R data/core/images/terrain/water/waves-concave-A01-tr.png
    A data/core/images/terrain/water/waves-concave-A01.png
    R data/core/images/terrain/water/waves-concave-A02-bl.png
    R data/core/images/terrain/water/waves-concave-A02-br.png
    R data/core/images/terrain/water/waves-concave-A02-l.png
    R data/core/images/terrain/water/waves-concave-A02-r.png
    R data/core/images/terrain/water/waves-concave-A02-tl.png
    R data/core/images/terrain/water/waves-concave-A02-tr.png
    A data/core/images/terrain/water/waves-concave-A02.png
    R data/core/images/terrain/water/waves-concave-A03-bl.png
    R data/core/images/terrain/water/waves-concave-A03-br.png
    R data/core/images/terrain/water/waves-concave-A03-l.png
    R data/core/images/terrain/water/waves-concave-A03-r.png
    R data/core/images/terrain/water/waves-concave-A03-tl.png
    R data/core/images/terrain/water/waves-concave-A03-tr.png
    A data/core/images/terrain/water/waves-concave-A03.png
    R data/core/images/terrain/water/waves-concave-A04-bl.png
    R data/core/images/terrain/water/waves-concave-A04-br.png
    R data/core/images/terrain/water/waves-concave-A04-l.png
    R data/core/images/terrain/water/waves-concave-A04-r.png
    R data/core/images/terrain/water/waves-concave-A04-tl.png
    R data/core/images/terrain/water/waves-concave-A04-tr.png
    A data/core/images/terrain/water/waves-concave-A04.png
    R data/core/images/terrain/water/waves-concave-A05-bl.png
    R data/core/images/terrain/water/waves-concave-A05-br.png
    R data/core/images/terrain/water/waves-concave-A05-l.png
    R data/core/images/terrain/water/waves-concave-A05-r.png
    R data/core/images/terrain/water/waves-concave-A05-tl.png
    R data/core/images/terrain/water/waves-concave-A05-tr.png
    A data/core/images/terrain/water/waves-concave-A05.png
    R data/core/images/terrain/water/waves-concave-A06-bl.png
    R data/core/images/terrain/water/waves-concave-A06-br.png
    R data/core/images/terrain/water/waves-concave-A06-l.png
    R data/core/images/terrain/water/waves-concave-A06-r.png
    R data/core/images/terrain/water/waves-concave-A06-tl.png
    R data/core/images/terrain/water/waves-concave-A06-tr.png
    A data/core/images/terrain/water/waves-concave-A06.png
    A data/core/images/terrain/water/waves-concave-A07.png
    A data/core/images/terrain/water/waves-concave-A08.png
    A data/core/images/terrain/water/waves-concave-A09.png
    A data/core/images/terrain/water/waves-concave-A10.png
    A data/core/images/terrain/water/waves-concave-A11.png
    A data/core/images/terrain/water/waves-concave-A12.png
    A data/core/images/terrain/water/waves-concave-A13.png
    A data/core/images/terrain/water/waves-convex-A01.png
    A data/core/images/terrain/water/waves-convex-A02.png
    A data/core/images/terrain/water/waves-convex-A03.png
    A data/core/images/terrain/water/waves-convex-A04.png
    A data/core/images/terrain/water/waves-convex-A05.png
    A data/core/images/terrain/water/waves-convex-A06.png
    A data/core/images/terrain/water/waves-convex-A07.png
    A data/core/images/terrain/water/waves-convex-A08.png
    A data/core/images/terrain/water/waves-convex-A09.png
    A data/core/images/terrain/water/waves-convex-A10.png
    A data/core/images/terrain/water/waves-convex-A11.png
    A data/core/images/terrain/water/waves-convex-A12.png
    A data/core/images/terrain/water/waves-convex-A13.png
    A data/core/images/terrain/water/waves-mask-bl-br.png
    A data/core/images/terrain/water/waves-mask-bl-l.png
    A data/core/images/terrain/water/waves-mask-br-bl.png
    A data/core/images/terrain/water/waves-mask-br-r.png
    A data/core/images/terrain/water/waves-mask-l-bl.png
    A data/core/images/terrain/water/waves-mask-l-tl.png
    A data/core/images/terrain/water/waves-mask-r-br.png
    A data/core/images/terrain/water/waves-mask-r-tr.png
    A data/core/images/terrain/water/waves-mask-tl-l.png
    A data/core/images/terrain/water/waves-mask-tl-tr.png
    A data/core/images/terrain/water/waves-mask-tr-r.png
    A data/core/images/terrain/water/waves-mask-tr-tl.png
    R data/core/images/themes/.gitignore
    A data/core/images/themes/classic/mapframe_corner.png
    A data/core/images/themes/classic/mapframe_top.png
    A data/core/images/themes/classic/mapframe_toprightcorner.png
    A data/core/images/themes/classic/menubar.png
    A data/core/images/themes/classic/minimap-800.png
    A data/core/images/themes/classic/minimap.png
    A data/core/images/themes/classic/sidebar.png
    R data/core/images/themes/editor/classic/UI_editor_menubar_rightside-800.png
    R data/core/images/themes/editor/classic/UI_editor_menubar_tile-800.png
    R data/core/images/themes/editor/classic/UI_editor_sidebar_tileV-800.png
    R data/core/images/themes/editor/classic/UI_editor_uppertoolbar_rightside-800.png
    R data/core/images/themes/editor/classic/UI_editor_uppertoolbar_tile-800.png
    R data/core/images/themes/editor/classic/mapframe_corner.png
    M data/core/images/themes/editor/classic/mapframe_rightside.png
    R data/core/images/themes/editor/classic/mapframe_top.png
    R data/core/images/themes/editor/classic/mapframe_toprightcorner.png
    A data/core/images/themes/editor/classic/menubar-800.png
    R data/core/images/themes/editor/classic/menubar.png
    A data/core/images/themes/editor/classic/menubar_rightside-800.png
    M data/core/images/themes/editor/classic/menubar_rightside.png
    R data/core/images/themes/editor/classic/minimap.png
    M data/core/images/themes/editor/classic/palette.png
    M data/core/images/themes/editor/classic/palette_top.png
    R data/core/images/themes/editor/classic/sidebar.png
    A data/core/images/themes/editor/classic/sidebar_border.png
    A data/core/images/themes/editor/classic/sidebar_borderless.png
    A data/core/images/themes/editor/classic/sidebar_top-800.png
    M data/core/images/themes/editor/classic/sidebar_top.png
    A data/core/images/themes/editor/classic/toolbar-800.png
    M data/core/images/themes/editor/classic/toolbar.png
    A data/core/images/themes/editor/classic/toolbar_rightside-800.png
    M data/core/images/themes/editor/classic/toolbar_rightside.png
    A data/core/images/themes/editor/classic/tools-800.png
    M data/core/images/themes/editor/classic/tools.png
    R data/core/images/themes/editor/classic/tools_options.png
    R data/core/images/themes/experimental-rightside.png
    A data/core/images/themes/game/classic/endturn.png
    A data/core/images/themes/game/classic/menubar.png
    A data/core/images/themes/game/classic/menubar_rightside.png
    A data/core/images/themes/game/classic/minimap.png
    A data/core/images/themes/game/classic/replaybar.png
    A data/core/images/themes/game/classic/replaybar_rightside.png
    A data/core/images/themes/game/classic/sidebar.png
    A data/core/images/themes/game/classic/sidebar_top.png
    A data/core/images/themes/game/classic/unitinfo.png
    A data/core/images/themes/game/classic/unitinfo_bottom.png
    A data/core/images/themes/game/classic/unitinfo_top.png
    M data/core/images/themes/gold-bw.png
    M data/core/images/themes/gold.png
    M data/core/images/themes/income-bw.png
    M data/core/images/themes/income.png
    R data/core/images/themes/leftside-bg.png
    R data/core/images/themes/leftside-bottom.png
    R data/core/images/themes/leftside-small.png
    R data/core/images/themes/leftside.png
    A data/core/images/themes/legacy/rightside-bg.png
    A data/core/images/themes/legacy/rightside-bottom.png
    A data/core/images/themes/legacy/rightside-small.png
    A data/core/images/themes/legacy/rightside.png
    A data/core/images/themes/legacy/status-bg.png
    A data/core/images/themes/legacy/top-bg.png
    R data/core/images/themes/minimap.png
    R data/core/images/themes/rightside-bg.png
    R data/core/images/themes/rightside-bottom.png
    R data/core/images/themes/rightside-editor-bg.png
    R data/core/images/themes/rightside-editor-small.png
    R data/core/images/themes/rightside-editor.png
    R data/core/images/themes/rightside-small.png
    R data/core/images/themes/rightside.png
    M data/core/images/themes/sand-clock-bw.png
    M data/core/images/themes/sand-clock.png
    R data/core/images/themes/status-bg.png
    M data/core/images/themes/status_box/status_box-background.png
    M data/core/images/themes/status_box/status_box-border-right.png
    M data/core/images/themes/status_box/status_box-border-top.png
    R data/core/images/themes/timeofday.png
    R data/core/images/themes/top-bg.png
    R data/core/images/themes/unit.png
    A data/core/images/themes/unit_box/misc/time-schedules/default/schedule-afternoon.png
    A data/core/images/themes/unit_box/misc/time-schedules/default/schedule-dawn.png
    A data/core/images/themes/unit_box/misc/time-schedules/default/schedule-dusk.png
    A data/core/images/themes/unit_box/misc/time-schedules/default/schedule-firstwatch.png
    A data/core/images/themes/unit_box/misc/time-schedules/default/schedule-indoors.png
    A data/core/images/themes/unit_box/misc/time-schedules/default/schedule-morning.png
    A data/core/images/themes/unit_box/misc/time-schedules/default/schedule-secondwatch.png
    A data/core/images/themes/unit_box/misc/time-schedules/default/schedule-underground-illum.png
    A data/core/images/themes/unit_box/misc/time-schedules/default/schedule-underground.png
    A data/core/images/themes/unit_box/misc/time-schedules/default/tod-schedule-24hrs.png
    M data/core/images/themes/units-bw.png
    M data/core/images/themes/units.png
    M data/core/images/themes/upkeep-bw.png
    M data/core/images/themes/upkeep.png
    M data/core/images/themes/villages-bw.png
    M data/core/images/themes/villages.png
    A data/core/images/unit_env/schedule/ToD-day1.png
    A data/core/images/unit_env/schedule/ToD-day2.png
    A data/core/images/unit_env/schedule/ToD-day3.png
    A data/core/images/unit_env/schedule/ToD-local-light.png
    A data/core/images/unit_env/schedule/ToD-night.png
    A data/core/images/unit_env/schedule/tod-clouds-dawn.png
    A data/core/images/unit_env/schedule/tod-clouds-day.png
    A data/core/images/unit_env/schedule/tod-clouds-dusk.png
    A data/core/images/unit_env/schedule/tod-clouds-golden.png
    A data/core/images/unit_env/schedule/tod-clouds-night.png
    A data/core/images/unit_env/schedule/tod-schedule-24hrs.png
    A data/core/images/unit_env/schedule/tod-schedule-default.png
    A data/core/images/unit_env/schedule/tod-template.png
    A data/core/images/unit_env/terrain/terrain-castle.png
    A data/core/images/unit_env/terrain/terrain-desert-mountains.png
    A data/core/images/unit_env/terrain/terrain-flat.png
    A data/core/images/unit_env/terrain/terrain-forest.png
    A data/core/images/unit_env/terrain/terrain-frozen.png
    A data/core/images/unit_env/terrain/terrain-hills.png
    A data/core/images/unit_env/terrain/terrain-indoors.png
    A data/core/images/unit_env/terrain/terrain-mountains.png
    A data/core/images/unit_env/terrain/terrain-sand.png
    A data/core/images/unit_env/terrain/terrain-shallow_water.png
    A data/core/images/unit_env/terrain/terrain-snow-hills.png
    A data/core/images/unit_env/terrain/terrain-underground.png
    A data/core/images/unit_env/terrain/terrain-village.png
    R data/core/images/units/.gitignore
    R data/core/images/units/drakes/.gitignore
    R data/core/images/units/dwarves/.gitignore
    R data/core/images/units/dwarves/berserker-attack-1.png
    R data/core/images/units/dwarves/berserker-attack-2.png
    R data/core/images/units/dwarves/berserker-attack-3.png
    R data/core/images/units/dwarves/berserker-attack-4.png
    R data/core/images/units/dwarves/berserker-attack-5.png
    R data/core/images/units/dwarves/berserker-attack-6.png
    R data/core/images/units/dwarves/berserker-attack-7.png
    R data/core/images/units/dwarves/berserker-attack-8.png
    R data/core/images/units/dwarves/berserker-defend-1.png
    R data/core/images/units/dwarves/berserker-defend-2.png
    R data/core/images/units/dwarves/berserker-idle-1.png
    R data/core/images/units/dwarves/berserker-idle-10.png
    R data/core/images/units/dwarves/berserker-idle-11.png
    R data/core/images/units/dwarves/berserker-idle-12.png
    R data/core/images/units/dwarves/berserker-idle-13.png
    R data/core/images/units/dwarves/berserker-idle-14.png
    R data/core/images/units/dwarves/berserker-idle-15.png
    R data/core/images/units/dwarves/berserker-idle-16.png
    R data/core/images/units/dwarves/berserker-idle-2.png
    R data/core/images/units/dwarves/berserker-idle-3.png
    R data/core/images/units/dwarves/berserker-idle-4.png
    R data/core/images/units/dwarves/berserker-idle-5.png
    R data/core/images/units/dwarves/berserker-idle-6.png
    R data/core/images/units/dwarves/berserker-idle-7.png
    R data/core/images/units/dwarves/berserker-idle-8.png
    R data/core/images/units/dwarves/berserker-idle-9.png
    R data/core/images/units/dwarves/berserker-laugh-1.png
    R data/core/images/units/dwarves/berserker-laugh-2.png
    R data/core/images/units/dwarves/berserker.png
    A data/core/images/units/dwarves/berserker/berserker-attack-1.png
    A data/core/images/units/dwarves/berserker/berserker-attack-2.png
    A data/core/images/units/dwarves/berserker/berserker-attack-3.png
    A data/core/images/units/dwarves/berserker/berserker-attack-4.png
    A data/core/images/units/dwarves/berserker/berserker-attack-5.png
    A data/core/images/units/dwarves/berserker/berserker-attack-6.png
    A data/core/images/units/dwarves/berserker/berserker-attack-7.png
    A data/core/images/units/dwarves/berserker/berserker-attack-8.png
    A data/core/images/units/dwarves/berserker/berserker-bob1.png
    A data/core/images/units/dwarves/berserker/berserker-bob2.png
    A data/core/images/units/dwarves/berserker/berserker-bob3.png
    A data/core/images/units/dwarves/berserker/berserker-bob4.png
    A data/core/images/units/dwarves/berserker/berserker-bob5.png
    A data/core/images/units/dwarves/berserker/berserker-bob6.png
    A data/core/images/units/dwarves/berserker/berserker-defend-1.png
    A data/core/images/units/dwarves/berserker/berserker-defend-2.png
    A data/core/images/units/dwarves/berserker/berserker-idle-1.png
    A data/core/images/units/dwarves/berserker/berserker-idle-10.png
    A data/core/images/units/dwarves/berserker/berserker-idle-11.png
    A data/core/images/units/dwarves/berserker/berserker-idle-12.png
    A data/core/images/units/dwarves/berserker/berserker-idle-13.png
    A data/core/images/units/dwarves/berserker/berserker-idle-14.png
    A data/core/images/units/dwarves/berserker/berserker-idle-15.png
    A data/core/images/units/dwarves/berserker/berserker-idle-16.png
    A data/core/images/units/dwarves/berserker/berserker-idle-2.png
    A data/core/images/units/dwarves/berserker/berserker-idle-3.png
    A data/core/images/units/dwarves/berserker/berserker-idle-4.png
    A data/core/images/units/dwarves/berserker/berserker-idle-5.png
    A data/core/images/units/dwarves/berserker/berserker-idle-6.png
    A data/core/images/units/dwarves/berserker/berserker-idle-7.png
    A data/core/images/units/dwarves/berserker/berserker-idle-8.png
    A data/core/images/units/dwarves/berserker/berserker-idle-9.png
    A data/core/images/units/dwarves/berserker/berserker-laugh-1.png
    A data/core/images/units/dwarves/berserker/berserker-laugh-2.png
    A data/core/images/units/dwarves/berserker/berserker.png
    R data/core/images/units/dwarves/dragonguard-attack-ranged-n.png
    R data/core/images/units/dwarves/dragonguard-attack-ranged-ne.png
    R data/core/images/units/dwarves/dragonguard-attack-ranged-s.png
    R data/core/images/units/dwarves/dragonguard-attack-ranged-se.png
    R data/core/images/units/dwarves/dragonguard-blade-1.png
    R data/core/images/units/dwarves/dragonguard-blade-2.png
    R data/core/images/units/dwarves/dragonguard-blade-3.png
    R data/core/images/units/dwarves/dragonguard-blade-4.png
    R data/core/images/units/dwarves/dragonguard-blade-5.png
    R data/core/images/units/dwarves/dragonguard-blade-defend-1.png
    R data/core/images/units/dwarves/dragonguard-blade-defend-2.png
    R data/core/images/units/dwarves/dragonguard-blade.png
    R data/core/images/units/dwarves/dragonguard-defend.png
    R data/core/images/units/dwarves/dragonguard.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged1.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged10.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged11.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged12.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged13.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged14.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged15.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged16.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged17.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged18.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged19.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged2.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged20.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged21.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged22.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged3.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged4.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged5.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged6.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged7.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged8.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged9.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-blade-defend1.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-blade-defend2.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-blade1.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-blade2.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-blade3.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-blade4.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-blade5.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-blade6.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-blade7.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-blade8.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-blade9.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-bob1.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-bob2.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-bob3.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-bob4.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-bob5.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-bob6.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-defend1.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-defend2.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged1.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged10.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged11.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged12.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged13.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged14.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged15.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged16.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged17.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged18.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged19.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged2.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged20.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged21.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged22.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged23.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged3.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged4.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged5.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged6.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged7.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged8.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged9.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-run1.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-run10.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-run2.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-run3.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-run4.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-run5.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-run6.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-run7.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-run8.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne-run9.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-ne.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged1.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged10.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged11.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged12.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged13.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged14.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged15.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged16.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged17.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged18.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged19.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged2.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged20.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged21.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged22.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged3.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged4.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged5.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged6.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged7.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged8.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged9.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-blade-defend1.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-blade-defend2.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-blade1.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-blade2.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-blade3.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-blade4.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-blade5.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-blade6.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-blade7.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-blade8.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-blade9.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-bob1.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-bob2.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-bob3.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-bob4.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-bob5.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-bob6.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-defend1.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-defend2.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged1.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged10.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged11.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged12.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged13.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged14.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged15.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged16.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged17.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged18.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged19.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged2.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged20.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged21.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged22.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged23.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged3.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged4.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged5.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged6.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged7.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged8.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged9.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-run1.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-run10.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-run2.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-run3.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-run4.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-run5.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-run6.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-run7.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-run8.png
    A data/core/images/units/dwarves/dragonguard/dragonguard-se-run9.png
    A data/core/images/units/dwarves/dragonguard/dragonguard.png
    A data/core/images/units/dwarves/guard-ne-run1.png
    A data/core/images/units/dwarves/guard-ne-run10.png
    A data/core/images/units/dwarves/guard-ne-run2.png
    A data/core/images/units/dwarves/guard-ne-run3.png
    A data/core/images/units/dwarves/guard-ne-run4.png
    A data/core/images/units/dwarves/guard-ne-run5.png
    A data/core/images/units/dwarves/guard-ne-run6.png
    A data/core/images/units/dwarves/guard-ne-run7.png
    A data/core/images/units/dwarves/guard-ne-run8.png
    A data/core/images/units/dwarves/guard-ne-run9.png
    A data/core/images/units/dwarves/guard-se-run1.png
    A data/core/images/units/dwarves/guard-se-run10.png
    A data/core/images/units/dwarves/guard-se-run2.png
    A data/core/images/units/dwarves/guard-se-run3.png
    A data/core/images/units/dwarves/guard-se-run4.png
    A data/core/images/units/dwarves/guard-se-run5.png
    A data/core/images/units/dwarves/guard-se-run6.png
    A data/core/images/units/dwarves/guard-se-run7.png
    A data/core/images/units/dwarves/guard-se-run8.png
    A data/core/images/units/dwarves/guard-se-run9.png
    M data/core/images/units/dwarves/guard.png
    A data/core/images/units/dwarves/runesmith-bob-1.png
    A data/core/images/units/dwarves/runesmith-bob-2.png
    A data/core/images/units/dwarves/runesmith-bob-3.png
    A data/core/images/units/dwarves/runesmith-bob-4.png
    A data/core/images/units/dwarves/runesmith-bob-5.png
    A data/core/images/units/dwarves/runesmith-bob-6.png
    A data/core/images/units/dwarves/sentinel-bob-1.png
    A data/core/images/units/dwarves/sentinel-bob-2.png
    A data/core/images/units/dwarves/sentinel-bob-3.png
    A data/core/images/units/dwarves/sentinel-bob-4.png
    A data/core/images/units/dwarves/sentinel-bob-5.png
    M data/core/images/units/dwarves/sentinel.png
    A data/core/images/units/dwarves/stalwart-bob-1.png
    A data/core/images/units/dwarves/stalwart-bob-2.png
    A data/core/images/units/dwarves/stalwart-bob-3.png
    A data/core/images/units/dwarves/stalwart-bob-4.png
    A data/core/images/units/dwarves/stalwart-bob-5.png
    R data/core/images/units/dwarves/thunderer-attack-n.png
    R data/core/images/units/dwarves/thunderer-attack-ne.png
    R data/core/images/units/dwarves/thunderer-attack-s.png
    R data/core/images/units/dwarves/thunderer-attack-se.png
    R data/core/images/units/dwarves/thunderer-blade-1.png
    R data/core/images/units/dwarves/thunderer-blade-2.png
    R data/core/images/units/dwarves/thunderer-blade-3.png
    R data/core/images/units/dwarves/thunderer-blade-4.png
    R data/core/images/units/dwarves/thunderer-blade-5.png
    R data/core/images/units/dwarves/thunderer-blade-defend-1.png
    R data/core/images/units/dwarves/thunderer-blade-defend-2.png
    R data/core/images/units/dwarves/thunderer-blade.png
    R data/core/images/units/dwarves/thunderer-defend.png
    R data/core/images/units/dwarves/thunderer-die1.png
    R data/core/images/units/dwarves/thunderer-die2.png
    R data/core/images/units/dwarves/thunderer-die3.png
    R data/core/images/units/dwarves/thunderer-idle-1.png
    R data/core/images/units/dwarves/thunderer-idle-2.png
    R data/core/images/units/dwarves/thunderer-idle-3.png
    R data/core/images/units/dwarves/thunderer-idle-4.png
    R data/core/images/units/dwarves/thunderer-idle-5.png
    R data/core/images/units/dwarves/thunderer-idle-6.png
    R data/core/images/units/dwarves/thunderer.png
    A data/core/images/units/dwarves/thunderer/thunderer-die1.png
    A data/core/images/units/dwarves/thunderer/thunderer-die2.png
    A data/core/images/units/dwarves/thunderer/thunderer-die3.png
    A data/core/images/units/dwarves/thunderer/thunderer-idle-1.png
    A data/core/images/units/dwarves/thunderer/thunderer-idle-2.png
    A data/core/images/units/dwarves/thunderer/thunderer-idle-3.png
    A data/core/images/units/dwarves/thunderer/thunderer-idle-4.png
    A data/core/images/units/dwarves/thunderer/thunderer-idle-5.png
    A data/core/images/units/dwarves/thunderer/thunderer-idle-6.png
    A data/core/images/units/dwarves/thunderer/thunderer-n-ranged1.png
    A data/core/images/units/dwarves/thunderer/thunderer-n-ranged2.png
    A data/core/images/units/dwarves/thunderer/thunderer-n-ranged3.png
    A data/core/images/units/dwarves/thunderer/thunderer-n-ranged4.png
    A data/core/images/units/dwarves/thunderer/thunderer-n-ranged5.png
    A data/core/images/units/dwarves/thunderer/thunderer-n-ranged6.png
    A data/core/images/units/dwarves/thunderer/thunderer-n-ranged7.png
    A data/core/images/units/dwarves/thunderer/thunderer-n-ranged8.png
    A data/core/images/units/dwarves/thunderer/thunderer-n-ranged9.png
    A data/core/images/units/dwarves/thunderer/thunderer-ne-blade-defend1.png
    A data/core/images/units/dwarves/thunderer/thunderer-ne-blade-defend2.png
    A data/core/images/units/dwarves/thunderer/thunderer-ne-blade1.png
    A data/core/images/units/dwarves/thunderer/thunderer-ne-blade2.png
    A data/core/images/units/dwarves/thunderer/thunderer-ne-blade3.png
    A data/core/images/units/dwarves/thunderer/thunderer-ne-blade4.png
    A data/core/images/units/dwarves/thunderer/thunderer-ne-blade5.png
    A data/core/images/units/dwarves/thunderer/thunderer-ne-blade6.png
    A data/core/images/units/dwarves/thunderer/thunderer-ne-blade7.png
    A data/core/images/units/dwarves/thunderer/thunderer-ne-blade8.png
    A data/core/images/units/dwarves/thunderer/thunderer-ne-blade9.png
    A data/core/images/units/dwarves/thunderer/thunderer-ne-bob1.png
    A data/core/images/units/dwarves/thunderer/thunderer-ne-bob2.png
    A data/core/images/units/dwarves/thunderer/thunderer-ne-bob3.png
    A data/core/images/units/dwarves/thunderer/thunderer-ne-bob4.png
    A data/core/images/units/dwarves/thunderer/thunderer-ne-bob5.png
    A data/core/images/units/dwarves/thunderer/thunderer-ne-bob6.png
    A data/core/images/units/dwarves/thunderer/thunderer-ne-defend1.png
    A data/core/images/units/dwarves/thunderer/thunderer-ne-defend2.png
    A data/core/images/units/dwarves/thunderer/thunderer-ne-ranged1.png
    A data/core/images/units/dwarves/thunderer/thunderer-ne-ranged2.png
    A data/core/images/units/dwarves/thunderer/thunderer-ne-ranged3.png
    A data/core/images/units/dwarves/thunderer/thunderer-ne-ranged4.png
    A data/core/images/units/dwarves/thunderer/thunderer-ne-ranged5.png
    A data/core/images/units/dwarves/thunderer/thunderer-ne-ranged6.png
    A data/core/images/units/dwarves/thunderer/thunderer-ne-ranged7.png
    A data/core/images/units/dwarves/thunderer/thunderer-ne-ranged8.png
    A data/core/images/units/dwarves/thunderer/thunderer-ne-ranged9.png
    A data/core/images/units/dwarves/thunderer/thunderer-ne-run1.png
    A data/core/images/units/dwarves/thunderer/thunderer-ne-run10.png
    A data/core/images/units/dwarves/thunderer/thunderer-ne-run2.png
    A data/core/images/units/dwarves/thunderer/thunderer-ne-run3.png
    A data/core/images/units/dwarves/thunderer/thunderer-ne-run4.png
    A data/core/images/units/dwarves/thunderer/thunderer-ne-run5.png
    A data/core/images/units/dwarves/thunderer/thunderer-ne-run6.png
    A data/core/images/units/dwarves/thunderer/thunderer-ne-run7.png
    A data/core/images/units/dwarves/thunderer/thunderer-ne-run8.png
    A data/core/images/units/dwarves/thunderer/thunderer-ne-run9.png
    A data/core/images/units/dwarves/thunderer/thunderer-ne.png
    A data/core/images/units/dwarves/thunderer/thunderer-s-ranged1.png
    A data/core/images/units/dwarves/thunderer/thunderer-s-ranged2.png
    A data/core/images/units/dwarves/thunderer/thunderer-s-ranged3.png
    A data/core/images/units/dwarves/thunderer/thunderer-s-ranged4.png
    A data/core/images/units/dwarves/thunderer/thunderer-s-ranged5.png
    A data/core/images/units/dwarves/thunderer/thunderer-s-ranged6.png
    A data/core/images/units/dwarves/thunderer/thunderer-s-ranged7.png
    A data/core/images/units/dwarves/thunderer/thunderer-s-ranged8.png
    A data/core/images/units/dwarves/thunderer/thunderer-s-ranged9.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-blade-defend1.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-blade-defend2.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-blade1.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-blade2.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-blade3.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-blade4.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-blade5.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-blade6.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-blade7.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-blade8.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-blade9.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-bob1.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-bob2.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-bob3.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-bob4.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-bob5.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-bob6.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-defend1.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-defend2.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-ranged-kill1.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-ranged-kill10.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-ranged-kill11.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-ranged-kill12.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-ranged-kill13.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-ranged-kill2.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-ranged-kill3.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-ranged-kill4.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-ranged-kill5.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-ranged-kill6.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-ranged-kill7.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-ranged-kill8.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-ranged-kill9.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-ranged1.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-ranged2.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-ranged3.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-ranged4.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-ranged5.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-ranged6.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-ranged7.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-ranged8.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-ranged9.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-run1.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-run10.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-run2.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-run3.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-run4.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-run5.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-run6.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-run7.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-run8.png
    A data/core/images/units/dwarves/thunderer/thunderer-se-run9.png
    A data/core/images/units/dwarves/thunderer/thunderer.png
    R data/core/images/units/dwarves/thunderguard-attack-ranged-n.png
    R data/core/images/units/dwarves/thunderguard-attack-ranged-ne.png
    R data/core/images/units/dwarves/thunderguard-attack-ranged-s.png
    R data/core/images/units/dwarves/thunderguard-attack-ranged-se.png
    R data/core/images/units/dwarves/thunderguard-blade-1.png
    R data/core/images/units/dwarves/thunderguard-blade-2.png
    R data/core/images/units/dwarves/thunderguard-blade-3.png
    R data/core/images/units/dwarves/thunderguard-blade-4.png
    R data/core/images/units/dwarves/thunderguard-blade-5.png
    R data/core/images/units/dwarves/thunderguard-blade-defend-1.png
    R data/core/images/units/dwarves/thunderguard-blade-defend-2.png
    R data/core/images/units/dwarves/thunderguard-blade.png
    R data/core/images/units/dwarves/thunderguard-defend.png
    R data/core/images/units/dwarves/thunderguard.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-n-ranged1.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-n-ranged10.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-n-ranged11.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-n-ranged12.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-n-ranged2.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-n-ranged3.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-n-ranged4.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-n-ranged5.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-n-ranged6.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-n-ranged7.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-n-ranged8.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-n-ranged9.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne-blade-defend1.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne-blade-defend2.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne-blade1.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne-blade2.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne-blade3.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne-blade4.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne-blade5.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne-blade6.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne-blade7.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne-blade8.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne-blade9.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne-bob1.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne-bob2.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne-bob3.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne-bob4.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne-bob5.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne-bob6.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne-defend1.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne-defend2.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne-ranged1.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne-ranged10.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne-ranged11.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne-ranged12.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne-ranged2.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne-ranged3.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne-ranged4.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne-ranged5.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne-ranged6.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne-ranged7.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne-ranged8.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne-ranged9.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne-run1.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne-run10.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne-run2.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne-run3.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne-run4.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne-run5.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne-run6.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne-run7.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne-run8.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne-run9.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-ne.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-s-ranged1.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-s-ranged10.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-s-ranged11.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-s-ranged12.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-s-ranged2.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-s-ranged3.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-s-ranged4.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-s-ranged5.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-s-ranged6.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-s-ranged7.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-s-ranged8.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-s-ranged9.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-se-blade-defend1.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-se-blade-defend2.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-se-blade1.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-se-blade2.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-se-blade3.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-se-blade4.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-se-blade5.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-se-blade6.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-se-blade7.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-se-blade8.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-se-blade9.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-se-bob1.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-se-bob2.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-se-bob3.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-se-bob4.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-se-bob5.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-se-bob6.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-se-defend1.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-se-defend2.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-se-ranged1.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-se-ranged10.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-se-ranged11.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-se-ranged12.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-se-ranged2.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-se-ranged3.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-se-ranged4.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-se-ranged5.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-se-ranged6.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-se-ranged7.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-se-ranged8.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-se-ranged9.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-se-run1.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-se-run10.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-se-run2.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-se-run3.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-se-run4.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-se-run5.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-se-run6.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-se-run7.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-se-run8.png
    A data/core/images/units/dwarves/thunderguard/thunderguard-se-run9.png
    A data/core/images/units/dwarves/thunderguard/thunderguard.png
    A data/core/images/units/dwarves/ulfserker-bob-1.png
    A data/core/images/units/dwarves/ulfserker-bob-2.png
    A data/core/images/units/dwarves/ulfserker-bob-3.png
    A data/core/images/units/dwarves/ulfserker-bob-4.png
    A data/core/images/units/dwarves/ulfserker-bob-5.png
    A data/core/images/units/dwarves/ulfserker-bob-6.png
    R data/core/images/units/elves-wood/.gitignore
    R data/core/images/units/elves-wood/outrider-attack1.png
    R data/core/images/units/elves-wood/outrider-attack2.png
    R data/core/images/units/elves-wood/outrider-defend.png
    R data/core/images/units/elves-wood/outrider-melee-1.png
    R data/core/images/units/elves-wood/outrider-melee-2.png
    R data/core/images/units/elves-wood/outrider-moving.png
    R data/core/images/units/elves-wood/outrider.png
    A data/core/images/units/elves-wood/outrider/outrider-attack1.png
    A data/core/images/units/elves-wood/outrider/outrider-attack2.png
    A data/core/images/units/elves-wood/outrider/outrider-defend.png
    A data/core/images/units/elves-wood/outrider/outrider-melee-1.png
    A data/core/images/units/elves-wood/outrider/outrider-melee-2.png
    A data/core/images/units/elves-wood/outrider/outrider-moving.png
    A data/core/images/units/elves-wood/outrider/outrider.png
    R data/core/images/units/elves-wood/rider-attack1.png
    R data/core/images/units/elves-wood/rider-attack2.png
    R data/core/images/units/elves-wood/rider-defend.png
    R data/core/images/units/elves-wood/rider-melee-1.png
    R data/core/images/units/elves-wood/rider-melee-2.png
    R data/core/images/units/elves-wood/rider-moving.png
    R data/core/images/units/elves-wood/rider.png
    A data/core/images/units/elves-wood/rider/rider-attack1.png
    A data/core/images/units/elves-wood/rider/rider-attack2.png
    A data/core/images/units/elves-wood/rider/rider-defend.png
    A data/core/images/units/elves-wood/rider/rider-melee-1.png
    A data/core/images/units/elves-wood/rider/rider-melee-2.png
    A data/core/images/units/elves-wood/rider/rider-moving.png
    A data/core/images/units/elves-wood/rider/rider.png
    R data/core/images/units/elves-wood/scout-attack.png
    R data/core/images/units/elves-wood/scout-attack1.png
    R data/core/images/units/elves-wood/scout-attack2.png
    R data/core/images/units/elves-wood/scout-defend.png
    R data/core/images/units/elves-wood/scout-idle-1.png
    R data/core/images/units/elves-wood/scout-idle-10.png
    R data/core/images/units/elves-wood/scout-idle-11.png
    R data/core/images/units/elves-wood/scout-idle-12.png
    R data/core/images/units/elves-wood/scout-idle-13.png
    R data/core/images/units/elves-wood/scout-idle-14.png
    R data/core/images/units/elves-wood/scout-idle-15.png
    R data/core/images/units/elves-wood/scout-idle-16.png
    R data/core/images/units/elves-wood/scout-idle-2.png
    R data/core/images/units/elves-wood/scout-idle-3.png
    R data/core/images/units/elves-wood/scout-idle-4.png
    R data/core/images/units/elves-wood/scout-idle-5.png
    R data/core/images/units/elves-wood/scout-idle-6.png
    R data/core/images/units/elves-wood/scout-idle-7.png
    R data/core/images/units/elves-wood/scout-idle-8.png
    R data/core/images/units/elves-wood/scout-idle-9.png
    R data/core/images/units/elves-wood/scout-moving.png
    R data/core/images/units/elves-wood/scout.png
    A data/core/images/units/elves-wood/scout/scout-idle-1.png
    A data/core/images/units/elves-wood/scout/scout-idle-10.png
    A data/core/images/units/elves-wood/scout/scout-idle-11.png
    A data/core/images/units/elves-wood/scout/scout-idle-12.png
    A data/core/images/units/elves-wood/scout/scout-idle-13.png
    A data/core/images/units/elves-wood/scout/scout-idle-14.png
    A data/core/images/units/elves-wood/scout/scout-idle-15.png
    A data/core/images/units/elves-wood/scout/scout-idle-16.png
    A data/core/images/units/elves-wood/scout/scout-idle-2.png
    A data/core/images/units/elves-wood/scout/scout-idle-3.png
    A data/core/images/units/elves-wood/scout/scout-idle-4.png
    A data/core/images/units/elves-wood/scout/scout-idle-5.png
    A data/core/images/units/elves-wood/scout/scout-idle-6.png
    A data/core/images/units/elves-wood/scout/scout-idle-7.png
    A data/core/images/units/elves-wood/scout/scout-idle-8.png
    A data/core/images/units/elves-wood/scout/scout-idle-9.png
    A data/core/images/units/elves-wood/scout/scout.png
    R data/core/images/units/goblins/.gitignore
    R data/core/images/units/human-loyalists/.gitignore
    M data/core/images/units/human-loyalists/bowman-bow-attack-3.png
    M data/core/images/units/human-loyalists/bowman-bow.png
    M data/core/images/units/human-loyalists/bowman-melee-attack-2.png
    M data/core/images/units/human-loyalists/bowman-melee-attack-3.png
    M data/core/images/units/human-loyalists/bowman-melee-attack-4.png
    M data/core/images/units/human-loyalists/bowman.png
    R data/core/images/units/human-loyalists/cavalier-attack.png
    R data/core/images/units/human-loyalists/cavalier-defend.png
    R data/core/images/units/human-loyalists/cavalier-moving.png
    R data/core/images/units/human-loyalists/cavalier-ranged-1.png
    R data/core/images/units/human-loyalists/cavalier-ranged-2.png
    R data/core/images/units/human-loyalists/cavalier-ranged-3.png
    R data/core/images/units/human-loyalists/cavalier-ranged-4.png
    R data/core/images/units/human-loyalists/cavalier-ranged-5.png
    R data/core/images/units/human-loyalists/cavalier-ranged-6.png
    R data/core/images/units/human-loyalists/cavalier-ranged-7.png
    R data/core/images/units/human-loyalists/cavalier.png
    A data/core/images/units/human-loyalists/cavalier/cavalier.png
    R data/core/images/units/human-loyalists/cavalryman-attack.png
    R data/core/images/units/human-loyalists/cavalryman-defend.png
    R data/core/images/units/human-loyalists/cavalryman-die-1.png
    R data/core/images/units/human-loyalists/cavalryman-die-2.png
    R data/core/images/units/human-loyalists/cavalryman-moving.png
    R data/core/images/units/human-loyalists/cavalryman.png
    A data/core/images/units/human-loyalists/cavalryman/cavalryman.png
    R data/core/images/units/human-loyalists/dragoon-attack.png
    R data/core/images/units/human-loyalists/dragoon-defend.png
    R data/core/images/units/human-loyalists/dragoon-idle-1.png
    R data/core/images/units/human-loyalists/dragoon-idle-2.png
    R data/core/images/units/human-loyalists/dragoon-idle-3.png
    R data/core/images/units/human-loyalists/dragoon-idle-4.png
    R data/core/images/units/human-loyalists/dragoon-idle-5.png
    R data/core/images/units/human-loyalists/dragoon-idle-6.png
    R data/core/images/units/human-loyalists/dragoon-moving.png
    R data/core/images/units/human-loyalists/dragoon-ranged-1.png
    R data/core/images/units/human-loyalists/dragoon-ranged-2.png
    R data/core/images/units/human-loyalists/dragoon-ranged-3.png
    R data/core/images/units/human-loyalists/dragoon-ranged-4.png
    R data/core/images/units/human-loyalists/dragoon-ranged-5.png
    R data/core/images/units/human-loyalists/dragoon-ranged-6.png
    R data/core/images/units/human-loyalists/dragoon-ranged-7.png
    R data/core/images/units/human-loyalists/dragoon.png
    A data/core/images/units/human-loyalists/dragoon/dragoon-idle-1.png
    A data/core/images/units/human-loyalists/dragoon/dragoon-idle-2.png
    A data/core/images/units/human-loyalists/dragoon/dragoon-idle-3.png
    A data/core/images/units/human-loyalists/dragoon/dragoon-idle-4.png
    A data/core/images/units/human-loyalists/dragoon/dragoon-idle-5.png
    A data/core/images/units/human-loyalists/dragoon/dragoon-idle-6.png
    A data/core/images/units/human-loyalists/dragoon/dragoon.png
    M data/core/images/units/human-loyalists/duelist-attack.png
    M data/core/images/units/human-loyalists/duelist-defend.png
    M data/core/images/units/human-loyalists/duelist-die1.png
    M data/core/images/units/human-loyalists/duelist-die3.png
    M data/core/images/units/human-loyalists/duelist-die4.png
    M data/core/images/units/human-loyalists/duelist-die5.png
    M data/core/images/units/human-loyalists/duelist-die6.png
    M data/core/images/units/human-loyalists/duelist-die7.png
    M data/core/images/units/human-loyalists/duelist-die8.png
    M data/core/images/units/human-loyalists/duelist-ranged.png
    M data/core/images/units/human-loyalists/duelist.png
    M data/core/images/units/human-loyalists/fencer-attack-1.png
    M data/core/images/units/human-loyalists/fencer-attack-2.png
    M data/core/images/units/human-loyalists/fencer-attack-3.png
    M data/core/images/units/human-loyalists/fencer-attack-7.png
    M data/core/images/units/human-loyalists/fencer-attack-8.png
    M data/core/images/units/human-loyalists/fencer-attack-9.png
    M data/core/images/units/human-loyalists/fencer-die1.png
    M data/core/images/units/human-loyalists/fencer-die2.png
    M data/core/images/units/human-loyalists/fencer-die3.png
    M data/core/images/units/human-loyalists/fencer-die4.png
    M data/core/images/units/human-loyalists/fencer-die5.png
    M data/core/images/units/human-loyalists/fencer-idle-1.png
    M data/core/images/units/human-loyalists/fencer-idle-2.png
    M data/core/images/units/human-loyalists/fencer-idle-3.png
    M data/core/images/units/human-loyalists/fencer-idle-4.png
    M data/core/images/units/human-loyalists/fencer-idle-6.png
    M data/core/images/units/human-loyalists/fencer-idle-7.png
    M data/core/images/units/human-loyalists/fencer-stand-1.png
    M data/core/images/units/human-loyalists/fencer-stand-2.png
    M data/core/images/units/human-loyalists/fencer-stand-4.png
    M data/core/images/units/human-loyalists/fencer-stand-6.png
    M data/core/images/units/human-loyalists/fencer-stand-7.png
    M data/core/images/units/human-loyalists/fencer-stand-8.png
    M data/core/images/units/human-loyalists/fencer.png
    M data/core/images/units/human-loyalists/general-attack-sword1.png
    M data/core/images/units/human-loyalists/general-attack-sword2.png
    M data/core/images/units/human-loyalists/general-attack-sword3.png
    M data/core/images/units/human-loyalists/general-crossbow-attack1.png
    M data/core/images/units/human-loyalists/general-crossbow-attack2.png
    M data/core/images/units/human-loyalists/general-crossbow.png
    M data/core/images/units/human-loyalists/general-defend-2.png
    M data/core/images/units/human-loyalists/general-idle-1.png
    M data/core/images/units/human-loyalists/general-idle-2.png
    M data/core/images/units/human-loyalists/general-idle-3.png
    M data/core/images/units/human-loyalists/general-idle-6.png
    M data/core/images/units/human-loyalists/general-leading.png
    R data/core/images/units/human-loyalists/grand-knight-attack-sword.png
    R data/core/images/units/human-loyalists/grand-knight-defend.png
    R data/core/images/units/human-loyalists/grand-knight-moving.png
    R data/core/images/units/human-loyalists/grand-knight.png
    A data/core/images/units/human-loyalists/grand-knight/grand-knight.png
    M data/core/images/units/human-loyalists/halberdier-defend.png
    M data/core/images/units/human-loyalists/halberdier-idle-10.png
    M data/core/images/units/human-loyalists/halberdier-idle-11.png
    M data/core/images/units/human-loyalists/halberdier-idle-12.png
    M data/core/images/units/human-loyalists/halberdier-idle-2.png
    M data/core/images/units/human-loyalists/halberdier-idle-3.png
    M data/core/images/units/human-loyalists/halberdier-idle-4.png
    M data/core/images/units/human-loyalists/halberdier-idle-5.png
    M data/core/images/units/human-loyalists/halberdier-idle-6.png
    M data/core/images/units/human-loyalists/halberdier-idle-7.png
    M data/core/images/units/human-loyalists/halberdier-idle-8.png
    M data/core/images/units/human-loyalists/halberdier-idle-9.png
    M data/core/images/units/human-loyalists/halberdier-pierce-n.png
    M data/core/images/units/human-loyalists/halberdier-pierce-s.png
    M data/core/images/units/human-loyalists/halberdier-pierce-se.png
    M data/core/images/units/human-loyalists/halberdier-slash-se-1.png
    M data/core/images/units/human-loyalists/halberdier-slash-se-2.png
    M data/core/images/units/human-loyalists/halberdier.png
    M data/core/images/units/human-loyalists/heavy-infantry-idle-1.png
    M data/core/images/units/human-loyalists/heavy-infantry-idle-2.png
    M data/core/images/units/human-loyalists/heavy-infantry-idle-3.png
    M data/core/images/units/human-loyalists/heavy-infantry-idle-4.png
    M data/core/images/units/human-loyalists/heavy-infantry-idle-5.png
    M data/core/images/units/human-loyalists/heavy-infantry-idle-6.png
    M data/core/images/units/human-loyalists/heavy-infantry-idle-7.png
    M data/core/images/units/human-loyalists/heavy-infantry-idle-8.png
    M data/core/images/units/human-loyalists/heavy-infantry-idle-9.png
    M data/core/images/units/human-loyalists/heavyinfantry-attack-1.png
    M data/core/images/units/human-loyalists/heavyinfantry-attack-2.png
    M data/core/images/units/human-loyalists/heavyinfantry-defend-1.png
    M data/core/images/units/human-loyalists/heavyinfantry-defend-2.png
    M data/core/images/units/human-loyalists/heavyinfantry.png
    R data/core/images/units/human-loyalists/horseman-n-attack1.png
    R data/core/images/units/human-loyalists/horseman-n-attack10.png
    R data/core/images/units/human-loyalists/horseman-n-attack11.png
    R data/core/images/units/human-loyalists/horseman-n-attack12.png
    R data/core/images/units/human-loyalists/horseman-n-attack2.png
    R data/core/images/units/human-loyalists/horseman-n-attack3.png
    R data/core/images/units/human-loyalists/horseman-n-attack4.png
    R data/core/images/units/human-loyalists/horseman-n-attack5.png
    R data/core/images/units/human-loyalists/horseman-n-attack6.png
    R data/core/images/units/human-loyalists/horseman-n-attack7.png
    R data/core/images/units/human-loyalists/horseman-n-attack8.png
    R data/core/images/units/human-loyalists/horseman-n-attack9.png
    R data/core/images/units/human-loyalists/horseman-ne-attack1.png
    R data/core/images/units/human-loyalists/horseman-ne-attack10.png
    R data/core/images/units/human-loyalists/horseman-ne-attack11.png
    R data/core/images/units/human-loyalists/horseman-ne-attack12.png
    R data/core/images/units/human-loyalists/horseman-ne-attack2.png
    R data/core/images/units/human-loyalists/horseman-ne-attack3.png
    R data/core/images/units/human-loyalists/horseman-ne-attack4.png
    R data/core/images/units/human-loyalists/horseman-ne-attack5.png
    R data/core/images/units/human-loyalists/horseman-ne-attack6.png
    R data/core/images/units/human-loyalists/horseman-ne-attack7.png
    R data/core/images/units/human-loyalists/horseman-ne-attack8.png
    R data/core/images/units/human-loyalists/horseman-ne-attack9.png
    R data/core/images/units/human-loyalists/horseman-ne-defend1.png
    R data/core/images/units/human-loyalists/horseman-ne-defend2.png
    R data/core/images/units/human-loyalists/horseman-ne-run1.png
    R data/core/images/units/human-loyalists/horseman-ne-run2.png
    R data/core/images/units/human-loyalists/horseman-ne-run3.png
    R data/core/images/units/human-loyalists/horseman-ne-run4.png
    R data/core/images/units/human-loyalists/horseman-ne-run5.png
    R data/core/images/units/human-loyalists/horseman-ne-run6.png
    R data/core/images/units/human-loyalists/horseman-ne-run7.png
    R data/core/images/units/human-loyalists/horseman-ne-run8.png
    R data/core/images/units/human-loyalists/horseman-s-attack1.png
    R data/core/images/units/human-loyalists/horseman-s-attack10.png
    R data/core/images/units/human-loyalists/horseman-s-attack11.png
    R data/core/images/units/human-loyalists/horseman-s-attack12.png
    R data/core/images/units/human-loyalists/horseman-s-attack2.png
    R data/core/images/units/human-loyalists/horseman-s-attack3.png
    R data/core/images/units/human-loyalists/horseman-s-attack4.png
    R data/core/images/units/human-loyalists/horseman-s-attack5.png
    R data/core/images/units/human-loyalists/horseman-s-attack6.png
    R data/core/images/units/human-loyalists/horseman-s-attack7.png
    R data/core/images/units/human-loyalists/horseman-s-attack8.png
    R data/core/images/units/human-loyalists/horseman-s-attack9.png
    R data/core/images/units/human-loyalists/horseman-se-attack1.png
    R data/core/images/units/human-loyalists/horseman-se-attack10.png
    R data/core/images/units/human-loyalists/horseman-se-attack11.png
    R data/core/images/units/human-loyalists/horseman-se-attack12.png
    R data/core/images/units/human-loyalists/horseman-se-attack2.png
    R data/core/images/units/human-loyalists/horseman-se-attack3.png
    R data/core/images/units/human-loyalists/horseman-se-attack4.png
    R data/core/images/units/human-loyalists/horseman-se-attack5.png
    R data/core/images/units/human-loyalists/horseman-se-attack6.png
    R data/core/images/units/human-loyalists/horseman-se-attack7.png
    R data/core/images/units/human-loyalists/horseman-se-attack8.png
    R data/core/images/units/human-loyalists/horseman-se-attack9.png
    R data/core/images/units/human-loyalists/horseman-se-bob1.png
    R data/core/images/units/human-loyalists/horseman-se-bob2.png
    R data/core/images/units/human-loyalists/horseman-se-bob3.png
    R data/core/images/units/human-loyalists/horseman-se-bob4.png
    R data/core/images/units/human-loyalists/horseman-se-bob5.png
    R data/core/images/units/human-loyalists/horseman-se-bob6.png
    R data/core/images/units/human-loyalists/horseman-se-defend1.png
    R data/core/images/units/human-loyalists/horseman-se-defend2.png
    R data/core/images/units/human-loyalists/horseman-se-die1.png
    R data/core/images/units/human-loyalists/horseman-se-die2.png
    R data/core/images/units/human-loyalists/horseman-se-die3.png
    R data/core/images/units/human-loyalists/horseman-se-die4.png
    R data/core/images/units/human-loyalists/horseman-se-die5.png
    R data/core/images/units/human-loyalists/horseman-se-run1.png
    R data/core/images/units/human-loyalists/horseman-se-run2.png
    R data/core/images/units/human-loyalists/horseman-se-run3.png
    R data/core/images/units/human-loyalists/horseman-se-run4.png
    R data/core/images/units/human-loyalists/horseman-se-run5.png
    R data/core/images/units/human-loyalists/horseman-se-run6.png
    R data/core/images/units/human-loyalists/horseman-se-run7.png
    R data/core/images/units/human-loyalists/horseman-se-run8.png
    R data/core/images/units/human-loyalists/horseman.png
    A data/core/images/units/human-loyalists/horseman/horseman-n-attack1.png
    A data/core/images/units/human-loyalists/horseman/horseman-n-attack10.png
    A data/core/images/units/human-loyalists/horseman/horseman-n-attack11.png
    A data/core/images/units/human-loyalists/horseman/horseman-n-attack12.png
    A data/core/images/units/human-loyalists/horseman/horseman-n-attack2.png
    A data/core/images/units/human-loyalists/horseman/horseman-n-attack3.png
    A data/core/images/units/human-loyalists/horseman/horseman-n-attack4.png
    A data/core/images/units/human-loyalists/horseman/horseman-n-attack5.png
    A data/core/images/units/human-loyalists/horseman/horseman-n-attack6.png
    A data/core/images/units/human-loyalists/horseman/horseman-n-attack7.png
    A data/core/images/units/human-loyalists/horseman/horseman-n-attack8.png
    A data/core/images/units/human-loyalists/horseman/horseman-n-attack9.png
    A data/core/images/units/human-loyalists/horseman/horseman-ne-attack1.png
    A data/core/images/units/human-loyalists/horseman/horseman-ne-attack10.png
    A data/core/images/units/human-loyalists/horseman/horseman-ne-attack11.png
    A data/core/images/units/human-loyalists/horseman/horseman-ne-attack12.png
    A data/core/images/units/human-loyalists/horseman/horseman-ne-attack2.png
    A data/core/images/units/human-loyalists/horseman/horseman-ne-attack3.png
    A data/core/images/units/human-loyalists/horseman/horseman-ne-attack4.png
    A data/core/images/units/human-loyalists/horseman/horseman-ne-attack5.png
    A data/core/images/units/human-loyalists/horseman/horseman-ne-attack6.png
    A data/core/images/units/human-loyalists/horseman/horseman-ne-attack7.png
    A data/core/images/units/human-loyalists/horseman/horseman-ne-attack8.png
    A data/core/images/units/human-loyalists/horseman/horseman-ne-attack9.png
    A data/core/images/units/human-loyalists/horseman/horseman-ne-bob1.png
    A data/core/images/units/human-loyalists/horseman/horseman-ne-bob2.png
    A data/core/images/units/human-loyalists/horseman/horseman-ne-bob3.png
    A data/core/images/units/human-loyalists/horseman/horseman-ne-bob4.png
    A data/core/images/units/human-loyalists/horseman/horseman-ne-bob5.png
    A data/core/images/units/human-loyalists/horseman/horseman-ne-bob6.png
    A data/core/images/units/human-loyalists/horseman/horseman-ne-defend1.png
    A data/core/images/units/human-loyalists/horseman/horseman-ne-defend2.png
    A data/core/images/units/human-loyalists/horseman/horseman-ne-die1.png
    A data/core/images/units/human-loyalists/horseman/horseman-ne-die2.png
    A data/core/images/units/human-loyalists/horseman/horseman-ne-die3.png
    A data/core/images/units/human-loyalists/horseman/horseman-ne-die4.png
    A data/core/images/units/human-loyalists/horseman/horseman-ne-die5.png
    A data/core/images/units/human-loyalists/horseman/horseman-ne-run1.png
    A data/core/images/units/human-loyalists/horseman/horseman-ne-run2.png
    A data/core/images/units/human-loyalists/horseman/horseman-ne-run3.png
    A data/core/images/units/human-loyalists/horseman/horseman-ne-run4.png
    A data/core/images/units/human-loyalists/horseman/horseman-ne-run5.png
    A data/core/images/units/human-loyalists/horseman/horseman-ne-run6.png
    A data/core/images/units/human-loyalists/horseman/horseman-ne-run7.png
    A data/core/images/units/human-loyalists/horseman/horseman-ne-run8.png
    A data/core/images/units/human-loyalists/horseman/horseman-s-attack1.png
    A data/core/images/units/human-loyalists/horseman/horseman-s-attack10.png
    A data/core/images/units/human-loyalists/horseman/horseman-s-attack11.png
    A data/core/images/units/human-loyalists/horseman/horseman-s-attack12.png
    A data/core/images/units/human-loyalists/horseman/horseman-s-attack2.png
    A data/core/images/units/human-loyalists/horseman/horseman-s-attack3.png
    A data/core/images/units/human-loyalists/horseman/horseman-s-attack4.png
    A data/core/images/units/human-loyalists/horseman/horseman-s-attack5.png
    A data/core/images/units/human-loyalists/horseman/horseman-s-attack6.png
    A data/core/images/units/human-loyalists/horseman/horseman-s-attack7.png
    A data/core/images/units/human-loyalists/horseman/horseman-s-attack8.png
    A data/core/images/units/human-loyalists/horseman/horseman-s-attack9.png
    A data/core/images/units/human-loyalists/horseman/horseman-se-attack1.png
    A data/core/images/units/human-loyalists/horseman/horseman-se-attack10.png
    A data/core/images/units/human-loyalists/horseman/horseman-se-attack11.png
    A data/core/images/units/human-loyalists/horseman/horseman-se-attack12.png
    A data/core/images/units/human-loyalists/horseman/horseman-se-attack2.png
    A data/core/images/units/human-loyalists/horseman/horseman-se-attack3.png
    A data/core/images/units/human-loyalists/horseman/horseman-se-attack4.png
    A data/core/images/units/human-loyalists/horseman/horseman-se-attack5.png
    A data/core/images/units/human-loyalists/horseman/horseman-se-attack6.png
    A data/core/images/units/human-loyalists/horseman/horseman-se-attack7.png
    A data/core/images/units/human-loyalists/horseman/horseman-se-attack8.png
    A data/core/images/units/human-loyalists/horseman/horseman-se-attack9.png
    A data/core/images/units/human-loyalists/horseman/horseman-se-bob1.png
    A data/core/images/units/human-loyalists/horseman/horseman-se-bob2.png
    A data/core/images/units/human-loyalists/horseman/horseman-se-bob3.png
    A data/core/images/units/human-loyalists/horseman/horseman-se-bob4.png
    A data/core/images/units/human-loyalists/horseman/horseman-se-bob5.png
    A data/core/images/units/human-loyalists/horseman/horseman-se-bob6.png
    A data/core/images/units/human-loyalists/horseman/horseman-se-defend1.png
    A data/core/images/units/human-loyalists/horseman/horseman-se-defend2.png
    A data/core/images/units/human-loyalists/horseman/horseman-se-die1.png
    A data/core/images/units/human-loyalists/horseman/horseman-se-die2.png
    A data/core/images/units/human-loyalists/horseman/horseman-se-die3.png
    A data/core/images/units/human-loyalists/horseman/horseman-se-die4.png
    A data/core/images/units/human-loyalists/horseman/horseman-se-die5.png
    A data/core/images/units/human-loyalists/horseman/horseman-se-run1.png
    A data/core/images/units/human-loyalists/horseman/horseman-se-run2.png
    A data/core/images/units/human-loyalists/horseman/horseman-se-run3.png
    A data/core/images/units/human-loyalists/horseman/horseman-se-run4.png
    A data/core/images/units/human-loyalists/horseman/horseman-se-run5.png
    A data/core/images/units/human-loyalists/horseman/horseman-se-run6.png
    A data/core/images/units/human-loyalists/horseman/horseman-se-run7.png
    A data/core/images/units/human-loyalists/horseman/horseman-se-run8.png
    A data/core/images/units/human-loyalists/horseman/horseman.png
    M data/core/images/units/human-loyalists/javelineer-attack-melee-1.png
    M data/core/images/units/human-loyalists/javelineer-attack-melee-2.png
    M data/core/images/units/human-loyalists/javelineer-attack-melee-3.png
    M data/core/images/units/human-loyalists/javelineer-attack-ranged-1.png
    M data/core/images/units/human-loyalists/javelineer-attack-ranged-2.png
    M data/core/images/units/human-loyalists/javelineer-attack-ranged-3.png
    M data/core/images/units/human-loyalists/javelineer-attack-ranged-4.png
    M data/core/images/units/human-loyalists/javelineer-defend-ranged.png
    M data/core/images/units/human-loyalists/javelineer.png
    R data/core/images/units/human-loyalists/knight-attack.png
    R data/core/images/units/human-loyalists/knight-defend.png
    R data/core/images/units/human-loyalists/knight-moving.png
    R data/core/images/units/human-loyalists/knight.png
    A data/core/images/units/human-loyalists/knight/knight.png
    R data/core/images/units/human-loyalists/lancer-attack.png
    R data/core/images/units/human-loyalists/lancer-defend.png
    R data/core/images/units/human-loyalists/lancer-moving.png
    R data/core/images/units/human-loyalists/lancer.png
    A data/core/images/units/human-loyalists/lancer/lancer.png
    M data/core/images/units/human-loyalists/lieutenant-attack-sword-1.png
    M data/core/images/units/human-loyalists/lieutenant-attack-sword-2.png
    M data/core/images/units/human-loyalists/lieutenant-crossbow-attack1.png
    M data/core/images/units/human-loyalists/lieutenant-crossbow-defend.png
    M data/core/images/units/human-loyalists/lieutenant-die-1.png
    M data/core/images/units/human-loyalists/lieutenant-die-2.png
    M data/core/images/units/human-loyalists/lieutenant-die-3.png
    M data/core/images/units/human-loyalists/lieutenant-die-4.png
    M data/core/images/units/human-loyalists/lieutenant-die-5.png
    M data/core/images/units/human-loyalists/lieutenant-die-6.png
    M data/core/images/units/human-loyalists/lieutenant-die-7.png
    M data/core/images/units/human-loyalists/lieutenant-die-8.png
    M data/core/images/units/human-loyalists/lieutenant-die-9.png
    M data/core/images/units/human-loyalists/lieutenant-idle-1.png
    M data/core/images/units/human-loyalists/lieutenant-idle-2.png
    M data/core/images/units/human-loyalists/lieutenant-idle-3.png
    M data/core/images/units/human-loyalists/lieutenant-idle-4.png
    M data/core/images/units/human-loyalists/lieutenant-idle-6.png
    M data/core/images/units/human-loyalists/lieutenant-idle-8.png
    M data/core/images/units/human-loyalists/lieutenant-idle-9.png
    M data/core/images/units/human-loyalists/lieutenant.png
    M data/core/images/units/human-loyalists/longbowman-bow-defend.png
    M data/core/images/units/human-loyalists/longbowman-idle-2.png
    M data/core/images/units/human-loyalists/longbowman-melee-attack-1.png
    M data/core/images/units/human-loyalists/longbowman-melee-attack-2.png
    M data/core/images/units/human-loyalists/longbowman-melee-attack-3.png
    M data/core/images/units/human-loyalists/longbowman-melee-attack-4.png
    M data/core/images/units/human-loyalists/longbowman-melee-defend-1.png
    M data/core/images/units/human-loyalists/longbowman-melee-defend-2.png
    M data/core/images/units/human-loyalists/longbowman.png
    M data/core/images/units/human-loyalists/marshal-attack-sword2.png
    M data/core/images/units/human-loyalists/marshal-attack-sword3.png
    M data/core/images/units/human-loyalists/marshal-attack-sword4.png
    M data/core/images/units/human-loyalists/marshal-attack-sword5.png
    M data/core/images/units/human-loyalists/marshal-defend-1.png
    M data/core/images/units/human-loyalists/marshal-defend-2.png
    M data/core/images/units/human-loyalists/marshal-die-1.png
    M data/core/images/units/human-loyalists/marshal-die-10.png
    M data/core/images/units/human-loyalists/marshal-die-2.png
    M data/core/images/units/human-loyalists/marshal-die-4.png
    M data/core/images/units/human-loyalists/marshal-die-5.png
    M data/core/images/units/human-loyalists/marshal-die-6.png
    M data/core/images/units/human-loyalists/marshal-die-7.png
    M data/core/images/units/human-loyalists/marshal-die-8.png
    M data/core/images/units/human-loyalists/marshal-die-9.png
    M data/core/images/units/human-loyalists/marshal-leading.png
    M data/core/images/units/human-loyalists/master-at-arms-crossbow-1.png
    M data/core/images/units/human-loyalists/master-at-arms-crossbow-2.png
    M data/core/images/units/human-loyalists/master-at-arms-crossbow-3.png
    M data/core/images/units/human-loyalists/master-at-arms-crossbow-4.png
    M data/core/images/units/human-loyalists/master-at-arms-crossbow-5.png
    M data/core/images/units/human-loyalists/master-at-arms-crossbow-6.png
    M data/core/images/units/human-loyalists/master-at-arms-defend-1.png
    M data/core/images/units/human-loyalists/master-at-arms-defend-2.png
    M data/core/images/units/human-loyalists/master-at-arms-melee-1-1.png
    M data/core/images/units/human-loyalists/master-at-arms-melee-1-3.png
    M data/core/images/units/human-loyalists/master-at-arms-melee-2-1.png
    M data/core/images/units/human-loyalists/master-at-arms-melee-2-2.png
    M data/core/images/units/human-loyalists/master-at-arms-melee-2-3.png
    M data/core/images/units/human-loyalists/master-at-arms-melee-3-3.png
    M data/core/images/units/human-loyalists/master-at-arms-recover-1.png
    M data/core/images/units/human-loyalists/master-at-arms-recover-2.png
    M data/core/images/units/human-loyalists/master-at-arms-victory-1.png
    M data/core/images/units/human-loyalists/master-at-arms-victory-2.png
    M data/core/images/units/human-loyalists/master-at-arms-victory-4.png
    M data/core/images/units/human-loyalists/master-at-arms-victory-5.png
    M data/core/images/units/human-loyalists/master-at-arms-victory-6.png
    M data/core/images/units/human-loyalists/master-at-arms.png
    M data/core/images/units/human-loyalists/masterbowman-bow-attack-1.png
    M data/core/images/units/human-loyalists/masterbowman-bow-defend.png
    M data/core/images/units/human-loyalists/masterbowman-bow.png
    M data/core/images/units/human-loyalists/masterbowman-idle-1.png
    M data/core/images/units/human-loyalists/masterbowman-idle-3.png
    M data/core/images/units/human-loyalists/masterbowman-idle-4.png
    M data/core/images/units/human-loyalists/masterbowman-melee-attack-1.png
    M data/core/images/units/human-loyalists/masterbowman-melee-attack-2.png
    M data/core/images/units/human-loyalists/masterbowman-melee-attack-3.png
    M data/core/images/units/human-loyalists/masterbowman-melee-attack-4.png
    M data/core/images/units/human-loyalists/masterbowman-melee-defend-1.png
    M data/core/images/units/human-loyalists/masterbowman-melee-defend-2.png
    M data/core/images/units/human-loyalists/masterbowman.png
    R data/core/images/units/human-loyalists/paladin-attack-sword.png
    R data/core/images/units/human-loyalists/paladin-defend.png
    R data/core/images/units/human-loyalists/paladin-healing.png
    R data/core/images/units/human-loyalists/paladin-moving.png
    R data/core/images/units/human-loyalists/paladin.png
    A data/core/images/units/human-loyalists/paladin/paladin.png
    M data/core/images/units/human-loyalists/pikeman-attack-ne.png
    M data/core/images/units/human-loyalists/pikeman-attack-s.png
    M data/core/images/units/human-loyalists/pikeman-attack-se.png
    M data/core/images/units/human-loyalists/pikeman-defend.png
    M data/core/images/units/human-loyalists/pikeman-die-1.png
    M data/core/images/units/human-loyalists/pikeman-die-2.png
    M data/core/images/units/human-loyalists/pikeman-die-3.png
    M data/core/images/units/human-loyalists/pikeman-die-4.png
    M data/core/images/units/human-loyalists/pikeman-die-5.png
    M data/core/images/units/human-loyalists/pikeman-idle-2.png
    M data/core/images/units/human-loyalists/pikeman-idle-3.png
    M data/core/images/units/human-loyalists/pikeman-idle-4.png
    M data/core/images/units/human-loyalists/pikeman.png
    M data/core/images/units/human-loyalists/royal-warrior-attack2.png
    M data/core/images/units/human-loyalists/royalguard-attack-sword1.png
    M data/core/images/units/human-loyalists/royalguard-attack-sword2.png
    M data/core/images/units/human-loyalists/royalguard-attack-sword3.png
    M data/core/images/units/human-loyalists/royalguard-defend-2.png
    M data/core/images/units/human-loyalists/sergeant-attack-sword-1.png
    M data/core/images/units/human-loyalists/sergeant-attack-sword-2.png
    M data/core/images/units/human-loyalists/sergeant-crossbow-attack1.png
    M data/core/images/units/human-loyalists/sergeant-crossbow-attack2.png
    M data/core/images/units/human-loyalists/sergeant-crossbow.png
    M data/core/images/units/human-loyalists/sergeant-defend.png
    M data/core/images/units/human-loyalists/sergeant-idle-1.png
    M data/core/images/units/human-loyalists/sergeant-idle-2.png
    M data/core/images/units/human-loyalists/sergeant-idle-3.png
    M data/core/images/units/human-loyalists/sergeant-idle-5.png
    M data/core/images/units/human-loyalists/sergeant-idle-9.png
    M data/core/images/units/human-loyalists/sergeant-lead-1.png
    M data/core/images/units/human-loyalists/sergeant-lead-2.png
    M data/core/images/units/human-loyalists/sergeant.png
    M data/core/images/units/human-loyalists/shocktrooper-attack-1.png
    M data/core/images/units/human-loyalists/shocktrooper-attack-2.png
    M data/core/images/units/human-loyalists/shocktrooper-attack-3.png
    M data/core/images/units/human-loyalists/shocktrooper-attack-4.png
    M data/core/images/units/human-loyalists/shocktrooper-attack-5.png
    M data/core/images/units/human-loyalists/shocktrooper-attack-6.png
    M data/core/images/units/human-loyalists/shocktrooper-defend-2.png
    M data/core/images/units/human-loyalists/shocktrooper.png
    M data/core/images/units/human-loyalists/siegetrooper-attack-1.png
    M data/core/images/units/human-loyalists/siegetrooper-attack-2.png
    M data/core/images/units/human-loyalists/siegetrooper.png
    A data/core/images/units/human-loyalists/spearman-attack-n-1.png
    A data/core/images/units/human-loyalists/spearman-attack-n-10.png
    A data/core/images/units/human-loyalists/spearman-attack-n-11.png
    A data/core/images/units/human-loyalists/spearman-attack-n-12.png
    A data/core/images/units/human-loyalists/spearman-attack-n-2.png
    A data/core/images/units/human-loyalists/spearman-attack-n-3.png
    A data/core/images/units/human-loyalists/spearman-attack-n-4.png
    A data/core/images/units/human-loyalists/spearman-attack-n-5.png
    A data/core/images/units/human-loyalists/spearman-attack-n-6.png
    A data/core/images/units/human-loyalists/spearman-attack-n-7.png
    A data/core/images/units/human-loyalists/spearman-attack-n-8.png
    A data/core/images/units/human-loyalists/spearman-attack-n-9.png
    R data/core/images/units/human-loyalists/spearman-attack-n.png
    M data/core/images/units/human-loyalists/spearman-attack-ne.png
    M data/core/images/units/human-loyalists/spearman-attack-ranged.png
    M data/core/images/units/human-loyalists/spearman-attack-ranged2.png
    M data/core/images/units/human-loyalists/spearman-attack-s-10.png
    M data/core/images/units/human-loyalists/spearman-attack-s-11.png
    M data/core/images/units/human-loyalists/spearman-attack-s-12.png
    M data/core/images/units/human-loyalists/spearman-attack-s-13.png
    M data/core/images/units/human-loyalists/spearman-attack-s-14.png
    M data/core/images/units/human-loyalists/spearman-attack-s-3.png
    M data/core/images/units/human-loyalists/spearman-attack-s-4.png
    M data/core/images/units/human-loyalists/spearman-attack-s-5.png
    M data/core/images/units/human-loyalists/spearman-attack-s-6.png
    M data/core/images/units/human-loyalists/spearman-attack-s-7.png
    M data/core/images/units/human-loyalists/spearman-attack-s-8.png
    M data/core/images/units/human-loyalists/spearman-attack-s-9.png
    M data/core/images/units/human-loyalists/spearman-attack-se-1.png
    M data/core/images/units/human-loyalists/spearman-attack-se-10.png
    M data/core/images/units/human-loyalists/spearman-attack-se-11.png
    M data/core/images/units/human-loyalists/spearman-attack-se-12.png
    M data/core/images/units/human-loyalists/spearman-attack-se-2.png
    M data/core/images/units/human-loyalists/spearman-attack-se-3.png
    M data/core/images/units/human-loyalists/spearman-attack-se-4.png
    M data/core/images/units/human-loyalists/spearman-attack-se-5.png
    M data/core/images/units/human-loyalists/spearman-attack-se-6.png
    M data/core/images/units/human-loyalists/spearman-attack-se-7.png
    M data/core/images/units/human-loyalists/spearman-attack-se-8.png
    M data/core/images/units/human-loyalists/spearman-attack-se-9.png
    M data/core/images/units/human-loyalists/spearman-death2.png
    M data/core/images/units/human-loyalists/spearman-death3.png
    M data/core/images/units/human-loyalists/spearman-death4.png
    M data/core/images/units/human-loyalists/spearman-defend-2.png
    M data/core/images/units/human-loyalists/spearman-defend.png
    M data/core/images/units/human-loyalists/spearman-idle1.png
    M data/core/images/units/human-loyalists/spearman-idle2-1.png
    M data/core/images/units/human-loyalists/spearman-idle2-2.png
    M data/core/images/units/human-loyalists/spearman-idle2-5.png
    A data/core/images/units/human-loyalists/spearman-n.png
    R data/core/images/units/human-loyalists/spearman-stand-1.png
    R data/core/images/units/human-loyalists/spearman-stand-2.png
    R data/core/images/units/human-loyalists/spearman-stand-3.png
    R data/core/images/units/human-loyalists/spearman-stand-4.png
    R data/core/images/units/human-loyalists/spearman-stand-5.png
    R data/core/images/units/human-loyalists/spearman-stand-6.png
    A data/core/images/units/human-loyalists/spearman-stand-n-1.png
    A data/core/images/units/human-loyalists/spearman-stand-n-2.png
    A data/core/images/units/human-loyalists/spearman-stand-n-3.png
    A data/core/images/units/human-loyalists/spearman-stand-s-1.png
    A data/core/images/units/human-loyalists/spearman-stand-s-2.png
    A data/core/images/units/human-loyalists/spearman-stand-s-3.png
    A data/core/images/units/human-loyalists/spearman-stand-s-4.png
    A data/core/images/units/human-loyalists/spearman-stand-s-5.png
    A data/core/images/units/human-loyalists/spearman-stand-s-6.png
    M data/core/images/units/human-loyalists/swordsman-attack-1.png
    M data/core/images/units/human-loyalists/swordsman-attack-2.png
    M data/core/images/units/human-loyalists/swordsman-defend.png
    M data/core/images/units/human-loyalists/swordsman-idle-1.png
    M data/core/images/units/human-loyalists/swordsman-idle-2.png
    M data/core/images/units/human-loyalists/swordsman-idle-4.png
    M data/core/images/units/human-loyalists/swordsman-idle-5.png
    M data/core/images/units/human-loyalists/swordsman-idle-6.png
    M data/core/images/units/human-loyalists/swordsman-idle-7.png
    M data/core/images/units/human-loyalists/swordsman-idle-8.png
    M data/core/images/units/human-loyalists/swordsman-idle-9.png
    R data/core/images/units/human-magi/.gitignore
    A data/core/images/units/human-magi/arch-mage-standing-1.png
    A data/core/images/units/human-magi/arch-mage-standing-10.png
    A data/core/images/units/human-magi/arch-mage-standing-2.png
    A data/core/images/units/human-magi/arch-mage-standing-3.png
    A data/core/images/units/human-magi/arch-mage-standing-4.png
    A data/core/images/units/human-magi/arch-mage-standing-5.png
    A data/core/images/units/human-magi/arch-mage-standing-6.png
    A data/core/images/units/human-magi/arch-mage-standing-7.png
    A data/core/images/units/human-magi/arch-mage-standing-8.png
    A data/core/images/units/human-magi/arch-mage-standing-9.png
    R data/core/images/units/human-magi/mage+female-die-1.png
    R data/core/images/units/human-magi/mage+female-die-2.png
    R data/core/images/units/human-magi/mage+female-die-3.png
    R data/core/images/units/human-magi/mage+female-die-4.png
    R data/core/images/units/human-magi/mage-die-1.png
    R data/core/images/units/human-magi/mage-die-2.png
    R data/core/images/units/human-magi/mage-die-3.png
    R data/core/images/units/human-magi/mage-die-4.png
    R data/core/images/units/human-magi/red-mage+female-die-1.png
    R data/core/images/units/human-magi/red-mage+female-die-2.png
    R data/core/images/units/human-magi/red-mage+female-die-3.png
    R data/core/images/units/human-magi/red-mage+female-die-4.png
    R data/core/images/units/human-magi/red-mage-die-1.png
    R data/core/images/units/human-magi/red-mage-die-2.png
    R data/core/images/units/human-magi/red-mage-die-3.png
    R data/core/images/units/human-magi/red-mage-die-4.png
    R data/core/images/units/human-outlaws/.gitignore
    M data/core/images/units/human-outlaws/assassin+female-defend-1.png
    M data/core/images/units/human-outlaws/assassin+female-defend-2.png
    M data/core/images/units/human-outlaws/assassin+female-melee-1-1.png
    M data/core/images/units/human-outlaws/assassin+female-melee-1-2.png
    M data/core/images/units/human-outlaws/assassin+female-melee-2-1.png
    M data/core/images/units/human-outlaws/assassin+female-melee-2-2.png
    M data/core/images/units/human-outlaws/assassin+female-throwknife1.png
    M data/core/images/units/human-outlaws/assassin+female-throwknife2.png
    M data/core/images/units/human-outlaws/assassin+female.png
    M data/core/images/units/human-outlaws/assassin-defend-1.png
    M data/core/images/units/human-outlaws/assassin-defend-2.png
    M data/core/images/units/human-outlaws/assassin-melee-1-1.png
    M data/core/images/units/human-outlaws/assassin-melee-1-2.png
    M data/core/images/units/human-outlaws/assassin-melee-2-1.png
    M data/core/images/units/human-outlaws/assassin-melee-2-2.png
    M data/core/images/units/human-outlaws/assassin-throwknife1.png
    M data/core/images/units/human-outlaws/assassin-throwknife2.png
    M data/core/images/units/human-outlaws/assassin.png
    M data/core/images/units/human-outlaws/bandit-defend-1.png
    M data/core/images/units/human-outlaws/bandit-defend-2.png
    M data/core/images/units/human-outlaws/bandit-melee-1.png
    M data/core/images/units/human-outlaws/bandit-melee-2.png
    M data/core/images/units/human-outlaws/bandit-melee-4.png
    M data/core/images/units/human-outlaws/bandit-melee-5.png
    M data/core/images/units/human-outlaws/bandit-melee-8.png
    M data/core/images/units/human-outlaws/bandit.png
    M data/core/images/units/human-outlaws/footpad+female-attack1.png
    M data/core/images/units/human-outlaws/footpad+female-attack2.png
    M data/core/images/units/human-outlaws/footpad+female-defend.png
    M data/core/images/units/human-outlaws/footpad+female-idle-1.png
    M data/core/images/units/human-outlaws/footpad+female-idle-2.png
    M data/core/images/units/human-outlaws/footpad+female-idle-3.png
    M data/core/images/units/human-outlaws/footpad+female-idle-4.png
    M data/core/images/units/human-outlaws/footpad+female-melee-1.png
    M data/core/images/units/human-outlaws/footpad+female-melee-2.png
    M data/core/images/units/human-outlaws/footpad+female-melee-3.png
    M data/core/images/units/human-outlaws/footpad+female-melee-4.png
    M data/core/images/units/human-outlaws/footpad+female.png
    M data/core/images/units/human-outlaws/footpad-attack1.png
    M data/core/images/units/human-outlaws/footpad-attack2.png
    M data/core/images/units/human-outlaws/footpad-defend.png
    M data/core/images/units/human-outlaws/footpad-idle-1.png
    M data/core/images/units/human-outlaws/footpad-idle-2.png
    M data/core/images/units/human-outlaws/footpad-idle-3.png
    M data/core/images/units/human-outlaws/footpad-idle-4.png
    M data/core/images/units/human-outlaws/footpad-melee-1.png
    M data/core/images/units/human-outlaws/footpad-melee-2.png
    M data/core/images/units/human-outlaws/footpad-melee-3.png
    M data/core/images/units/human-outlaws/footpad-melee-4.png
    M data/core/images/units/human-outlaws/footpad.png
    M data/core/images/units/human-outlaws/fugitive+female-defend.png
    M data/core/images/units/human-outlaws/fugitive+female-melee-1.png
    M data/core/images/units/human-outlaws/fugitive+female-melee-2.png
    M data/core/images/units/human-outlaws/fugitive+female-melee-3.png
    M data/core/images/units/human-outlaws/fugitive+female-ranged-1.png
    M data/core/images/units/human-outlaws/fugitive+female-ranged-2.png
    M data/core/images/units/human-outlaws/fugitive+female.png
    M data/core/images/units/human-outlaws/fugitive-defend.png
    M data/core/images/units/human-outlaws/fugitive-melee-1.png
    M data/core/images/units/human-outlaws/fugitive-melee-2.png
    M data/core/images/units/human-outlaws/fugitive-melee-3.png
    M data/core/images/units/human-outlaws/fugitive-ranged-1.png
    M data/core/images/units/human-outlaws/fugitive-ranged-2.png
    M data/core/images/units/human-outlaws/fugitive.png
    M data/core/images/units/human-outlaws/highwayman-defend-1.png
    M data/core/images/units/human-outlaws/highwayman-defend-2.png
    M data/core/images/units/human-outlaws/highwayman-melee-1.png
    M data/core/images/units/human-outlaws/highwayman-melee-2.png
    M data/core/images/units/human-outlaws/highwayman-melee-3.png
    M data/core/images/units/human-outlaws/highwayman-melee-4.png
    M data/core/images/units/human-outlaws/highwayman-melee-5.png
    M data/core/images/units/human-outlaws/highwayman-melee-6.png
    M data/core/images/units/human-outlaws/highwayman-melee-7.png
    M data/core/images/units/human-outlaws/highwayman.png
    M data/core/images/units/human-outlaws/huntsman-attack-melee.png
    M data/core/images/units/human-outlaws/huntsman-attack1.png
    M data/core/images/units/human-outlaws/huntsman-attack2.png
    M data/core/images/units/human-outlaws/huntsman-attack3.png
    M data/core/images/units/human-outlaws/huntsman-bow-defend.png
    M data/core/images/units/human-outlaws/huntsman-defend.png
    M data/core/images/units/human-outlaws/huntsman.png
    M data/core/images/units/human-outlaws/outlaw+female-attack1.png
    M data/core/images/units/human-outlaws/outlaw+female-attack2.png
    M data/core/images/units/human-outlaws/outlaw+female-defend.png
    M data/core/images/units/human-outlaws/outlaw+female-melee-1.png
    M data/core/images/units/human-outlaws/outlaw+female-melee-2.png
    M data/core/images/units/human-outlaws/outlaw+female-melee-3.png
    M data/core/images/units/human-outlaws/outlaw+female.png
    M data/core/images/units/human-outlaws/outlaw-attack1.png
    M data/core/images/units/human-outlaws/outlaw-attack2.png
    M data/core/images/units/human-outlaws/outlaw-defend.png
    M data/core/images/units/human-outlaws/outlaw-idle-1.png
    M data/core/images/units/human-outlaws/outlaw-idle-2.png
    M data/core/images/units/human-outlaws/outlaw-idle-3.png
    M data/core/images/units/human-outlaws/outlaw-idle-4.png
    M data/core/images/units/human-outlaws/outlaw-idle-5.png
    M data/core/images/units/human-outlaws/outlaw-idle-6.png
    M data/core/images/units/human-outlaws/outlaw-idle-7.png
    M data/core/images/units/human-outlaws/outlaw-melee-1.png
    M data/core/images/units/human-outlaws/outlaw-melee-2.png
    M data/core/images/units/human-outlaws/outlaw-melee-3.png
    M data/core/images/units/human-outlaws/outlaw.png
    M data/core/images/units/human-outlaws/poacher-attack.png
    M data/core/images/units/human-outlaws/poacher-attack1.png
    M data/core/images/units/human-outlaws/poacher-attack2.png
    M data/core/images/units/human-outlaws/poacher-attack3.png
    M data/core/images/units/human-outlaws/poacher-bow-defend.png
    M data/core/images/units/human-outlaws/poacher-dagger.png
    M data/core/images/units/human-outlaws/poacher-defend.png
    M data/core/images/units/human-outlaws/poacher.png
    M data/core/images/units/human-outlaws/ranger-bow-attack1.png
    M data/core/images/units/human-outlaws/ranger-bow-attack2.png
    M data/core/images/units/human-outlaws/ranger-bow-attack3.png
    M data/core/images/units/human-outlaws/ranger-bow-attack4.png
    M data/core/images/units/human-outlaws/ranger-bow-defend.png
    M data/core/images/units/human-outlaws/ranger-bow.png
    M data/core/images/units/human-outlaws/ranger-sword-attack1.png
    M data/core/images/units/human-outlaws/ranger-sword-attack2.png
    M data/core/images/units/human-outlaws/ranger-sword-attack3.png
    M data/core/images/units/human-outlaws/ranger-sword-attack4.png
    M data/core/images/units/human-outlaws/ranger-sword-defend-1.png
    M data/core/images/units/human-outlaws/ranger-sword-defend-2.png
    M data/core/images/units/human-outlaws/ranger.png
    M data/core/images/units/human-outlaws/rogue+female-attack.png
    M data/core/images/units/human-outlaws/rogue+female-die-1.png
    M data/core/images/units/human-outlaws/rogue+female-die-2.png
    M data/core/images/units/human-outlaws/rogue+female-die-3.png
    M data/core/images/units/human-outlaws/rogue+female-die-4.png
    M data/core/images/units/human-outlaws/rogue+female-die-5.png
    M data/core/images/units/human-outlaws/rogue+female-die-6.png
    M data/core/images/units/human-outlaws/rogue+female-ranged.png
    M data/core/images/units/human-outlaws/rogue+female.png
    M data/core/images/units/human-outlaws/rogue-attack.png
    M data/core/images/units/human-outlaws/rogue-defend.png
    M data/core/images/units/human-outlaws/rogue-die-2.png
    M data/core/images/units/human-outlaws/rogue-die-3.png
    M data/core/images/units/human-outlaws/rogue-die-4.png
    M data/core/images/units/human-outlaws/rogue-die-5.png
    M data/core/images/units/human-outlaws/rogue-die-6.png
    M data/core/images/units/human-outlaws/rogue-ranged.png
    M data/core/images/units/human-outlaws/rogue.png
    M data/core/images/units/human-outlaws/thief+female-attack.png
    M data/core/images/units/human-outlaws/thief+female-defend-1-1.png
    M data/core/images/units/human-outlaws/thief+female-defend-1-2.png
    M data/core/images/units/human-outlaws/thief+female-defend-2-1.png
    M data/core/images/units/human-outlaws/thief+female-defend-2-2.png
    M data/core/images/units/human-outlaws/thief+female-defend-3-1.png
    M data/core/images/units/human-outlaws/thief+female-die-1.png
    M data/core/images/units/human-outlaws/thief+female-die-2.png
    M data/core/images/units/human-outlaws/thief+female-die-3.png
    M data/core/images/units/human-outlaws/thief+female-die-4.png
    M data/core/images/units/human-outlaws/thief+female-die-5.png
    M data/core/images/units/human-outlaws/thief+female-die-6.png
    M data/core/images/units/human-outlaws/thief+female-die-7.png
    M data/core/images/units/human-outlaws/thief+female-idle-1.png
    M data/core/images/units/human-outlaws/thief+female-idle-10.png
    M data/core/images/units/human-outlaws/thief+female-idle-11.png
    M data/core/images/units/human-outlaws/thief+female-idle-12.png
    M data/core/images/units/human-outlaws/thief+female-idle-5.png
    M data/core/images/units/human-outlaws/thief+female-idle-7.png
    M data/core/images/units/human-outlaws/thief+female-idle-8.png
    M data/core/images/units/human-outlaws/thief+female-idle-9.png
    M data/core/images/units/human-outlaws/thief+female.png
    M data/core/images/units/human-outlaws/thief-attack.png
    M data/core/images/units/human-outlaws/thief-defend-1-2.png
    M data/core/images/units/human-outlaws/thief-defend-2-1.png
    M data/core/images/units/human-outlaws/thief-defend-2-2.png
    M data/core/images/units/human-outlaws/thief-defend-3-1.png
    M data/core/images/units/human-outlaws/thief-die-1.png
    M data/core/images/units/human-outlaws/thief-die-2.png
    M data/core/images/units/human-outlaws/thief-die-4.png
    M data/core/images/units/human-outlaws/thief-die-5.png
    M data/core/images/units/human-outlaws/thief-die-6.png
    M data/core/images/units/human-outlaws/thief-die-7.png
    M data/core/images/units/human-outlaws/thief-idle-10.png
    M data/core/images/units/human-outlaws/thief-idle-11.png
    M data/core/images/units/human-outlaws/thief-idle-12.png
    M data/core/images/units/human-outlaws/thief-idle-2.png
    M data/core/images/units/human-outlaws/thief-idle-3.png
    M data/core/images/units/human-outlaws/thief-idle-4.png
    M data/core/images/units/human-outlaws/thief-idle-5.png
    M data/core/images/units/human-outlaws/thief-idle-7.png
    M data/core/images/units/human-outlaws/thief-idle-8.png
    M data/core/images/units/human-outlaws/thief-idle-9.png
    M data/core/images/units/human-outlaws/thug-defend-1.png
    M data/core/images/units/human-outlaws/thug-idle-1.png
    M data/core/images/units/human-outlaws/thug-melee-1.png
    M data/core/images/units/human-outlaws/thug-melee-2.png
    M data/core/images/units/human-outlaws/thug-melee-3.png
    M data/core/images/units/human-outlaws/thug-melee-4.png
    M data/core/images/units/human-outlaws/thug-melee-5.png
    M data/core/images/units/human-outlaws/thug-melee-6.png
    M data/core/images/units/human-outlaws/thug-melee-7.png
    M data/core/images/units/human-outlaws/thug.png
    M data/core/images/units/human-outlaws/trapper-attack-melee-2.png
    M data/core/images/units/human-outlaws/trapper-attack-melee.png
    M data/core/images/units/human-outlaws/trapper-attack1.png
    M data/core/images/units/human-outlaws/trapper-attack2.png
    M data/core/images/units/human-outlaws/trapper-dagger.png
    M data/core/images/units/human-outlaws/trapper-defend.png
    M data/core/images/units/human-outlaws/trapper-die-1.png
    M data/core/images/units/human-outlaws/trapper-die-2.png
    M data/core/images/units/human-outlaws/trapper-die-3.png
    M data/core/images/units/human-outlaws/trapper-die-5.png
    M data/core/images/units/human-outlaws/trapper-die-6.png
    M data/core/images/units/human-outlaws/trapper-die-7.png
    M data/core/images/units/human-outlaws/trapper-die-8.png
    M data/core/images/units/human-outlaws/trapper.png
    R data/core/images/units/human-peasants/.gitignore
    A data/core/images/units/khalifate/arif.png
    A data/core/images/units/khalifate/batal.png
    A data/core/images/units/khalifate/elder-falcon.png
    A data/core/images/units/khalifate/falcon.png
    A data/core/images/units/khalifate/faris.png
    A data/core/images/units/khalifate/ghazi.png
    A data/core/images/units/khalifate/hadaf.png
    A data/core/images/units/khalifate/hakim.png
    A data/core/images/units/khalifate/jawal.png
    A data/core/images/units/khalifate/jundi.png
    A data/core/images/units/khalifate/khaiyal.png
    A data/core/images/units/khalifate/khalid.png
    A data/core/images/units/khalifate/mighwar.png
    A data/core/images/units/khalifate/monawish.png
    A data/core/images/units/khalifate/mudafi.png
    A data/core/images/units/khalifate/mufariq.png
    A data/core/images/units/khalifate/muharib.png
    A data/core/images/units/khalifate/naffat.png
    A data/core/images/units/khalifate/qanas.png
    A data/core/images/units/khalifate/qatif-al-nar.png
    A data/core/images/units/khalifate/rami.png
    A data/core/images/units/khalifate/rasikh.png
    A data/core/images/units/khalifate/saree.png
    A data/core/images/units/khalifate/shuja.png
    A data/core/images/units/khalifate/tabib.png
    A data/core/images/units/khalifate/tineen.png
    R data/core/images/units/merfolk/.gitignore
    R data/core/images/units/monsters/.gitignore
    R data/core/images/units/monsters/giant-mudcrawler-attack.png
    M data/core/images/units/monsters/giant-mudcrawler-attack1.png
    A data/core/images/units/monsters/giant-mudcrawler-attack10.png
    A data/core/images/units/monsters/giant-mudcrawler-attack11.png
    M data/core/images/units/monsters/giant-mudcrawler-attack2.png
    A data/core/images/units/monsters/giant-mudcrawler-attack3.png
    A data/core/images/units/monsters/giant-mudcrawler-attack4.png
    A data/core/images/units/monsters/giant-mudcrawler-attack5.png
    A data/core/images/units/monsters/giant-mudcrawler-attack6.png
    A data/core/images/units/monsters/giant-mudcrawler-attack7.png
    A data/core/images/units/monsters/giant-mudcrawler-attack8.png
    A data/core/images/units/monsters/giant-mudcrawler-attack9.png
    M data/core/images/units/monsters/giant-mudcrawler-death1.png
    M data/core/images/units/monsters/giant-mudcrawler-death2.png
    M data/core/images/units/monsters/giant-mudcrawler-death3.png
    M data/core/images/units/monsters/giant-mudcrawler-death4.png
    A data/core/images/units/monsters/giant-mudcrawler-death5.png
    A data/core/images/units/monsters/giant-mudcrawler-death6.png
    A data/core/images/units/monsters/giant-mudcrawler-death7.png
    R data/core/images/units/monsters/giant-mudcrawler-defend.png
    A data/core/images/units/monsters/giant-mudcrawler-defend1.png
    A data/core/images/units/monsters/giant-mudcrawler-defend2.png
    A data/core/images/units/monsters/giant-mudcrawler-ranged1.png
    A data/core/images/units/monsters/giant-mudcrawler-ranged2.png
    A data/core/images/units/monsters/giant-mudcrawler-ranged3.png
    A data/core/images/units/monsters/giant-mudcrawler-ranged4.png
    A data/core/images/units/monsters/giant-mudcrawler-ranged5.png
    M data/core/images/units/monsters/giant-mudcrawler.png
    R data/core/images/units/monsters/scorpion-defend.png
    R data/core/images/units/monsters/scorpion-pincers-attack.png
    R data/core/images/units/monsters/scorpion-sting-attack.png
    R data/core/images/units/monsters/scorpion.png
    A data/core/images/units/monsters/scorpion/scorpion.png
    R data/core/images/units/monsters/skeletal-dragon-attack-claws1.png
    R data/core/images/units/monsters/skeletal-dragon-attack-claws2.png
    R data/core/images/units/monsters/skeletal-dragon-attack-claws3.png
    R data/core/images/units/monsters/skeletal-dragon-attack-jaw1.png
    R data/core/images/units/monsters/skeletal-dragon-attack-jaw2.png
    R data/core/images/units/monsters/skeletal-dragon-defend.png
    R data/core/images/units/monsters/skeletal-dragon.png
    A data/core/images/units/monsters/skeletal-dragon/skeletal-dragon.png
    R data/core/images/units/nagas/.gitignore
    R data/core/images/units/ogres/.gitignore
    R data/core/images/units/orcs/.gitignore
    A data/core/images/units/orcs/archer-bob-1.png
    A data/core/images/units/orcs/archer-bob-2.png
    A data/core/images/units/orcs/archer-bob-3.png
    A data/core/images/units/orcs/archer-bob-4.png
    A data/core/images/units/orcs/archer-bob-5.png
    A data/core/images/units/orcs/archer-bob-6.png
    A data/core/images/units/orcs/nightblade-attack-se1.png
    A data/core/images/units/orcs/nightblade-attack-se2.png
    A data/core/images/units/orcs/nightblade-attack-se3.png
    A data/core/images/units/orcs/nightblade-attack-se4.png
    A data/core/images/units/orcs/nightblade-attack-se5.png
    A data/core/images/units/orcs/nightblade-attack-se6.png
    A data/core/images/units/orcs/nightblade-attack-se7.png
    A data/core/images/units/orcs/nightblade-attack-se8.png
    A data/core/images/units/orcs/nightblade-attack-se9.png
    A data/core/images/units/orcs/nightblade-defend-se1-1.png
    A data/core/images/units/orcs/nightblade-defend-se1-2.png
    A data/core/images/units/orcs/nightblade-defend-se1-3.png
    A data/core/images/units/orcs/nightblade-defend-se1-4.png
    A data/core/images/units/orcs/nightblade-defend-se1-5.png
    A data/core/images/units/orcs/nightblade-defend-se2-1.png
    A data/core/images/units/orcs/nightblade-defend-se2-2.png
    A data/core/images/units/orcs/nightblade-kick-se1.png
    A data/core/images/units/orcs/nightblade-kick-se10.png
    A data/core/images/units/orcs/nightblade-kick-se11.png
    A data/core/images/units/orcs/nightblade-kick-se12.png
    A data/core/images/units/orcs/nightblade-kick-se2.png
    A data/core/images/units/orcs/nightblade-kick-se3.png
    A data/core/images/units/orcs/nightblade-kick-se4.png
    A data/core/images/units/orcs/nightblade-kick-se5.png
    A data/core/images/units/orcs/nightblade-kick-se6.png
    A data/core/images/units/orcs/nightblade-kick-se7.png
    A data/core/images/units/orcs/nightblade-kick-se8.png
    A data/core/images/units/orcs/nightblade-kick-se9.png
    A data/core/images/units/orcs/nightblade-se.png
    A data/core/images/units/orcs/nightblade-throw-se1.png
    A data/core/images/units/orcs/nightblade-throw-se2.png
    A data/core/images/units/orcs/nightblade-throw-se3.png
    A data/core/images/units/orcs/nightblade-throw-se4.png
    A data/core/images/units/orcs/nightblade-throw-se5.png
    A data/core/images/units/orcs/nightblade-throw-se6.png
    A data/core/images/units/orcs/nightblade-throw-se7.png
    A data/core/images/units/orcs/nightblade-throw-se8.png
    A data/core/images/units/orcs/nightblade-throw-se9.png
    A data/core/images/units/orcs/nightblade.png
    R data/core/images/units/saurians/.gitignore
    R data/core/images/units/transport/.gitignore
    R data/core/images/units/trolls/.gitignore
    R data/core/images/units/undead-necromancers/.gitignore
    M data/core/images/units/undead-necromancers/ancient-lich-defend.png
    M data/core/images/units/undead-necromancers/ancient-lich-magic-1.png
    M data/core/images/units/undead-necromancers/ancient-lich-magic-2.png
    M data/core/images/units/undead-necromancers/ancient-lich-magic-3.png
    A data/core/images/units/undead-necromancers/ancient-lich-melee-1.png
    A data/core/images/units/undead-necromancers/ancient-lich-melee-2.png
    R data/core/images/units/undead-necromancers/ancient-lich-melee.png
    M data/core/images/units/undead-necromancers/ancient-lich.png
    R data/core/images/units/undead-skeletal/.gitignore
    R data/core/images/units/undead-skeletal/archer-attack.png
    R data/core/images/units/undead-skeletal/archer-bow-attack-1.png
    R data/core/images/units/undead-skeletal/archer-bow-attack-2.png
    R data/core/images/units/undead-skeletal/archer-bow-attack-3.png
    R data/core/images/units/undead-skeletal/archer-bow-attack-4.png
    R data/core/images/units/undead-skeletal/archer-bow-defend.png
    R data/core/images/units/undead-skeletal/archer-bow.png
    R data/core/images/units/undead-skeletal/archer-defend.png
    R data/core/images/units/undead-skeletal/archer-die-1.png
    R data/core/images/units/undead-skeletal/archer-die-10.png
    R data/core/images/units/undead-skeletal/archer-die-11.png
    R data/core/images/units/undead-skeletal/archer-die-12.png
    R data/core/images/units/undead-skeletal/archer-die-13.png
    R data/core/images/units/undead-skeletal/archer-die-2.png
    R data/core/images/units/undead-skeletal/archer-die-3.png
    R data/core/images/units/undead-skeletal/archer-die-4.png
    R data/core/images/units/undead-skeletal/archer-die-5.png
    R data/core/images/units/undead-skeletal/archer-die-6.png
    R data/core/images/units/undead-skeletal/archer-die-7.png
    R data/core/images/units/undead-skeletal/archer-die-8.png
    R data/core/images/units/undead-skeletal/archer-die-9.png
    R data/core/images/units/undead-skeletal/archer-die2-1.png
    R data/core/images/units/undead-skeletal/archer-die2-2.png
    R data/core/images/units/undead-skeletal/archer-die2-3.png
    R data/core/images/units/undead-skeletal/archer-die2-4.png
    R data/core/images/units/undead-skeletal/archer-die2-5.png
    R data/core/images/units/undead-skeletal/archer-die2-6.png
    R data/core/images/units/undead-skeletal/archer-die2-7.png
    R data/core/images/units/undead-skeletal/archer-idle-1.png
    R data/core/images/units/undead-skeletal/archer-idle-10.png
    R data/core/images/units/undead-skeletal/archer-idle-11.png
    R data/core/images/units/undead-skeletal/archer-idle-12.png
    R data/core/images/units/undead-skeletal/archer-idle-13.png
    R data/core/images/units/undead-skeletal/archer-idle-14.png
    R data/core/images/units/undead-skeletal/archer-idle-2.png
    R data/core/images/units/undead-skeletal/archer-idle-3.png
    R data/core/images/units/undead-skeletal/archer-idle-4.png
    R data/core/images/units/undead-skeletal/archer-idle-5.png
    R data/core/images/units/undead-skeletal/archer-idle-6.png
    R data/core/images/units/undead-skeletal/archer-idle-7.png
    R data/core/images/units/undead-skeletal/archer-idle-8.png
    R data/core/images/units/undead-skeletal/archer-idle-9.png
    R data/core/images/units/undead-skeletal/archer.png
    A data/core/images/units/undead-skeletal/archer/archer-attack.png
    A data/core/images/units/undead-skeletal/archer/archer-bob-1.png
    A data/core/images/units/undead-skeletal/archer/archer-bob-2.png
    A data/core/images/units/undead-skeletal/archer/archer-bob-3.png
    A data/core/images/units/undead-skeletal/archer/archer-bob-4.png
    A data/core/images/units/undead-skeletal/archer/archer-bob-5.png
    A data/core/images/units/undead-skeletal/archer/archer-bob-6.png
    A data/core/images/units/undead-skeletal/archer/archer-bob-7.png
    A data/core/images/units/undead-skeletal/archer/archer-bob-8.png
    A data/core/images/units/undead-skeletal/archer/archer-bow-attack-1.png
    A data/core/images/units/undead-skeletal/archer/archer-bow-attack-2.png
    A data/core/images/units/undead-skeletal/archer/archer-bow-attack-3.png
    A data/core/images/units/undead-skeletal/archer/archer-bow-attack-4.png
    A data/core/images/units/undead-skeletal/archer/archer-bow-defend.png
    A data/core/images/units/undead-skeletal/archer/archer-bow.png
    A data/core/images/units/undead-skeletal/archer/archer-defend.png
    A data/core/images/units/undead-skeletal/archer/archer-die-1.png
    A data/core/images/units/undead-skeletal/archer/archer-die-10.png
    A data/core/images/units/undead-skeletal/archer/archer-die-11.png
    A data/core/images/units/undead-skeletal/archer/archer-die-12.png
    A data/core/images/units/undead-skeletal/archer/archer-die-13.png
    A data/core/images/units/undead-skeletal/archer/archer-die-2.png
    A data/core/images/units/undead-skeletal/archer/archer-die-3.png
    A data/core/images/units/undead-skeletal/archer/archer-die-4.png
    A data/core/images/units/undead-skeletal/archer/archer-die-5.png
    A data/core/images/units/undead-skeletal/archer/archer-die-6.png
    A data/core/images/units/undead-skeletal/archer/archer-die-7.png
    A data/core/images/units/undead-skeletal/archer/archer-die-8.png
    A data/core/images/units/undead-skeletal/archer/archer-die-9.png
    A data/core/images/units/undead-skeletal/archer/archer-die2-1.png
    A data/core/images/units/undead-skeletal/archer/archer-die2-2.png
    A data/core/images/units/undead-skeletal/archer/archer-die2-3.png
    A data/core/images/units/undead-skeletal/archer/archer-die2-4.png
    A data/core/images/units/undead-skeletal/archer/archer-die2-5.png
    A data/core/images/units/undead-skeletal/archer/archer-die2-6.png
    A data/core/images/units/undead-skeletal/archer/archer-die2-7.png
    A data/core/images/units/undead-skeletal/archer/archer-idle-1.png
    A data/core/images/units/undead-skeletal/archer/archer-idle-10.png
    A data/core/images/units/undead-skeletal/archer/archer-idle-11.png
    A data/core/images/units/undead-skeletal/archer/archer-idle-12.png
    A data/core/images/units/undead-skeletal/archer/archer-idle-13.png
    A data/core/images/units/undead-skeletal/archer/archer-idle-14.png
    A data/core/images/units/undead-skeletal/archer/archer-idle-2.png
    A data/core/images/units/undead-skeletal/archer/archer-idle-3.png
    A data/core/images/units/undead-skeletal/archer/archer-idle-4.png
    A data/core/images/units/undead-skeletal/archer/archer-idle-5.png
    A data/core/images/units/undead-skeletal/archer/archer-idle-6.png
    A data/core/images/units/undead-skeletal/archer/archer-idle-7.png
    A data/core/images/units/undead-skeletal/archer/archer-idle-8.png
    A data/core/images/units/undead-skeletal/archer/archer-idle-9.png
    A data/core/images/units/undead-skeletal/archer/archer.png
    A data/core/images/units/undead-skeletal/bone-shooter-bob-1.png
    A data/core/images/units/undead-skeletal/bone-shooter-bob-2.png
    A data/core/images/units/undead-skeletal/bone-shooter-bob-3.png
    A data/core/images/units/undead-skeletal/bone-shooter-bob-4.png
    A data/core/images/units/undead-skeletal/bone-shooter-bob-5.png
    A data/core/images/units/undead-skeletal/bone-shooter-bob-6.png
    A data/core/images/units/undead-skeletal/bone-shooter-bob-7.png
    A data/core/images/units/undead-skeletal/bone-shooter-bob-8.png
    A data/core/images/units/undead-skeletal/draug-bob1.png
    A data/core/images/units/undead-skeletal/draug-bob2.png
    A data/core/images/units/undead-skeletal/draug-bob3.png
    A data/core/images/units/undead-skeletal/draug-bob4.png
    A data/core/images/units/undead-skeletal/draug-bob5.png
    A data/core/images/units/undead-skeletal/draug-bob6.png
    A data/core/images/units/undead-skeletal/draug-bob7.png
    A data/core/images/units/undead-skeletal/draug-bob8.png
    R data/core/images/units/undead-skeletal/revenant-attack-1.png
    R data/core/images/units/undead-skeletal/revenant-attack-10.png
    R data/core/images/units/undead-skeletal/revenant-attack-2.png
    R data/core/images/units/undead-skeletal/revenant-attack-3.png
    R data/core/images/units/undead-skeletal/revenant-attack-4.png
    R data/core/images/units/undead-skeletal/revenant-attack-5.png
    R data/core/images/units/undead-skeletal/revenant-attack-6.png
    R data/core/images/units/undead-skeletal/revenant-attack-7.png
    R data/core/images/units/undead-skeletal/revenant-attack-8.png
    R data/core/images/units/undead-skeletal/revenant-attack-9.png
    R data/core/images/units/undead-skeletal/revenant-defend-1.png
    R data/core/images/units/undead-skeletal/revenant-defend-2.png
    R data/core/images/units/undead-skeletal/revenant-dying-1.png
    R data/core/images/units/undead-skeletal/revenant-dying-2.png
    R data/core/images/units/undead-skeletal/revenant-dying-3.png
    R data/core/images/units/undead-skeletal/revenant-dying-4.png
    R data/core/images/units/undead-skeletal/revenant-dying-5.png
    R data/core/images/units/undead-skeletal/revenant-dying-6.png
    R data/core/images/units/undead-skeletal/revenant-dying-7.png
    R data/core/images/units/undead-skeletal/revenant.png
    A data/core/images/units/undead-skeletal/revenant/revenant-attack-1.png
    A data/core/images/units/undead-skeletal/revenant/revenant-attack-10.png
    A data/core/images/units/undead-skeletal/revenant/revenant-attack-2.png
    A data/core/images/units/undead-skeletal/revenant/revenant-attack-3.png
    A data/core/images/units/undead-skeletal/revenant/revenant-attack-4.png
    A data/core/images/units/undead-skeletal/revenant/revenant-attack-5.png
    A data/core/images/units/undead-skeletal/revenant/revenant-attack-6.png
    A data/core/images/units/undead-skeletal/revenant/revenant-attack-7.png
    A data/core/images/units/undead-skeletal/revenant/revenant-attack-8.png
    A data/core/images/units/undead-skeletal/revenant/revenant-attack-9.png
    A data/core/images/units/undead-skeletal/revenant/revenant-defend-1.png
    A data/core/images/units/undead-skeletal/revenant/revenant-defend-2.png
    A data/core/images/units/undead-skeletal/revenant/revenant-dying-1.png
    A data/core/images/units/undead-skeletal/revenant/revenant-dying-2.png
    A data/core/images/units/undead-skeletal/revenant/revenant-dying-3.png
    A data/core/images/units/undead-skeletal/revenant/revenant-dying-4.png
    A data/core/images/units/undead-skeletal/revenant/revenant-dying-5.png
    A data/core/images/units/undead-skeletal/revenant/revenant-dying-6.png
    A data/core/images/units/undead-skeletal/revenant/revenant-dying-7.png
    A data/core/images/units/undead-skeletal/revenant/revenant-ne-bob1.png
    A data/core/images/units/undead-skeletal/revenant/revenant-ne-bob2.png
    A data/core/images/units/undead-skeletal/revenant/revenant-ne-bob3.png
    A data/core/images/units/undead-skeletal/revenant/revenant-ne-bob4.png
    A data/core/images/units/undead-skeletal/revenant/revenant-ne-bob5.png
    A data/core/images/units/undead-skeletal/revenant/revenant-ne-bob6.png
    A data/core/images/units/undead-skeletal/revenant/revenant-ne-bob7.png
    A data/core/images/units/undead-skeletal/revenant/revenant-ne-bob8.png
    A data/core/images/units/undead-skeletal/revenant/revenant-se-bob1.png
    A data/core/images/units/undead-skeletal/revenant/revenant-se-bob2.png
    A data/core/images/units/undead-skeletal/revenant/revenant-se-bob3.png
    A data/core/images/units/undead-skeletal/revenant/revenant-se-bob4.png
    A data/core/images/units/undead-skeletal/revenant/revenant-se-bob5.png
    A data/core/images/units/undead-skeletal/revenant/revenant-se-bob6.png
    A data/core/images/units/undead-skeletal/revenant/revenant-se-bob7.png
    A data/core/images/units/undead-skeletal/revenant/revenant-se-bob8.png
    A data/core/images/units/undead-skeletal/revenant/revenant.png
    R data/core/images/units/undead/.gitignore
    M data/core/images/units/undead/soulless-drake-attack-n.png
    M data/core/images/units/undead/soulless-drake-attack-s.png
    M data/core/images/units/undead/soulless-drake-attack.png
    M data/core/images/units/undead/soulless-drake-defend.png
    M data/core/images/units/undead/soulless-drake-die-1.png
    M data/core/images/units/undead/soulless-drake-die-2.png
    M data/core/images/units/undead/soulless-drake-die-3.png
    A data/core/images/units/undead/soulless-drake-die-4.png
    M data/core/images/units/undead/soulless-drake.png
    R data/core/images/units/woses/.gitignore
    M data/core/images/wesnoth-icon.png
    M data/core/macros/abilities.cfg
    M data/core/macros/ai.cfg
    M data/core/macros/ai_candidate_actions.cfg
    M data/core/macros/ai_controller.cfg
    R data/core/macros/ai_micro_ais.cfg
    M data/core/macros/animation-utils.cfg
    M data/core/macros/animation-utils2.cfg
    M data/core/macros/conditional-utils.cfg
    M data/core/macros/deprecated-utils.cfg
    M data/core/macros/event-utils.cfg
    M data/core/macros/image-utils.cfg
    M data/core/macros/interface-utils.cfg
    M data/core/macros/items.cfg
    M data/core/macros/names.cfg
    M data/core/macros/objective-utils.cfg
    M data/core/macros/scenario-utils.cfg
    M data/core/macros/schedules.cfg
    M data/core/macros/side-utils.cfg
    M data/core/macros/sound-utils.cfg
    M data/core/macros/special-notes.cfg
    R data/core/macros/story.cfg
    M data/core/macros/teleport-utils.cfg
    M data/core/macros/traits.cfg
    M data/core/macros/unit-utils.cfg
    M data/core/macros/utils.cfg
    M data/core/music/battle-epic.ogg
    M data/core/music/battle.ogg
    M data/core/music/breaking_the_chains.ogg
    M data/core/music/casualties_of_war.ogg
    M data/core/music/defeat.ogg
    M data/core/music/defeat2.ogg
    M data/core/music/elf-land.ogg
    M data/core/music/elvish-theme.ogg
    M data/core/music/frantic.ogg
    M data/core/music/heroes_rite.ogg
    M data/core/music/into_the_shadows.ogg
    M data/core/music/journeys_end.ogg
    M data/core/music/knalgan_theme.ogg
    M data/core/music/knolls.ogg
    M data/core/music/legends_of_the_north.ogg
    M data/core/music/love_theme.ogg
    M data/core/music/loyalists.ogg
    M data/core/music/main_menu.ogg
    M data/core/music/northern_mountains.ogg
    M data/core/music/northerners.ogg
    M data/core/music/nunc_dimittis.ogg
    M data/core/music/revelation.ogg
    M data/core/music/sad.ogg
    M data/core/music/siege_of_laurelmor.ogg
    M data/core/music/silence.ogg
    M data/core/music/silvan_sanctuary.ogg
    M data/core/music/suspense.ogg
    M data/core/music/the_city_falls.ogg
    M data/core/music/the_dangerous_symphony.ogg
    M data/core/music/the_deep_path.ogg
    M data/core/music/the_king_is_dead.ogg
    M data/core/music/transience.ogg
    M data/core/music/traveling_minstrels.ogg
    M data/core/music/underground.ogg
    M data/core/music/vengeful.ogg
    M data/core/music/victory2.ogg
    M data/core/music/wanderer.ogg
    M data/core/music/weight_of_revenge.ogg
    M data/core/sounds/dwarf-die-1.ogg
    M data/core/sounds/dwarf-die-2.ogg
    A data/core/sounds/dwarf-die-3.ogg
    M data/core/sounds/dwarf-hit-1.ogg
    M data/core/sounds/dwarf-hit-2.ogg
    M data/core/sounds/dwarf-hit-3.ogg
    M data/core/sounds/dwarf-hit-4.ogg
    A data/core/sounds/knife.ogg
    M data/core/team-colors.cfg
    M data/core/terrain-graphics.cfg
    M data/core/terrain-graphics/bridge.cfg
    M data/core/terrain-graphics/builder.cfg
    M data/core/terrain-graphics/editor.cfg
    M data/core/terrain-graphics/internal-generic.cfg
    M data/core/terrain-graphics/new-macros.cfg
    M data/core/terrain-graphics/transitions.cfg
    A data/core/terrain-graphics/trash.cfg
    M data/core/terrain.cfg
    M data/core/units.cfg
    M data/core/units/bats/Bat_Blood.cfg
    M data/core/units/bats/Bat_Dread.cfg
    M data/core/units/bats/Bat_Vampire.cfg
    M data/core/units/boats/Boat.cfg
    M data/core/units/boats/Galleon.cfg
    M data/core/units/boats/Pirate_Galleon.cfg
    M data/core/units/boats/Transport_Galleon.cfg
    M data/core/units/drakes/Arbiter.cfg
    M data/core/units/drakes/Armageddon.cfg
    M data/core/units/drakes/Blademaster.cfg
    M data/core/units/drakes/Burner.cfg
    M data/core/units/drakes/Clasher.cfg
    M data/core/units/drakes/Enforcer.cfg
    M data/core/units/drakes/Fighter.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/Glider.cfg
    M data/core/units/drakes/Hurricane.cfg
    M data/core/units/drakes/Inferno.cfg
    M data/core/units/drakes/Sky.cfg
    M data/core/units/drakes/Thrasher.cfg
    M data/core/units/drakes/Warden.cfg
    M data/core/units/drakes/Warrior.cfg
    M data/core/units/dwarves/Arcanister.cfg
    M data/core/units/dwarves/Berserker.cfg
    M data/core/units/dwarves/Dragonguard.cfg
    M data/core/units/dwarves/Explorer.cfg
    M data/core/units/dwarves/Fighter.cfg
    M data/core/units/dwarves/Guardsman.cfg
    M data/core/units/dwarves/Lord.cfg
    M data/core/units/dwarves/Pathfinder.cfg
    M data/core/units/dwarves/Runemaster.cfg
    M data/core/units/dwarves/Runesmith.cfg
    M data/core/units/dwarves/Scout.cfg
    M data/core/units/dwarves/Sentinel.cfg
    M data/core/units/dwarves/Stalwart.cfg
    M data/core/units/dwarves/Steelclad.cfg
    M data/core/units/dwarves/Thunderer.cfg
    M data/core/units/dwarves/Thunderguard.cfg
    M data/core/units/dwarves/Ulfserker.cfg
    M data/core/units/elves/Archer.cfg
    M data/core/units/elves/Avenger.cfg
    M data/core/units/elves/Captain.cfg
    M data/core/units/elves/Champion.cfg
    M data/core/units/elves/Druid.cfg
    M data/core/units/elves/Enchantress.cfg
    M data/core/units/elves/Fighter.cfg
    M data/core/units/elves/Hero.cfg
    M data/core/units/elves/High_Lord.cfg
    M data/core/units/elves/Lady.cfg
    M data/core/units/elves/Lord.cfg
    M data/core/units/elves/Marksman.cfg
    M data/core/units/elves/Marshal.cfg
    M data/core/units/elves/Outrider.cfg
    M data/core/units/elves/Ranger.cfg
    M data/core/units/elves/Rider.cfg
    M data/core/units/elves/Scout.cfg
    M data/core/units/elves/Shaman.cfg
    M data/core/units/elves/Sharpshooter.cfg
    M data/core/units/elves/Shyde.cfg
    M data/core/units/elves/Sorceress.cfg
    M data/core/units/elves/Sylph.cfg
    M data/core/units/goblins/Direwolf_Rider.cfg
    M data/core/units/goblins/Impaler.cfg
    M data/core/units/goblins/Knight.cfg
    M data/core/units/goblins/Pillager.cfg
    M data/core/units/goblins/Rouser.cfg
    M data/core/units/goblins/Spearman.cfg
    M data/core/units/goblins/Wolf_Rider.cfg
    M data/core/units/gryphons/Gryphon.cfg
    M data/core/units/gryphons/Gryphon_Master.cfg
    M data/core/units/gryphons/Gryphon_Rider.cfg
    M data/core/units/humans/Horse_Grand_Knight.cfg
    M data/core/units/humans/Horse_Knight.cfg
    M data/core/units/humans/Horse_Lancer.cfg
    M data/core/units/humans/Horse_Paladin.cfg
    M data/core/units/humans/Horseman.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_Fencer.cfg
    M data/core/units/humans/Loyalist_General.cfg
    M data/core/units/humans/Loyalist_Grand_Marshal.cfg
    M data/core/units/humans/Loyalist_Halberdier.cfg
    M data/core/units/humans/Loyalist_Heavy_Infantryman.cfg
    M data/core/units/humans/Loyalist_Iron_Mauler.cfg
    M data/core/units/humans/Loyalist_Javelineer.cfg
    M data/core/units/humans/Loyalist_Lieutenant.cfg
    M data/core/units/humans/Loyalist_Longbowman.cfg
    M data/core/units/humans/Loyalist_Master_Bowman.cfg
    M data/core/units/humans/Loyalist_Master_at_Arms.cfg
    M data/core/units/humans/Loyalist_Pikeman.cfg
    M data/core/units/humans/Loyalist_Royal_Guard.cfg
    M data/core/units/humans/Loyalist_Sergeant.cfg
    M data/core/units/humans/Loyalist_Shock_Trooper.cfg
    M data/core/units/humans/Loyalist_Spearman.cfg
    M data/core/units/humans/Loyalist_Swordsman.cfg
    M data/core/units/humans/Mage.cfg
    M data/core/units/humans/Mage_Arch.cfg
    M data/core/units/humans/Mage_Great.cfg
    M data/core/units/humans/Mage_Red.cfg
    M data/core/units/humans/Mage_Silver.cfg
    M data/core/units/humans/Mage_White.cfg
    M data/core/units/humans/Mage_of_Light.cfg
    M data/core/units/humans/Outlaw.cfg
    M data/core/units/humans/Outlaw_Assassin.cfg
    M data/core/units/humans/Outlaw_Bandit.cfg
    M data/core/units/humans/Outlaw_Footpad.cfg
    M data/core/units/humans/Outlaw_Fugitive.cfg
    M data/core/units/humans/Outlaw_Highwayman.cfg
    M data/core/units/humans/Outlaw_Rogue.cfg
    M data/core/units/humans/Outlaw_Ruffian.cfg
    M data/core/units/humans/Outlaw_Thief.cfg
    M data/core/units/humans/Outlaw_Thug.cfg
    M data/core/units/humans/Peasant.cfg
    M data/core/units/humans/Woodsman.cfg
    M data/core/units/humans/Woodsman_Huntsman.cfg
    M data/core/units/humans/Woodsman_Poacher.cfg
    M data/core/units/humans/Woodsman_Ranger.cfg
    M data/core/units/humans/Woodsman_Trapper.cfg
    A data/core/units/khalifate/Arif.cfg
    A data/core/units/khalifate/Batal.cfg
    A data/core/units/khalifate/Elder_Falcon.cfg
    A data/core/units/khalifate/Falcon.cfg
    A data/core/units/khalifate/Faris.cfg
    A data/core/units/khalifate/Ghazi.cfg
    A data/core/units/khalifate/Hadaf.cfg
    A data/core/units/khalifate/Hakim.cfg
    A data/core/units/khalifate/Jawal.cfg
    A data/core/units/khalifate/Jundi.cfg
    A data/core/units/khalifate/Khaiyal.cfg
    A data/core/units/khalifate/Khalid.cfg
    A data/core/units/khalifate/Mighwar.cfg
    A data/core/units/khalifate/Monawish.cfg
    A data/core/units/khalifate/Mudafi.cfg
    A data/core/units/khalifate/Mufariq.cfg
    A data/core/units/khalifate/Muharib.cfg
    A data/core/units/khalifate/Naffat.cfg
    A data/core/units/khalifate/Qanas.cfg
    A data/core/units/khalifate/Qatif-al-nar.cfg
    A data/core/units/khalifate/Rami.cfg
    A data/core/units/khalifate/Rasikh.cfg
    A data/core/units/khalifate/Saree.cfg
    A data/core/units/khalifate/Shuja.cfg
    A data/core/units/khalifate/Tabib.cfg
    A data/core/units/khalifate/Tineen.cfg
    M data/core/units/merfolk/Diviner.cfg
    M data/core/units/merfolk/Enchantress.cfg
    M data/core/units/merfolk/Fighter.cfg
    M data/core/units/merfolk/Hoplite.cfg
    M data/core/units/merfolk/Hunter.cfg
    M data/core/units/merfolk/Initiate.cfg
    M data/core/units/merfolk/Javelineer.cfg
    M data/core/units/merfolk/Netcaster.cfg
    M data/core/units/merfolk/Priestess.cfg
    M data/core/units/merfolk/Siren.cfg
    M data/core/units/merfolk/Spearman.cfg
    M data/core/units/merfolk/Triton.cfg
    M data/core/units/merfolk/Warrior.cfg
    M data/core/units/monsters/Fire_Dragon.cfg
    M data/core/units/monsters/Giant_Mudcrawler.cfg
    M data/core/units/monsters/Giant_Rat.cfg
    M data/core/units/monsters/Giant_Scorpion.cfg
    M data/core/units/monsters/Mudcrawler.cfg
    M data/core/units/monsters/Skeletal_Dragon.cfg
    M data/core/units/monsters/Tentacle.cfg
    M data/core/units/monsters/Water_Serpent.cfg
    M data/core/units/monsters/Wolf.cfg
    M data/core/units/monsters/Wolf_Great.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/Archer.cfg
    M data/core/units/orcs/Assassin.cfg
    M data/core/units/orcs/Crossbowman.cfg
    M data/core/units/orcs/Grunt.cfg
    M data/core/units/orcs/Leader.cfg
    A data/core/units/orcs/Nightblade.cfg
    M data/core/units/orcs/Ruler.cfg
    M data/core/units/orcs/Slayer.cfg
    M data/core/units/orcs/Slurbow.cfg
    M data/core/units/orcs/Sovereign.cfg
    M data/core/units/orcs/Warlord.cfg
    M data/core/units/orcs/Warrior.cfg
    M data/core/units/saurians/Ambusher.cfg
    M data/core/units/saurians/Augur.cfg
    M data/core/units/saurians/Flanker.cfg
    M data/core/units/saurians/Oracle.cfg
    M data/core/units/saurians/Skirmisher.cfg
    M data/core/units/saurians/Soothsayer.cfg
    M data/core/units/trolls/Great.cfg
    M data/core/units/trolls/Hero.cfg
    M data/core/units/trolls/Rocklobber.cfg
    M data/core/units/trolls/Troll.cfg
    M data/core/units/trolls/Troll_Shaman.cfg
    M data/core/units/trolls/Warrior.cfg
    M data/core/units/trolls/Whelp.cfg
    M data/core/units/undead/Corpse_Ghast.cfg
    M data/core/units/undead/Corpse_Ghoul.cfg
    M data/core/units/undead/Corpse_Necrophage.cfg
    M data/core/units/undead/Corpse_Soulless.cfg
    M data/core/units/undead/Corpse_Walking.cfg
    M data/core/units/undead/Necro_Ancient_Lich.cfg
    M data/core/units/undead/Necro_Dark_Adept.cfg
    M data/core/units/undead/Necro_Dark_Sorcerer.cfg
    M data/core/units/undead/Necro_Lich.cfg
    M data/core/units/undead/Necromancer.cfg
    M data/core/units/undead/Skele_Banebow.cfg
    M data/core/units/undead/Skele_Bone_Shooter.cfg
    M data/core/units/undead/Skele_Chocobone.cfg
    M data/core/units/undead/Skele_Death_Knight.cfg
    M data/core/units/undead/Skele_Deathblade.cfg
    M data/core/units/undead/Skele_Draug.cfg
    M data/core/units/undead/Skele_Revenant.cfg
    M data/core/units/undead/Skeleton.cfg
    M data/core/units/undead/Skeleton_Archer.cfg
    M data/core/units/undead/Spirit_Ghost.cfg
    M data/core/units/undead/Spirit_Nightgaunt.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/core/units/wose/Ancient.cfg
    M data/core/units/wose/Elder.cfg
    M data/core/units/wose/Wose.cfg
    A data/cores.cfg
    A data/era_blank.cfg
    M data/game_config.cfg
    M data/gui/default.cfg
    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/horizontal_scrollbar_default.cfg
    M data/gui/default/widget/label_default.cfg
    M data/gui/default/widget/label_title_screen_revision.cfg
    M data/gui/default/widget/panel_title_screen.cfg
    M data/gui/default/widget/progress_bar_default.cfg
    M data/gui/default/widget/repeating_button_default.cfg
    A data/gui/default/widget/scroll_label_description.cfg
    A data/gui/default/widget/scroll_label_verbatim.cfg
    M data/gui/default/widget/slider_default.cfg
    A 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
    A 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_default.cfg
    M data/gui/default/widget/toggle_panel_wml_message.cfg
    M data/gui/default/widget/vertical_scrollbar_default.cfg
    M data/gui/default/window/addon_description.cfg
    M data/gui/default/window/addon_filter_options.cfg
    M data/gui/default/window/addon_uninstall_list.cfg
    A data/gui/default/window/advanced_graphics_options.cfg
    M data/gui/default/window/campaign_dialog.cfg
    M data/gui/default/window/campaign_difficulty.cfg
    A data/gui/default/window/campaign_settings.cfg
    M data/gui/default/window/chat_log.cfg
    A data/gui/default/window/core_dialog.cfg
    A data/gui/default/window/custom_tod.cfg
    A data/gui/default/window/depcheck_confirm_change.cfg
    A data/gui/default/window/depcheck_select_new.cfg
    A data/gui/default/window/editor_edit_scenario.cfg
    A data/gui/default/window/editor_edit_side.cfg
    M data/gui/default/window/editor_generate_map.cfg
    R data/gui/default/window/editor_settings.cfg
    A data/gui/default/window/game_cache_options.cfg
    M data/gui/default/window/game_save_oos.cfg
    A data/gui/default/window/game_version.cfg
    M data/gui/default/window/gamestate_inspector.cfg
    M data/gui/default/window/lobby_main.cfg
    A data/gui/default/window/lua_interpreter.cfg
    M data/gui/default/window/message.cfg
    A data/gui/default/window/mp_alerts_options.cfg
    M data/gui/default/window/mp_cmd_wrapper.cfg
    R data/gui/default/window/mp_depcheck_confirm_change.cfg
    R data/gui/default/window/mp_depcheck_select_new.cfg
    A data/gui/default/window/mp_join_game_password_prompt.cfg
    A data/gui/default/window/screenshot_notification.cfg
    A data/gui/default/window/theme_list.cfg
    M data/gui/default/window/title_screen.cfg
    M data/gui/default/window/tooltip_large.cfg
    M data/gui/default/window/transient_message.cfg
    A data/gui/default/window/wml_error.cfg
    M data/gui/default/window/wml_message.cfg
    M data/gui/schema.cfg
    M data/hardwired/fonts.cfg
    R data/hardwired/tips.cfg
    M data/lan_server.cfg
    M data/languages/ang_GB at latin.cfg
    M data/lua/helper.lua
    A data/lua/ilua.lua
    M data/lua/location_set.lua
    M data/lua/wml-tags.lua
    M data/lua/wml/items.lua
    M data/lua/wml/objectives.lua
    M data/multiplayer/eras.cfg
    A data/multiplayer/eras.lua
    M data/multiplayer/factions/drakes-aoh.cfg
    M data/multiplayer/factions/drakes-default.cfg
    A data/multiplayer/factions/khalifate-aoh.cfg
    A data/multiplayer/factions/khalifate-default.cfg
    M data/multiplayer/factions/knalgans-aoh.cfg
    M data/multiplayer/factions/knalgans-default.cfg
    M data/multiplayer/factions/loyalists-aoh.cfg
    M data/multiplayer/factions/loyalists-default.cfg
    M data/multiplayer/factions/northerners-aoh.cfg
    M data/multiplayer/factions/northerners-default.cfg
    M data/multiplayer/factions/rebels-aoh.cfg
    M data/multiplayer/factions/rebels-default.cfg
    M data/multiplayer/factions/undead-aoh.cfg
    M data/multiplayer/factions/undead-default.cfg
    M data/multiplayer/maps/2p_Aethermaw.map
    M data/multiplayer/maps/2p_Arcanclave_Citadel.map
    M data/multiplayer/maps/2p_Caves_of_the_Basilisk.map
    M data/multiplayer/maps/2p_Cynsaun_Battlefield.map
    M data/multiplayer/maps/2p_Den_of_Onis.map
    M data/multiplayer/maps/2p_Elensefar_Courtyard.map
    M data/multiplayer/maps/2p_Fallenstar_Lake.map
    M data/multiplayer/maps/2p_Hamlets.map
    M data/multiplayer/maps/2p_Hornshark_Island.map
    M data/multiplayer/maps/2p_Howling_Ghost_Badlands.map
    M data/multiplayer/maps/2p_Sablestone_Delta.map
    M data/multiplayer/maps/2p_Silverhead_Crossing.map
    M data/multiplayer/maps/2p_Sullas_Ruins.map
    M data/multiplayer/maps/2p_The_Freelands.map
    M data/multiplayer/maps/2p_Thousand_Stings_Garrison.map
    M data/multiplayer/maps/2p_Weldyn_Channel.map
    M data/multiplayer/maps/3p_Alirok_Marsh.map
    M data/multiplayer/maps/3p_Island_of_the_Horatii.map
    M data/multiplayer/maps/3p_Morituri.map
    M data/multiplayer/maps/4p_A_New_Land.map
    M data/multiplayer/maps/4p_Blue_Water_Province.map
    M data/multiplayer/maps/4p_Castle_Hopping_Isle.map
    M data/multiplayer/maps/4p_Clash.map
    M data/multiplayer/maps/4p_Hamlets.map
    M data/multiplayer/maps/4p_Isars_Cross.map
    M data/multiplayer/maps/4p_King_of_the_Hill.map
    M data/multiplayer/maps/4p_Loris_River.map
    M data/multiplayer/maps/4p_Morituri.map
    M data/multiplayer/maps/4p_Paths_of_Daggers.map
    M data/multiplayer/maps/4p_Ruins_of_Terra-Dwelve.map
    M data/multiplayer/maps/4p_Siege_Castles.map
    M data/multiplayer/maps/4p_Underworld.map
    M data/multiplayer/maps/4p_Xanthe_Chaos.map
    M data/multiplayer/maps/5p_Auction-X.map
    M data/multiplayer/maps/5p_Forest_of_Fear.map
    M data/multiplayer/maps/5p_The_Wilderlands.map
    M data/multiplayer/maps/6p_Crusaders_Field.map
    M data/multiplayer/maps/6p_Hexcake.map
    M data/multiplayer/maps/6p_The_Manzivan_Traps.map
    M data/multiplayer/maps/6p_Volcano.map
    M data/multiplayer/maps/6p_Waterloo_Sunset.map
    M data/multiplayer/maps/8p_Mokena_Prairie.map
    M data/multiplayer/maps/8p_Morituri.map
    M data/multiplayer/maps/9p_Merkwuerdigliebe.map
    M data/multiplayer/maps/Dark_Forecast.map
    M data/multiplayer/maps/Dark_Forecast_basic.mask
    M data/multiplayer/maps/Dark_Forecast_drought.mask
    M data/multiplayer/maps/Dark_Forecast_firstsnow.mask
    M data/multiplayer/maps/Dark_Forecast_rain.mask
    M data/multiplayer/maps/Dark_Forecast_secondsnow.mask
    M data/multiplayer/scenarios/2p_Aethermaw.cfg
    M data/multiplayer/scenarios/2p_Dark_Forecast.cfg
    M data/multiplayer/scenarios/2p_Elensefar_Courtyard.cfg
    M data/multiplayer/scenarios/2p_Fallenstar_Lake.cfg
    M data/multiplayer/scenarios/2p_Hornshark_Island.cfg
    M data/multiplayer/scenarios/4p_A_New_Land.cfg
    M data/multiplayer/scenarios/4p_Loris_River.cfg
    M data/multiplayer/scenarios/6p_Team_Survival.cfg
    M data/multiplayer/scenarios/9p_Merkwuerdigliebe.cfg
    M data/multiplayer/scenarios/ANL_utils/ANL_leader_options.cfg
    M data/multiplayer/scenarios/ANL_utils/ANL_research_options.cfg
    M data/multiplayer/scenarios/ANL_utils/ANL_worker_options.cfg
    M data/multiplayer/scenarios/Random_Scenario.cfg
    M data/multiplayer/scenarios/Random_Scenario_Desert.cfg
    M data/multiplayer/scenarios/Random_Scenario_Marsh.cfg
    M data/multiplayer/scenarios/Random_Scenario_Winter.cfg
    M data/scenario-test.cfg
    M data/schema-gui.cfg
    M data/schema.cfg
    A data/shaders/default.frag
    A data/shaders/default.vert
    M data/test/_main.cfg
    A data/test/macros/pathfind_answers.cfg
    M data/test/macros/readme.txt
    A data/test/macros/test.lua
    A data/test/macros/wml_unit_test_macros.cfg
    A data/test/maps/generic_unit_test.map
    A data/test/maps/move_skip_sighted.map
    A data/test/maps/pathfind_1.cfg
    A data/test/maps/sighted_events.map
    A data/test/maps/test_grunt_tod_damage.map
    A data/test/multiplayer/_main.cfg
    A data/test/multiplayer/macros/mp_unit_test_macros.cfg
    A data/test/multiplayer/scenarios/test1.cfg
    A data/test/multiplayer/scenarios/test2.cfg
    R data/test/scenarios/_main.cfg
    A data/test/scenarios/break_replay_with_lua_random.cfg
    A data/test/scenarios/characterize_pathfinding.cfg
    A data/test/scenarios/conditionals.cfg
    A data/test/scenarios/empty_test.cfg
    A data/test/scenarios/event_handlers_in_events.cfg
    A data/test/scenarios/facing.cfg
    A data/test/scenarios/feeding.cfg
    A data/test/scenarios/filter_vision.cfg
    A data/test/scenarios/has_ally.cfg
    A data/test/scenarios/move_skip_sighted.cfg
    A data/test/scenarios/order_of_nested_events.cfg
    A data/test/scenarios/prestart_settings.cfg
    M data/test/scenarios/readme.txt
    A data/test/scenarios/recruit_facing.cfg
    A data/test/scenarios/sighted_events.cfg
    A data/test/scenarios/store_locations.cfg
    A data/test/scenarios/test_assert.cfg
    A data/test/scenarios/test_berzerk_firststrike.cfg
    A data/test/scenarios/test_check_victory.cfg
    A data/test/scenarios/test_clear.cfg
    A data/test/scenarios/test_dofile.cfg
    A data/test/scenarios/test_end_turn.cfg
    A data/test/scenarios/test_grunt_tod_damage.cfg
    A data/test/scenarios/test_lua.cfg
    A data/test/scenarios/test_lua_wml.cfg
    A data/test/scenarios/test_max_menu_items.cfg
    A data/test/scenarios/test_menu_items.cfg
    A data/test/scenarios/test_move.cfg
    A data/test/scenarios/test_move_unit.cfg
    A data/test/scenarios/test_relative_dir.cfg
    A data/test/scenarios/test_require.cfg
    A data/test/scenarios/test_return.cfg
    A data/test/scenarios/test_role_types.cfg
    A data/test/scenarios/test_unit_map.cfg
    A data/test/scenarios/test_victory_attacks.cfg
    A data/test/scenarios/two_plus_two.cfg
    A data/test/scenarios/unit_spawns_at_nearest_vacant_hex.cfg
    A data/test/scenarios/units_offmap_goto_recall.cfg
    A data/test/scenarios/xp_mod.cfg
    A data/test/test/filesystem/enum/A1.cfg
    A data/test/test/filesystem/enum/A2.cfg
    A data/test/test/filesystem/enum/A3.cfg
    A data/test/test/filesystem/enum/B1.cfg
    A data/test/test/filesystem/enum/B2.cfg
    A data/test/test/filesystem/enum/B3.cfg
    A data/test/test/filesystem/enum/D1/empty_dir
    A data/test/test/filesystem/enum/D2/empty_dir
    A data/test/test/filesystem/enum/D3/empty_dir
    A data/test/test/filesystem/enum/_final.cfg
    A data/test/test/filesystem/enum/_initial.cfg
    A data/themes/_initial.cfg
    A data/themes/classic.cfg
    M data/themes/default.cfg
    R data/themes/dfool.cfg
    M data/themes/editor.cfg
    R data/themes/experimental.cfg
    R data/themes/macros.cfg
    M data/themes/null.cfg
    A data/themes/pandora.cfg
    A data/themes/unit_box.cfg
    M data/themes/widescreen.cfg
    A data/tips.cfg
    R data/tools/.gitignore
    A data/tools/GUI.pyw
    M data/tools/Makefile
    M data/tools/README
    M data/tools/about_cfg_to_wiki
    M data/tools/addon_manager/html.py
    M data/tools/addon_manager/style.css
    A data/tools/campaign2wiki.py
    M data/tools/emacs_mode/wesnoth-wml-data.el
    M data/tools/expand-terrain-macros.py
    M data/tools/helptrailer.html
    M data/tools/imgcheck
    M data/tools/rmtrans/rmtrans.py
    M data/tools/terrain2wiki.py
    M data/tools/trackplacer
    R data/tools/unit_tree/.gitignore
    M data/tools/unit_tree/TeamColorizer
    M data/tools/unit_tree/html_output.py
    M data/tools/unit_tree/overview.py
    A data/tools/unit_tree/update-wmlunits
    M data/tools/unit_tree/wiki_output.py
    A data/tools/vim/wesml.vim
    A data/tools/vim/wmllua.vim
    R data/tools/wesnoth/.gitignore
    M data/tools/wesnoth/campaignserver_client.py
    M data/tools/wesnoth/libgithub.py
    M data/tools/wesnoth/wescamp.py
    M data/tools/wesnoth/wmldata.py
    M data/tools/wesnoth/wmlgrammar.py
    M data/tools/wesnoth/wmliterator.py
    M data/tools/wesnoth/wmlparser.py
    M data/tools/wesnoth/wmlparser2.py
    M data/tools/wesnoth/wmltools.py
    M data/tools/wesnoth_addon_manager
    M data/tools/wmlflip
    M data/tools/wmlindent
    M data/tools/wmllint
    A data/tools/wmllint-1.4
    R data/tools/wmllint_gui
    M data/tools/wmlmove
    M data/tools/wmlscope
    M data/tools/wmlunits
    M data/tools/wmlvalidator
    R data/tools/wmlxgettext
    R doc/.gitignore
    R doc/ana/Doxyfile
    R doc/ana/ana-class-diagram.xmi
    R doc/ana/description.tex
    R doc/ana/images/logo.svg
    R doc/ana/images/modules.png
    R doc/design/.gitignore
    M doc/design/CMakeLists.txt
    M doc/design/gui2.tex
    M doc/design/gui2/design_details.tex
    A doc/design/gui2/design_details/tooltip_placement.tex
    R doc/doxygen/.gitignore
    M doc/doxygen/footer.html
    R doc/man/.gitignore
    M doc/man/cs/wesnoth.6
    M doc/man/de/wesnoth.6
    M doc/man/en_GB/wesnoth.6
    M doc/man/es/wesnoth.6
    M doc/man/es/wesnothd.6
    M doc/man/et/wesnoth.6
    M doc/man/fi/wesnoth.6
    M doc/man/fr/wesnoth.6
    M doc/man/gl/wesnoth.6
    M doc/man/gl/wesnothd.6
    M doc/man/hu/wesnoth.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
    R doc/man/lt/wesnoth.6
    M doc/man/lt/wesnothd.6
    M doc/man/pl/wesnoth.6
    M doc/man/pt/wesnoth.6
    M doc/man/pt/wesnothd.6
    A doc/man/ru/wesnoth.6
    M doc/man/ru/wesnothd.6
    M doc/man/sk/wesnoth.6
    M doc/man/sr/wesnoth.6
    M doc/man/sr at ijekavian/wesnoth.6
    M doc/man/sr at ijekavianlatin/wesnoth.6
    M doc/man/sr at latin/wesnoth.6
    M doc/man/uk/wesnoth.6
    M doc/man/vi/wesnoth.6
    M doc/man/wesnoth.6
    M doc/man/zh_CN/wesnoth.6
    M doc/man/zh_CN/wesnothd.6
    R doc/manual/.gitignore
    M doc/manual/CMakeLists.txt
    R doc/manual/images/.gitignore
    M doc/manual/images/README.txt
    A doc/manual/images/fr/game-screen-1.11.11.jpg
    R doc/manual/images/fr/game-screen-1.9.4.jpg
    R doc/manual/images/fr/main-menu-1.10.1.jpg
    A doc/manual/images/fr/main-menu-1.11.11.jpg
    A doc/manual/images/fr/multiplayer-1.11.11.jpg
    R doc/manual/images/fr/multiplayer-1.9.4.jpg
    A doc/manual/images/fr/recruit-1.11.11.jpg
    R doc/manual/images/fr/recruit-1.9.4.jpg
    A doc/manual/images/fr/right_pane-1.11.11.jpg
    R doc/manual/images/fr/right_pane-1.9.4.jpg
    A doc/manual/images/fr/top_pane-1.11.11.jpg
    R doc/manual/images/fr/top_pane-1.9.4.jpg
    A doc/manual/images/game-screen-1.11.9.jpg
    R doc/manual/images/game-screen-1.9.4.jpg
    A doc/manual/images/gl/game-screen-1.11.9.jpg
    R doc/manual/images/gl/game-screen-1.9.4.jpg
    A doc/manual/images/gl/main-menu-1.11.9.jpg
    R doc/manual/images/gl/main-menu-1.9.4.jpg
    A doc/manual/images/gl/multiplayer-1.11.9.jpg
    R doc/manual/images/gl/multiplayer-1.9.4.jpg
    A doc/manual/images/gl/recruit-1.11.9.jpg
    R doc/manual/images/gl/recruit-1.9.4.jpg
    A doc/manual/images/gl/right_pane-1.11.9.jpg
    R doc/manual/images/gl/right_pane-1.9.4.jpg
    A doc/manual/images/gl/top_pane-1.11.9.jpg
    R doc/manual/images/gl/top_pane-1.9.4.jpg
    A doc/manual/images/main-menu-1.11.9.jpg
    R doc/manual/images/main-menu-1.9.4.jpg
    A doc/manual/images/multiplayer-1.11.9.jpg
    R doc/manual/images/multiplayer-1.9.4.jpg
    M doc/manual/images/orb-blue.jpg
    M doc/manual/images/orb-green.jpg
    M doc/manual/images/orb-none.jpg
    M doc/manual/images/orb-red.jpg
    M doc/manual/images/orb-yellow.jpg
    A doc/manual/images/pt/game-screen-1.11.19.jpg
    A doc/manual/images/pt/main-menu-1.11.19.jpg
    A doc/manual/images/pt/multiplayer-1.11.19.jpg
    A doc/manual/images/pt/recruit-1.11.19.jpg
    A doc/manual/images/pt/right_pane-1.11.19.jpg
    A doc/manual/images/pt/top_pane-1.11.19.jpg
    A doc/manual/images/recruit-1.11.9.jpg
    R doc/manual/images/recruit-1.9.4.jpg
    A doc/manual/images/right_pane-1.11.9.jpg
    R doc/manual/images/right_pane-1.9.4.jpg
    R doc/manual/images/schedule-underground-illum.png
    M doc/manual/images/schedule-underground.png
    A doc/manual/images/top_pane-1.11.9.jpg
    R doc/manual/images/top_pane-1.9.4.jpg
    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.txt
    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
    A fonts/DejaVuSans-Bold.ttf
    A fonts/DejaVuSans-Oblique.ttf
    M fonts/DejaVuSans.ttf
    A fonts/DejaVuSansMono-Bold.ttf
    A fonts/DejaVuSansMono.ttf
    A fonts/fonts.conf
    R graphincludes/project/wesnoth.pm
    A host.lua
    R icons/.gitignore
    R icons/map-editor-icon-Mac.png
    R icons/wesnoth-icon-Mac.png
    M icons/wesnoth-icon.png
    M icons/wesnoth.desktop
    R icons/wesnoth_editor-icon.png
    R icons/wesnoth_editor.desktop
    R images/buttons/big-arrow-button-left-active.png
    R images/buttons/big-arrow-button-left-disabled.png
    R images/buttons/big-arrow-button-left-pressed.png
    R images/buttons/big-arrow-button-left.png
    R images/buttons/big-arrow-button-right-active.png
    R images/buttons/big-arrow-button-right-disabled.png
    R images/buttons/big-arrow-button-right-pressed.png
    R images/buttons/big-arrow-button-right.png
    R images/buttons/button-active.png
    R images/buttons/button-disabled.png
    R images/buttons/button-pressed.png
    R images/buttons/button.png
    A images/buttons/button_menu/menu_button_copper_H20-active-pressed.png
    A images/buttons/button_menu/menu_button_copper_H20-active-pressed at 2x.png
    A images/buttons/button_menu/menu_button_copper_H20-active.png
    A images/buttons/button_menu/menu_button_copper_H20-active at 2x.png
    A images/buttons/button_menu/menu_button_copper_H20-pressed.png
    A images/buttons/button_menu/menu_button_copper_H20-pressed at 2x.png
    A images/buttons/button_menu/menu_button_copper_H20.png
    A images/buttons/button_menu/menu_button_copper_H20 at 2x.png
    A images/buttons/button_menu/menu_button_small_copper_H20-active-pressed.png
    A images/buttons/button_menu/menu_button_small_copper_H20-active-pressed at 2x.png
    A images/buttons/button_menu/menu_button_small_copper_H20-active.png
    A images/buttons/button_menu/menu_button_small_copper_H20-active at 2x.png
    A images/buttons/button_menu/menu_button_small_copper_H20-pressed.png
    A images/buttons/button_menu/menu_button_small_copper_H20-pressed at 2x.png
    A images/buttons/button_menu/menu_button_small_copper_H20.png
    A images/buttons/button_menu/menu_button_small_copper_H20 at 2x.png
    M images/buttons/button_normal/button_H22-active-pressed at 2x.png
    M images/buttons/button_normal/button_H22-active at 2x.png
    R images/buttons/button_normal/button_H22-disabled.png
    R images/buttons/button_normal/button_H22-disabled at 2x.png
    M images/buttons/button_normal/button_H22-pressed at 2x.png
    M images/buttons/button_normal/button_H22 at 2x.png
    R images/buttons/button_normal/button_copper_H22-active-pressed.png
    R images/buttons/button_normal/button_copper_H22-active-pressed at 2x.png
    R images/buttons/button_normal/button_copper_H22-active.png
    R images/buttons/button_normal/button_copper_H22-active at 2x.png
    R images/buttons/button_normal/button_copper_H22-disabled.png
    R images/buttons/button_normal/button_copper_H22-disabled at 2x.png
    R images/buttons/button_normal/button_copper_H22-pressed.png
    R images/buttons/button_normal/button_copper_H22-pressed at 2x.png
    R images/buttons/button_normal/button_copper_H22.png
    R images/buttons/button_normal/button_copper_H22 at 2x.png
    R images/buttons/button_normal/button_small_H22-disabled.png
    R images/buttons/button_normal/button_small_H22-disabled at 2x.png
    R images/buttons/button_normal/button_small_copper_H22-active-pressed.png
    R images/buttons/button_normal/button_small_copper_H22-active-pressed at 2x.png
    R images/buttons/button_normal/button_small_copper_H22-active.png
    R images/buttons/button_normal/button_small_copper_H22-active at 2x.png
    R images/buttons/button_normal/button_small_copper_H22-disabled.png
    R images/buttons/button_normal/button_small_copper_H22-disabled at 2x.png
    R images/buttons/button_normal/button_small_copper_H22-pressed.png
    R images/buttons/button_normal/button_small_copper_H22-pressed at 2x.png
    R images/buttons/button_normal/button_small_copper_H22.png
    R images/buttons/button_normal/button_small_copper_H22 at 2x.png
    R images/buttons/button_selectable/button_selectable_38_base-disabled.png
    R images/buttons/button_selectable/button_selectable_74_base-disabled.png
    R images/buttons/button_square/.directory
    R images/buttons/button_square/button_square_25-disabled-pressed.png
    R images/buttons/button_square/button_square_25-disabled.png
    R images/buttons/button_square/button_square_30-disabled-pressed.png
    R images/buttons/button_square/button_square_30-disabled.png
    A images/buttons/button_square/button_square_60-active-pressed.png
    A images/buttons/button_square/button_square_60-active.png
    A images/buttons/button_square/button_square_60-disabled-pressed.png
    A images/buttons/button_square/button_square_60-disabled.png
    A images/buttons/button_square/button_square_60-pressed.png
    A images/buttons/button_square/button_square_60-touched.png
    A images/buttons/button_square/button_square_60.png
    R images/buttons/button_transparent-active.png
    R images/buttons/button_transparent-disabled.png
    R images/buttons/button_transparent-pressed.png
    R images/buttons/button_transparent.png
    M images/buttons/checkbox-active-pressed.png
    M images/buttons/checkbox-active-pressed at 2x.png
    M images/buttons/checkbox-active.png
    M images/buttons/checkbox-active at 2x.png
    R images/buttons/checkbox-disabled-pressed.png
    R images/buttons/checkbox-disabled-pressed at 2x.png
    R images/buttons/checkbox-disabled.png
    R images/buttons/checkbox-disabled at 2x.png
    M images/buttons/checkbox-pressed.png
    M images/buttons/checkbox-pressed at 2x.png
    M images/buttons/checkbox-touched.png
    M images/buttons/checkbox-touched at 2x.png
    M images/buttons/checkbox.png
    M images/buttons/checkbox at 2x.png
    A images/buttons/classic/large-button-active.png
    A images/buttons/classic/large-button-pressed.png
    A images/buttons/classic/large-button.png
    A images/buttons/classic/lite-active.png
    A images/buttons/classic/lite-pressed.png
    A images/buttons/classic/lite.png
    A images/buttons/classic/pause-active.png
    A images/buttons/classic/pause-pressed.png
    A images/buttons/classic/pause.png
    A images/buttons/classic/play-active.png
    A images/buttons/classic/play-move-active.png
    A images/buttons/classic/play-move-pressed.png
    A images/buttons/classic/play-move.png
    A images/buttons/classic/play-pressed.png
    A images/buttons/classic/play-side-active.png
    A images/buttons/classic/play-side-pressed.png
    A images/buttons/classic/play-side.png
    A images/buttons/classic/play-turn-active.png
    A images/buttons/classic/play-turn-pressed.png
    A images/buttons/classic/play-turn.png
    A images/buttons/classic/play.png
    A images/buttons/classic/stop-active.png
    A images/buttons/classic/stop-pressed.png
    A images/buttons/classic/stop.png
    R images/buttons/downarrow-button-active.png
    R images/buttons/downarrow-button-disabled.png
    R images/buttons/downarrow-button-pressed.png
    R images/buttons/downarrow-button.png
    R images/buttons/downarrow-button_transparent-active.png
    R images/buttons/downarrow-button_transparent-disabled.png
    R images/buttons/downarrow-button_transparent-pressed.png
    R images/buttons/downarrow-button_transparent.png
    R images/buttons/editor/blank_button_editor-active.png
    R images/buttons/editor/blank_button_editor-pressed.png
    R images/buttons/editor/blank_button_editor.png
    R images/buttons/editor/brush/brush-1-active-pressed.png
    R images/buttons/editor/brush/brush-1-active.png
    R images/buttons/editor/brush/brush-1-disabled-pressed.png
    R images/buttons/editor/brush/brush-1-disabled.png
    R images/buttons/editor/brush/brush-1-highlighted.png
    R images/buttons/editor/brush/brush-1-pressed-highlighted.png
    R images/buttons/editor/brush/brush-1-pressed.png
    R images/buttons/editor/brush/brush-1-touched.png
    R images/buttons/editor/brush/brush-1.png
    R images/buttons/editor/brush/brush-2-active-pressed.png
    R images/buttons/editor/brush/brush-2-active.png
    R images/buttons/editor/brush/brush-2-disabled-pressed.png
    R images/buttons/editor/brush/brush-2-disabled.png
    R images/buttons/editor/brush/brush-2-highlighted.png
    R images/buttons/editor/brush/brush-2-pressed-highlighted.png
    R images/buttons/editor/brush/brush-2-pressed.png
    R images/buttons/editor/brush/brush-2-touched.png
    R images/buttons/editor/brush/brush-2.png
    R images/buttons/editor/brush/brush-3-active-pressed.png
    R images/buttons/editor/brush/brush-3-active.png
    R images/buttons/editor/brush/brush-3-disabled-pressed.png
    R images/buttons/editor/brush/brush-3-disabled.png
    R images/buttons/editor/brush/brush-3-highlighted.png
    R images/buttons/editor/brush/brush-3-pressed-highlighted.png
    R images/buttons/editor/brush/brush-3-pressed.png
    R images/buttons/editor/brush/brush-3-touched.png
    R images/buttons/editor/brush/brush-3.png
    R images/buttons/editor/brush/brush-nw-se-active-pressed.png
    R images/buttons/editor/brush/brush-nw-se-active.png
    R images/buttons/editor/brush/brush-nw-se-disabled-pressed.png
    R images/buttons/editor/brush/brush-nw-se-disabled.png
    R images/buttons/editor/brush/brush-nw-se-highlighted.png
    R images/buttons/editor/brush/brush-nw-se-pressed-highlighted.png
    R images/buttons/editor/brush/brush-nw-se-pressed.png
    R images/buttons/editor/brush/brush-nw-se-touched.png
    R images/buttons/editor/brush/brush-nw-se.png
    R images/buttons/editor/brush/brush-se-nw-active-pressed.png
    R images/buttons/editor/brush/brush-se-nw-active.png
    R images/buttons/editor/brush/brush-se-nw-disabled-pressed.png
    R images/buttons/editor/brush/brush-se-nw-disabled.png
    R images/buttons/editor/brush/brush-se-nw-highlighted.png
    R images/buttons/editor/brush/brush-se-nw-pressed-highlighted.png
    R images/buttons/editor/brush/brush-se-nw-pressed.png
    R images/buttons/editor/brush/brush-se-nw-touched.png
    R images/buttons/editor/brush/brush-se-nw.png
    R images/buttons/editor/group/group_all-active-pressed.png
    R images/buttons/editor/group/group_all-active.png
    R images/buttons/editor/group/group_all-pressed.png
    R images/buttons/editor/group/group_all.png
    R images/buttons/editor/group/group_bridge-active-pressed.png
    R images/buttons/editor/group/group_bridge-active.png
    R images/buttons/editor/group/group_bridge-pressed.png
    R images/buttons/editor/group/group_bridge.png
    R images/buttons/editor/group/group_castle-active-pressed.png
    R images/buttons/editor/group/group_castle-active.png
    R images/buttons/editor/group/group_castle-pressed.png
    R images/buttons/editor/group/group_castle.png
    R images/buttons/editor/group/group_cave-active-pressed.png
    R images/buttons/editor/group/group_cave-active.png
    R images/buttons/editor/group/group_cave-pressed.png
    R images/buttons/editor/group/group_cave.png
    R images/buttons/editor/group/group_custom-active-pressed.png
    R images/buttons/editor/group/group_custom-active.png
    R images/buttons/editor/group/group_custom-pressed.png
    R images/buttons/editor/group/group_custom.png
    R images/buttons/editor/group/group_custom2-active-pressed.png
    R images/buttons/editor/group/group_custom2-active.png
    R images/buttons/editor/group/group_custom2-pressed.png
    R images/buttons/editor/group/group_custom2.png
    R images/buttons/editor/group/group_custom3-active-pressed.png
    R images/buttons/editor/group/group_custom3-active.png
    R images/buttons/editor/group/group_custom3-pressed.png
    R images/buttons/editor/group/group_custom3.png
    R images/buttons/editor/group/group_desert-active-pressed.png
    R images/buttons/editor/group/group_desert-active.png
    R images/buttons/editor/group/group_desert-pressed.png
    R images/buttons/editor/group/group_desert.png
    R images/buttons/editor/group/group_embellishments-active-pressed.png
    R images/buttons/editor/group/group_embellishments-active.png
    R images/buttons/editor/group/group_embellishments-pressed.png
    R images/buttons/editor/group/group_embellishments.png
    R images/buttons/editor/group/group_fall-active-pressed.png
    R images/buttons/editor/group/group_fall-active.png
    R images/buttons/editor/group/group_fall-pressed.png
    R images/buttons/editor/group/group_fall.png
    R images/buttons/editor/group/group_flat-active-pressed.png
    R images/buttons/editor/group/group_flat-active.png
    R images/buttons/editor/group/group_flat-pressed.png
    R images/buttons/editor/group/group_flat.png
    R images/buttons/editor/group/group_forest-active-pressed.png
    R images/buttons/editor/group/group_forest-active.png
    R images/buttons/editor/group/group_forest-pressed.png
    R images/buttons/editor/group/group_forest.png
    R images/buttons/editor/group/group_frozen-active-pressed.png
    R images/buttons/editor/group/group_frozen-active.png
    R images/buttons/editor/group/group_frozen-pressed.png
    R images/buttons/editor/group/group_frozen.png
    R images/buttons/editor/group/group_mainline-active-pressed.png
    R images/buttons/editor/group/group_mainline-active.png
    R images/buttons/editor/group/group_mainline-pressed.png
    R images/buttons/editor/group/group_mainline.png
    R images/buttons/editor/group/group_obstacle-active-pressed.png
    R images/buttons/editor/group/group_obstacle-active.png
    R images/buttons/editor/group/group_obstacle-pressed.png
    R images/buttons/editor/group/group_obstacle.png
    R images/buttons/editor/group/group_rough-active-pressed.png
    R images/buttons/editor/group/group_rough-active.png
    R images/buttons/editor/group/group_rough-pressed.png
    R images/buttons/editor/group/group_rough.png
    R images/buttons/editor/group/group_spring-active-pressed.png
    R images/buttons/editor/group/group_spring-active.png
    R images/buttons/editor/group/group_spring-pressed.png
    R images/buttons/editor/group/group_spring.png
    R images/buttons/editor/group/group_village-active-pressed.png
    R images/buttons/editor/group/group_village-active.png
    R images/buttons/editor/group/group_village-pressed.png
    R images/buttons/editor/group/group_village.png
    R images/buttons/editor/group/group_water-active-pressed.png
    R images/buttons/editor/group/group_water-active.png
    R images/buttons/editor/group/group_water-pressed.png
    R images/buttons/editor/group/group_water.png
    R images/buttons/editor/group/group_x-active-pressed.png
    R images/buttons/editor/group/group_x-active.png
    R images/buttons/editor/group/group_x-pressed.png
    R images/buttons/editor/group/group_x.png
    R images/buttons/editor/palette/active-pressed-both.png
    R images/buttons/editor/palette/active-pressed-down.png
    R images/buttons/editor/palette/active-pressed-up.png
    R images/buttons/editor/palette/base-active.png
    R images/buttons/editor/palette/base-touched.png
    R images/buttons/editor/palette/base.png
    R images/buttons/editor/palette/pressed-both.png
    R images/buttons/editor/palette/pressed-down.png
    R images/buttons/editor/palette/pressed-up.png
    R images/buttons/editor/palette/touched-both.png
    R images/buttons/editor/palette/touched-down.png
    R images/buttons/editor/palette/touched-up.png
    R images/buttons/editor/tool/draw_button_editor-active.png
    R images/buttons/editor/tool/draw_button_editor-pressed.png
    R images/buttons/editor/tool/draw_button_editor.png
    R images/buttons/editor/tool/flood_button_editor-active.png
    R images/buttons/editor/tool/flood_button_editor-pressed.png
    R images/buttons/editor/tool/flood_button_editor.png
    R images/buttons/editor/tool/item_button_editor-active.png
    R images/buttons/editor/tool/item_button_editor-pressed.png
    R images/buttons/editor/tool/item_button_editor.png
    R images/buttons/editor/tool/label_button_editor-active.png
    R images/buttons/editor/tool/label_button_editor-pressed.png
    R images/buttons/editor/tool/label_button_editor.png
    R images/buttons/editor/tool/pipette_button_editor-active.png
    R images/buttons/editor/tool/pipette_button_editor-pressed.png
    R images/buttons/editor/tool/pipette_button_editor.png
    R images/buttons/editor/tool/select_button_editor-active.png
    R images/buttons/editor/tool/select_button_editor-pressed.png
    R images/buttons/editor/tool/select_button_editor.png
    R images/buttons/editor/tool/soundsource_button_editor-active.png
    R images/buttons/editor/tool/soundsource_button_editor-pressed.png
    R images/buttons/editor/tool/soundsource_button_editor.png
    R images/buttons/editor/tool/start_position_button_editor-active.png
    R images/buttons/editor/tool/start_position_button_editor-pressed.png
    R images/buttons/editor/tool/start_position_button_editor.png
    R images/buttons/editor/tool/units_button_editor-active.png
    R images/buttons/editor/tool/units_button_editor-pressed.png
    R images/buttons/editor/tool/units_button_editor.png
    R images/buttons/editor/tool/villages_button_editor-active.png
    R images/buttons/editor/tool/villages_button_editor-pressed.png
    R images/buttons/editor/tool/villages_button_editor.png
    R images/buttons/editor/util/flip_map_button_editor-active.png
    R images/buttons/editor/util/flip_map_button_editor-pressed.png
    R images/buttons/editor/util/flip_map_button_editor.png
    R images/buttons/editor/util/redo_button_editor-active.png
    R images/buttons/editor/util/redo_button_editor-pressed.png
    R images/buttons/editor/util/redo_button_editor.png
    R images/buttons/editor/util/resize_button_editor-active.png
    R images/buttons/editor/util/resize_button_editor-pressed.png
    R images/buttons/editor/util/resize_button_editor.png
    R images/buttons/editor/util/toggle_grid_button_editor-active.png
    R images/buttons/editor/util/toggle_grid_button_editor-pressed.png
    R images/buttons/editor/util/toggle_grid_button_editor.png
    R images/buttons/editor/util/undo_button_editor-active.png
    R images/buttons/editor/util/undo_button_editor-pressed.png
    R images/buttons/editor/util/undo_button_editor.png
    R images/buttons/editor/util/zoom_default_button_editor-active.png
    R images/buttons/editor/util/zoom_default_button_editor-pressed.png
    R images/buttons/editor/util/zoom_default_button_editor.png
    R images/buttons/editor/util/zoom_in_button_editor-active.png
    R images/buttons/editor/util/zoom_in_button_editor-pressed.png
    R images/buttons/editor/util/zoom_in_button_editor.png
    R images/buttons/editor/util/zoom_out_button_editor-active.png
    R images/buttons/editor/util/zoom_out_button_editor-pressed.png
    R images/buttons/editor/util/zoom_out_button_editor.png
    R images/buttons/endturn-button-active.png
    R images/buttons/endturn-button-pressed.png
    R images/buttons/endturn-button.png
    R images/buttons/fold-arrow-disabled.png
    R images/buttons/fold-arrow-disabled at 2x.png
    A images/buttons/icon-base-16.png
    A images/buttons/icon-base-32.png
    A images/buttons/large-button-active-pressed.png
    M images/buttons/large-button-active.png
    M images/buttons/large-button-pressed.png
    M images/buttons/large-button.png
    R images/buttons/left_arrow-button-active.png
    R images/buttons/left_arrow-button-disabled.png
    R images/buttons/left_arrow-button-pressed.png
    R images/buttons/left_arrow-button.png
    R images/buttons/left_arrow-button_transparent-active.png
    R images/buttons/left_arrow-button_transparent-disabled.png
    R images/buttons/left_arrow-button_transparent-pressed.png
    R images/buttons/left_arrow-button_transparent.png
    R images/buttons/lite-active-pressed.png
    R images/buttons/lite-active.png
    R images/buttons/lite-disabled.png
    R images/buttons/lite-pressed.png
    R images/buttons/lite.png
    R images/buttons/lite_small-active.png
    R images/buttons/lite_small-pressed.png
    R images/buttons/lite_small.png
    R images/buttons/menu-button-active.png
    R images/buttons/menu-button-disabled.png
    R images/buttons/menu-button-pressed.png
    R images/buttons/menu-button.png
    R images/buttons/menu_buttons/menu_button_H18-active-pressed.png
    R images/buttons/menu_buttons/menu_button_H18-active-pressed at 2x.png
    R images/buttons/menu_buttons/menu_button_H18-active.png
    R images/buttons/menu_buttons/menu_button_H18-active at 2x.png
    R images/buttons/menu_buttons/menu_button_H18-disabled.png
    R images/buttons/menu_buttons/menu_button_H18-disabled at 2x.png
    R images/buttons/menu_buttons/menu_button_H18-pressed.png
    R images/buttons/menu_buttons/menu_button_H18-pressed at 2x.png
    R images/buttons/menu_buttons/menu_button_H18.png
    R images/buttons/menu_buttons/menu_button_H18 at 2x.png
    R images/buttons/menu_buttons/menu_button_H20-active-pressed.png
    R images/buttons/menu_buttons/menu_button_H20-active-pressed at 2x.png
    R images/buttons/menu_buttons/menu_button_H20-active.png
    R images/buttons/menu_buttons/menu_button_H20-active at 2x.png
    R images/buttons/menu_buttons/menu_button_H20-disabled.png
    R images/buttons/menu_buttons/menu_button_H20-disabled at 2x.png
    R images/buttons/menu_buttons/menu_button_H20-pressed.png
    R images/buttons/menu_buttons/menu_button_H20-pressed at 2x.png
    R images/buttons/menu_buttons/menu_button_H20.png
    R images/buttons/menu_buttons/menu_button_H20 at 2x.png
    R images/buttons/menu_buttons/menu_button_copper_H18-active-pressed.png
    R images/buttons/menu_buttons/menu_button_copper_H18-active-pressed at 2x.png
    R images/buttons/menu_buttons/menu_button_copper_H18-active.png
    R images/buttons/menu_buttons/menu_button_copper_H18-active at 2x.png
    R images/buttons/menu_buttons/menu_button_copper_H18-disabled.png
    R images/buttons/menu_buttons/menu_button_copper_H18-disabled at 2x.png
    R images/buttons/menu_buttons/menu_button_copper_H18-pressed.png
    R images/buttons/menu_buttons/menu_button_copper_H18-pressed at 2x.png
    R images/buttons/menu_buttons/menu_button_copper_H18.png
    R images/buttons/menu_buttons/menu_button_copper_H18 at 2x.png
    R images/buttons/menu_buttons/menu_button_copper_H20-active-pressed.png
    R images/buttons/menu_buttons/menu_button_copper_H20-active-pressed at 2x.png
    R images/buttons/menu_buttons/menu_button_copper_H20-active.png
    R images/buttons/menu_buttons/menu_button_copper_H20-active at 2x.png
    R images/buttons/menu_buttons/menu_button_copper_H20-disabled.png
    R images/buttons/menu_buttons/menu_button_copper_H20-disabled at 2x.png
    R images/buttons/menu_buttons/menu_button_copper_H20-pressed.png
    R images/buttons/menu_buttons/menu_button_copper_H20-pressed at 2x.png
    R images/buttons/menu_buttons/menu_button_copper_H20.png
    R images/buttons/menu_buttons/menu_button_copper_H20 at 2x.png
    R images/buttons/menu_buttons/menu_button_small_H18-active-pressed.png
    R images/buttons/menu_buttons/menu_button_small_H18-active-pressed at 2x.png
    R images/buttons/menu_buttons/menu_button_small_H18-active.png
    R images/buttons/menu_buttons/menu_button_small_H18-active at 2x.png
    R images/buttons/menu_buttons/menu_button_small_H18-disabled.png
    R images/buttons/menu_buttons/menu_button_small_H18-disabled at 2x.png
    R images/buttons/menu_buttons/menu_button_small_H18-pressed.png
    R images/buttons/menu_buttons/menu_button_small_H18-pressed at 2x.png
    R images/buttons/menu_buttons/menu_button_small_H18.png
    R images/buttons/menu_buttons/menu_button_small_H18 at 2x.png
    R images/buttons/menu_buttons/menu_button_small_H20-active-pressed.png
    R images/buttons/menu_buttons/menu_button_small_H20-active-pressed at 2x.png
    R images/buttons/menu_buttons/menu_button_small_H20-active.png
    R images/buttons/menu_buttons/menu_button_small_H20-active at 2x.png
    R images/buttons/menu_buttons/menu_button_small_H20-disabled.png
    R images/buttons/menu_buttons/menu_button_small_H20-disabled at 2x.png
    R images/buttons/menu_buttons/menu_button_small_H20-pressed.png
    R images/buttons/menu_buttons/menu_button_small_H20-pressed at 2x.png
    R images/buttons/menu_buttons/menu_button_small_H20.png
    R images/buttons/menu_buttons/menu_button_small_H20 at 2x.png
    R images/buttons/menu_buttons/menu_button_small_copper_H18-active-pressed.png
    R images/buttons/menu_buttons/menu_button_small_copper_H18-active-pressed at 2x.png
    R images/buttons/menu_buttons/menu_button_small_copper_H18-active.png
    R images/buttons/menu_buttons/menu_button_small_copper_H18-active at 2x.png
    R images/buttons/menu_buttons/menu_button_small_copper_H18-disabled.png
    R images/buttons/menu_buttons/menu_button_small_copper_H18-disabled at 2x.png
    R images/buttons/menu_buttons/menu_button_small_copper_H18-pressed.png
    R images/buttons/menu_buttons/menu_button_small_copper_H18-pressed at 2x.png
    R images/buttons/menu_buttons/menu_button_small_copper_H18.png
    R images/buttons/menu_buttons/menu_button_small_copper_H18 at 2x.png
    R images/buttons/menu_buttons/menu_button_small_copper_H20-active-pressed.png
    R images/buttons/menu_buttons/menu_button_small_copper_H20-active-pressed at 2x.png
    R images/buttons/menu_buttons/menu_button_small_copper_H20-active.png
    R images/buttons/menu_buttons/menu_button_small_copper_H20-active at 2x.png
    R images/buttons/menu_buttons/menu_button_small_copper_H20-disabled.png
    R images/buttons/menu_buttons/menu_button_small_copper_H20-disabled at 2x.png
    R images/buttons/menu_buttons/menu_button_small_copper_H20-pressed.png
    R images/buttons/menu_buttons/menu_button_small_copper_H20-pressed at 2x.png
    R images/buttons/menu_buttons/menu_button_small_copper_H20.png
    R images/buttons/menu_buttons/menu_button_small_copper_H20 at 2x.png
    A images/buttons/misc/orb-active.png
    A images/buttons/misc/orb-pressed.png
    A images/buttons/misc/orb.png
    R images/buttons/pause-active.png
    R images/buttons/pause-pressed.png
    R images/buttons/pause.png
    R images/buttons/play-active.png
    R images/buttons/play-pressed.png
    R images/buttons/play-side-active.png
    R images/buttons/play-side-pressed.png
    R images/buttons/play-side.png
    R images/buttons/play-turn-active.png
    R images/buttons/play-turn-pressed.png
    R images/buttons/play-turn.png
    R images/buttons/play.png
    M images/buttons/radiobox-active-pressed.png
    M images/buttons/radiobox-active-pressed at 2x.png
    M images/buttons/radiobox-active.png
    M images/buttons/radiobox-active at 2x.png
    R images/buttons/radiobox-disabled-pressed.png
    R images/buttons/radiobox-disabled-pressed at 2x.png
    R images/buttons/radiobox-disabled.png
    R images/buttons/radiobox-disabled at 2x.png
    M images/buttons/radiobox-pressed.png
    M images/buttons/radiobox-pressed at 2x.png
    M images/buttons/radiobox-touched.png
    M images/buttons/radiobox-touched at 2x.png
    M images/buttons/radiobox.png
    M images/buttons/radiobox at 2x.png
    R images/buttons/resize-direction-bottom-left.png
    R images/buttons/resize-direction-bottom-right.png
    R images/buttons/resize-direction-bottom.png
    R images/buttons/resize-direction-center.png
    R images/buttons/resize-direction-left.png
    R images/buttons/resize-direction-none.png
    R images/buttons/resize-direction-right.png
    R images/buttons/resize-direction-top-left.png
    R images/buttons/resize-direction-top-right.png
    R images/buttons/resize-direction-top.png
    R images/buttons/right_arrow-button-active.png
    R images/buttons/right_arrow-button-disabled.png
    R images/buttons/right_arrow-button-pressed.png
    R images/buttons/right_arrow-button.png
    R images/buttons/right_arrow-button_transparent-active.png
    R images/buttons/right_arrow-button_transparent-disabled.png
    R images/buttons/right_arrow-button_transparent-pressed.png
    R images/buttons/right_arrow-button_transparent.png
    M images/buttons/scrollbottom-active.png
    R images/buttons/scrollbottom-disabled.png
    M images/buttons/scrollbottom-pressed.png
    M images/buttons/scrollbottom.png
    R images/buttons/scrollbottom_transparent-active.png
    R images/buttons/scrollbottom_transparent-disabled.png
    R images/buttons/scrollbottom_transparent-pressed.png
    R images/buttons/scrollbottom_transparent.png
    M images/buttons/scrollgroove-bottom.png
    R images/buttons/scrollgroove-disabled-bottom.png
    R images/buttons/scrollgroove-disabled-horizontal.png
    R images/buttons/scrollgroove-disabled-left.png
    R images/buttons/scrollgroove-disabled-mid.png
    R images/buttons/scrollgroove-disabled-right.png
    R images/buttons/scrollgroove-disabled-top.png
    M images/buttons/scrollgroove-horizontal.png
    M images/buttons/scrollgroove-left.png
    M images/buttons/scrollgroove-mid.png
    M images/buttons/scrollgroove-right.png
    M images/buttons/scrollgroove-top.png
    R images/buttons/scrollgroove_transparent-bottom.png
    R images/buttons/scrollgroove_transparent-disabled-bottom.png
    R images/buttons/scrollgroove_transparent-disabled-horizontal.png
    R images/buttons/scrollgroove_transparent-disabled-left.png
    R images/buttons/scrollgroove_transparent-disabled-mid.png
    R images/buttons/scrollgroove_transparent-disabled-right.png
    R images/buttons/scrollgroove_transparent-disabled-top.png
    R images/buttons/scrollgroove_transparent-horizontal.png
    R images/buttons/scrollgroove_transparent-left.png
    R images/buttons/scrollgroove_transparent-mid.png
    R images/buttons/scrollgroove_transparent-right.png
    R images/buttons/scrollgroove_transparent-top.png
    M images/buttons/scrollhorizontal-active.png
    R images/buttons/scrollhorizontal-disabled.png
    M images/buttons/scrollhorizontal-pressed.png
    M images/buttons/scrollhorizontal.png
    R images/buttons/scrollhorizontal_transparent-active.png
    R images/buttons/scrollhorizontal_transparent-disabled.png
    R images/buttons/scrollhorizontal_transparent-pressed.png
    R images/buttons/scrollhorizontal_transparent.png
    M images/buttons/scrollleft-active.png
    R images/buttons/scrollleft-disabled.png
    M images/buttons/scrollleft-pressed.png
    M images/buttons/scrollleft.png
    R images/buttons/scrollleft_transparent-active.png
    R images/buttons/scrollleft_transparent-disabled.png
    R images/buttons/scrollleft_transparent-pressed.png
    R images/buttons/scrollleft_transparent.png
    M images/buttons/scrollmid-active.png
    R images/buttons/scrollmid-disabled.png
    M images/buttons/scrollmid-pressed.png
    M images/buttons/scrollmid.png
    R images/buttons/scrollmid_transparent-active.png
    R images/buttons/scrollmid_transparent-disabled.png
    R images/buttons/scrollmid_transparent-pressed.png
    R images/buttons/scrollmid_transparent.png
    M images/buttons/scrollright-active.png
    R images/buttons/scrollright-disabled.png
    M images/buttons/scrollright-pressed.png
    M images/buttons/scrollright.png
    R images/buttons/scrollright_transparent-active.png
    R images/buttons/scrollright_transparent-disabled.png
    R images/buttons/scrollright_transparent-pressed.png
    R images/buttons/scrollright_transparent.png
    M images/buttons/scrolltop-active.png
    R images/buttons/scrolltop-disabled.png
    M images/buttons/scrolltop-pressed.png
    M images/buttons/scrolltop.png
    R images/buttons/scrolltop_transparent-active.png
    R images/buttons/scrolltop_transparent-disabled.png
    R images/buttons/scrolltop_transparent-pressed.png
    R images/buttons/scrolltop_transparent.png
    R images/buttons/sliders/slider-disabled.png
    R images/buttons/sliders/slider-disabled at 2x.png
    R images/buttons/sliders/slider_arrow_blue-disabled.png
    R images/buttons/sliders/slider_arrow_blue-disabled at 2x.png
    R images/buttons/sliders/slider_arrow_gold-active at 2x.png
    R images/buttons/sliders/slider_arrow_gold-disabled.png
    R images/buttons/sliders/slider_arrow_gold-disabled at 2x.png
    A images/buttons/sliders/slider_arrow_gold at 2x-active.png
    R images/buttons/stop-active.png
    R images/buttons/stop-pressed.png
    R images/buttons/stop.png
    R images/buttons/unfold-arrow-disabled.png
    R images/buttons/unfold-arrow-disabled at 2x.png
    R images/buttons/uparrow-button-active.png
    R images/buttons/uparrow-button-disabled.png
    R images/buttons/uparrow-button-pressed.png
    R images/buttons/uparrow-button.png
    R images/buttons/uparrow-button_transparent-active.png
    R images/buttons/uparrow-button_transparent-disabled.png
    R images/buttons/uparrow-button_transparent-pressed.png
    R images/buttons/uparrow-button_transparent.png
    R images/cursors-bw/.gitignore
    R images/cursors/.gitignore
    R images/dialogs/.gitignore
    A images/dialogs/lite_opaque-background.png
    A images/dialogs/lite_opaque-border-botleft.png
    A images/dialogs/lite_opaque-border-botright.png
    A images/dialogs/lite_opaque-border-left.png
    A images/dialogs/lite_opaque-border-right.png
    A images/dialogs/lite_opaque-border-top.png
    A images/dialogs/lite_opaque-border-topleft.png
    A images/dialogs/lite_opaque-border-topright.png
    A images/dialogs/lite_opaque-border_bottom.png
    A images/dialogs/lite_translucent-background.png
    A images/dialogs/lite_translucent-border-botleft.png
    A images/dialogs/lite_translucent-border-botright.png
    A images/dialogs/lite_translucent-border-left.png
    A images/dialogs/lite_translucent-border-right.png
    A images/dialogs/lite_translucent-border-top.png
    A images/dialogs/lite_translucent-border-topleft.png
    A images/dialogs/lite_translucent-border-topright.png
    A images/dialogs/lite_translucent-border_bottom.png
    A images/dialogs/medium_translucent-background.png
    A images/dialogs/medium_translucent-border-botleft.png
    A images/dialogs/medium_translucent-border-botright.png
    A images/dialogs/medium_translucent-border-left.png
    A images/dialogs/medium_translucent-border-right.png
    A images/dialogs/medium_translucent-border-top.png
    A images/dialogs/medium_translucent-border-topleft.png
    A images/dialogs/medium_translucent-border-topright.png
    A images/dialogs/medium_translucent-border_bottom.png
    M images/dialogs/opaque-background.png
    M images/dialogs/opaque-border-botleft.png
    M images/dialogs/opaque-border-botright.png
    M images/dialogs/opaque-border-bottom.png
    M images/dialogs/opaque-border-left.png
    M images/dialogs/opaque-border-right.png
    M images/dialogs/opaque-border-top.png
    M images/dialogs/opaque-border-topleft.png
    M images/dialogs/opaque-border-topright.png
    A images/dialogs/selection-background.png
    A images/dialogs/selection-border-botleft.png
    A images/dialogs/selection-border-botright.png
    A images/dialogs/selection-border-bottom.png
    A images/dialogs/selection-border-left.png
    A images/dialogs/selection-border-right.png
    A images/dialogs/selection-border-top.png
    A images/dialogs/selection-border-topleft.png
    A images/dialogs/selection-border-topright.png
    A images/dialogs/selection2-background.png
    A images/dialogs/selection2-border-botleft.png
    A images/dialogs/selection2-border-botright.png
    A images/dialogs/selection2-border-bottom.png
    A images/dialogs/selection2-border-left.png
    A images/dialogs/selection2-border-right.png
    A images/dialogs/selection2-border-top.png
    A images/dialogs/selection2-border-topleft.png
    A images/dialogs/selection2-border-topright.png
    A images/dialogs/strong_opaque-background.png
    A images/dialogs/strong_opaque-border-botleft.png
    A images/dialogs/strong_opaque-border-botright.png
    A images/dialogs/strong_opaque-border-left.png
    A images/dialogs/strong_opaque-border-right.png
    A images/dialogs/strong_opaque-border-top.png
    A images/dialogs/strong_opaque-border-topleft.png
    A images/dialogs/strong_opaque-border-topright.png
    A images/dialogs/strong_opaque-border_bottom.png
    A images/dialogs/strong_translucent-background.png
    A images/dialogs/strong_translucent-border-botleft.png
    A images/dialogs/strong_translucent-border-botright.png
    A images/dialogs/strong_translucent-border-left.png
    A images/dialogs/strong_translucent-border-right.png
    A images/dialogs/strong_translucent-border-top.png
    A images/dialogs/strong_translucent-border-topleft.png
    A images/dialogs/strong_translucent-border-topright.png
    A images/dialogs/strong_translucent-border_bottom.png
    A images/dialogs/thick_opaque-background.png
    A images/dialogs/thick_opaque-border-botleft.png
    A images/dialogs/thick_opaque-border-botright.png
    A images/dialogs/thick_opaque-border-bottom.png
    A images/dialogs/thick_opaque-border-left.png
    A images/dialogs/thick_opaque-border-right.png
    A images/dialogs/thick_opaque-border-top.png
    A images/dialogs/thick_opaque-border-topleft.png
    A images/dialogs/thick_opaque-border-topright.png
    A images/dialogs/thin_opaque-background.png
    A images/dialogs/thin_opaque-border-botleft.png
    A images/dialogs/thin_opaque-border-botright.png
    A images/dialogs/thin_opaque-border-bottom.png
    A images/dialogs/thin_opaque-border-left.png
    A images/dialogs/thin_opaque-border-right.png
    A images/dialogs/thin_opaque-border-top.png
    A images/dialogs/thin_opaque-border-topleft.png
    A images/dialogs/thin_opaque-border-topright.png
    A images/dialogs/thin_translucent-background.png
    A images/dialogs/thin_translucent-border-botleft.png
    A images/dialogs/thin_translucent-border-botright.png
    A images/dialogs/thin_translucent-border-bottom.png
    A images/dialogs/thin_translucent-border-left.png
    A images/dialogs/thin_translucent-border-right.png
    A images/dialogs/thin_translucent-border-top.png
    A images/dialogs/thin_translucent-border-topleft.png
    A images/dialogs/thin_translucent-border-topright.png
    A images/dialogs/thin_transluscent-background.png
    A images/dialogs/thin_transluscent-border-botleft.png
    A images/dialogs/thin_transluscent-border-botright.png
    A images/dialogs/thin_transluscent-border-bottom.png
    A images/dialogs/thin_transluscent-border-left.png
    A images/dialogs/thin_transluscent-border-right.png
    A images/dialogs/thin_transluscent-border-top.png
    A images/dialogs/thin_transluscent-border-topleft.png
    A images/dialogs/thin_transluscent-border-topright.png
    R images/dialogs/translucent-background_50.png
    R images/dialogs/translucent-background_55.png
    R images/dialogs/translucent-background_60.png
    R images/dialogs/translucent-background_65.png
    R images/dialogs/translucent-background_70.png
    R images/dialogs/translucent-background_75.png
    R images/dialogs/translucent-background_80.png
    R images/dialogs/translucent-background_85.png
    M images/dialogs/translucent54-background.png
    M images/dialogs/translucent54-border-botleft.png
    M images/dialogs/translucent54-border-botright.png
    M images/dialogs/translucent54-border-bottom.png
    M images/dialogs/translucent54-border-left.png
    M images/dialogs/translucent54-border-right.png
    M images/dialogs/translucent54-border-top.png
    M images/dialogs/translucent54-border-topleft.png
    M images/dialogs/translucent54-border-topright.png
    M images/dialogs/translucent65-background.png
    M images/dialogs/translucent65-border-botleft.png
    M images/dialogs/translucent65-border-botright.png
    M images/dialogs/translucent65-border-bottom.png
    M images/dialogs/translucent65-border-left.png
    M images/dialogs/translucent65-border-right.png
    M images/dialogs/translucent65-border-top.png
    M images/dialogs/translucent65-border-topleft.png
    M images/dialogs/translucent65-border-topright.png
    R images/flags/.gitignore
    R images/flags/flag-1.png
    R images/flags/flag-2.png
    R images/flags/flag-3.png
    R images/flags/flag-4.png
    R images/flags/flag-icon.png
    R images/flags/knalgan-flag-1.png
    R images/flags/knalgan-flag-2.png
    R images/flags/knalgan-flag-3.png
    R images/flags/knalgan-flag-4.png
    R images/flags/knalgan-flag-icon.png
    R images/flags/long-flag-1.png
    R images/flags/long-flag-2.png
    R images/flags/long-flag-3.png
    R images/flags/long-flag-4.png
    R images/flags/long-flag-icon.png
    R images/flags/loyalist-flag-1.png
    R images/flags/loyalist-flag-2.png
    R images/flags/loyalist-flag-3.png
    R images/flags/loyalist-flag-4.png
    R images/flags/loyalist-flag-icon.png
    R images/flags/ragged-flag-1.png
    R images/flags/ragged-flag-2.png
    R images/flags/ragged-flag-3.png
    R images/flags/ragged-flag-4.png
    R images/flags/ragged-flag-5.png
    R images/flags/ragged-flag-6.png
    R images/flags/ragged-flag-icon.png
    R images/flags/undead-flag-1.png
    R images/flags/undead-flag-2.png
    R images/flags/undead-flag-3.png
    R images/flags/undead-flag-4.png
    R images/flags/undead-flag-icon.png
    R images/flags/wood-elvish-flag-1.png
    R images/flags/wood-elvish-flag-2.png
    R images/flags/wood-elvish-flag-3.png
    R images/flags/wood-elvish-flag-4.png
    R images/flags/wood-elvish-flag-icon.png
    R images/footsteps/.gitignore
    R images/game-icon.png
    R images/help/indentation.png
    R images/icons/.gitignore
    A images/icons/action/about_25-active.png
    A images/icons/action/about_25-pressed.png
    A images/icons/action/about_25.png
    M images/icons/action/add_25-active.png
    M images/icons/action/add_25-pressed.png
    M images/icons/action/add_25.png
    A images/icons/action/add_30-active.png
    A images/icons/action/add_30-pressed.png
    A images/icons/action/add_30.png
    A images/icons/action/copy_25-active.png
    A images/icons/action/copy_25-pressed.png
    A images/icons/action/copy_25.png
    M images/icons/action/delete_25-active.png
    M images/icons/action/delete_25-pressed.png
    M images/icons/action/delete_25.png
    A images/icons/action/delete_30-active.png
    A images/icons/action/delete_30-pressed.png
    A images/icons/action/delete_30.png
    M images/icons/action/editor-brush-1_25-active.png
    M images/icons/action/editor-brush-1_25-pressed.png
    M images/icons/action/editor-brush-1_25.png
    M images/icons/action/editor-brush-1_30-active.png
    M images/icons/action/editor-brush-1_30-pressed.png
    M images/icons/action/editor-brush-1_30.png
    M images/icons/action/editor-brush-2_25-active.png
    M images/icons/action/editor-brush-2_25-pressed.png
    M images/icons/action/editor-brush-2_25.png
    M images/icons/action/editor-brush-2_30-active.png
    M images/icons/action/editor-brush-2_30-pressed.png
    M images/icons/action/editor-brush-2_30.png
    M images/icons/action/editor-brush-3_25-active.png
    M images/icons/action/editor-brush-3_25-pressed.png
    M images/icons/action/editor-brush-3_25.png
    M images/icons/action/editor-brush-3_30-active.png
    M images/icons/action/editor-brush-3_30-pressed.png
    M images/icons/action/editor-brush-3_30.png
    M images/icons/action/editor-brush-nw-se_25-active.png
    M images/icons/action/editor-brush-nw-se_25-pressed.png
    M images/icons/action/editor-brush-nw-se_25.png
    M images/icons/action/editor-brush-nw-se_30-active.png
    M images/icons/action/editor-brush-nw-se_30-pressed.png
    M images/icons/action/editor-brush-nw-se_30.png
    M images/icons/action/editor-brush-sw-ne_25-active.png
    M images/icons/action/editor-brush-sw-ne_25-pressed.png
    M images/icons/action/editor-brush-sw-ne_25.png
    M images/icons/action/editor-brush-sw-ne_30-active.png
    M images/icons/action/editor-brush-sw-ne_30-pressed.png
    M images/icons/action/editor-brush-sw-ne_30.png
    A images/icons/action/editor-close-map_25-active.png
    A images/icons/action/editor-close-map_25-pressed.png
    A images/icons/action/editor-close-map_25.png
    A images/icons/action/editor-close-map_30-active.png
    A images/icons/action/editor-close-map_30-pressed.png
    A images/icons/action/editor-close-map_30.png
    A images/icons/action/editor-paste_60.png
    A images/icons/action/editor-tool-fill_60.png
    A images/icons/action/editor-tool-item_60.png
    A images/icons/action/editor-tool-label_60.png
    A images/icons/action/editor-tool-paint_60.png
    A images/icons/action/editor-tool-select_60.png
    A images/icons/action/editor-tool-soundsource_60.png
    A images/icons/action/editor-tool-starting-position_60.png
    A images/icons/action/editor-tool-unit_60-active.png
    A images/icons/action/editor-tool-unit_60-pressed.png
    A images/icons/action/editor-tool-unit_60.png
    A images/icons/action/editor-tool-village_60.png
    A images/icons/action/minimap-draw-terrain_25-active.png
    A images/icons/action/minimap-draw-terrain_25-pressed.png
    A images/icons/action/minimap-draw-terrain_25.png
    A images/icons/action/minimap-terrain-coding_25-active.png
    A images/icons/action/minimap-terrain-coding_25-pressed.png
    A images/icons/action/minimap-terrain-coding_25.png
    A images/icons/action/minimap-unit-coding_25-active.png
    A images/icons/action/minimap-unit-coding_25-pressed.png
    A images/icons/action/minimap-unit-coding_25.png
    M images/icons/action/ornate_add_25-active.png
    M images/icons/action/ornate_add_25-pressed.png
    M images/icons/action/ornate_add_25.png
    A images/icons/action/ornate_add_30-active.png
    A images/icons/action/ornate_add_30-pressed.png
    A images/icons/action/ornate_add_30.png
    M images/icons/action/ornate_delete_25-active.png
    M images/icons/action/ornate_delete_25-pressed.png
    M images/icons/action/ornate_delete_25.png
    A images/icons/action/ornate_delete_30-active.png
    A images/icons/action/ornate_delete_30-pressed.png
    A images/icons/action/ornate_delete_30.png
    M images/icons/action/ornate_pause_25-active.png
    M images/icons/action/ornate_pause_25-pressed.png
    M images/icons/action/ornate_pause_25.png
    A images/icons/action/ornate_pause_30-active.png
    A images/icons/action/ornate_pause_30-pressed.png
    A images/icons/action/ornate_pause_30.png
    M images/icons/action/ornate_play_25-active.png
    M images/icons/action/ornate_play_25-pressed.png
    M images/icons/action/ornate_play_25.png
    A images/icons/action/ornate_play_30-active.png
    A images/icons/action/ornate_play_30-pressed.png
    A images/icons/action/ornate_play_30.png
    M images/icons/action/ornate_play_side_25-active.png
    M images/icons/action/ornate_play_side_25-pressed.png
    M images/icons/action/ornate_play_side_25.png
    A images/icons/action/ornate_play_side_30-active.png
    A images/icons/action/ornate_play_side_30-pressed.png
    A images/icons/action/ornate_play_side_30.png
    M images/icons/action/ornate_play_turn_25-active.png
    M images/icons/action/ornate_play_turn_25-pressed.png
    M images/icons/action/ornate_play_turn_25.png
    A images/icons/action/ornate_play_turn_30-active.png
    A images/icons/action/ornate_play_turn_30-pressed.png
    A images/icons/action/ornate_play_turn_30.png
    M images/icons/action/ornate_stop_25-active.png
    M images/icons/action/ornate_stop_25-pressed.png
    M images/icons/action/ornate_stop_25.png
    A images/icons/action/ornate_stop_30-active.png
    A images/icons/action/ornate_stop_30-pressed.png
    A images/icons/action/ornate_stop_30.png
    M images/icons/action/pause_25-active.png
    M images/icons/action/pause_25-pressed.png
    M images/icons/action/pause_25.png
    M images/icons/action/pause_30-active.png
    M images/icons/action/pause_30-pressed.png
    M images/icons/action/pause_30.png
    M images/icons/action/play_25-active.png
    M images/icons/action/play_25-pressed.png
    M images/icons/action/play_25.png
    M images/icons/action/play_30-active.png
    M images/icons/action/play_30-pressed.png
    M images/icons/action/play_30.png
    A images/icons/action/play_move_30-active.png
    A images/icons/action/play_move_30-pressed.png
    A images/icons/action/play_move_30.png
    M images/icons/action/play_side_25-active.png
    M images/icons/action/play_side_25-pressed.png
    M images/icons/action/play_side_25.png
    A images/icons/action/play_side_30-active.png
    A images/icons/action/play_side_30-pressed.png
    A images/icons/action/play_side_30.png
    M images/icons/action/play_turn_25-active.png
    M images/icons/action/play_turn_25-pressed.png
    M images/icons/action/play_turn_25.png
    A images/icons/action/play_turn_30-active.png
    A images/icons/action/play_turn_30-pressed.png
    A images/icons/action/play_turn_30.png
    A images/icons/action/playlist_25-active.png
    A images/icons/action/playlist_25-pressed.png
    A images/icons/action/playlist_25.png
    A images/icons/action/playlist_30-active.png
    A images/icons/action/playlist_30-pressed.png
    A images/icons/action/playlist_30.png
    M images/icons/action/stop_25-active.png
    M images/icons/action/stop_25-pressed.png
    M images/icons/action/stop_25.png
    M images/icons/action/stop_30-active.png
    M images/icons/action/stop_30-pressed.png
    M images/icons/action/stop_30.png
    M images/icons/action/togglegrid_25-active.png
    M images/icons/action/togglegrid_25-pressed.png
    M images/icons/action/togglegrid_25.png
    A images/icons/action/zoomdefault_60-active.png
    A images/icons/action/zoomdefault_60-pressed.png
    A images/icons/action/zoomdefault_60.png
    A images/icons/arrows/arrows_blank_none_30.png
    A images/icons/arrows/long_arrow_ornate_left-pressed.png
    A images/icons/arrows/long_arrow_ornate_left-pressed at 2x.png
    A images/icons/arrows/long_arrow_ornate_right-pressed.png
    A images/icons/arrows/long_arrow_ornate_right-pressed at 2x.png
    M images/icons/arrows/short_arrow_left_25-active.png
    M images/icons/arrows/short_arrow_left_25-pressed.png
    M images/icons/arrows/short_arrow_left_25.png
    A images/icons/arrows/short_arrow_left_30-active.png
    A images/icons/arrows/short_arrow_left_30-pressed.png
    A images/icons/arrows/short_arrow_left_30.png
    M images/icons/arrows/short_arrow_ornate_left_25-active.png
    M images/icons/arrows/short_arrow_ornate_left_25-pressed.png
    M images/icons/arrows/short_arrow_ornate_left_25.png
    A images/icons/arrows/short_arrow_ornate_left_30-active.png
    A images/icons/arrows/short_arrow_ornate_left_30-pressed.png
    A images/icons/arrows/short_arrow_ornate_left_30.png
    M images/icons/arrows/short_arrow_ornate_right_25-active.png
    M images/icons/arrows/short_arrow_ornate_right_25-pressed.png
    M images/icons/arrows/short_arrow_ornate_right_25.png
    A images/icons/arrows/short_arrow_ornate_right_30-active.png
    A images/icons/arrows/short_arrow_ornate_right_30-pressed.png
    A images/icons/arrows/short_arrow_ornate_right_30.png
    M images/icons/arrows/short_arrow_right_25-active.png
    M images/icons/arrows/short_arrow_right_25-pressed.png
    M images/icons/arrows/short_arrow_right_25.png
    A images/icons/arrows/short_arrow_right_30-active.png
    A images/icons/arrows/short_arrow_right_30-pressed.png
    A images/icons/arrows/short_arrow_right_30.png
    M images/icons/icon-addon-delete.png
    M images/icons/icon-addon-publish.png
    M images/icons/icon-display.png
    M images/icons/icon-game.png
    M images/icons/icon-general.png
    M images/icons/icon-hostgame.png
    M images/icons/icon-music.png
    M images/icons/icon-server.png
    M images/icons/icon-serverother.png
    A images/icons/icon-titlescreen.png
    A images/icons/items/item_misc_30-pressed.png
    A images/icons/items/item_misc_30.png
    A images/icons/items/item_scenery_30-pressed.png
    A images/icons/items/item_scenery_30.png
    A images/icons/profiles/ambush.png
    A images/icons/profiles/arcane.png
    A images/icons/profiles/backstab.png
    A images/icons/profiles/berserk.png
    A images/icons/profiles/blades.png
    A images/icons/profiles/chaotic.png
    A images/icons/profiles/charge.png
    A images/icons/profiles/cold.png
    A images/icons/profiles/concealment.png
    A images/icons/profiles/cures.png
    A images/icons/profiles/drain.png
    A images/icons/profiles/fire.png
    A images/icons/profiles/firststrike.png
    A images/icons/profiles/heals_4.png
    A images/icons/profiles/heals_8.png
    A images/icons/profiles/illuminates.png
    A images/icons/profiles/impact.png
    A images/icons/profiles/lawful.png
    A images/icons/profiles/leadership.png
    A images/icons/profiles/liminal.png
    A images/icons/profiles/local_tod.png
    A images/icons/profiles/magical.png
    A images/icons/profiles/marksman.png
    A images/icons/profiles/melee_attack.png
    A images/icons/profiles/neutral.png
    A images/icons/profiles/nightstalk.png
    A images/icons/profiles/petrify.png
    A images/icons/profiles/pierce.png
    A images/icons/profiles/plague.png
    A images/icons/profiles/poison.png
    A images/icons/profiles/ranged_attack.png
    A images/icons/profiles/regenerates.png
    A images/icons/profiles/skirmisher.png
    A images/icons/profiles/slow.png
    A images/icons/profiles/steadfast.png
    A images/icons/profiles/submerge.png
    A images/icons/profiles/swarm.png
    A images/icons/profiles/teleport.png
    A images/icons/profiles/terrain_defense.png
    M images/icons/terrain/terrain_type_castle.png
    M images/icons/terrain/terrain_type_castle_30.png
    M images/icons/terrain/terrain_type_cave.png
    M images/icons/terrain/terrain_type_cave_30.png
    M images/icons/terrain/terrain_type_deep_water.png
    M images/icons/terrain/terrain_type_deep_water_30.png
    M images/icons/terrain/terrain_type_flat.png
    M images/icons/terrain/terrain_type_flat_30.png
    A images/icons/terrain/terrain_type_fog.png
    A images/icons/terrain/terrain_type_fog_30.png
    M images/icons/terrain/terrain_type_forest.png
    M images/icons/terrain/terrain_type_forest_30.png
    M images/icons/terrain/terrain_type_frozen.png
    M images/icons/terrain/terrain_type_frozen_30.png
    M images/icons/terrain/terrain_type_fungus.png
    M images/icons/terrain/terrain_type_fungus_30.png
    M images/icons/terrain/terrain_type_hills.png
    M images/icons/terrain/terrain_type_hills_30.png
    M images/icons/terrain/terrain_type_impassable.png
    M images/icons/terrain/terrain_type_impassable_30.png
    M images/icons/terrain/terrain_type_info.png
    M images/icons/terrain/terrain_type_info_30.png
    M images/icons/terrain/terrain_type_keep.png
    M images/icons/terrain/terrain_type_keep_30.png
    M images/icons/terrain/terrain_type_mountains.png
    M images/icons/terrain/terrain_type_mountains_30.png
    M images/icons/terrain/terrain_type_rails.png
    M images/icons/terrain/terrain_type_rails_30.png
    M images/icons/terrain/terrain_type_reef.png
    M images/icons/terrain/terrain_type_reef_30.png
    M images/icons/terrain/terrain_type_sand.png
    M images/icons/terrain/terrain_type_sand_30.png
    M images/icons/terrain/terrain_type_shallow_water.png
    M images/icons/terrain/terrain_type_shallow_water_30.png
    A images/icons/terrain/terrain_type_shroud.png
    A images/icons/terrain/terrain_type_shroud_30.png
    M images/icons/terrain/terrain_type_swamp_water.png
    M images/icons/terrain/terrain_type_swamp_water_30.png
    M images/icons/terrain/terrain_type_unwalkable.png
    M images/icons/terrain/terrain_type_unwalkable_30.png
    M images/icons/terrain/terrain_type_village.png
    M images/icons/terrain/terrain_type_village_30.png
    A images/icons/unit-groups/era_default_khalifate_30-pressed.png
    A images/icons/unit-groups/era_default_khalifate_30.png
    M images/icons/unit-groups/race_custom2_30-pressed.png
    M images/icons/unit-groups/race_custom2_30.png
    M images/icons/unit-groups/race_custom3_30-pressed.png
    M images/icons/unit-groups/race_custom3_30.png
    M images/icons/unit-groups/race_custom_30-pressed.png
    M images/icons/unit-groups/race_custom_30.png
    A images/icons/unit-groups/race_falcon_30-pressed.png
    A images/icons/unit-groups/race_falcon_30.png
    A images/icons/unit-groups/race_khalifate_30-pressed.png
    A images/icons/unit-groups/race_khalifate_30.png
    R images/misc/bar-energy-tinygui.png
    M images/misc/bar-energy.png
    R images/misc/character-box.png
    A images/misc/ellipse-hero-nozoc-bottom.png
    A images/misc/ellipse-hero-nozoc-selected-bottom.png
    A images/misc/ellipse-hero-nozoc-selected-top.png
    A images/misc/ellipse-hero-nozoc-top.png
    A images/misc/ellipse-leader-nozoc-bottom.png
    A images/misc/ellipse-leader-nozoc-selected-bottom.png
    A images/misc/ellipse-leader-nozoc-selected-top.png
    A images/misc/ellipse-leader-nozoc-top.png
    M images/misc/hover-hex-bottom.png
    A images/misc/hover-hex-enemy-bottom.png
    A images/misc/hover-hex-enemy-top.png
    R images/misc/hover-hex-enemy.png
    M images/misc/hover-hex-top.png
    A images/misc/hover-hex-yours-bottom.png
    A images/misc/hover-hex-yours-top.png
    R images/misc/hover-hex-yours.png
    A images/misc/jewel-tc.png
    A images/misc/l10n/gl/logo.png
    A images/misc/leader-crown-alt.png
    M images/misc/leader-crown.png
    M images/misc/lobby.png
    R images/misc/lobby_tiny.png
    A images/misc/map.png
    R images/misc/missing-image-trans.png
    R images/misc/orb-ally.png
    R images/misc/orb-enemy.png
    R images/misc/orb-moved.png
    R images/misc/orb-partmoved.png
    R images/misc/orb-unmoved.png
    A images/misc/orb.png
    A images/misc/orb at 2x.png
    R images/misc/selection-background.png
    R images/misc/selection-border-botleft.png
    R images/misc/selection-border-botright.png
    R images/misc/selection-border-bottom.png
    R images/misc/selection-border-left.png
    R images/misc/selection-border-right.png
    R images/misc/selection-border-top.png
    R images/misc/selection-border-topleft.png
    R images/misc/selection-border-topright.png
    R images/misc/selection2-background.png
    R images/misc/selection2-border-botleft.png
    R images/misc/selection2-border-botright.png
    R images/misc/selection2-border-bottom.png
    R images/misc/selection2-border-left.png
    R images/misc/selection2-border-right.png
    R images/misc/selection2-border-top.png
    R images/misc/selection2-border-topleft.png
    R images/misc/selection2-border-topright.png
    R images/misc/selection2_transparent-background.png
    R images/misc/selection2_transparent-border-botleft.png
    R images/misc/selection2_transparent-border-botright.png
    R images/misc/selection2_transparent-border-bottom.png
    R images/misc/selection2_transparent-border-left.png
    R images/misc/selection2_transparent-border-right.png
    R images/misc/selection2_transparent-border-top.png
    R images/misc/selection2_transparent-border-topleft.png
    R images/misc/selection2_transparent-border-topright.png
    R images/misc/selection3-background.png
    R images/misc/selection3-border-botleft.png
    R images/misc/selection3-border-botright.png
    R images/misc/selection3-border-bottom.png
    R images/misc/selection3-border-left.png
    R images/misc/selection3-border-right.png
    R images/misc/selection3-border-top.png
    R images/misc/selection3-border-topleft.png
    R images/misc/selection3-border-topright.png
    R images/misc/sort-arrow-reverse.png
    R images/misc/sort-arrow.png
    A images/misc/soundsource-heard-lrg.png
    A images/misc/soundsource-heard.png
    A images/misc/soundsource-source-lrg.png
    A images/misc/soundsource-source.png
    R images/misc/topleft-corner.png
    R images/misc/topright-corner.png
    A images/misc/visibility.png
    R images/tools/.gitignore
    R images/tools/exploder/.gitignore
    A jenkins-wrap.sh
    A join.lua
    M l10n-spec
    M l10n-track
    M misc/fortunes/wesnoth
    A misc/found_poetry/found_poetry
    A mp_tests
    M packaging/windows/SConscript
    M packaging/windows/Wesnoth.nsi.in
    M packaging/windows/wesnoth-icon.ico
    A packaging/windows/wesnoth.exe.manifest
    M packaging/windows/wesnoth.rc
    R packaging/windows/wesnoth_editor.rc
    A packaging/windows/wesnothd.rc
    M players_changelog
    R po/.gitignore
    R po/wesnoth-ai/.gitignore
    M po/wesnoth-ai/af.po
    M po/wesnoth-ai/ang.po
    M po/wesnoth-ai/ang at latin.po
    M po/wesnoth-ai/ar.po
    M po/wesnoth-ai/bg.po
    M po/wesnoth-ai/ca.po
    M po/wesnoth-ai/ca_ES at valencia.po
    M po/wesnoth-ai/cs.po
    M po/wesnoth-ai/da.po
    M po/wesnoth-ai/de.po
    M po/wesnoth-ai/el.po
    M po/wesnoth-ai/en at shaw.po
    M po/wesnoth-ai/en_GB.po
    M po/wesnoth-ai/eo.po
    M po/wesnoth-ai/es.po
    M po/wesnoth-ai/et.po
    M po/wesnoth-ai/eu.po
    M po/wesnoth-ai/fi.po
    M po/wesnoth-ai/fr.po
    M po/wesnoth-ai/fur_IT.po
    M po/wesnoth-ai/ga.po
    M po/wesnoth-ai/gd.po
    M po/wesnoth-ai/gl.po
    M po/wesnoth-ai/he.po
    M po/wesnoth-ai/hr.po
    M po/wesnoth-ai/hu.po
    M po/wesnoth-ai/id.po
    M po/wesnoth-ai/is.po
    M po/wesnoth-ai/it.po
    M po/wesnoth-ai/ja.po
    M po/wesnoth-ai/ko.po
    M po/wesnoth-ai/la.po
    M po/wesnoth-ai/lt.po
    M po/wesnoth-ai/lv.po
    M po/wesnoth-ai/mk.po
    M po/wesnoth-ai/mr.po
    M po/wesnoth-ai/nb_NO.po
    M po/wesnoth-ai/nl.po
    M po/wesnoth-ai/pl.po
    M po/wesnoth-ai/pt.po
    M po/wesnoth-ai/pt_BR.po
    M po/wesnoth-ai/racv.po
    R po/wesnoth-ai/remove-potcdate.sin
    M po/wesnoth-ai/ro.po
    M po/wesnoth-ai/ru.po
    M po/wesnoth-ai/sk.po
    M po/wesnoth-ai/sl.po
    M po/wesnoth-ai/sr.po
    M po/wesnoth-ai/sr at ijekavian.po
    M po/wesnoth-ai/sr at ijekavianlatin.po
    M po/wesnoth-ai/sr at latin.po
    M po/wesnoth-ai/sv.po
    M po/wesnoth-ai/tl.po
    M po/wesnoth-ai/tr.po
    M po/wesnoth-ai/uk.po
    M po/wesnoth-ai/vi.po
    A po/wesnoth-ai/wesnoth-ai.pot
    M po/wesnoth-ai/zh_CN.po
    M po/wesnoth-ai/zh_TW.po
    R po/wesnoth-anl/.gitignore
    M po/wesnoth-anl/af.po
    M po/wesnoth-anl/ang.po
    M po/wesnoth-anl/ang at latin.po
    M po/wesnoth-anl/ar.po
    M po/wesnoth-anl/bg.po
    M po/wesnoth-anl/ca.po
    M po/wesnoth-anl/ca_ES at valencia.po
    M po/wesnoth-anl/cs.po
    M po/wesnoth-anl/da.po
    M po/wesnoth-anl/de.po
    M po/wesnoth-anl/el.po
    M po/wesnoth-anl/en at shaw.po
    M po/wesnoth-anl/en_GB.po
    M po/wesnoth-anl/eo.po
    M po/wesnoth-anl/es.po
    M po/wesnoth-anl/et.po
    M po/wesnoth-anl/eu.po
    M po/wesnoth-anl/fi.po
    M po/wesnoth-anl/fr.po
    M po/wesnoth-anl/fur_IT.po
    M po/wesnoth-anl/ga.po
    M po/wesnoth-anl/gd.po
    M po/wesnoth-anl/gl.po
    M po/wesnoth-anl/he.po
    M po/wesnoth-anl/hr.po
    M po/wesnoth-anl/hu.po
    M po/wesnoth-anl/id.po
    M po/wesnoth-anl/is.po
    M po/wesnoth-anl/it.po
    M po/wesnoth-anl/ja.po
    M po/wesnoth-anl/ko.po
    M po/wesnoth-anl/la.po
    M po/wesnoth-anl/lt.po
    M po/wesnoth-anl/lv.po
    M po/wesnoth-anl/mk.po
    M po/wesnoth-anl/mr.po
    M po/wesnoth-anl/nb_NO.po
    M po/wesnoth-anl/nl.po
    M po/wesnoth-anl/pl.po
    M po/wesnoth-anl/pt.po
    M po/wesnoth-anl/pt_BR.po
    M po/wesnoth-anl/racv.po
    R po/wesnoth-anl/remove-potcdate.sin
    M po/wesnoth-anl/ro.po
    M po/wesnoth-anl/ru.po
    M po/wesnoth-anl/sk.po
    M po/wesnoth-anl/sl.po
    M po/wesnoth-anl/sr.po
    M po/wesnoth-anl/sr at ijekavian.po
    M po/wesnoth-anl/sr at ijekavianlatin.po
    M po/wesnoth-anl/sr at latin.po
    M po/wesnoth-anl/sv.po
    M po/wesnoth-anl/tl.po
    M po/wesnoth-anl/tr.po
    M po/wesnoth-anl/uk.po
    M po/wesnoth-anl/vi.po
    M po/wesnoth-anl/wesnoth-anl.pot
    M po/wesnoth-anl/zh_CN.po
    M po/wesnoth-anl/zh_TW.po
    R po/wesnoth-aoi/.gitignore
    M po/wesnoth-aoi/af.po
    M po/wesnoth-aoi/ang.po
    M po/wesnoth-aoi/ang at latin.po
    M po/wesnoth-aoi/ar.po
    M po/wesnoth-aoi/bg.po
    M po/wesnoth-aoi/ca.po
    M po/wesnoth-aoi/ca_ES at valencia.po
    M po/wesnoth-aoi/cs.po
    M po/wesnoth-aoi/da.po
    M po/wesnoth-aoi/de.po
    M po/wesnoth-aoi/el.po
    M po/wesnoth-aoi/en at shaw.po
    M po/wesnoth-aoi/en_GB.po
    M po/wesnoth-aoi/eo.po
    M po/wesnoth-aoi/es.po
    M po/wesnoth-aoi/et.po
    M po/wesnoth-aoi/eu.po
    M po/wesnoth-aoi/fi.po
    M po/wesnoth-aoi/fr.po
    M po/wesnoth-aoi/fur_IT.po
    M po/wesnoth-aoi/ga.po
    M po/wesnoth-aoi/gd.po
    M po/wesnoth-aoi/gl.po
    M po/wesnoth-aoi/he.po
    M po/wesnoth-aoi/hr.po
    M po/wesnoth-aoi/hu.po
    M po/wesnoth-aoi/id.po
    M po/wesnoth-aoi/is.po
    M po/wesnoth-aoi/it.po
    M po/wesnoth-aoi/ja.po
    M po/wesnoth-aoi/ko.po
    M po/wesnoth-aoi/la.po
    M po/wesnoth-aoi/lt.po
    M po/wesnoth-aoi/lv.po
    M po/wesnoth-aoi/mk.po
    M po/wesnoth-aoi/mr.po
    M po/wesnoth-aoi/nb_NO.po
    M po/wesnoth-aoi/nl.po
    M po/wesnoth-aoi/pl.po
    M po/wesnoth-aoi/pt.po
    M po/wesnoth-aoi/pt_BR.po
    M po/wesnoth-aoi/racv.po
    R po/wesnoth-aoi/remove-potcdate.sin
    M po/wesnoth-aoi/ro.po
    M po/wesnoth-aoi/ru.po
    M po/wesnoth-aoi/sk.po
    M po/wesnoth-aoi/sl.po
    M po/wesnoth-aoi/sr.po
    M po/wesnoth-aoi/sr at ijekavian.po
    M po/wesnoth-aoi/sr at ijekavianlatin.po
    M po/wesnoth-aoi/sr at latin.po
    M po/wesnoth-aoi/sv.po
    M po/wesnoth-aoi/tl.po
    M po/wesnoth-aoi/tr.po
    M po/wesnoth-aoi/uk.po
    M po/wesnoth-aoi/vi.po
    M po/wesnoth-aoi/wesnoth-aoi.pot
    M po/wesnoth-aoi/zh_CN.po
    M po/wesnoth-aoi/zh_TW.po
    R po/wesnoth-did/.gitignore
    M po/wesnoth-did/af.po
    M po/wesnoth-did/ang.po
    M po/wesnoth-did/ang at latin.po
    M po/wesnoth-did/ar.po
    M po/wesnoth-did/bg.po
    M po/wesnoth-did/ca.po
    M po/wesnoth-did/ca_ES at valencia.po
    M po/wesnoth-did/cs.po
    M po/wesnoth-did/da.po
    M po/wesnoth-did/de.po
    M po/wesnoth-did/el.po
    M po/wesnoth-did/en at shaw.po
    M po/wesnoth-did/en_GB.po
    M po/wesnoth-did/eo.po
    M po/wesnoth-did/es.po
    M po/wesnoth-did/et.po
    M po/wesnoth-did/eu.po
    M po/wesnoth-did/fi.po
    M po/wesnoth-did/fr.po
    M po/wesnoth-did/fur_IT.po
    M po/wesnoth-did/ga.po
    M po/wesnoth-did/gd.po
    M po/wesnoth-did/gl.po
    M po/wesnoth-did/he.po
    M po/wesnoth-did/hr.po
    M po/wesnoth-did/hu.po
    M po/wesnoth-did/id.po
    M po/wesnoth-did/is.po
    M po/wesnoth-did/it.po
    M po/wesnoth-did/ja.po
    M po/wesnoth-did/ko.po
    M po/wesnoth-did/la.po
    M po/wesnoth-did/lt.po
    M po/wesnoth-did/lv.po
    M po/wesnoth-did/mk.po
    M po/wesnoth-did/mr.po
    M po/wesnoth-did/nb_NO.po
    M po/wesnoth-did/nl.po
    M po/wesnoth-did/pl.po
    M po/wesnoth-did/pt.po
    M po/wesnoth-did/pt_BR.po
    M po/wesnoth-did/racv.po
    R po/wesnoth-did/remove-potcdate.sin
    M po/wesnoth-did/ro.po
    M po/wesnoth-did/ru.po
    M po/wesnoth-did/sk.po
    M po/wesnoth-did/sl.po
    M po/wesnoth-did/sr.po
    M po/wesnoth-did/sr at ijekavian.po
    M po/wesnoth-did/sr at ijekavianlatin.po
    M po/wesnoth-did/sr at latin.po
    M po/wesnoth-did/sv.po
    M po/wesnoth-did/tl.po
    M po/wesnoth-did/tr.po
    M po/wesnoth-did/uk.po
    M po/wesnoth-did/vi.po
    M po/wesnoth-did/wesnoth-did.pot
    M po/wesnoth-did/zh_CN.po
    M po/wesnoth-did/zh_TW.po
    M po/wesnoth-dm/af.po
    M po/wesnoth-dm/ang.po
    M po/wesnoth-dm/ang at latin.po
    M po/wesnoth-dm/ar.po
    M po/wesnoth-dm/bg.po
    M po/wesnoth-dm/ca.po
    M po/wesnoth-dm/ca_ES at valencia.po
    M po/wesnoth-dm/cs.po
    M po/wesnoth-dm/da.po
    M po/wesnoth-dm/de.po
    M po/wesnoth-dm/el.po
    M po/wesnoth-dm/en at shaw.po
    M po/wesnoth-dm/en_GB.po
    M po/wesnoth-dm/eo.po
    M po/wesnoth-dm/es.po
    M po/wesnoth-dm/et.po
    M po/wesnoth-dm/eu.po
    M po/wesnoth-dm/fi.po
    M po/wesnoth-dm/fr.po
    M po/wesnoth-dm/fur_IT.po
    M po/wesnoth-dm/ga.po
    M po/wesnoth-dm/gd.po
    M po/wesnoth-dm/gl.po
    M po/wesnoth-dm/he.po
    M po/wesnoth-dm/hr.po
    M po/wesnoth-dm/hu.po
    M po/wesnoth-dm/id.po
    M po/wesnoth-dm/is.po
    M po/wesnoth-dm/it.po
    M po/wesnoth-dm/ja.po
    M po/wesnoth-dm/ko.po
    M po/wesnoth-dm/la.po
    M po/wesnoth-dm/lt.po
    M po/wesnoth-dm/lv.po
    M po/wesnoth-dm/mk.po
    M po/wesnoth-dm/mr.po
    M po/wesnoth-dm/nb_NO.po
    M po/wesnoth-dm/nl.po
    M po/wesnoth-dm/pl.po
    M po/wesnoth-dm/pt.po
    M po/wesnoth-dm/pt_BR.po
    M po/wesnoth-dm/racv.po
    R po/wesnoth-dm/remove-potcdate.sin
    M po/wesnoth-dm/ro.po
    M po/wesnoth-dm/ru.po
    M po/wesnoth-dm/sk.po
    M po/wesnoth-dm/sl.po
    M po/wesnoth-dm/sr.po
    M po/wesnoth-dm/sr at ijekavian.po
    M po/wesnoth-dm/sr at ijekavianlatin.po
    M po/wesnoth-dm/sr at latin.po
    M po/wesnoth-dm/sv.po
    M po/wesnoth-dm/tl.po
    M po/wesnoth-dm/tr.po
    M po/wesnoth-dm/uk.po
    M po/wesnoth-dm/vi.po
    M po/wesnoth-dm/wesnoth-dm.pot
    M po/wesnoth-dm/zh_CN.po
    M po/wesnoth-dm/zh_TW.po
    R po/wesnoth-dw/.gitignore
    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
    R po/wesnoth-dw/remove-potcdate.sin
    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
    R po/wesnoth-editor/.gitignore
    M po/wesnoth-editor/POTFILES.in
    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
    R po/wesnoth-editor/remove-potcdate.sin
    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
    R po/wesnoth-ei/.gitignore
    M po/wesnoth-ei/af.po
    M po/wesnoth-ei/ang.po
    M po/wesnoth-ei/ang at latin.po
    M po/wesnoth-ei/ar.po
    M po/wesnoth-ei/bg.po
    M po/wesnoth-ei/ca.po
    M po/wesnoth-ei/ca_ES at valencia.po
    M po/wesnoth-ei/cs.po
    M po/wesnoth-ei/da.po
    M po/wesnoth-ei/de.po
    M po/wesnoth-ei/el.po
    M po/wesnoth-ei/en at shaw.po
    M po/wesnoth-ei/en_GB.po
    M po/wesnoth-ei/eo.po
    M po/wesnoth-ei/es.po
    M po/wesnoth-ei/et.po
    M po/wesnoth-ei/eu.po
    M po/wesnoth-ei/fi.po
    M po/wesnoth-ei/fr.po
    M po/wesnoth-ei/fur_IT.po
    M po/wesnoth-ei/ga.po
    M po/wesnoth-ei/gd.po
    M po/wesnoth-ei/gl.po
    M po/wesnoth-ei/he.po
    M po/wesnoth-ei/hr.po
    M po/wesnoth-ei/hu.po
    M po/wesnoth-ei/id.po
    M po/wesnoth-ei/is.po
    M po/wesnoth-ei/it.po
    M po/wesnoth-ei/ja.po
    M po/wesnoth-ei/ko.po
    M po/wesnoth-ei/la.po
    M po/wesnoth-ei/lt.po
    M po/wesnoth-ei/lv.po
    M po/wesnoth-ei/mk.po
    M po/wesnoth-ei/mr.po
    M po/wesnoth-ei/nb_NO.po
    M po/wesnoth-ei/nl.po
    M po/wesnoth-ei/pl.po
    M po/wesnoth-ei/pt.po
    M po/wesnoth-ei/pt_BR.po
    M po/wesnoth-ei/racv.po
    R po/wesnoth-ei/remove-potcdate.sin
    M po/wesnoth-ei/ro.po
    M po/wesnoth-ei/ru.po
    M po/wesnoth-ei/sk.po
    M po/wesnoth-ei/sl.po
    M po/wesnoth-ei/sr.po
    M po/wesnoth-ei/sr at ijekavian.po
    M po/wesnoth-ei/sr at ijekavianlatin.po
    M po/wesnoth-ei/sr at latin.po
    M po/wesnoth-ei/sv.po
    M po/wesnoth-ei/tl.po
    M po/wesnoth-ei/tr.po
    M po/wesnoth-ei/uk.po
    M po/wesnoth-ei/vi.po
    M po/wesnoth-ei/wesnoth-ei.pot
    M po/wesnoth-ei/zh_CN.po
    M po/wesnoth-ei/zh_TW.po
    R po/wesnoth-help/.gitignore
    M po/wesnoth-help/POTFILES.in
    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
    R po/wesnoth-httt/.gitignore
    M po/wesnoth-httt/af.po
    M po/wesnoth-httt/ang.po
    M po/wesnoth-httt/ang at latin.po
    M po/wesnoth-httt/ar.po
    M po/wesnoth-httt/bg.po
    M po/wesnoth-httt/ca.po
    M po/wesnoth-httt/ca_ES at valencia.po
    M po/wesnoth-httt/cs.po
    M po/wesnoth-httt/da.po
    M po/wesnoth-httt/de.po
    M po/wesnoth-httt/el.po
    M po/wesnoth-httt/en at shaw.po
    M po/wesnoth-httt/en_GB.po
    M po/wesnoth-httt/eo.po
    M po/wesnoth-httt/es.po
    M po/wesnoth-httt/et.po
    M po/wesnoth-httt/eu.po
    M po/wesnoth-httt/fi.po
    M po/wesnoth-httt/fr.po
    M po/wesnoth-httt/fur_IT.po
    M po/wesnoth-httt/ga.po
    M po/wesnoth-httt/gd.po
    M po/wesnoth-httt/gl.po
    M po/wesnoth-httt/he.po
    M po/wesnoth-httt/hr.po
    M po/wesnoth-httt/hu.po
    M po/wesnoth-httt/id.po
    M po/wesnoth-httt/is.po
    M po/wesnoth-httt/it.po
    M po/wesnoth-httt/ja.po
    M po/wesnoth-httt/ko.po
    M po/wesnoth-httt/la.po
    M po/wesnoth-httt/lt.po
    M po/wesnoth-httt/lv.po
    M po/wesnoth-httt/mk.po
    M po/wesnoth-httt/mr.po
    M po/wesnoth-httt/nb_NO.po
    M po/wesnoth-httt/nl.po
    M po/wesnoth-httt/pl.po
    M po/wesnoth-httt/pt.po
    M po/wesnoth-httt/pt_BR.po
    M po/wesnoth-httt/racv.po
    R po/wesnoth-httt/remove-potcdate.sin
    M po/wesnoth-httt/ro.po
    M po/wesnoth-httt/ru.po
    M po/wesnoth-httt/sk.po
    M po/wesnoth-httt/sl.po
    M po/wesnoth-httt/sr.po
    M po/wesnoth-httt/sr at ijekavian.po
    M po/wesnoth-httt/sr at ijekavianlatin.po
    M po/wesnoth-httt/sr at latin.po
    M po/wesnoth-httt/sv.po
    M po/wesnoth-httt/tl.po
    M po/wesnoth-httt/tr.po
    M po/wesnoth-httt/uk.po
    M po/wesnoth-httt/vi.po
    M po/wesnoth-httt/wesnoth-httt.pot
    M po/wesnoth-httt/zh_CN.po
    M po/wesnoth-httt/zh_TW.po
    R po/wesnoth-l/.gitignore
    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
    R po/wesnoth-l/remove-potcdate.sin
    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
    R po/wesnoth-lib/.gitignore
    M po/wesnoth-lib/POTFILES.in
    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
    R po/wesnoth-lib/remove-potcdate.sin
    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
    R po/wesnoth-low/.gitignore
    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
    R po/wesnoth-low/remove-potcdate.sin
    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
    R po/wesnoth-manpages/.gitignore
    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
    R po/wesnoth-manual/.gitignore
    M po/wesnoth-manual/af.po
    M po/wesnoth-manual/ang.po
    M po/wesnoth-manual/ang at latin.po
    M po/wesnoth-manual/ar.po
    M po/wesnoth-manual/bg.po
    M po/wesnoth-manual/ca.po
    M po/wesnoth-manual/ca_ES at valencia.po
    M po/wesnoth-manual/cs.po
    M po/wesnoth-manual/da.po
    M po/wesnoth-manual/de.po
    M po/wesnoth-manual/el.po
    M po/wesnoth-manual/en at shaw.po
    M po/wesnoth-manual/en_GB.po
    M po/wesnoth-manual/eo.po
    M po/wesnoth-manual/es.po
    M po/wesnoth-manual/et.po
    M po/wesnoth-manual/eu.po
    M po/wesnoth-manual/fi.po
    M po/wesnoth-manual/fr.po
    M po/wesnoth-manual/fur_IT.po
    M po/wesnoth-manual/ga.po
    M po/wesnoth-manual/gd.po
    M po/wesnoth-manual/gl.po
    M po/wesnoth-manual/he.po
    M po/wesnoth-manual/hr.po
    M po/wesnoth-manual/hu.po
    M po/wesnoth-manual/id.po
    M po/wesnoth-manual/is.po
    M po/wesnoth-manual/it.po
    M po/wesnoth-manual/ja.po
    M po/wesnoth-manual/ko.po
    M po/wesnoth-manual/la.po
    M po/wesnoth-manual/lt.po
    M po/wesnoth-manual/lv.po
    M po/wesnoth-manual/mk.po
    M po/wesnoth-manual/mr.po
    M po/wesnoth-manual/nb_NO.po
    M po/wesnoth-manual/nl.po
    M po/wesnoth-manual/pl.po
    M po/wesnoth-manual/pt.po
    M po/wesnoth-manual/pt_BR.po
    M po/wesnoth-manual/racv.po
    M po/wesnoth-manual/ro.po
    M po/wesnoth-manual/ru.po
    M po/wesnoth-manual/sk.po
    M po/wesnoth-manual/sl.po
    M po/wesnoth-manual/sr.po
    M po/wesnoth-manual/sr at ijekavian.po
    M po/wesnoth-manual/sr at ijekavianlatin.po
    M po/wesnoth-manual/sr at latin.po
    M po/wesnoth-manual/sv.po
    M po/wesnoth-manual/tl.po
    M po/wesnoth-manual/tr.po
    M po/wesnoth-manual/uk.po
    M po/wesnoth-manual/vi.po
    M po/wesnoth-manual/wesnoth-manual.pot
    M po/wesnoth-manual/zh_CN.po
    M po/wesnoth-manual/zh_TW.po
    R po/wesnoth-multiplayer/.gitignore
    M po/wesnoth-multiplayer/af.po
    M po/wesnoth-multiplayer/ang.po
    M po/wesnoth-multiplayer/ang at latin.po
    M po/wesnoth-multiplayer/ar.po
    M po/wesnoth-multiplayer/bg.po
    M po/wesnoth-multiplayer/ca.po
    M po/wesnoth-multiplayer/ca_ES at valencia.po
    M po/wesnoth-multiplayer/cs.po
    M po/wesnoth-multiplayer/da.po
    M po/wesnoth-multiplayer/de.po
    M po/wesnoth-multiplayer/el.po
    M po/wesnoth-multiplayer/en at shaw.po
    M po/wesnoth-multiplayer/en_GB.po
    M po/wesnoth-multiplayer/eo.po
    M po/wesnoth-multiplayer/es.po
    M po/wesnoth-multiplayer/et.po
    M po/wesnoth-multiplayer/eu.po
    M po/wesnoth-multiplayer/fi.po
    M po/wesnoth-multiplayer/fr.po
    M po/wesnoth-multiplayer/fur_IT.po
    M po/wesnoth-multiplayer/ga.po
    M po/wesnoth-multiplayer/gd.po
    M po/wesnoth-multiplayer/gl.po
    M po/wesnoth-multiplayer/he.po
    M po/wesnoth-multiplayer/hr.po
    M po/wesnoth-multiplayer/hu.po
    M po/wesnoth-multiplayer/id.po
    M po/wesnoth-multiplayer/is.po
    M po/wesnoth-multiplayer/it.po
    M po/wesnoth-multiplayer/ja.po
    M po/wesnoth-multiplayer/ko.po
    M po/wesnoth-multiplayer/la.po
    M po/wesnoth-multiplayer/lt.po
    M po/wesnoth-multiplayer/lv.po
    M po/wesnoth-multiplayer/mk.po
    M po/wesnoth-multiplayer/mr.po
    M po/wesnoth-multiplayer/nb_NO.po
    M po/wesnoth-multiplayer/nl.po
    M po/wesnoth-multiplayer/pl.po
    M po/wesnoth-multiplayer/pt.po
    M po/wesnoth-multiplayer/pt_BR.po
    M po/wesnoth-multiplayer/racv.po
    R po/wesnoth-multiplayer/remove-potcdate.sin
    M po/wesnoth-multiplayer/ro.po
    M po/wesnoth-multiplayer/ru.po
    M po/wesnoth-multiplayer/sk.po
    M po/wesnoth-multiplayer/sl.po
    M po/wesnoth-multiplayer/sr.po
    M po/wesnoth-multiplayer/sr at ijekavian.po
    M po/wesnoth-multiplayer/sr at ijekavianlatin.po
    M po/wesnoth-multiplayer/sr at latin.po
    M po/wesnoth-multiplayer/sv.po
    M po/wesnoth-multiplayer/tl.po
    M po/wesnoth-multiplayer/tr.po
    M po/wesnoth-multiplayer/uk.po
    M po/wesnoth-multiplayer/vi.po
    M po/wesnoth-multiplayer/wesnoth-multiplayer.pot
    M po/wesnoth-multiplayer/zh_CN.po
    M po/wesnoth-multiplayer/zh_TW.po
    R po/wesnoth-nr/.gitignore
    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
    R po/wesnoth-nr/remove-potcdate.sin
    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
    R po/wesnoth-sof/.gitignore
    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
    R po/wesnoth-sof/remove-potcdate.sin
    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
    R po/wesnoth-sotbe/.gitignore
    M po/wesnoth-sotbe/af.po
    M po/wesnoth-sotbe/ang.po
    M po/wesnoth-sotbe/ang at latin.po
    M po/wesnoth-sotbe/ar.po
    M po/wesnoth-sotbe/bg.po
    M po/wesnoth-sotbe/ca.po
    M po/wesnoth-sotbe/ca_ES at valencia.po
    M po/wesnoth-sotbe/cs.po
    M po/wesnoth-sotbe/da.po
    M po/wesnoth-sotbe/de.po
    M po/wesnoth-sotbe/el.po
    M po/wesnoth-sotbe/en at shaw.po
    M po/wesnoth-sotbe/en_GB.po
    M po/wesnoth-sotbe/eo.po
    M po/wesnoth-sotbe/es.po
    M po/wesnoth-sotbe/et.po
    M po/wesnoth-sotbe/eu.po
    M po/wesnoth-sotbe/fi.po
    M po/wesnoth-sotbe/fr.po
    M po/wesnoth-sotbe/fur_IT.po
    M po/wesnoth-sotbe/ga.po
    M po/wesnoth-sotbe/gd.po
    M po/wesnoth-sotbe/gl.po
    M po/wesnoth-sotbe/he.po
    M po/wesnoth-sotbe/hr.po
    M po/wesnoth-sotbe/hu.po
    M po/wesnoth-sotbe/id.po
    M po/wesnoth-sotbe/is.po
    M po/wesnoth-sotbe/it.po
    M po/wesnoth-sotbe/ja.po
    M po/wesnoth-sotbe/ko.po
    M po/wesnoth-sotbe/la.po
    M po/wesnoth-sotbe/lt.po
    M po/wesnoth-sotbe/lv.po
    M po/wesnoth-sotbe/mk.po
    M po/wesnoth-sotbe/mr.po
    M po/wesnoth-sotbe/nb_NO.po
    M po/wesnoth-sotbe/nl.po
    M po/wesnoth-sotbe/pl.po
    M po/wesnoth-sotbe/pt.po
    M po/wesnoth-sotbe/pt_BR.po
    M po/wesnoth-sotbe/racv.po
    R po/wesnoth-sotbe/remove-potcdate.sin
    M po/wesnoth-sotbe/ro.po
    M po/wesnoth-sotbe/ru.po
    M po/wesnoth-sotbe/sk.po
    M po/wesnoth-sotbe/sl.po
    M po/wesnoth-sotbe/sr.po
    M po/wesnoth-sotbe/sr at ijekavian.po
    M po/wesnoth-sotbe/sr at ijekavianlatin.po
    M po/wesnoth-sotbe/sr at latin.po
    M po/wesnoth-sotbe/sv.po
    M po/wesnoth-sotbe/tl.po
    M po/wesnoth-sotbe/tr.po
    M po/wesnoth-sotbe/uk.po
    M po/wesnoth-sotbe/vi.po
    M po/wesnoth-sotbe/wesnoth-sotbe.pot
    M po/wesnoth-sotbe/zh_CN.po
    M po/wesnoth-sotbe/zh_TW.po
    R po/wesnoth-tb/.gitignore
    M po/wesnoth-tb/af.po
    M po/wesnoth-tb/ang.po
    M po/wesnoth-tb/ang at latin.po
    M po/wesnoth-tb/ar.po
    M po/wesnoth-tb/bg.po
    M po/wesnoth-tb/ca.po
    M po/wesnoth-tb/ca_ES at valencia.po
    M po/wesnoth-tb/cs.po
    M po/wesnoth-tb/da.po
    M po/wesnoth-tb/de.po
    M po/wesnoth-tb/el.po
    M po/wesnoth-tb/en at shaw.po
    M po/wesnoth-tb/en_GB.po
    M po/wesnoth-tb/eo.po
    M po/wesnoth-tb/es.po
    M po/wesnoth-tb/et.po
    M po/wesnoth-tb/eu.po
    M po/wesnoth-tb/fi.po
    M po/wesnoth-tb/fr.po
    M po/wesnoth-tb/fur_IT.po
    M po/wesnoth-tb/ga.po
    M po/wesnoth-tb/gd.po
    M po/wesnoth-tb/gl.po
    M po/wesnoth-tb/he.po
    M po/wesnoth-tb/hr.po
    M po/wesnoth-tb/hu.po
    M po/wesnoth-tb/id.po
    M po/wesnoth-tb/is.po
    M po/wesnoth-tb/it.po
    M po/wesnoth-tb/ja.po
    M po/wesnoth-tb/ko.po
    M po/wesnoth-tb/la.po
    M po/wesnoth-tb/lt.po
    M po/wesnoth-tb/lv.po
    M po/wesnoth-tb/mk.po
    M po/wesnoth-tb/mr.po
    M po/wesnoth-tb/nb_NO.po
    M po/wesnoth-tb/nl.po
    M po/wesnoth-tb/pl.po
    M po/wesnoth-tb/pt.po
    M po/wesnoth-tb/pt_BR.po
    M po/wesnoth-tb/racv.po
    R po/wesnoth-tb/remove-potcdate.sin
    M po/wesnoth-tb/ro.po
    M po/wesnoth-tb/ru.po
    M po/wesnoth-tb/sk.po
    M po/wesnoth-tb/sl.po
    M po/wesnoth-tb/sr.po
    M po/wesnoth-tb/sr at ijekavian.po
    M po/wesnoth-tb/sr at ijekavianlatin.po
    M po/wesnoth-tb/sr at latin.po
    M po/wesnoth-tb/sv.po
    M po/wesnoth-tb/tl.po
    M po/wesnoth-tb/tr.po
    M po/wesnoth-tb/uk.po
    M po/wesnoth-tb/vi.po
    M po/wesnoth-tb/wesnoth-tb.pot
    M po/wesnoth-tb/zh_CN.po
    M po/wesnoth-tb/zh_TW.po
    R po/wesnoth-test/.gitignore
    M po/wesnoth-test/POTFILES.in
    M po/wesnoth-test/de.po
    M po/wesnoth-test/gd.po
    M po/wesnoth-test/la.po
    M po/wesnoth-test/lt.po
    M po/wesnoth-test/pt.po
    M po/wesnoth-test/pt_BR.po
    R po/wesnoth-test/remove-potcdate.sin
    M po/wesnoth-test/wesnoth-test.pot
    M po/wesnoth-test/zh_CN.po
    R po/wesnoth-thot/.gitignore
    M po/wesnoth-thot/af.po
    M po/wesnoth-thot/ang.po
    M po/wesnoth-thot/ang at latin.po
    M po/wesnoth-thot/ar.po
    M po/wesnoth-thot/bg.po
    M po/wesnoth-thot/ca.po
    M po/wesnoth-thot/ca_ES at valencia.po
    M po/wesnoth-thot/cs.po
    M po/wesnoth-thot/da.po
    M po/wesnoth-thot/de.po
    M po/wesnoth-thot/el.po
    M po/wesnoth-thot/en at shaw.po
    M po/wesnoth-thot/en_GB.po
    M po/wesnoth-thot/eo.po
    M po/wesnoth-thot/es.po
    M po/wesnoth-thot/et.po
    M po/wesnoth-thot/eu.po
    M po/wesnoth-thot/fi.po
    M po/wesnoth-thot/fr.po
    M po/wesnoth-thot/fur_IT.po
    M po/wesnoth-thot/ga.po
    M po/wesnoth-thot/gd.po
    M po/wesnoth-thot/gl.po
    M po/wesnoth-thot/he.po
    M po/wesnoth-thot/hr.po
    M po/wesnoth-thot/hu.po
    M po/wesnoth-thot/id.po
    M po/wesnoth-thot/is.po
    M po/wesnoth-thot/it.po
    M po/wesnoth-thot/ja.po
    M po/wesnoth-thot/ko.po
    M po/wesnoth-thot/la.po
    M po/wesnoth-thot/lt.po
    M po/wesnoth-thot/lv.po
    M po/wesnoth-thot/mk.po
    M po/wesnoth-thot/mr.po
    M po/wesnoth-thot/nb_NO.po
    M po/wesnoth-thot/nl.po
    M po/wesnoth-thot/pl.po
    M po/wesnoth-thot/pt.po
    M po/wesnoth-thot/pt_BR.po
    M po/wesnoth-thot/racv.po
    R po/wesnoth-thot/remove-potcdate.sin
    M po/wesnoth-thot/ro.po
    M po/wesnoth-thot/ru.po
    M po/wesnoth-thot/sk.po
    M po/wesnoth-thot/sl.po
    M po/wesnoth-thot/sr.po
    M po/wesnoth-thot/sr at ijekavian.po
    M po/wesnoth-thot/sr at ijekavianlatin.po
    M po/wesnoth-thot/sr at latin.po
    M po/wesnoth-thot/sv.po
    M po/wesnoth-thot/tl.po
    M po/wesnoth-thot/tr.po
    M po/wesnoth-thot/uk.po
    M po/wesnoth-thot/vi.po
    M po/wesnoth-thot/wesnoth-thot.pot
    M po/wesnoth-thot/zh_CN.po
    M po/wesnoth-thot/zh_TW.po
    R po/wesnoth-trow/.gitignore
    M po/wesnoth-trow/af.po
    M po/wesnoth-trow/ang.po
    M po/wesnoth-trow/ang at latin.po
    M po/wesnoth-trow/ar.po
    M po/wesnoth-trow/bg.po
    M po/wesnoth-trow/ca.po
    M po/wesnoth-trow/ca_ES at valencia.po
    M po/wesnoth-trow/cs.po
    M po/wesnoth-trow/da.po
    M po/wesnoth-trow/de.po
    M po/wesnoth-trow/el.po
    M po/wesnoth-trow/en at shaw.po
    M po/wesnoth-trow/en_GB.po
    M po/wesnoth-trow/eo.po
    M po/wesnoth-trow/es.po
    M po/wesnoth-trow/et.po
    M po/wesnoth-trow/eu.po
    M po/wesnoth-trow/fi.po
    M po/wesnoth-trow/fr.po
    M po/wesnoth-trow/fur_IT.po
    M po/wesnoth-trow/ga.po
    M po/wesnoth-trow/gd.po
    M po/wesnoth-trow/gl.po
    M po/wesnoth-trow/he.po
    M po/wesnoth-trow/hr.po
    M po/wesnoth-trow/hu.po
    M po/wesnoth-trow/id.po
    M po/wesnoth-trow/is.po
    M po/wesnoth-trow/it.po
    M po/wesnoth-trow/ja.po
    M po/wesnoth-trow/ko.po
    M po/wesnoth-trow/la.po
    M po/wesnoth-trow/lt.po
    M po/wesnoth-trow/lv.po
    M po/wesnoth-trow/mk.po
    M po/wesnoth-trow/mr.po
    M po/wesnoth-trow/nb_NO.po
    M po/wesnoth-trow/nl.po
    M po/wesnoth-trow/pl.po
    M po/wesnoth-trow/pt.po
    M po/wesnoth-trow/pt_BR.po
    M po/wesnoth-trow/racv.po
    R po/wesnoth-trow/remove-potcdate.sin
    M po/wesnoth-trow/ro.po
    M po/wesnoth-trow/ru.po
    M po/wesnoth-trow/sk.po
    M po/wesnoth-trow/sl.po
    M po/wesnoth-trow/sr.po
    M po/wesnoth-trow/sr at ijekavian.po
    M po/wesnoth-trow/sr at ijekavianlatin.po
    M po/wesnoth-trow/sr at latin.po
    M po/wesnoth-trow/sv.po
    M po/wesnoth-trow/tl.po
    M po/wesnoth-trow/tr.po
    M po/wesnoth-trow/uk.po
    M po/wesnoth-trow/vi.po
    M po/wesnoth-trow/wesnoth-trow.pot
    M po/wesnoth-trow/zh_CN.po
    M po/wesnoth-trow/zh_TW.po
    R po/wesnoth-tsg/.gitignore
    M po/wesnoth-tsg/af.po
    M po/wesnoth-tsg/ang.po
    M po/wesnoth-tsg/ang at latin.po
    M po/wesnoth-tsg/ar.po
    M po/wesnoth-tsg/bg.po
    M po/wesnoth-tsg/ca.po
    M po/wesnoth-tsg/ca_ES at valencia.po
    M po/wesnoth-tsg/cs.po
    M po/wesnoth-tsg/da.po
    M po/wesnoth-tsg/de.po
    M po/wesnoth-tsg/el.po
    M po/wesnoth-tsg/en at shaw.po
    M po/wesnoth-tsg/en_GB.po
    M po/wesnoth-tsg/eo.po
    M po/wesnoth-tsg/es.po
    M po/wesnoth-tsg/et.po
    M po/wesnoth-tsg/eu.po
    M po/wesnoth-tsg/fi.po
    M po/wesnoth-tsg/fr.po
    M po/wesnoth-tsg/fur_IT.po
    M po/wesnoth-tsg/ga.po
    M po/wesnoth-tsg/gd.po
    M po/wesnoth-tsg/gl.po
    M po/wesnoth-tsg/he.po
    M po/wesnoth-tsg/hr.po
    M po/wesnoth-tsg/hu.po
    M po/wesnoth-tsg/id.po
    M po/wesnoth-tsg/is.po
    M po/wesnoth-tsg/it.po
    M po/wesnoth-tsg/ja.po
    M po/wesnoth-tsg/ko.po
    M po/wesnoth-tsg/la.po
    M po/wesnoth-tsg/lt.po
    M po/wesnoth-tsg/lv.po
    M po/wesnoth-tsg/mk.po
    M po/wesnoth-tsg/mr.po
    M po/wesnoth-tsg/nb_NO.po
    M po/wesnoth-tsg/nl.po
    M po/wesnoth-tsg/pl.po
    M po/wesnoth-tsg/pt.po
    M po/wesnoth-tsg/pt_BR.po
    M po/wesnoth-tsg/racv.po
    R po/wesnoth-tsg/remove-potcdate.sin
    M po/wesnoth-tsg/ro.po
    M po/wesnoth-tsg/ru.po
    M po/wesnoth-tsg/sk.po
    M po/wesnoth-tsg/sl.po
    M po/wesnoth-tsg/sr.po
    M po/wesnoth-tsg/sr at ijekavian.po
    M po/wesnoth-tsg/sr at ijekavianlatin.po
    M po/wesnoth-tsg/sr at latin.po
    M po/wesnoth-tsg/sv.po
    M po/wesnoth-tsg/tl.po
    M po/wesnoth-tsg/tr.po
    M po/wesnoth-tsg/uk.po
    M po/wesnoth-tsg/vi.po
    M po/wesnoth-tsg/wesnoth-tsg.pot
    M po/wesnoth-tsg/zh_CN.po
    M po/wesnoth-tsg/zh_TW.po
    R po/wesnoth-tutorial/.gitignore
    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
    R po/wesnoth-tutorial/remove-potcdate.sin
    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
    R po/wesnoth-units/.gitignore
    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
    R po/wesnoth-units/remove-potcdate.sin
    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
    R po/wesnoth-utbs/POTFILES.in
    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
    R po/wesnoth-utbs/remove-potcdate.sin
    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
    R po/wesnoth/.gitignore
    M po/wesnoth/POTFILES.in
    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
    R po/wesnoth/remove-potcdate.sin
    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
    R projectfiles/CodeBlocks-SCons/.gitignore
    M projectfiles/CodeBlocks-SCons/wesnoth.cbp
    M projectfiles/CodeBlocks-SCons/wesnothd.cbp
    R projectfiles/CodeBlocks/.gitignore
    A projectfiles/CodeBlocks/README.md
    R projectfiles/CodeBlocks/README.txt
    M projectfiles/CodeBlocks/liblua.cbp
    M projectfiles/CodeBlocks/wesnoth.cbp
    M projectfiles/CodeBlocks/wesnothd.cbp
    R projectfiles/CodeLite/.gitignore
    M projectfiles/CodeLite/wesnoth.project
    R projectfiles/Dev-C++/.gitignore
    R projectfiles/VC9/.gitignore
    A projectfiles/VC9/README.md
    R projectfiles/VC9/README.txt
    A projectfiles/VC9/WML_tests.cmd
    A projectfiles/VC9/WindowsTimeout.cpp
    A projectfiles/VC9/WindowsTimeout.vcproj
    M projectfiles/VC9/liblua.vcproj
    M projectfiles/VC9/schema_generator.vcproj
    M projectfiles/VC9/wesnoth.sln
    M projectfiles/VC9/wesnoth.vcproj
    M projectfiles/VC9/wesnoth.vcproj.user
    A projectfiles/VC9/wesnoth.vcxproj.user
    M projectfiles/VC9/wesnothd.vcproj
    M projectfiles/VC9/wesnothd.vcproj.user
    A projectfiles/VC9/wesnothd.vcxproj.user
    M projectfiles/VC9/wesnothlib.vcproj
    R projectfiles/Xcode/.gitignore
    M projectfiles/Xcode/English.lproj/InfoPlist.strings
    M projectfiles/Xcode/Info.plist
    M projectfiles/Xcode/Mac Sources/SDLMain.m
    M projectfiles/Xcode/Resources/SDLMain.nib/designable.nib
    M projectfiles/Xcode/Resources/SDLMain.nib/keyedobjects.nib
    A projectfiles/Xcode/Resources/fonts.conf
    R projectfiles/Xcode/Resources/pango.aliases
    M projectfiles/Xcode/Resources/pango.modules
    R projectfiles/Xcode/Resources/pango/1.6.0/modules/pango-arabic-fc.so
    R projectfiles/Xcode/Resources/pango/1.6.0/modules/pango-arabic-lang.so
    R projectfiles/Xcode/Resources/pango/1.6.0/modules/pango-basic-atsui.so
    R projectfiles/Xcode/Resources/pango/1.6.0/modules/pango-basic-fc.so
    R projectfiles/Xcode/Resources/pango/1.6.0/modules/pango-hangul-fc.so
    R projectfiles/Xcode/Resources/pango/1.6.0/modules/pango-hebrew-fc.so
    R projectfiles/Xcode/Resources/pango/1.6.0/modules/pango-indic-fc.so
    R projectfiles/Xcode/Resources/pango/1.6.0/modules/pango-indic-lang.so
    R projectfiles/Xcode/Resources/pango/1.6.0/modules/pango-khmer-fc.so
    R projectfiles/Xcode/Resources/pango/1.6.0/modules/pango-syriac-fc.so
    R projectfiles/Xcode/Resources/pango/1.6.0/modules/pango-thai-fc.so
    R projectfiles/Xcode/Resources/pango/1.6.0/modules/pango-tibetan-fc.so
    A projectfiles/Xcode/Resources/pango/1.8.0/modules/pango-arabic-lang.so
    A projectfiles/Xcode/Resources/pango/1.8.0/modules/pango-basic-coretext.so
    A projectfiles/Xcode/Resources/pango/1.8.0/modules/pango-basic-fc.so
    A projectfiles/Xcode/Resources/pango/1.8.0/modules/pango-indic-lang.so
    A projectfiles/Xcode/Resources/pangorc
    R projectfiles/Xcode/Wesnoth.xcodeproj/.gitignore
    M projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj
    A projectfiles/Xcode/readme.md
    R projectfiles/Xcode/readme.txt
    R py-compile
    R resources/attacks/glowing-fist.png
    R resources/campaigns/Descent_Into_Darkness/images/story/book.png
    R resources/campaigns/Descent_Into_Darkness/images/story/end.png
    R resources/campaigns/Descent_Into_Darkness/images/story/parthyn.png
    R resources/campaigns/Descent_Into_Darkness/images/story/travel.png
    R resources/campaigns/Liberty/images/story/Halstead.png
    R resources/campaigns/Liberty/images/story/frontier.png
    R resources/campaigns/Liberty/images/story/island.png
    R resources/campaigns/Liberty/images/story/return_to_Dallben_and_Delwyn.png
    R resources/campaigns/The_South_Guard/story/fall_HR.jpg
    R resources/campaigns/The_South_Guard/story/summer_HR.jpg
    R resources/campaigns/The_South_Guard/story/winter_HR.jpg
    R resources/cartography-tools/COPYING
    R resources/cartography-tools/bfw-640x480.psd
    R resources/cartography-tools/bfw-htt-gimp.psd
    R resources/cartography-tools/brushes/wesnoth_fort01.gbr
    R resources/cartography-tools/brushes/wesnoth_fort02.gbr
    R resources/cartography-tools/brushes/wesnoth_fort03.gbr
    R resources/cartography-tools/brushes/wesnoth_fort04.gbr
    R resources/cartography-tools/brushes/wesnoth_fort05.gbr
    R resources/cartography-tools/brushes/wesnoth_fort06.gbr
    R resources/cartography-tools/brushes/wesnoth_fort07.gbr
    R resources/cartography-tools/brushes/wesnoth_fort08.gbr
    R resources/cartography-tools/brushes/wesnoth_fort09.gbr
    R resources/cartography-tools/brushes/wesnoth_fort10.gbr
    R resources/cartography-tools/brushes/wesnoth_hill1.gbr
    R resources/cartography-tools/brushes/wesnoth_label.gbr
    R resources/cartography-tools/brushes/wesnoth_mountain1.gbr
    R resources/cartography-tools/brushes/wesnoth_signpost.gbr
    R resources/cartography-tools/brushes/wesnoth_swamp.gih
    R resources/cartography-tools/brushes/wesnoth_traildot.gbr
    R resources/cartography-tools/brushes/wesnoth_tree.gbr
    R resources/cartography-tools/great-continent.xcf
    R resources/cartography-tools/map-howto.txt
    R resources/cartography-tools/workshop/coords-temporary.txt
    R resources/cartography-tools/workshop/font.txt
    R resources/cartography-tools/workshop/mark-crossroads.png
    R resources/cartography-tools/workshop/mark-easterninvasion.png
    R resources/cartography-tools/workshop/mark-halstead.png
    R resources/cartography-tools/workshop/mark-heirtothethrone.png
    R resources/cartography-tools/workshop/mark-roads.png
    R resources/cartography-tools/workshop/name-aldril.png
    R resources/cartography-tools/workshop/name-bayofpearls.png
    R resources/cartography-tools/workshop/name-blackwaterport.png
    R resources/cartography-tools/workshop/name-carcyn.png
    R resources/cartography-tools/workshop/name-dantonk.png
    R resources/cartography-tools/workshop/name-elensefar.png
    R resources/cartography-tools/workshop/name-forttahn.png
    R resources/cartography-tools/workshop/name-glamdrol.png
    R resources/cartography-tools/workshop/name-glynsforest.png
    R resources/cartography-tools/workshop/name-isleofalduin.png
    R resources/cartography-tools/workshop/name-lakevrug.png
    R resources/cartography-tools/workshop/name-rumyr.png
    R resources/cartography-tools/workshop/name-soradoc.png
    R resources/cartography-tools/workshop/name-tath.png
    R resources/cartography-tools/workshop/name-thefordofabez.png
    R resources/cartography-tools/workshop/name-weldyn.png
    R resources/cartography-tools/workshop/sign-aethenwood.png
    R resources/cartography-tools/workshop/sign-dulatushills.png
    R resources/cartography-tools/workshop/sign-easternlands.png
    R resources/cartography-tools/workshop/sign-greywoods.png
    R resources/cartography-tools/workshop/sign-gryphonmountain.png
    R resources/cartography-tools/workshop/sign-northernlands.png
    R resources/cartography-tools/workshop/sign-wesmereforest.png
    R resources/cartography-tools/workshop/wesnoth-blank.png
    R resources/effects/leaderflare.svg
    R resources/gettext.wesnoth.org/public_html/wesnoth-gettext/westats/stats/.gitignore
    R resources/image-localization/de/wesnoth.xcf
    R resources/image-localization/en at shaw/logo.xcf
    R resources/image-localization/en at shaw/notes
    R resources/image-localization/es/logo.xcf
    R resources/image-localization/es/trow-logo.xcf
    R resources/image-localization/es/wesnoth.xcf
    R resources/image-localization/fr/dead-water.xcf
    R resources/image-localization/fr/farnorth.xcf
    R resources/image-localization/fr/great-continent-fr.xcf
    R resources/image-localization/fr/label-trow.xcf
    R resources/image-localization/fr/logo.xcf
    R resources/image-localization/fr/trow-logo.xcf
    R resources/image-localization/la/logo.xcf
    R resources/image-localization/la/trow-logo.xcf
    R resources/image-localization/la/wesnoth.xcf
    R resources/image-localization/lt/great-continent-lt.xcf
    R resources/image-localization/maps/An_Orcish_Incursion/localization.xcf
    R resources/image-localization/maps/Dead_Water/localization.xcf
    R resources/image-localization/maps/Descent_Into_Darkness/localization.xcf
    R resources/image-localization/maps/Eastern_Invasion/localization.xcf
    R resources/image-localization/maps/Heir_To_The_Throne/localization.xcf
    R resources/image-localization/maps/Liberty/localization.xcf
    R resources/image-localization/maps/Sceptre_of_Fire/localization.xcf
    R resources/image-localization/maps/Son_Of_The_Black_Eye/localization.xcf
    R resources/image-localization/maps/The_Rise_Of_Wesnoth/localization.xcf
    R resources/image-localization/maps/The_South_Guard/localization.xcf
    R resources/image-localization/maps/wesnoth-map-localization.scm
    R resources/image-localization/sr/an-orcish-incursion-map.xcf
    R resources/image-localization/sr/logo.xcf
    R resources/image-localization/sr/son-of-the-black-eye-map.xcf
    R resources/image-localization/sr/wesnoth.xcf
    R resources/image-localization/sr at latin/an-orcish-incursion-map.xcf
    R resources/image-localization/sr at latin/logo.xcf
    R resources/image-localization/sr at latin/son-of-the-black-eye-map.xcf
    R resources/image-localization/sr at latin/wesnoth.xcf
    R resources/image-localization/templates/bfw-logo/bfw-logo.xcf
    R resources/image-localization/templates/lobby-icons/references
    R resources/image-localization/templates/lobby-icons/sort-az-off.xcf
    R resources/image-localization/templates/lobby-icons/sort-az.xcf
    R resources/image-localization/templates/trow-logo/trow-logo.xcf
    R resources/image-localization/tutorial/gimp-nibblets-twolay.png
    R resources/image-localization/tutorial/gimp-nibblets.png
    R resources/image-localization/tutorial/gimp-selection-copy-paste.png
    R resources/image-localization/tutorial/gimp-text-tool.png
    R resources/image-localization/tutorial/gimp-windows.png
    R resources/image-localization/tutorial/logo-huge.png
    R resources/image-localization/tutorial/map-label-parchment.jpg
    R resources/image-localization/tutorial/map-label-parchment.png
    R resources/image-localization/tutorial/map-label-plain.jpg
    R resources/image-localization/tutorial/map-label-plain.png
    R resources/image-localization/tutorial/map-label-plainrot.jpg
    R resources/image-localization/tutorial/map-label-plainrot.png
    R resources/image-localization/tutorial/map-parchments.jpg
    R resources/image-localization/tutorial/map-parchments.png
    R resources/image-localization/tutorial/notes.txt
    R resources/image-localization/tutorial/overlay-final.jpg
    R resources/image-localization/tutorial/overlay-final.png
    R resources/image-localization/tutorial/overlay-layer-to-mask.jpg
    R resources/image-localization/tutorial/overlay-layer-to-mask.png
    R resources/image-localization/tutorial/overlay-mask.jpg
    R resources/image-localization/tutorial/overlay-mask.png
    R resources/image-localization/tutorial/shield-w-text-final.jpg
    R resources/image-localization/tutorial/shield-w-text-final.png
    R resources/image-localization/tutorial/text-base-final.jpg
    R resources/image-localization/tutorial/text-base-final.png
    R resources/image-localization/tutorial/text-bump-map.png
    R resources/image-localization/tutorial/text-temporary.jpg
    R resources/image-localization/tutorial/text-temporary.png
    R resources/image-localization/tutorial/topo-w-orig-labels.jpg
    R resources/image-localization/tutorial/topo-w-orig-labels.png
    R resources/images/terrain/bridge/woodbridge.svg
    R resources/images/terrain/bridge/woodbridge_edges.svg
    R resources/images/terrain/bridge/woodbridge_joints.svg
    R resources/images/terrain/rails.xcf
    R resources/portraits/Alex_Jarocha-Ernst/README
    R resources/portraits/Alex_Jarocha-Ernst/elvish-shaman.png
    R resources/portraits/James_Woo/alanin.png
    R resources/portraits/James_Woo/baglur.png
    R resources/portraits/James_Woo/dacyn.png
    R resources/portraits/James_Woo/durstorn.png
    R resources/portraits/James_Woo/eloh.png
    R resources/portraits/James_Woo/eloh_rage.png
    R resources/portraits/James_Woo/elyssa.png
    R resources/portraits/James_Woo/elyssa_silver.png
    R resources/portraits/James_Woo/esanoo.png
    R resources/portraits/James_Woo/garak.png
    R resources/portraits/James_Woo/grog.png
    R resources/portraits/James_Woo/gweddry.png
    R resources/portraits/James_Woo/gwiti.png
    R resources/portraits/James_Woo/gwiti_lich.png
    R resources/portraits/James_Woo/haldric_II.png
    R resources/portraits/James_Woo/kaleh.png
    R resources/portraits/James_Woo/keratur.png
    R resources/portraits/James_Woo/keratur_chainmail.png
    R resources/portraits/James_Woo/keratur_uncloaked.png
    R resources/portraits/James_Woo/khrakrahs.png
    R resources/portraits/James_Woo/mal_ravanal.png
    R resources/portraits/James_Woo/melusand.png
    R resources/portraits/James_Woo/nati.png
    R resources/portraits/James_Woo/nym.png
    R resources/portraits/James_Woo/nym_cape.png
    R resources/portraits/James_Woo/old/asheviere.png
    R resources/portraits/James_Woo/old/black_the_red.png
    R resources/portraits/James_Woo/old/cloaked.png
    R resources/portraits/James_Woo/old/cloaked_revealed.png
    R resources/portraits/James_Woo/old/delfador.png
    R resources/portraits/James_Woo/old/delfador_angry.png
    R resources/portraits/James_Woo/old/eloh.png
    R resources/portraits/James_Woo/old/eloh_rage.png
    R resources/portraits/James_Woo/old/elvish_marshall.png
    R resources/portraits/James_Woo/old/elyssa.png
    R resources/portraits/James_Woo/old/elyssa_silver.png
    R resources/portraits/James_Woo/old/garak.png
    R resources/portraits/James_Woo/old/grog.png
    R resources/portraits/James_Woo/old/kaleh.png
    R resources/portraits/James_Woo/old/kalenz.png
    R resources/portraits/James_Woo/old/konrad.png
    R resources/portraits/James_Woo/old/lisar.png
    R resources/portraits/James_Woo/old/lisar_angry.png
    R resources/portraits/James_Woo/old/madru.png
    R resources/portraits/James_Woo/old/meneldur.png
    R resources/portraits/James_Woo/old/nym.png
    R resources/portraits/James_Woo/old/orc00.png
    R resources/portraits/James_Woo/old/orc01.png
    R resources/portraits/James_Woo/old/orc02.png
    R resources/portraits/James_Woo/old/orc03.png
    R resources/portraits/James_Woo/old/rogrimir.png
    R resources/portraits/James_Woo/old/zhul.png
    R resources/portraits/James_Woo/owaec.png
    R resources/portraits/James_Woo/rogrimir.png
    R resources/portraits/James_Woo/rugnur.png
    R resources/portraits/James_Woo/tanar.png
    R resources/portraits/James_Woo/thursagan.png
    R resources/portraits/James_Woo/zhul.png
    R resources/portraits/Kitty/README
    R resources/portraits/Kitty/chantal-druid-large.png
    R resources/portraits/Kitty/chantal-shyde-large.png
    R resources/portraits/Kitty/non-transparent-pngs/characters/delfador_young.png
    R resources/portraits/Kitty/non-transparent-pngs/characters/kalenz-old.png
    R resources/portraits/Kitty/non-transparent-pngs/elves-wood/archer-fem.png
    R resources/portraits/Kitty/non-transparent-pngs/elves-wood/archer.png
    R resources/portraits/Kitty/non-transparent-pngs/elves-wood/captain.png
    R resources/portraits/Kitty/non-transparent-pngs/elves-wood/champion.png
    R resources/portraits/Kitty/non-transparent-pngs/elves-wood/druid.png
    R resources/portraits/Kitty/non-transparent-pngs/elves-wood/fighter.png
    R resources/portraits/Kitty/non-transparent-pngs/elves-wood/highlord.png
    R resources/portraits/Kitty/non-transparent-pngs/elves-wood/lady.png
    R resources/portraits/Kitty/non-transparent-pngs/elves-wood/longbowwoman.png
    R resources/portraits/Kitty/non-transparent-pngs/elves-wood/lord.png
    R resources/portraits/Kitty/non-transparent-pngs/elves-wood/marksman.png
    R resources/portraits/Kitty/non-transparent-pngs/elves-wood/ranger-fem.png
    R resources/portraits/Kitty/non-transparent-pngs/elves-wood/ranger.png
    R resources/portraits/Kitty/non-transparent-pngs/elves-wood/scout.png
    R resources/portraits/Kitty/non-transparent-pngs/elves-wood/shaman.png
    R resources/portraits/Kitty/non-transparent-pngs/elves-wood/shyde.png
    R resources/portraits/Kitty/non-transparent-pngs/elves-wood/sorceress.png
    R resources/portraits/Kitty/non-transparent-pngs/human-magi/redmage.png
    R resources/portraits/Kitty/non-transparent-pngs/human-magi/redmage_fem.png
    R resources/portraits/Kitty/non-transparent-pngs/human-magi/silvermage-fem.png
    R resources/portraits/Kitty/non-transparent-pngs/human-magi/whitemage.png
    R resources/portraits/Kitty/non-transparent-pngs/human-magi/whitemage_fem.png
    R resources/portraits/Kitty/non-transparent-pngs/undead/darkadept-fem.png
    R resources/portraits/Kitty/non-transparent-pngs/undead/darkadept.png
    R resources/portraits/Kitty/non-transparent-pngs/undead/lich.png
    R resources/sounds-wav/bat-hit-1.wav
    R resources/sounds-wav/bat-hit-2.wav
    R resources/sounds-wav/bat-hit-3.wav
    R resources/sounds-wav/bat-hit-4.wav
    R resources/sounds-wav/ogre-die-1.wav
    R resources/sounds-wav/ogre-die-2.wav
    R resources/sounds-wav/ogre-die-3.wav
    R resources/sounds-wav/ogre-hit-1.wav
    R resources/sounds-wav/ogre-hit-2.wav
    R resources/sounds-wav/ogre-hit-3.wav
    R resources/sounds-wav/ogre-hit-4.wav
    R resources/sounds-wav/troll-die-1.wav
    R resources/sounds-wav/troll-die-2.wav
    R resources/sounds-wav/troll-die-3.wav
    R resources/sounds-wav/troll-hit-1.wav
    R resources/sounds-wav/troll-hit-2.wav
    R resources/sounds-wav/troll-hit-3.wav
    R resources/sounds-wav/troll-hit-4.wav
    R resources/sounds-wav/wolf-die-1.wav
    R resources/sounds-wav/wolf-die-2.wav
    R resources/sounds-wav/wolf-die-3.wav
    R resources/sounds-wav/wolf-die-4.wav
    R resources/sounds-wav/wolf-growl-1.wav
    R resources/sounds-wav/wolf-growl-2.wav
    R resources/sounds-wav/wolf-growl-3.wav
    R resources/sounds-wav/wolf-growl-4.wav
    R resources/sounds-wav/wolf-hit-1.wav
    R resources/sounds-wav/wolf-hit-2.wav
    R resources/sounds-wav/wolf-hit-3.wav
    R resources/sounds-wav/wolf-hit-4.wav
    R resources/story_images/landscape-battlefield.png
    R resources/story_images/landscape-battlefield_nohumans.png
    R resources/story_images/landscape-bridge.png
    R resources/story_images/landscape-bridge_sun.png
    R resources/story_images/landscape-castle.png
    R resources/story_images/landscape-plain.png
    A run_wml_tests
    R scons/.gitignore
    M scons/boost.py
    M scons/config_check_utils.py
    M scons/cplusplus.py
    M scons/cross_compile.py
    M scons/gettext.py
    M scons/lua.py
    M scons/pango.py
    M scons/pkgconfig.py
    M scons/python_devel.py
    M scons/sdl.py
    A sounds/gamestart.ogg
    A src/.clang-format
    R src/.gitignore
    M src/CMakeLists.txt
    M src/SConscript
    A src/SDL_SavePNG/README.md
    A src/SDL_SavePNG/savepng.cpp
    A src/SDL_SavePNG/savepng.h
    A src/SDL_gpu/CMakeLists.txt
    A src/SDL_gpu/CMake_scripts/FindFFMPEG.cmake
    A src/SDL_gpu/CMake_scripts/FindOpenGLES.cmake
    A src/SDL_gpu/CMake_scripts/FindPkgMacros.cmake
    A src/SDL_gpu/CMake_scripts/FindSDL2.cmake
    A src/SDL_gpu/Doxyfile
    A src/SDL_gpu/README-wesnoth
    A src/SDL_gpu/README.txt
    A src/SDL_gpu/SDL_gpu/Android.mk
    A src/SDL_gpu/SDL_gpu/CMakeLists.txt
    A src/SDL_gpu/SDL_gpu/GLES_1/SDL_gpu_GLES_1.c
    A src/SDL_gpu/SDL_gpu/GLES_1/SDL_gpu_GLES_1.h
    A src/SDL_gpu/SDL_gpu/GLES_2/SDL_gpu_GLES_2.c
    A src/SDL_gpu/SDL_gpu/GLES_2/SDL_gpu_GLES_2.h
    A src/SDL_gpu/SDL_gpu/GL_common/SDL_gpuShapes_GL_common.inl
    A src/SDL_gpu/SDL_gpu/GL_common/SDL_gpu_GL_common.inl
    A src/SDL_gpu/SDL_gpu/GL_common/SDL_gpu_GL_matrix.c
    A src/SDL_gpu/SDL_gpu/GL_common/SDL_gpu_GL_matrix.h
    A src/SDL_gpu/SDL_gpu/OpenGL_1/SDL_gpu_OpenGL_1.c
    A src/SDL_gpu/SDL_gpu/OpenGL_1/SDL_gpu_OpenGL_1.h
    A src/SDL_gpu/SDL_gpu/OpenGL_1_BASE/SDL_gpu_OpenGL_1_BASE.c
    A src/SDL_gpu/SDL_gpu/OpenGL_1_BASE/SDL_gpu_OpenGL_1_BASE.h
    A src/SDL_gpu/SDL_gpu/OpenGL_2/SDL_gpu_OpenGL_2.c
    A src/SDL_gpu/SDL_gpu/OpenGL_2/SDL_gpu_OpenGL_2.h
    A src/SDL_gpu/SDL_gpu/OpenGL_3/SDL_gpu_OpenGL_3.c
    A src/SDL_gpu/SDL_gpu/OpenGL_3/SDL_gpu_OpenGL_3.h
    A src/SDL_gpu/SDL_gpu/SDL_gpu.c
    A src/SDL_gpu/SDL_gpu/SDL_gpu.h
    A src/SDL_gpu/SDL_gpu/SDL_gpuConfig.cmake
    A src/SDL_gpu/SDL_gpu/SDL_gpuShapes.c
    A src/SDL_gpu/SDL_gpu/SDL_gpu_Renderer.c
    A src/SDL_gpu/SDL_gpu/externals/glew/glew.c
    A src/SDL_gpu/SDL_gpu/externals/glew/glew.h
    A src/SDL_gpu/SDL_gpu/externals/glew/glxew.h
    A src/SDL_gpu/SDL_gpu/externals/glew/wglew.h
    A src/SDL_gpu/SDL_gpu/externals/stb_image/stb_image.c
    A src/SDL_gpu/SDL_gpu/externals/stb_image/stb_image.h
    A src/SDL_gpu/SDL_gpu/externals/stb_image/stb_image_write.c
    A src/SDL_gpu/SDL_gpu/externals/stb_image/stb_image_write.h
    A src/SDL_gpu/SDL_gpu/mainpage.dox
    M src/about.cpp
    M src/about.hpp
    M src/actions/attack.cpp
    M src/actions/attack.hpp
    M src/actions/create.cpp
    M src/actions/create.hpp
    M src/actions/heal.cpp
    M src/actions/heal.hpp
    M src/actions/move.cpp
    M src/actions/move.hpp
    A src/actions/shroud_clearing_action.cpp
    A src/actions/shroud_clearing_action.hpp
    M src/actions/undo.cpp
    M src/actions/undo.hpp
    A src/actions/undo_action.cpp
    A src/actions/undo_action.hpp
    A src/actions/undo_dismiss_action.cpp
    A src/actions/undo_dismiss_action.hpp
    A src/actions/undo_move_action.cpp
    A src/actions/undo_move_action.hpp
    A src/actions/undo_recall_action.cpp
    A src/actions/undo_recall_action.hpp
    A src/actions/undo_recruit_action.cpp
    A src/actions/undo_recruit_action.hpp
    A src/actions/undo_update_shroud_action.cpp
    A src/actions/undo_update_shroud_action.hpp
    M src/actions/vision.cpp
    M src/actions/vision.hpp
    R src/addon/.gitignore
    M src/addon/client.cpp
    M src/addon/client.hpp
    M src/addon/info.cpp
    M src/addon/info.hpp
    M src/addon/manager.cpp
    M src/addon/manager.hpp
    M src/addon/manager_ui.cpp
    M src/addon/manager_ui.hpp
    M src/addon/state.cpp
    M src/addon/state.hpp
    M src/addon/validation.cpp
    M src/addon/validation.hpp
    R src/ai/.gitignore
    M src/ai/actions.cpp
    M src/ai/actions.hpp
    M src/ai/akihara/recruitment.cpp
    M src/ai/akihara/recruitment.hpp
    R src/ai/composite/.gitignore
    M src/ai/composite/ai.cpp
    M src/ai/composite/ai.hpp
    M src/ai/composite/aspect.cpp
    M src/ai/composite/aspect.hpp
    M src/ai/composite/component.cpp
    M src/ai/composite/component.hpp
    M src/ai/composite/contexts.cpp
    M src/ai/composite/contexts.hpp
    M src/ai/composite/engine.cpp
    M src/ai/composite/engine.hpp
    M src/ai/composite/engine_default.cpp
    M src/ai/composite/engine_default.hpp
    M src/ai/composite/engine_fai.cpp
    M src/ai/composite/engine_fai.hpp
    M src/ai/composite/engine_lua.cpp
    M src/ai/composite/engine_lua.hpp
    M src/ai/composite/goal.cpp
    M src/ai/composite/goal.hpp
    M src/ai/composite/property_handler.hpp
    M src/ai/composite/rca.cpp
    M src/ai/composite/rca.hpp
    M src/ai/composite/stage.cpp
    M src/ai/composite/stage.hpp
    M src/ai/composite/value_translator.hpp
    M src/ai/configuration.cpp
    M src/ai/configuration.hpp
    M src/ai/contexts.cpp
    M src/ai/contexts.hpp
    R src/ai/default/.gitignore
    M src/ai/default/ai.cpp
    M src/ai/default/ai.hpp
    M src/ai/default/attack.cpp
    M src/ai/default/contexts.cpp
    M src/ai/default/contexts.hpp
    R src/ai/dfool/.gitignore
    R src/ai/formula/.gitignore
    M src/ai/formula/ai.cpp
    M src/ai/formula/ai.hpp
    M src/ai/formula/callable_objects.cpp
    M src/ai/formula/callable_objects.hpp
    M src/ai/formula/candidates.cpp
    M src/ai/formula/candidates.hpp
    M src/ai/formula/function_table.cpp
    M src/ai/formula/function_table.hpp
    M src/ai/formula/stage_side_formulas.cpp
    M src/ai/formula/stage_side_formulas.hpp
    M src/ai/formula/stage_unit_formulas.cpp
    M src/ai/formula/stage_unit_formulas.hpp
    M src/ai/game_info.cpp
    M src/ai/game_info.hpp
    M src/ai/gamestate_observer.cpp
    M src/ai/gamestate_observer.hpp
    M src/ai/interface.cpp
    M src/ai/interface.hpp
    R src/ai/lua/.gitignore
    M src/ai/lua/core.cpp
    M src/ai/lua/core.hpp
    M src/ai/lua/lua_object.cpp
    M src/ai/lua/lua_object.hpp
    A src/ai/lua/unit_advancements_aspect.cpp
    A src/ai/lua/unit_advancements_aspect.hpp
    M src/ai/manager.cpp
    M src/ai/manager.hpp
    A src/ai/recruitment/recruitment.cpp
    A src/ai/recruitment/recruitment.hpp
    M src/ai/registry.cpp
    M src/ai/registry.hpp
    A src/ai/simulated_actions.cpp
    A src/ai/simulated_actions.hpp
    M src/ai/testing.cpp
    M src/ai/testing.hpp
    R src/ai/testing/.gitignore
    M src/ai/testing/aspect_attacks.cpp
    M src/ai/testing/aspect_attacks.hpp
    M src/ai/testing/ca.cpp
    M src/ai/testing/ca.hpp
    M src/ai/testing/ca_global_fallback.cpp
    M src/ai/testing/ca_global_fallback.hpp
    M src/ai/testing/ca_testing_move_to_targets.cpp
    M src/ai/testing/ca_testing_move_to_targets.hpp
    M src/ai/testing/ca_testing_recruitment.cpp
    M src/ai/testing/ca_testing_recruitment.hpp
    M src/ai/testing/stage_fallback.cpp
    M src/ai/testing/stage_fallback.hpp
    M src/ai/testing/stage_rca.cpp
    M src/ai/testing/stage_rca.hpp
    A src/ai/testing/stage_sf_with_rca.cpp
    A src/ai/testing/stage_sf_with_rca.hpp
    R src/ana/CMakeLists.txt
    R src/ana/api/ana.hpp
    R src/ana/api/binary_streams.hpp
    R src/ana/api/buffers.hpp
    R src/ana/api/common.hpp
    R src/ana/api/predicates.hpp
    R src/ana/api/stats.hpp
    R src/ana/api/timers.hpp
    R src/ana/apps/CMakeLists.txt
    R src/ana/apps/chat/CMakeLists.txt
    R src/ana/apps/chat/client.cpp
    R src/ana/apps/chat/server.cpp
    R src/ana/src/.gitignore
    R src/ana/src/CMakeLists.txt
    R src/ana/src/SConscript
    R src/ana/src/asio_client.cpp
    R src/ana/src/asio_client.hpp
    R src/ana/src/asio_listener.cpp
    R src/ana/src/asio_listener.hpp
    R src/ana/src/asio_proxy_connection.cpp
    R src/ana/src/asio_proxy_connection.hpp
    R src/ana/src/asio_sender.cpp
    R src/ana/src/asio_sender.hpp
    R src/ana/src/asio_server.cpp
    R src/ana/src/asio_server.hpp
    R src/ana/src/asio_timers.cpp
    R src/ana/test/CMakeLists.txt
    R src/ana/test/ana_client.cpp
    R src/ana/test/sdl_server.cpp
    M src/animated.hpp
    R src/animated.i
    A src/animated.tpp
    M src/animated_game.cpp
    M src/array.hpp
    M src/arrow.cpp
    M src/arrow.hpp
    M src/asserts.hpp
    M src/attack_prediction.cpp
    M src/attack_prediction.hpp
    M src/attack_prediction_display.cpp
    M src/attack_prediction_display.hpp
    M src/boilerplate-header.cpp
    M src/buffered_istream.hpp
    A src/build_info.cpp
    A src/build_info.hpp
    R src/builder.cpp
    R src/builder.hpp
    M src/callable_objects.cpp
    M src/callable_objects.hpp
    A src/campaign_server/addon_utils.cpp
    A src/campaign_server/addon_utils.hpp
    A src/campaign_server/blacklist.cpp
    A src/campaign_server/blacklist.hpp
    M src/campaign_server/campaign_server.cpp
    A src/campaign_server/campaign_server.hpp
    A src/campaign_server/control.hpp
    A src/carryover.cpp
    A src/carryover.hpp
    R src/cavegen.cpp
    R src/cavegen.hpp
    M src/chat_events.hpp
    R src/clipboard.cpp
    R src/clipboard.hpp
    M src/color_range.cpp
    M src/color_range.hpp
    M src/commandline_options.cpp
    M src/commandline_options.hpp
    M src/config.cpp
    M src/config.hpp
    A src/config_assign.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/controller_base.hpp
    A src/countdown_clock.cpp
    A src/countdown_clock.hpp
    M src/cursor.cpp
    M src/cursor.hpp
    A src/desktop/apple_notification.hpp
    A src/desktop/apple_notification.mm
    A src/desktop/clipboard.cpp
    A src/desktop/clipboard.hpp
    A src/desktop/dbus_notification.cpp
    A src/desktop/dbus_notification.hpp
    A src/desktop/notifications.cpp
    A src/desktop/notifications.hpp
    A src/desktop/open.cpp
    A src/desktop/open.hpp
    A src/desktop/version.cpp
    A src/desktop/version.hpp
    A src/desktop/windows_console.cpp
    A src/desktop/windows_console.hpp
    A src/desktop/windows_tray_notification.cpp
    A src/desktop/windows_tray_notification.hpp
    M src/dialogs.cpp
    M src/dialogs.hpp
    M src/display.cpp
    M src/display.hpp
    A src/display_chat_manager.cpp
    A src/display_chat_manager.hpp
    A src/display_context.cpp
    A src/display_context.hpp
    R src/editor/.gitignore
    M src/editor/action/action.cpp
    M src/editor/action/action.hpp
    M src/editor/action/action_base.hpp
    A src/editor/action/action_item.cpp
    A src/editor/action/action_item.hpp
    M src/editor/action/action_label.cpp
    M src/editor/action/action_label.hpp
    A src/editor/action/action_select.cpp
    A src/editor/action/action_select.hpp
    M src/editor/action/action_unit.cpp
    M src/editor/action/action_unit.hpp
    M src/editor/action/action_village.cpp
    M src/editor/action/action_village.hpp
    M src/editor/action/mouse/mouse_action.cpp
    M src/editor/action/mouse/mouse_action.hpp
    A src/editor/action/mouse/mouse_action_item.cpp
    A src/editor/action/mouse/mouse_action_item.hpp
    M src/editor/action/mouse/mouse_action_map_label.cpp
    M src/editor/action/mouse/mouse_action_map_label.hpp
    A src/editor/action/mouse/mouse_action_select.cpp
    A src/editor/action/mouse/mouse_action_select.hpp
    M src/editor/action/mouse/mouse_action_unit.cpp
    M src/editor/action/mouse/mouse_action_unit.hpp
    M src/editor/action/mouse/mouse_action_village.cpp
    M src/editor/action/mouse/mouse_action_village.hpp
    A src/editor/controller/editor_controller.cpp
    A src/editor/controller/editor_controller.hpp
    M src/editor/editor_common.hpp
    R src/editor/editor_controller.cpp
    R src/editor/editor_controller.hpp
    M src/editor/editor_display.cpp
    M src/editor/editor_display.hpp
    M src/editor/editor_main.cpp
    M src/editor/editor_main.hpp
    M src/editor/editor_preferences.cpp
    M src/editor/editor_preferences.hpp
    M src/editor/map/context_manager.cpp
    M src/editor/map/context_manager.hpp
    M src/editor/map/editor_map.cpp
    M src/editor/map/editor_map.hpp
    M src/editor/map/map_context.cpp
    M src/editor/map/map_context.hpp
    M src/editor/map/map_fragment.cpp
    M src/editor/map/map_fragment.hpp
    M src/editor/palette/common_palette.hpp
    M src/editor/palette/editor_palettes.cpp
    M src/editor/palette/editor_palettes.hpp
    M src/editor/palette/empty_palette.hpp
    A src/editor/palette/item_palette.cpp
    A src/editor/palette/item_palette.hpp
    M src/editor/palette/palette_manager.cpp
    M src/editor/palette/palette_manager.hpp
    M src/editor/palette/terrain_palettes.cpp
    M src/editor/palette/terrain_palettes.hpp
    M src/editor/palette/tristate_button.cpp
    M src/editor/palette/tristate_button.hpp
    M src/editor/palette/unit_palette.cpp
    M src/editor/palette/unit_palette.hpp
    M src/editor/toolkit/brush.cpp
    M src/editor/toolkit/brush.hpp
    M src/editor/toolkit/editor_toolkit.cpp
    M src/editor/toolkit/editor_toolkit.hpp
    M src/events.cpp
    M src/events.hpp
    M src/exceptions.hpp
    A src/fake_unit_manager.cpp
    A src/fake_unit_manager.hpp
    A src/fake_unit_ptr.cpp
    A src/fake_unit_ptr.hpp
    M src/filechooser.cpp
    M src/filechooser.hpp
    M src/filesystem.cpp
    M src/filesystem.hpp
    A src/filesystem_boost.cpp
    A src/filesystem_common.cpp
    M src/filesystem_win32.ii
    A src/filter_context.hpp
    A src/floating_label.cpp
    A src/floating_label.hpp
    M src/floating_point_emulation.hpp
    M src/floating_textbox.cpp
    M src/floating_textbox.hpp
    M src/font.cpp
    M src/font.hpp
    A src/font_options.hpp
    A src/format_time_summary.cpp
    A src/format_time_summary.hpp
    M src/formatter.hpp
    M src/formula.cpp
    M src/formula.hpp
    M src/formula_callable.hpp
    M src/formula_callable_fwd.hpp
    M src/formula_debugger.cpp
    M src/formula_debugger.hpp
    M src/formula_debugger_fwd.cpp
    M src/formula_debugger_fwd.hpp
    M src/formula_function.cpp
    M src/formula_function.hpp
    M src/formula_fwd.hpp
    M src/formula_string_utils.cpp
    M src/formula_string_utils.hpp
    M src/formula_tokenizer.cpp
    M src/formula_tokenizer.hpp
    R src/game.cpp
    A src/game_board.cpp
    A src/game_board.hpp
    A src/game_classification.cpp
    A src/game_classification.hpp
    M src/game_config.cpp
    M src/game_config.hpp
    A src/game_config_manager.cpp
    A src/game_config_manager.hpp
    R src/game_controller.cpp
    R src/game_controller.hpp
    R src/game_controller_abstract.cpp
    R src/game_controller_abstract.hpp
    R src/game_controller_new.cpp
    R src/game_controller_new.hpp
    A src/game_data.cpp
    A src/game_data.hpp
    M src/game_display.cpp
    M src/game_display.hpp
    M src/game_end_exceptions.cpp
    M src/game_end_exceptions.hpp
    M src/game_errors.cpp
    M src/game_errors.hpp
    R src/game_events.cpp
    R src/game_events.hpp
    A src/game_events/action_wml.cpp
    A src/game_events/action_wml.hpp
    A src/game_events/conditional_wml.cpp
    A src/game_events/conditional_wml.hpp
    A src/game_events/entity_location.cpp
    A src/game_events/entity_location.hpp
    A src/game_events/handlers.cpp
    A src/game_events/handlers.hpp
    A src/game_events/manager.cpp
    A src/game_events/manager.hpp
    A src/game_events/manager_impl.cpp
    A src/game_events/manager_impl.hpp
    A src/game_events/menu_item.cpp
    A src/game_events/menu_item.hpp
    A src/game_events/pump.cpp
    A src/game_events/pump.hpp
    A src/game_events/wmi_container.cpp
    A src/game_events/wmi_container.hpp
    A src/game_initialization/configure_engine.cpp
    A src/game_initialization/configure_engine.hpp
    A src/game_initialization/connect_engine.cpp
    A src/game_initialization/connect_engine.hpp
    A src/game_initialization/create_engine.cpp
    A src/game_initialization/create_engine.hpp
    A src/game_initialization/depcheck.cpp
    A src/game_initialization/depcheck.hpp
    A src/game_initialization/flg_manager.cpp
    A src/game_initialization/flg_manager.hpp
    A src/game_initialization/lobby_reload_request_exception.hpp
    A src/game_initialization/mp_game_utils.cpp
    A src/game_initialization/mp_game_utils.hpp
    A src/game_initialization/mp_options.cpp
    A src/game_initialization/mp_options.hpp
    A src/game_initialization/multiplayer.cpp
    A src/game_initialization/multiplayer.hpp
    A src/game_initialization/multiplayer_configure.cpp
    A src/game_initialization/multiplayer_configure.hpp
    A src/game_initialization/multiplayer_connect.cpp
    A src/game_initialization/multiplayer_connect.hpp
    A src/game_initialization/multiplayer_create.cpp
    A src/game_initialization/multiplayer_create.hpp
    A src/game_initialization/multiplayer_lobby.cpp
    A src/game_initialization/multiplayer_lobby.hpp
    A src/game_initialization/multiplayer_ui.cpp
    A src/game_initialization/multiplayer_ui.hpp
    A src/game_initialization/multiplayer_wait.cpp
    A src/game_initialization/multiplayer_wait.hpp
    A src/game_initialization/playcampaign.cpp
    A src/game_initialization/playcampaign.hpp
    A src/game_initialization/singleplayer.cpp
    A src/game_initialization/singleplayer.hpp
    R src/game_instance.cpp
    R src/game_instance.hpp
    A src/game_launcher.cpp
    A src/game_launcher.hpp
    M src/game_preferences.cpp
    M src/game_preferences.hpp
    M src/game_preferences_display.cpp
    A src/game_state.cpp
    A src/game_state.hpp
    R src/gamestatus.cpp
    R src/gamestatus.hpp
    A src/generators/cave_map_generator.cpp
    A src/generators/cave_map_generator.hpp
    A src/generators/default_map_generator.cpp
    A src/generators/default_map_generator.hpp
    A src/generators/default_map_generator_job.cpp
    A src/generators/default_map_generator_job.hpp
    A src/generators/lua_map_generator.cpp
    A src/generators/lua_map_generator.hpp
    A src/generators/map_create.cpp
    A src/generators/map_create.hpp
    A src/generators/map_generator.cpp
    A src/generators/map_generator.hpp
    M src/generic_event.cpp
    M src/generic_event.hpp
    M src/gettext.cpp
    M src/gettext.hpp
    A src/gettext_boost.cpp
    M src/global.hpp
    R src/gui/auxiliary/.gitignore
    M src/gui/auxiliary/canvas.cpp
    M src/gui/auxiliary/canvas.hpp
    R src/gui/auxiliary/event/.gitignore
    M src/gui/auxiliary/event/dispatcher.cpp
    M src/gui/auxiliary/event/dispatcher.hpp
    M src/gui/auxiliary/event/dispatcher_private.hpp
    M src/gui/auxiliary/event/distributor.cpp
    M src/gui/auxiliary/event/distributor.hpp
    M src/gui/auxiliary/event/handler.cpp
    M src/gui/auxiliary/event/handler.hpp
    M src/gui/auxiliary/event/message.hpp
    M src/gui/auxiliary/filter.hpp
    M src/gui/auxiliary/find_widget.tpp
    M src/gui/auxiliary/formula.hpp
    M src/gui/auxiliary/iterator/exception.hpp
    M src/gui/auxiliary/iterator/iterator.cpp
    M src/gui/auxiliary/iterator/iterator.hpp
    M src/gui/auxiliary/iterator/policy_order.hpp
    M src/gui/auxiliary/iterator/policy_visit.hpp
    M src/gui/auxiliary/iterator/walker.hpp
    M src/gui/auxiliary/iterator/walker_grid.cpp
    M src/gui/auxiliary/iterator/walker_grid.hpp
    M src/gui/auxiliary/iterator/walker_widget.cpp
    M src/gui/auxiliary/iterator/walker_widget.hpp
    M src/gui/auxiliary/layout_exception.hpp
    M src/gui/auxiliary/log.cpp
    M src/gui/auxiliary/log.hpp
    M src/gui/auxiliary/notifiee.hpp
    M src/gui/auxiliary/notifier.hpp
    M src/gui/auxiliary/old_markup.cpp
    M src/gui/auxiliary/old_markup.hpp
    M src/gui/auxiliary/placer.cpp
    M src/gui/auxiliary/placer.hpp
    M src/gui/auxiliary/placer/horizontal_list.cpp
    M src/gui/auxiliary/placer/horizontal_list.hpp
    M src/gui/auxiliary/placer/vertical_list.cpp
    M src/gui/auxiliary/placer/vertical_list.hpp
    M src/gui/auxiliary/timer.cpp
    M src/gui/auxiliary/timer.hpp
    M src/gui/auxiliary/tips.cpp
    M src/gui/auxiliary/tips.hpp
    M src/gui/auxiliary/widget_definition.cpp
    M src/gui/auxiliary/widget_definition.hpp
    R src/gui/auxiliary/widget_definition/.gitignore
    M src/gui/auxiliary/widget_definition/button.cpp
    M src/gui/auxiliary/widget_definition/button.hpp
    M src/gui/auxiliary/widget_definition/drawing.cpp
    M src/gui/auxiliary/widget_definition/drawing.hpp
    M src/gui/auxiliary/widget_definition/horizontal_scrollbar.cpp
    M src/gui/auxiliary/widget_definition/horizontal_scrollbar.hpp
    M src/gui/auxiliary/widget_definition/image.cpp
    M src/gui/auxiliary/widget_definition/image.hpp
    M src/gui/auxiliary/widget_definition/label.cpp
    M src/gui/auxiliary/widget_definition/label.hpp
    M src/gui/auxiliary/widget_definition/listbox.cpp
    M src/gui/auxiliary/widget_definition/listbox.hpp
    M src/gui/auxiliary/widget_definition/matrix.cpp
    M src/gui/auxiliary/widget_definition/matrix.hpp
    M src/gui/auxiliary/widget_definition/minimap.cpp
    M src/gui/auxiliary/widget_definition/minimap.hpp
    M src/gui/auxiliary/widget_definition/multi_page.cpp
    M src/gui/auxiliary/widget_definition/multi_page.hpp
    M src/gui/auxiliary/widget_definition/panel.cpp
    M src/gui/auxiliary/widget_definition/panel.hpp
    M src/gui/auxiliary/widget_definition/progress_bar.cpp
    M src/gui/auxiliary/widget_definition/progress_bar.hpp
    M src/gui/auxiliary/widget_definition/repeating_button.cpp
    M src/gui/auxiliary/widget_definition/repeating_button.hpp
    M src/gui/auxiliary/widget_definition/scroll_label.cpp
    M src/gui/auxiliary/widget_definition/scroll_label.hpp
    M src/gui/auxiliary/widget_definition/scrollbar_panel.cpp
    M src/gui/auxiliary/widget_definition/scrollbar_panel.hpp
    M src/gui/auxiliary/widget_definition/slider.cpp
    M src/gui/auxiliary/widget_definition/slider.hpp
    M src/gui/auxiliary/widget_definition/spacer.cpp
    M src/gui/auxiliary/widget_definition/spacer.hpp
    M src/gui/auxiliary/widget_definition/stacked_widget.cpp
    M src/gui/auxiliary/widget_definition/stacked_widget.hpp
    M src/gui/auxiliary/widget_definition/text_box.cpp
    M src/gui/auxiliary/widget_definition/text_box.hpp
    M src/gui/auxiliary/widget_definition/toggle_button.cpp
    M src/gui/auxiliary/widget_definition/toggle_button.hpp
    M src/gui/auxiliary/widget_definition/toggle_panel.cpp
    M src/gui/auxiliary/widget_definition/toggle_panel.hpp
    M src/gui/auxiliary/widget_definition/tree_view.cpp
    M src/gui/auxiliary/widget_definition/tree_view.hpp
    M src/gui/auxiliary/widget_definition/vertical_scrollbar.cpp
    M src/gui/auxiliary/widget_definition/vertical_scrollbar.hpp
    M src/gui/auxiliary/widget_definition/window.cpp
    M src/gui/auxiliary/widget_definition/window.hpp
    M src/gui/auxiliary/window_builder.cpp
    M src/gui/auxiliary/window_builder.hpp
    R src/gui/auxiliary/window_builder/.gitignore
    M src/gui/auxiliary/window_builder/button.cpp
    M src/gui/auxiliary/window_builder/button.hpp
    M src/gui/auxiliary/window_builder/control.cpp
    M src/gui/auxiliary/window_builder/control.hpp
    M src/gui/auxiliary/window_builder/drawing.cpp
    M src/gui/auxiliary/window_builder/drawing.hpp
    M src/gui/auxiliary/window_builder/helper.cpp
    M src/gui/auxiliary/window_builder/helper.hpp
    M src/gui/auxiliary/window_builder/horizontal_listbox.cpp
    M src/gui/auxiliary/window_builder/horizontal_listbox.hpp
    M src/gui/auxiliary/window_builder/horizontal_scrollbar.cpp
    M src/gui/auxiliary/window_builder/horizontal_scrollbar.hpp
    M src/gui/auxiliary/window_builder/image.cpp
    M src/gui/auxiliary/window_builder/image.hpp
    M src/gui/auxiliary/window_builder/instance.cpp
    M src/gui/auxiliary/window_builder/instance.hpp
    M src/gui/auxiliary/window_builder/label.cpp
    M src/gui/auxiliary/window_builder/label.hpp
    M src/gui/auxiliary/window_builder/listbox.cpp
    M src/gui/auxiliary/window_builder/listbox.hpp
    M src/gui/auxiliary/window_builder/matrix.cpp
    M src/gui/auxiliary/window_builder/matrix.hpp
    M src/gui/auxiliary/window_builder/minimap.cpp
    M src/gui/auxiliary/window_builder/minimap.hpp
    M src/gui/auxiliary/window_builder/multi_page.cpp
    M src/gui/auxiliary/window_builder/multi_page.hpp
    M src/gui/auxiliary/window_builder/pane.cpp
    M src/gui/auxiliary/window_builder/pane.hpp
    M src/gui/auxiliary/window_builder/panel.cpp
    M src/gui/auxiliary/window_builder/panel.hpp
    M src/gui/auxiliary/window_builder/password_box.cpp
    M src/gui/auxiliary/window_builder/password_box.hpp
    M src/gui/auxiliary/window_builder/progress_bar.cpp
    M src/gui/auxiliary/window_builder/progress_bar.hpp
    M src/gui/auxiliary/window_builder/repeating_button.cpp
    M src/gui/auxiliary/window_builder/repeating_button.hpp
    M src/gui/auxiliary/window_builder/scroll_label.cpp
    M src/gui/auxiliary/window_builder/scroll_label.hpp
    M src/gui/auxiliary/window_builder/scrollbar_panel.cpp
    M src/gui/auxiliary/window_builder/scrollbar_panel.hpp
    M src/gui/auxiliary/window_builder/slider.cpp
    M src/gui/auxiliary/window_builder/slider.hpp
    M src/gui/auxiliary/window_builder/spacer.cpp
    M src/gui/auxiliary/window_builder/spacer.hpp
    M src/gui/auxiliary/window_builder/stacked_widget.cpp
    M src/gui/auxiliary/window_builder/stacked_widget.hpp
    M src/gui/auxiliary/window_builder/text_box.cpp
    M src/gui/auxiliary/window_builder/text_box.hpp
    M src/gui/auxiliary/window_builder/toggle_button.cpp
    M src/gui/auxiliary/window_builder/toggle_button.hpp
    M src/gui/auxiliary/window_builder/toggle_panel.cpp
    M src/gui/auxiliary/window_builder/toggle_panel.hpp
    M src/gui/auxiliary/window_builder/tree_view.cpp
    M src/gui/auxiliary/window_builder/tree_view.hpp
    M src/gui/auxiliary/window_builder/vertical_scrollbar.cpp
    M src/gui/auxiliary/window_builder/vertical_scrollbar.hpp
    M src/gui/auxiliary/window_builder/viewport.cpp
    M src/gui/auxiliary/window_builder/viewport.hpp
    R src/gui/dialogs/.gitignore
    R src/gui/dialogs/addon/.gitignore
    M src/gui/dialogs/addon/description.cpp
    M src/gui/dialogs/addon/description.hpp
    M src/gui/dialogs/addon/filter_options.cpp
    M src/gui/dialogs/addon/filter_options.hpp
    M src/gui/dialogs/addon/uninstall_list.cpp
    M src/gui/dialogs/addon/uninstall_list.hpp
    M src/gui/dialogs/addon_connect.cpp
    M src/gui/dialogs/addon_connect.hpp
    M src/gui/dialogs/addon_list.cpp
    M src/gui/dialogs/addon_list.hpp
    A src/gui/dialogs/advanced_graphics_options.cpp
    A src/gui/dialogs/advanced_graphics_options.hpp
    M src/gui/dialogs/campaign_difficulty.cpp
    M src/gui/dialogs/campaign_difficulty.hpp
    M src/gui/dialogs/campaign_selection.cpp
    M src/gui/dialogs/campaign_selection.hpp
    A src/gui/dialogs/campaign_settings.cpp
    A src/gui/dialogs/campaign_settings.hpp
    M src/gui/dialogs/chat_log.cpp
    M src/gui/dialogs/chat_log.hpp
    A src/gui/dialogs/core_selection.cpp
    A src/gui/dialogs/core_selection.hpp
    M src/gui/dialogs/data_manage.cpp
    M src/gui/dialogs/data_manage.hpp
    M src/gui/dialogs/debug_clock.cpp
    M src/gui/dialogs/debug_clock.hpp
    A src/gui/dialogs/depcheck_confirm_change.cpp
    A src/gui/dialogs/depcheck_confirm_change.hpp
    A src/gui/dialogs/depcheck_select_new.cpp
    A src/gui/dialogs/depcheck_select_new.hpp
    M src/gui/dialogs/dialog.cpp
    M src/gui/dialogs/dialog.hpp
    M src/gui/dialogs/edit_label.cpp
    M src/gui/dialogs/edit_label.hpp
    M src/gui/dialogs/edit_text.cpp
    M src/gui/dialogs/edit_text.hpp
    A src/gui/dialogs/editor/custom_tod.cpp
    A src/gui/dialogs/editor/custom_tod.hpp
    M src/gui/dialogs/editor/editor_edit_label.cpp
    M src/gui/dialogs/editor/editor_edit_label.hpp
    A src/gui/dialogs/editor/editor_edit_scenario.cpp
    A src/gui/dialogs/editor/editor_edit_scenario.hpp
    A src/gui/dialogs/editor/editor_edit_side.cpp
    A src/gui/dialogs/editor/editor_edit_side.hpp
    M src/gui/dialogs/editor_generate_map.cpp
    M src/gui/dialogs/editor_generate_map.hpp
    M src/gui/dialogs/editor_new_map.cpp
    M src/gui/dialogs/editor_new_map.hpp
    M src/gui/dialogs/editor_resize_map.cpp
    M src/gui/dialogs/editor_resize_map.hpp
    M src/gui/dialogs/editor_set_starting_position.cpp
    M src/gui/dialogs/editor_set_starting_position.hpp
    R src/gui/dialogs/editor_settings.cpp
    R src/gui/dialogs/editor_settings.hpp
    M src/gui/dialogs/field-fwd.hpp
    M src/gui/dialogs/field.hpp
    M src/gui/dialogs/folder_create.cpp
    M src/gui/dialogs/folder_create.hpp
    M src/gui/dialogs/formula_debugger.cpp
    M src/gui/dialogs/formula_debugger.hpp
    A src/gui/dialogs/game_cache_options.cpp
    A src/gui/dialogs/game_cache_options.hpp
    M src/gui/dialogs/game_delete.cpp
    M src/gui/dialogs/game_delete.hpp
    M src/gui/dialogs/game_load.cpp
    M src/gui/dialogs/game_load.hpp
    M src/gui/dialogs/game_save.cpp
    M src/gui/dialogs/game_save.hpp
    A src/gui/dialogs/game_version.cpp
    A src/gui/dialogs/game_version.hpp
    M src/gui/dialogs/gamestate_inspector.cpp
    M src/gui/dialogs/gamestate_inspector.hpp
    M src/gui/dialogs/helper.hpp
    M src/gui/dialogs/language_selection.cpp
    M src/gui/dialogs/language_selection.hpp
    R src/gui/dialogs/lobby/.gitignore
    M src/gui/dialogs/lobby/lobby_data.cpp
    M src/gui/dialogs/lobby/lobby_data.hpp
    M src/gui/dialogs/lobby/lobby_info.cpp
    M src/gui/dialogs/lobby/lobby_info.hpp
    M src/gui/dialogs/lobby_main.cpp
    M src/gui/dialogs/lobby_main.hpp
    M src/gui/dialogs/lobby_player_info.cpp
    M src/gui/dialogs/lobby_player_info.hpp
    A src/gui/dialogs/lua_interpreter.cpp
    A src/gui/dialogs/lua_interpreter.hpp
    M src/gui/dialogs/message.cpp
    M src/gui/dialogs/message.hpp
    A src/gui/dialogs/mp_alerts_options.cpp
    A src/gui/dialogs/mp_alerts_options.hpp
    M src/gui/dialogs/mp_change_control.cpp
    M src/gui/dialogs/mp_change_control.hpp
    M src/gui/dialogs/mp_cmd_wrapper.cpp
    M src/gui/dialogs/mp_cmd_wrapper.hpp
    M src/gui/dialogs/mp_connect.cpp
    M src/gui/dialogs/mp_connect.hpp
    M src/gui/dialogs/mp_create_game.cpp
    M src/gui/dialogs/mp_create_game.hpp
    R src/gui/dialogs/mp_create_game_choose_mods.cpp
    R src/gui/dialogs/mp_create_game_choose_mods.hpp
    M src/gui/dialogs/mp_create_game_set_password.cpp
    M src/gui/dialogs/mp_create_game_set_password.hpp
    R src/gui/dialogs/mp_depcheck_confirm_change.cpp
    R src/gui/dialogs/mp_depcheck_confirm_change.hpp
    R src/gui/dialogs/mp_depcheck_select_new.cpp
    R src/gui/dialogs/mp_depcheck_select_new.hpp
    M src/gui/dialogs/mp_host_game_prompt.cpp
    M src/gui/dialogs/mp_host_game_prompt.hpp
    A src/gui/dialogs/mp_join_game_password_prompt.cpp
    A src/gui/dialogs/mp_join_game_password_prompt.hpp
    M src/gui/dialogs/mp_login.cpp
    M src/gui/dialogs/mp_login.hpp
    M src/gui/dialogs/mp_method_selection.cpp
    M src/gui/dialogs/mp_method_selection.hpp
    M src/gui/dialogs/network_transmission.cpp
    M src/gui/dialogs/network_transmission.hpp
    M src/gui/dialogs/popup.cpp
    M src/gui/dialogs/popup.hpp
    A src/gui/dialogs/screenshot_notification.cpp
    A src/gui/dialogs/screenshot_notification.hpp
    M src/gui/dialogs/simple_item_selector.cpp
    M src/gui/dialogs/simple_item_selector.hpp
    A src/gui/dialogs/theme_list.cpp
    A src/gui/dialogs/theme_list.hpp
    M src/gui/dialogs/tip.cpp
    M src/gui/dialogs/tip.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/transient_message.hpp
    M src/gui/dialogs/unit_attack.cpp
    M src/gui/dialogs/unit_attack.hpp
    M src/gui/dialogs/unit_create.cpp
    M src/gui/dialogs/unit_create.hpp
    A src/gui/dialogs/wml_error.cpp
    A src/gui/dialogs/wml_error.hpp
    M src/gui/dialogs/wml_message.cpp
    M src/gui/dialogs/wml_message.hpp
    M src/gui/lib/types/point.cpp
    M src/gui/lib/types/point.hpp
    R src/gui/widgets/.gitignore
    M src/gui/widgets/button.cpp
    M src/gui/widgets/button.hpp
    M src/gui/widgets/clickable.hpp
    M src/gui/widgets/container.cpp
    M src/gui/widgets/container.hpp
    M src/gui/widgets/control.cpp
    M src/gui/widgets/control.hpp
    M src/gui/widgets/debug.cpp
    M src/gui/widgets/debug.hpp
    M src/gui/widgets/detail/register.tpp
    M src/gui/widgets/drawing.cpp
    M src/gui/widgets/drawing.hpp
    M src/gui/widgets/event_executor.hpp
    M src/gui/widgets/generator.cpp
    M src/gui/widgets/generator.hpp
    M src/gui/widgets/generator_private.hpp
    M src/gui/widgets/grid.cpp
    M src/gui/widgets/grid.hpp
    M src/gui/widgets/grid_private.hpp
    M src/gui/widgets/helper.cpp
    M src/gui/widgets/helper.hpp
    M src/gui/widgets/horizontal_scrollbar.cpp
    M src/gui/widgets/horizontal_scrollbar.hpp
    M src/gui/widgets/image.cpp
    M src/gui/widgets/image.hpp
    M src/gui/widgets/integer_selector.hpp
    M src/gui/widgets/label.cpp
    M src/gui/widgets/label.hpp
    M src/gui/widgets/list.cpp
    M src/gui/widgets/list.hpp
    M src/gui/widgets/listbox.cpp
    M src/gui/widgets/listbox.hpp
    M src/gui/widgets/matrix.cpp
    M src/gui/widgets/matrix.hpp
    M src/gui/widgets/minimap.cpp
    M src/gui/widgets/minimap.hpp
    M src/gui/widgets/multi_page.cpp
    M src/gui/widgets/multi_page.hpp
    M src/gui/widgets/pane.cpp
    M src/gui/widgets/pane.hpp
    M src/gui/widgets/panel.cpp
    M src/gui/widgets/panel.hpp
    M src/gui/widgets/password_box.cpp
    M src/gui/widgets/password_box.hpp
    M src/gui/widgets/progress_bar.cpp
    M src/gui/widgets/progress_bar.hpp
    M src/gui/widgets/repeating_button.cpp
    M src/gui/widgets/repeating_button.hpp
    M src/gui/widgets/scroll_label.cpp
    M src/gui/widgets/scroll_label.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/scrollbar_container_private.hpp
    M src/gui/widgets/scrollbar_panel.cpp
    M src/gui/widgets/scrollbar_panel.hpp
    M src/gui/widgets/selectable.hpp
    M src/gui/widgets/settings.cpp
    M src/gui/widgets/settings.hpp
    M src/gui/widgets/slider.cpp
    M src/gui/widgets/slider.hpp
    M src/gui/widgets/spacer.cpp
    M src/gui/widgets/spacer.hpp
    M src/gui/widgets/stacked_widget.cpp
    M src/gui/widgets/stacked_widget.hpp
    M src/gui/widgets/text.cpp
    M src/gui/widgets/text.hpp
    M src/gui/widgets/text_box.cpp
    M src/gui/widgets/text_box.hpp
    M src/gui/widgets/toggle_button.cpp
    M src/gui/widgets/toggle_button.hpp
    M src/gui/widgets/toggle_panel.cpp
    M src/gui/widgets/toggle_panel.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/viewport.cpp
    M src/gui/widgets/viewport.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/gui/widgets/window_private.hpp
    M src/halo.cpp
    M src/halo.hpp
    M src/hash.cpp
    M src/hash.hpp
    R src/help.cpp
    R src/help.hpp
    A src/help/help.cpp
    A src/help/help.hpp
    A src/help/help_browser.cpp
    A src/help/help_browser.hpp
    A src/help/help_button.cpp
    A src/help/help_button.hpp
    A src/help/help_impl.cpp
    A src/help/help_impl.hpp
    A src/help/help_menu.cpp
    A src/help/help_menu.hpp
    A src/help/help_text_area.cpp
    A src/help/help_text_area.hpp
    A src/help/help_topic_generators.cpp
    A src/help/help_topic_generators.hpp
    A src/hotkey/command_executor.cpp
    A src/hotkey/command_executor.hpp
    A src/hotkey/hotkey_command.cpp
    A src/hotkey/hotkey_command.hpp
    A src/hotkey/hotkey_item.cpp
    A src/hotkey/hotkey_item.hpp
    A src/hotkey/hotkey_manager.cpp
    A src/hotkey/hotkey_manager.hpp
    A src/hotkey/hotkey_preferences_display.cpp
    A src/hotkey_handler.cpp
    A src/hotkey_handler.hpp
    A src/hotkey_handler_mp.cpp
    A src/hotkey_handler_mp.hpp
    A src/hotkey_handler_replay.cpp
    A src/hotkey_handler_replay.hpp
    A src/hotkey_handler_sp.cpp
    A src/hotkey_handler_sp.hpp
    R src/hotkey_preferences_display.cpp
    R src/hotkeys.cpp
    R src/hotkeys.hpp
    M src/image.cpp
    M src/image.hpp
    M src/image_modifications.cpp
    M src/image_modifications.hpp
    M src/intro.cpp
    M src/intro.hpp
    M src/joystick.cpp
    M src/joystick.hpp
    M src/key.cpp
    M src/key.hpp
    M src/language.cpp
    M src/language.hpp
    R src/leader_list.cpp
    R src/leader_list.hpp
    M src/leader_scroll_dialog.cpp
    M src/leader_scroll_dialog.hpp
    M src/lexical_cast.hpp
    M src/loadscreen.cpp
    M src/loadscreen.hpp
    M src/loadscreen_empty.cpp
    M src/lobby_preferences.cpp
    M src/lobby_preferences.hpp
    M src/log.cpp
    M src/log.hpp
    R src/lua/.gitignore
    M src/lua/SConscript
    R src/lua/lapi.c
    A src/lua/lapi.cpp
    R src/lua/lauxlib.c
    A src/lua/lauxlib.cpp
    R src/lua/lbaselib.c
    A src/lua/lbaselib.cpp
    R src/lua/lbitlib.c
    A src/lua/lbitlib.cpp
    R src/lua/lcode.c
    A src/lua/lcode.cpp
    R src/lua/lcorolib.c
    A src/lua/lcorolib.cpp
    R src/lua/lctype.c
    A src/lua/lctype.cpp
    R src/lua/ldblib.c
    A src/lua/ldblib.cpp
    R src/lua/ldebug.c
    A src/lua/ldebug.cpp
    R src/lua/ldo.c
    A src/lua/ldo.cpp
    R src/lua/ldump.c
    A src/lua/ldump.cpp
    R src/lua/lfunc.c
    A src/lua/lfunc.cpp
    M src/lua/lfunc.h
    R src/lua/lgc.c
    A src/lua/lgc.cpp
    M src/lua/lgc.h
    R src/lua/linit.c
    A src/lua/linit.cpp
    R src/lua/liolib.c
    A src/lua/liolib.cpp
    R src/lua/llex.c
    A src/lua/llex.cpp
    M src/lua/llimits.h
    R src/lua/lmathlib.c
    A src/lua/lmathlib.cpp
    R src/lua/lmem.c
    A src/lua/lmem.cpp
    M src/lua/lmem.h
    R src/lua/loadlib.c
    A src/lua/loadlib.cpp
    R src/lua/lobject.c
    A src/lua/lobject.cpp
    M src/lua/lobject.h
    R src/lua/lopcodes.c
    A src/lua/lopcodes.cpp
    R src/lua/loslib.c
    A src/lua/loslib.cpp
    R src/lua/lparser.c
    A src/lua/lparser.cpp
    M src/lua/lparser.h
    R src/lua/lstate.c
    A src/lua/lstate.cpp
    M src/lua/lstate.h
    R src/lua/lstring.c
    A src/lua/lstring.cpp
    M src/lua/lstring.h
    R src/lua/lstrlib.c
    A src/lua/lstrlib.cpp
    R src/lua/ltable.c
    A src/lua/ltable.cpp
    M src/lua/ltable.h
    R src/lua/ltablib.c
    A src/lua/ltablib.cpp
    R src/lua/ltm.c
    A src/lua/ltm.cpp
    R src/lua/lua.c
    A src/lua/lua.cpp
    M src/lua/lua.h
    R src/lua/luac.c
    A src/lua/luac.cpp
    M src/lua/luaconf.h
    R src/lua/lundump.c
    A src/lua/lundump.cpp
    M src/lua/lundump.h
    R src/lua/lvm.c
    A src/lua/lvm.cpp
    M src/lua/lvm.h
    R src/lua/lzio.c
    A src/lua/lzio.cpp
    M src/lua_jailbreak_exception.cpp
    M src/lua_jailbreak_exception.hpp
    A src/make_enum.cpp
    A src/make_enum.hpp
    M src/map.cpp
    M src/map.hpp
    R src/map_create.cpp
    R src/map_create.hpp
    M src/map_exception.hpp
    M src/map_label.cpp
    M src/map_label.hpp
    M src/map_location.cpp
    M src/map_location.hpp
    M src/map_utils.hpp
    R src/mapgen.cpp
    R src/mapgen.hpp
    R src/mapgen_dialog.cpp
    R src/mapgen_dialog.hpp
    M src/marked-up_text.cpp
    M src/marked-up_text.hpp
    M src/md5.cpp
    M src/menu_events.cpp
    M src/menu_events.hpp
    M src/minimap.cpp
    M src/minimap.hpp
    M src/mouse_events.cpp
    M src/mouse_events.hpp
    M src/mouse_handler_base.cpp
    M src/mouse_handler_base.hpp
    M src/movetype.cpp
    M src/movetype.hpp
    R src/mp_depcheck.cpp
    R src/mp_depcheck.hpp
    M src/mp_game_settings.cpp
    M src/mp_game_settings.hpp
    R src/mp_options.cpp
    R src/mp_options.hpp
    A src/mp_ui_alerts.cpp
    A src/mp_ui_alerts.hpp
    A src/mt_rng.cpp
    A src/mt_rng.hpp
    R src/multiplayer.cpp
    R src/multiplayer.hpp
    R src/multiplayer_connect.cpp
    R src/multiplayer_connect.hpp
    R src/multiplayer_create.cpp
    R src/multiplayer_create.hpp
    M src/multiplayer_error_codes.hpp
    R src/multiplayer_lobby.cpp
    R src/multiplayer_lobby.hpp
    R src/multiplayer_ui.cpp
    R src/multiplayer_ui.hpp
    R src/multiplayer_wait.cpp
    R src/multiplayer_wait.hpp
    M src/neon.hpp
    M src/network.cpp
    M src/network.hpp
    R src/network_ana.cpp
    M src/network_asio.cpp
    M src/network_asio.hpp
    R src/network_manager_ana.cpp
    R src/network_manager_ana.hpp
    M src/network_worker.cpp
    M src/network_worker.hpp
    A src/overlay.hpp
    R src/pathfind/.gitignore
    M src/pathfind/astarsearch.cpp
    M src/pathfind/pathfind.cpp
    M src/pathfind/pathfind.hpp
    M src/pathfind/teleport.cpp
    M src/pathfind/teleport.hpp
    M src/pathutils.cpp
    M src/pathutils.hpp
    M src/persist_context.cpp
    M src/persist_context.hpp
    M src/persist_manager.cpp
    M src/persist_manager.hpp
    M src/persist_var.cpp
    M src/persist_var.hpp
    M src/play_controller.cpp
    M src/play_controller.hpp
    R src/playcampaign.cpp
    R src/playcampaign.hpp
    M src/playmp_controller.cpp
    M src/playmp_controller.hpp
    M src/playsingle_controller.cpp
    M src/playsingle_controller.hpp
    M src/playturn.cpp
    M src/playturn.hpp
    A src/playturn_network_adapter.cpp
    A src/playturn_network_adapter.hpp
    M src/portrait.cpp
    M src/portrait.hpp
    M src/preferences.cpp
    M src/preferences.hpp
    M src/preferences_display.cpp
    M src/preferences_display.hpp
    M src/race.cpp
    M src/race.hpp
    R src/random.cpp
    R src/random.hpp
    A src/random_new.cpp
    A src/random_new.hpp
    A src/random_new_deterministic.cpp
    A src/random_new_deterministic.hpp
    A src/random_new_synced.cpp
    A src/random_new_synced.hpp
    A src/recall_list_manager.cpp
    A src/recall_list_manager.hpp
    M src/reference_counted_object.hpp
    M src/replay.cpp
    M src/replay.hpp
    M src/replay_controller.cpp
    M src/replay_controller.hpp
    A src/replay_helper.cpp
    A src/replay_helper.hpp
    A src/replay_recorder_base.cpp
    A src/replay_recorder_base.hpp
    M src/reports.cpp
    M src/reports.hpp
    M src/resources.cpp
    M src/resources.hpp
    R src/rng.hpp
    M src/save_blocker.cpp
    M src/save_blocker.hpp
    A src/save_index.cpp
    A src/save_index.hpp
    A src/saved_game.cpp
    A src/saved_game.hpp
    M src/savegame.cpp
    M src/savegame.hpp
    R src/savegame_config.cpp
    M src/savegame_config.hpp
    M src/scoped_resource.hpp
    R src/scripting/.gitignore
    A src/scripting/application_lua_kernel.cpp
    A src/scripting/application_lua_kernel.hpp
    M src/scripting/debug_lua.cpp
    M src/scripting/debug_lua.hpp
    A src/scripting/game_lua_kernel.cpp
    A src/scripting/game_lua_kernel.hpp
    R src/scripting/lua.cpp
    R src/scripting/lua.hpp
    A src/scripting/lua_api.cpp
    M src/scripting/lua_api.hpp
    A src/scripting/lua_common.cpp
    A src/scripting/lua_common.hpp
    A src/scripting/lua_cpp_function.cpp
    A src/scripting/lua_cpp_function.hpp
    A src/scripting/lua_fileops.cpp
    A src/scripting/lua_fileops.hpp
    A src/scripting/lua_gui2.cpp
    A src/scripting/lua_gui2.hpp
    A src/scripting/lua_kernel_base.cpp
    A src/scripting/lua_kernel_base.hpp
    A src/scripting/lua_map_location_ops.cpp
    A src/scripting/lua_map_location_ops.hpp
    A src/scripting/lua_race.cpp
    A src/scripting/lua_race.hpp
    A src/scripting/lua_rng.cpp
    A src/scripting/lua_rng.hpp
    A src/scripting/lua_team.cpp
    A src/scripting/lua_team.hpp
    A src/scripting/lua_types.cpp
    A src/scripting/lua_types.hpp
    A src/scripting/lua_unit_type.cpp
    A src/scripting/lua_unit_type.hpp
    A src/scripting/mapgen_lua_kernel.cpp
    A src/scripting/mapgen_lua_kernel.hpp
    A src/scripting/plugins/context.cpp
    A src/scripting/plugins/context.hpp
    A src/scripting/plugins/manager.cpp
    A src/scripting/plugins/manager.hpp
    A src/scripting/push_check.hpp
    A src/sdl/alpha.cpp
    A src/sdl/alpha.hpp
    A src/sdl/compat.hpp
    A src/sdl/exception.cpp
    A src/sdl/exception.hpp
    A src/sdl/gpu.hpp
    A src/sdl/image.cpp
    A src/sdl/image.hpp
    A src/sdl/rect.cpp
    A src/sdl/rect.hpp
    A src/sdl/shader.cpp
    A src/sdl/shader.hpp
    A src/sdl/utils.cpp
    A src/sdl/utils.hpp
    A src/sdl/window.cpp
    A src/sdl/window.hpp
    R src/sdl_utils.cpp
    R src/sdl_utils.hpp
    A src/seed_rng.cpp
    A src/seed_rng.hpp
    M src/serialization/binary_or_text.cpp
    M src/serialization/binary_or_text.hpp
    A src/serialization/compression.hpp
    M src/serialization/parser.cpp
    M src/serialization/parser.hpp
    M src/serialization/preprocessor.cpp
    M src/serialization/preprocessor.hpp
    M src/serialization/schema_validator.cpp
    M src/serialization/schema_validator.hpp
    M src/serialization/string_utils.cpp
    M src/serialization/string_utils.hpp
    M src/serialization/tokenizer.cpp
    M src/serialization/tokenizer.hpp
    A src/serialization/ucs4_convert_impl.hpp
    A src/serialization/ucs4_iterator_base.hpp
    A src/serialization/unicode.cpp
    A src/serialization/unicode.hpp
    A src/serialization/unicode_cast.hpp
    A src/serialization/unicode_types.hpp
    M src/serialization/validator.cpp
    M src/serialization/validator.hpp
    M src/server/ban.cpp
    M src/server/ban.hpp
    M src/server/forum_user_handler.cpp
    M src/server/forum_user_handler.hpp
    M src/server/game.cpp
    M src/server/game.hpp
    M src/server/input_stream.cpp
    M src/server/input_stream.hpp
    M src/server/metrics.cpp
    M src/server/metrics.hpp
    M src/server/player.cpp
    M src/server/player.hpp
    M src/server/player_network.cpp
    M src/server/player_network.hpp
    M src/server/proxy.cpp
    M src/server/proxy.hpp
    M src/server/room.cpp
    M src/server/room.hpp
    M src/server/room_manager.cpp
    M src/server/room_manager.hpp
    M src/server/sample_user_handler.cpp
    M src/server/sample_user_handler.hpp
    M src/server/server.cpp
    M src/server/server.hpp
    M src/server/simple_wml.cpp
    M src/server/simple_wml.hpp
    M src/server/user_handler.cpp
    M src/server/user_handler.hpp
    M src/settings.cpp
    M src/settings.hpp
    R src/sha1.cpp
    R src/sha1.hpp
    R src/shared_object.hpp
    M src/show_dialog.cpp
    M src/show_dialog.hpp
    M src/side_filter.cpp
    M src/side_filter.hpp
    A src/simple_rng.cpp
    M src/simple_rng.hpp
    M src/sound.cpp
    M src/sound.hpp
    M src/sound_music_track.cpp
    M src/sound_music_track.hpp
    M src/soundsource.cpp
    M src/soundsource.hpp
    M src/statistics.cpp
    M src/statistics.hpp
    M src/statistics_dialog.cpp
    M src/statistics_dialog.hpp
    R src/storyscreen/.gitignore
    M src/storyscreen/controller.cpp
    M src/storyscreen/controller.hpp
    M src/storyscreen/interface.cpp
    M src/storyscreen/interface.hpp
    M src/storyscreen/part.cpp
    M src/storyscreen/part.hpp
    M src/storyscreen/render.cpp
    M src/storyscreen/render.hpp
    A src/strftime.cpp
    A src/strftime.hpp
    R src/stub.hpp
    A src/synced_checkup.cpp
    A src/synced_checkup.hpp
    A src/synced_commands.cpp
    A src/synced_commands.hpp
    A src/synced_context.cpp
    A src/synced_context.hpp
    A src/syncmp_handler.cpp
    A src/syncmp_handler.hpp
    M src/team.cpp
    M src/team.hpp
    A src/teambuilder.cpp
    A src/teambuilder.hpp
    M src/terrain.cpp
    M src/terrain.hpp
    A src/terrain_builder.cpp
    A src/terrain_builder.hpp
    M src/terrain_filter.cpp
    M src/terrain_filter.hpp
    M src/terrain_translation.cpp
    M src/terrain_translation.hpp
    A src/terrain_type_data.cpp
    A src/terrain_type_data.hpp
    R src/tests/.gitignore
    M src/tests/create_images.cpp
    M src/tests/floating_point_emulation.cpp
    R src/tests/gui/.gitignore
    M src/tests/gui/fire_event.cpp
    M src/tests/gui/iterator.cpp
    M src/tests/gui/test_drop_target.cpp
    M src/tests/gui/test_gui2.cpp
    M src/tests/gui/test_save_dialog.cpp
    M src/tests/gui/visitor.cpp
    M src/tests/main.cpp
    M src/tests/test_addons.cpp
    M src/tests/test_commandline_options.cpp
    A src/tests/test_config.cpp
    M src/tests/test_config_cache.cpp
    A src/tests/test_filesystem.cpp
    M src/tests/test_formula_ai.cpp
    M src/tests/test_formula_function.cpp
    M src/tests/test_image_modifications.cpp
    M src/tests/test_lexical_cast.cpp
    A src/tests/test_make_enum.cpp
    A src/tests/test_map_location.cpp
    A src/tests/test_mp_connect.cpp
    M src/tests/test_network_worker.cpp
    A src/tests/test_recall_list.cpp
    A src/tests/test_rng.cpp
    M src/tests/test_sdl_utils.cpp
    M src/tests/test_sdl_utils.hpp
    M src/tests/test_serialization.cpp
    M src/tests/test_team.cpp
    M src/tests/test_unit_map.cpp
    M src/tests/test_util.cpp
    M src/tests/test_version.cpp
    M src/tests/test_whiteboard_side_actions.cpp
    R src/tests/utils/.gitignore
    M src/tests/utils/auto_parameterized.hpp
    M src/tests/utils/fake_display.cpp
    M src/tests/utils/fake_display.hpp
    M src/tests/utils/fake_event_source.cpp
    M src/tests/utils/fake_event_source.hpp
    M src/tests/utils/game_config_manager.cpp
    M src/tests/utils/game_config_manager.hpp
    M src/tests/utils/play_scenario.cpp
    M src/tests/utils/play_scenario.hpp
    M src/tests/utils/predicate.hpp
    M src/text.cpp
    M src/text.hpp
    M src/theme.cpp
    M src/theme.hpp
    M src/thread.cpp
    M src/thread.hpp
    M src/time_of_day.cpp
    M src/time_of_day.hpp
    M src/tod_manager.cpp
    M src/tod_manager.hpp
    R src/tools/.gitignore
    M src/tools/cutter.cpp
    M src/tools/dummy_video.cpp
    M src/tools/exploder.cpp
    M src/tools/exploder_composer.cpp
    M src/tools/exploder_composer.hpp
    M src/tools/exploder_cutter.cpp
    M src/tools/exploder_cutter.hpp
    M src/tools/exploder_utils.cpp
    M src/tools/exploder_utils.hpp
    M src/tools/key_test.cpp
    M src/tools/schema/error_container.cpp
    M src/tools/schema/error_container.hpp
    M src/tools/schema/schema_generator.cpp
    M src/tools/schema/sourceparser.cpp
    M src/tools/schema/sourceparser.hpp
    M src/tools/schema/tag.cpp
    M src/tools/schema/tag.hpp
    A src/tools/sdl2/sdl2.cpp
    A src/tools/sdl2/sdl2.hpp
    A src/tools/sdl2/window.cpp
    A src/tools/sdl2/window.hpp
    M src/tools/validator/validator_tool.cpp
    M src/tooltips.cpp
    M src/tooltips.hpp
    M src/tracer.cpp
    M src/tracer.hpp
    M src/tstring.cpp
    M src/tstring.hpp
    M src/unit.cpp
    M src/unit.hpp
    M src/unit_abilities.cpp
    M src/unit_abilities.hpp
    M src/unit_animation.cpp
    M src/unit_animation.hpp
    A src/unit_animation_component.cpp
    A src/unit_animation_component.hpp
    A src/unit_attack_type.cpp
    A src/unit_attack_type.hpp
    M src/unit_display.cpp
    M src/unit_display.hpp
    A src/unit_drawer.cpp
    A src/unit_drawer.hpp
    A src/unit_filter.cpp
    A src/unit_filter.hpp
    A src/unit_formula_manager.cpp
    A src/unit_formula_manager.hpp
    M src/unit_frame.cpp
    M src/unit_frame.hpp
    M src/unit_helper.cpp
    M src/unit_helper.hpp
    M src/unit_id.cpp
    M src/unit_id.hpp
    M src/unit_map.cpp
    M src/unit_map.hpp
    A src/unit_ptr.hpp
    M src/unit_types.cpp
    M src/unit_types.hpp
    M src/util.cpp
    M src/util.hpp
    A src/utils/boost_function_guarded.hpp
    M src/utils/const_clone.tpp
    M src/utils/enumerate.tpp
    M src/utils/foreach.tpp
    A src/utils/iterator.hpp
    M src/utils/reference_counter.hpp
    A src/utils/sha1.cpp
    A src/utils/sha1.hpp
    A src/utils/shared_object.hpp
    A src/utils/smart_list.hpp
    M src/variable.cpp
    M src/variable.hpp
    A src/variable_info.cpp
    A src/variable_info.hpp
    A src/variable_info_detail.hpp
    M src/variant.cpp
    M src/variant.hpp
    M src/version.cpp
    M src/version.hpp
    M src/video.cpp
    M src/video.hpp
    M src/wesconfig.h
    M src/wesmage/exit.cpp
    M src/wesmage/exit.hpp
    M src/wesmage/filter.cpp
    M src/wesmage/filter.hpp
    M src/wesmage/options.cpp
    M src/wesmage/options.hpp
    M src/wesmage/wesmage.cpp
    A src/wesnoth.cpp
    R src/whiteboard/.gitignore
    M src/whiteboard/action.cpp
    M src/whiteboard/action.hpp
    M src/whiteboard/attack.cpp
    M src/whiteboard/attack.hpp
    M src/whiteboard/highlighter.cpp
    M src/whiteboard/highlighter.hpp
    M src/whiteboard/manager.cpp
    M src/whiteboard/manager.hpp
    M src/whiteboard/mapbuilder.cpp
    M src/whiteboard/mapbuilder.hpp
    M src/whiteboard/move.cpp
    M src/whiteboard/move.hpp
    M src/whiteboard/recall.cpp
    M src/whiteboard/recall.hpp
    M src/whiteboard/recruit.cpp
    M src/whiteboard/recruit.hpp
    M src/whiteboard/side_actions.cpp
    M src/whiteboard/side_actions.hpp
    M src/whiteboard/suppose_dead.cpp
    M src/whiteboard/suppose_dead.hpp
    M src/whiteboard/typedefs.hpp
    M src/whiteboard/utility.cpp
    M src/whiteboard/utility.hpp
    M src/whiteboard/visitor.hpp
    M src/widgets/button.cpp
    M src/widgets/button.hpp
    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/drop_target.cpp
    M src/widgets/drop_target.hpp
    M src/widgets/file_menu.cpp
    M src/widgets/file_menu.hpp
    M src/widgets/label.cpp
    M src/widgets/label.hpp
    M src/widgets/menu.cpp
    M src/widgets/menu.hpp
    M src/widgets/menu_style.cpp
    A src/widgets/multimenu.cpp
    A src/widgets/multimenu.hpp
    M src/widgets/progressbar.cpp
    M src/widgets/progressbar.hpp
    M src/widgets/scrollarea.cpp
    M src/widgets/scrollarea.hpp
    M src/widgets/scrollbar.cpp
    M src/widgets/scrollbar.hpp
    M src/widgets/scrollpane.cpp
    M src/widgets/scrollpane.hpp
    M src/widgets/slider.cpp
    M src/widgets/slider.hpp
    M src/widgets/textbox.cpp
    M src/widgets/textbox.hpp
    M src/widgets/widget.cpp
    M src/widgets/widget.hpp
    R src/windows_tray_notification.cpp
    R src/windows_tray_notification.hpp
    A src/wmi_pager.cpp
    A src/wmi_pager.hpp
    M src/wml_exception.cpp
    M src/wml_exception.hpp
    M src/wml_separators.hpp
    A src/xBRZ/config.hpp
    A src/xBRZ/xbrz.cpp
    A src/xBRZ/xbrz.hpp
    R utils/.gitignore
    M utils/ai_test/ai_test.cfg
    M utils/ai_test/ai_test.py
    R utils/ai_test/ai_test2.cfg
    R utils/ai_test/ai_test2.py
    R utils/ai_test/ai_test_db.backup
    A utils/ai_test/ai_test_empty.sqlite
    M utils/ai_test/readme.txt
    A utils/ai_test/wesnoth.php
    R utils/ai_test/wesnoth_ai_test.php
    A utils/ai_test/wesnoth_test.php
    M utils/codelist
    M utils/compare_images.py
    M utils/gdb/wesnoth_gdb.py
    M utils/gdb/wesnoth_pretty_printers.py
    M utils/gdb/wesnoth_type_tools.py
    A utils/graphincludes/project/wesnoth.pm
    A utils/headers/build_headers.sh
    A utils/headers/header_times.sh
    A utils/headers/readme
    R utils/mediawiki.py
    M utils/mp-server/create_symlinks
    M utils/mp-server/logfilter_irc
    M utils/mp-server/logfilter_irc_color
    M utils/mp-server/logfilter_irc_logged_color
    M utils/mp-server/new_release
    M utils/mp-server/run_campaignd
    M utils/mp-server/run_server
    A utils/mp-server/send_campaignd_command
    M utils/mp-server/send_server_command
    M utils/mp-server/tail_log_irc
    M utils/mp-server/update_server
    M utils/pofix.py
    A utils/py-compile
    R utils/tests/adodb_lite/.gitignore
    R utils/tests/autotester/.gitignore
    R utils/tests/include/.gitignore
    R utils/tests/smarty_workdir/.gitignore
    R utils/tests/smarty_workdir/cache/.gitignore
    R utils/tests/smarty_workdir/templates_c/.gitignore
    A utils/travis/check_utf8.sh
    A utils/travis/exit_wrapper.sh
    A utils/travis/mp_test_executor.sh
    A utils/travis/play_test_executor.sh
    A utils/travis/test_executor.sh
    A utils/travis/test_wrapper.sh
    A utils/travis/utf8_bom_dog.sh
    A utils/umc_dev/.gitignore
    A utils/umc_dev/build/.gitignore
    M utils/umc_dev/build/SConstruct
    M utils/umc_dev/build/build.xml
    R utils/umc_dev/build/keystore
    M utils/umc_dev/build/update_version
    A utils/umc_dev/manual/.gitignore
    M utils/umc_dev/manual/dev_manual.tex
    M utils/umc_dev/manual/install_new_software.png
    M utils/umc_dev/org.wesnoth.dependencies.feature/feature.xml
    M utils/umc_dev/org.wesnoth.feature/category.xml
    M utils/umc_dev/org.wesnoth.feature/feature.xml
    M utils/umc_dev/org.wesnoth.ui/META-INF/MANIFEST.MF
    M utils/umc_dev/org.wesnoth/META-INF/MANIFEST.MF
    M utils/umc_dev/org.wesnoth/org.wesnoth.product
    M utils/umc_dev/org.wesnoth/src/org/wesnoth/preferences/AddonManagerPreferencePage.java
    M utils/umc_dev/org.wesnoth/src/org/wesnoth/views/AddonsView.java
    M utils/valgrind_memcheck_suppressions.supp
    M utils/wescamp_import
    M utils/wesnoth-attack-sim.c
    A utils/wesnoth-defaults
    M utils/wesnoth-optipng
    M utils/wiki_grabber.py
    M utils/wmlxgettext
    R website/eclipse.wesnoth.org/.gitignore
    R website/eclipse.wesnoth.org/download.html
    R website/eclipse.wesnoth.org/features.html
    R website/eclipse.wesnoth.org/index.html
    R website/eclipse.wesnoth.org/updates/artifacts.xml
    R website/eclipse.wesnoth.org/updates/binary/org.eclipse.emf.mwe.ui_root_1.1.0.v201106070424
    R website/eclipse.wesnoth.org/updates/binary/org.eclipse.equinox.executable_root.carbon.macosx.ppc_3.5.0.v20110530-7P7NFUFFLWUl76mart
    R website/eclipse.wesnoth.org/updates/binary/org.eclipse.equinox.executable_root.carbon.macosx.x86_3.5.0.v20110530-7P7NFUFFLWUl76mart
    R website/eclipse.wesnoth.org/updates/binary/org.eclipse.equinox.executable_root.cocoa.macosx.ppc_3.5.0.v20110530-7P7NFUFFLWUl76mart
    R website/eclipse.wesnoth.org/updates/binary/org.eclipse.equinox.executable_root.cocoa.macosx.x86_3.5.0.v20110530-7P7NFUFFLWUl76mart
    R website/eclipse.wesnoth.org/updates/binary/org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.5.0.v20110530-7P7NFUFFLWUl76mart
    R website/eclipse.wesnoth.org/updates/binary/org.eclipse.equinox.executable_root.gtk.aix.ppc64_3.5.0.v20110530-7P7NFUFFLWUl76mart
    R website/eclipse.wesnoth.org/updates/binary/org.eclipse.equinox.executable_root.gtk.aix.ppc_3.5.0.v20110530-7P7NFUFFLWUl76mart
    R website/eclipse.wesnoth.org/updates/binary/org.eclipse.equinox.executable_root.gtk.hpux.ia64_32_3.5.0.v20110530-7P7NFUFFLWUl76mart
    R website/eclipse.wesnoth.org/updates/binary/org.eclipse.equinox.executable_root.gtk.linux.ppc64_3.5.0.v20110530-7P7NFUFFLWUl76mart
    R website/eclipse.wesnoth.org/updates/binary/org.eclipse.equinox.executable_root.gtk.linux.ppc_3.5.0.v20110530-7P7NFUFFLWUl76mart
    R website/eclipse.wesnoth.org/updates/binary/org.eclipse.equinox.executable_root.gtk.linux.s390_3.5.0.v20110530-7P7NFUFFLWUl76mart
    R website/eclipse.wesnoth.org/updates/binary/org.eclipse.equinox.executable_root.gtk.linux.s390x_3.5.0.v20110530-7P7NFUFFLWUl76mart
    R website/eclipse.wesnoth.org/updates/binary/org.eclipse.equinox.executable_root.gtk.linux.x86_3.5.0.v20110530-7P7NFUFFLWUl76mart
    R website/eclipse.wesnoth.org/updates/binary/org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.5.0.v20110530-7P7NFUFFLWUl76mart
    R website/eclipse.wesnoth.org/updates/binary/org.eclipse.equinox.executable_root.gtk.solaris.sparc_3.5.0.v20110530-7P7NFUFFLWUl76mart
    R website/eclipse.wesnoth.org/updates/binary/org.eclipse.equinox.executable_root.gtk.solaris.x86_3.5.0.v20110530-7P7NFUFFLWUl76mart
    R website/eclipse.wesnoth.org/updates/binary/org.eclipse.equinox.executable_root.motif.aix.ppc_3.5.0.v20110530-7P7NFUFFLWUl76mart
    R website/eclipse.wesnoth.org/updates/binary/org.eclipse.equinox.executable_root.motif.hpux.ia64_32_3.5.0.v20110530-7P7NFUFFLWUl76mart
    R website/eclipse.wesnoth.org/updates/binary/org.eclipse.equinox.executable_root.motif.linux.x86_3.5.0.v20110530-7P7NFUFFLWUl76mart
    R website/eclipse.wesnoth.org/updates/binary/org.eclipse.equinox.executable_root.motif.solaris.sparc_3.5.0.v20110530-7P7NFUFFLWUl76mart
    R website/eclipse.wesnoth.org/updates/binary/org.eclipse.equinox.executable_root.win32.win32.ia64_3.5.0.v20110530-7P7NFUFFLWUl76mart
    R website/eclipse.wesnoth.org/updates/binary/org.eclipse.equinox.executable_root.win32.win32.x86_3.5.0.v20110530-7P7NFUFFLWUl76mart
    R website/eclipse.wesnoth.org/updates/binary/org.eclipse.equinox.executable_root.win32.win32.x86_64_3.5.0.v20110530-7P7NFUFFLWUl76mart
    R website/eclipse.wesnoth.org/updates/binary/org.eclipse.equinox.executable_root.wpf.win32.x86_3.5.0.v20110530-7P7NFUFFLWUl76mart
    R website/eclipse.wesnoth.org/updates/binary/org.eclipse.platform_root_3.7.0.v20110530-9gF7UHNFFt4cwE-pkZDJ7oz-mj4OSEIlu9SEv0f
    R website/eclipse.wesnoth.org/updates/binary/org.eclipse.rcp_root_3.7.0.v20110216-9DB5Fm1FpBGy_AaVz-mFamgY
    R website/eclipse.wesnoth.org/updates/binary/org.eclipse.xpand.ui_root_1.1.0.v201106070515
    R website/eclipse.wesnoth.org/updates/binary/org.eclipse.xpand_root_1.1.0.v201106070515
    R website/eclipse.wesnoth.org/updates/binary/org.eclipse.xtend.dependencies_root_1.1.0.v201106070515
    R website/eclipse.wesnoth.org/updates/binary/org.eclipse.xtend.typesystem.emf_root_1.1.0.v201106070515
    R website/eclipse.wesnoth.org/updates/binary/org.eclipse.xtend.ui_root_1.1.0.v201106070515
    R website/eclipse.wesnoth.org/updates/binary/org.eclipse.xtend_root_1.1.0.v201106070515
    R website/eclipse.wesnoth.org/updates/binary/org.eclipse.xtext.runtime_root_2.0.0.v201106070531
    R website/eclipse.wesnoth.org/updates/binary/org.eclipse.xtext.ui_root_2.0.0.v201106070531
    R website/eclipse.wesnoth.org/updates/binary/org.wesnoth.product.root.feature_root_2.0.2.201208222338
    R website/eclipse.wesnoth.org/updates/binary/org.wesnoth.product_root.cocoa.macosx.x86_64_2.0.2.201208222338
    R website/eclipse.wesnoth.org/updates/binary/org.wesnoth.product_root.gtk.linux.x86_2.0.2.201208222338
    R website/eclipse.wesnoth.org/updates/binary/org.wesnoth.product_root.gtk.linux.x86_64_2.0.2.201208222338
    R website/eclipse.wesnoth.org/updates/binary/org.wesnoth.product_root.win32.win32.x86_2.0.2.201208222338
    R website/eclipse.wesnoth.org/updates/binary/org.wesnoth.product_root.win32.win32.x86_64_2.0.2.201208222338
    R website/eclipse.wesnoth.org/updates/content.xml
    R website/eclipse.wesnoth.org/updates/features/org.eclipse.emf.mwe.ui_1.1.0.v201106070424.jar
    R website/eclipse.wesnoth.org/updates/features/org.eclipse.equinox.p2.core.feature_1.0.0.v20110519-8290FZ-FWmE7gdAgmOPL2_C.jar
    R website/eclipse.wesnoth.org/updates/features/org.eclipse.equinox.p2.extras.feature_1.0.0.v20110519-7A4FD3DiVOManmZvpLOsnBhnPQM3.jar
    R website/eclipse.wesnoth.org/updates/features/org.eclipse.equinox.p2.rcp.feature_1.0.0.v20110519-782EoBqNKGUkVQrqOf0z-BhnPQM3.jar
    R website/eclipse.wesnoth.org/updates/features/org.eclipse.equinox.p2.user.ui_2.1.1.v20110526-6-Bg9JXOePwKUTU7X0teV1RtDu-e.jar
    R website/eclipse.wesnoth.org/updates/features/org.eclipse.help_1.3.0.v20110327-7i7uFFiFFt6ZqnbOrMXLd1.jar
    R website/eclipse.wesnoth.org/updates/features/org.eclipse.platform_3.7.0.v20110530-9gF7UHNFFt4cwE-pkZDJ7oz-mj4OSEIlu9SEv0f.jar
    R website/eclipse.wesnoth.org/updates/features/org.eclipse.rcp_3.7.0.v20110216-9DB5Fm1FpBGy_AaVz-mFamgY.jar
    R website/eclipse.wesnoth.org/updates/features/org.eclipse.xpand.ui_1.1.0.v201106070515.jar
    R website/eclipse.wesnoth.org/updates/features/org.eclipse.xpand_1.1.0.v201106070515.jar
    R website/eclipse.wesnoth.org/updates/features/org.eclipse.xtend.dependencies_1.1.0.v201106070515.jar
    R website/eclipse.wesnoth.org/updates/features/org.eclipse.xtend.typesystem.emf_1.1.0.v201106070515.jar
    R website/eclipse.wesnoth.org/updates/features/org.eclipse.xtend.ui_1.1.0.v201106070515.jar
    R website/eclipse.wesnoth.org/updates/features/org.eclipse.xtend_1.1.0.v201106070515.jar
    R website/eclipse.wesnoth.org/updates/features/org.eclipse.xtext.runtime_2.0.0.v201106070531.jar
    R website/eclipse.wesnoth.org/updates/features/org.eclipse.xtext.ui_2.0.0.v201106070531.jar
    R website/eclipse.wesnoth.org/updates/features/org.wesnoth.dependencies_2.0.2.201208222338.jar
    R website/eclipse.wesnoth.org/updates/features/org.wesnoth_2.0.2.201208222338.jar
    R website/eclipse.wesnoth.org/updates/plugins/org.wesnoth.ui_2.0.2.201208222338.jar
    R website/eclipse.wesnoth.org/updates/plugins/org.wesnoth_2.0.2.201208222338.jar
    R website/frontpage/portrait-rotation/0-template.png
    R website/frontpage/portrait-rotation/README
    R website/frontpage/portrait-rotation/assassin.jpg
    R website/frontpage/portrait-rotation/dark_adept_female.jpg
    R website/frontpage/portrait-rotation/dwarvish_sentinel.jpg
    R website/frontpage/portrait-rotation/dwarvish_thunderer.jpg
    R website/frontpage/portrait-rotation/elvish_ranger.jpg
    R website/frontpage/portrait-rotation/elvish_sorceress.jpg
    R website/frontpage/portrait-rotation/iron_mauler.jpg
    R website/frontpage/portrait-rotation/mage_female.jpg
    R website/frontpage/portrait-rotation/master_bowman.jpg
    R website/frontpage/portrait-rotation/royal_guard.jpg
    R website/frontpage/portrait-rotation/saurian_skirmisher.jpg
    R website/frontpage/portrait-rotation/selector.php
    R website/frontpage/portrait-rotation/sergeant.jpg
    R website/frontpage/portrait-rotation/thief.jpg
    R website/gettext.wesnoth.org/bin/update-gettext-stats
    R website/gettext.wesnoth.org/config.php
    R website/gettext.wesnoth.org/functions.php
    R website/gettext.wesnoth.org/grab-stats.php
    R website/gettext.wesnoth.org/images/blue.png
    R website/gettext.wesnoth.org/images/dark-rock.jpg
    R website/gettext.wesnoth.org/images/green.png
    R website/gettext.wesnoth.org/images/headerbg.jpg
    R website/gettext.wesnoth.org/images/menu-bg.png
    R website/gettext.wesnoth.org/images/navbg.png
    R website/gettext.wesnoth.org/images/red.png
    R website/gettext.wesnoth.org/images/w-ico.png
    R website/gettext.wesnoth.org/images/wesnoth-logo.jpg
    R website/gettext.wesnoth.org/index.extra.php
    R website/gettext.wesnoth.org/index.lang.php
    R website/gettext.wesnoth.org/index.php
    R website/gettext.wesnoth.org/langs.php
    R website/gettext.wesnoth.org/styles/glamdrol-header.css
    R website/gettext.wesnoth.org/styles/main.css.bak
    R website/gettext.wesnoth.org/styles/old.css
    R website/gettext.wesnoth.org/styles/statistics.css
    R website/start/1.0/.htaccess
    R website/start/1.0/images/start-1.jpg
    R website/start/1.0/images/start-2.jpg
    R website/start/1.0/po/af.po
    R website/start/1.0/po/ca.po
    R website/start/1.0/po/cs.po
    R website/start/1.0/po/de.po
    R website/start/1.0/po/es.po
    R website/start/1.0/po/eu.po
    R website/start/1.0/po/fr.po
    R website/start/1.0/po/he.po
    R website/start/1.0/po/hu.po
    R website/start/1.0/po/it.po
    R website/start/1.0/po/nl.po
    R website/start/1.0/po/pt.po
    R website/start/1.0/po/ru.po
    R website/start/1.0/po/sk.po
    R website/start/1.0/po/sv.po
    R website/start/1.0/po/tr.po
    R website/start/1.0/po/wesnoth-start.pot
    R website/start/1.0/styles/intl.css
    R website/start/1.0/styles/main.css
    R website/start/1.10/.htaccess
    R website/start/1.10/Makefile
    R website/start/1.10/images/start-1-full.jpg
    R website/start/1.10/images/start-1.jpg
    R website/start/1.10/images/start-3-full.jpg
    R website/start/1.10/images/start-3.jpg
    R website/start/1.10/images/start-4-full.jpg
    R website/start/1.10/images/start-4.jpg
    R website/start/1.10/images/start-5-full.jpg
    R website/start/1.10/images/start-5.png
    R website/start/1.10/index.cs.html
    R website/start/1.10/index.de.html
    R website/start/1.10/index.en.html
    R website/start/1.10/index.en_GB.html
    R website/start/1.10/index.es.html
    R website/start/1.10/index.fi.html
    R website/start/1.10/index.fr.html
    R website/start/1.10/index.gl.html
    R website/start/1.10/index.hu.html
    R website/start/1.10/index.it.html
    R website/start/1.10/index.ko.html
    R website/start/1.10/index.lt.html
    R website/start/1.10/index.pl.html
    R website/start/1.10/index.sk.html
    R website/start/1.10/index.var
    R website/start/1.10/index.zh_CN.html
    R website/start/1.10/languages.conf
    R website/start/1.10/po/af.po
    R website/start/1.10/po/ar.po
    R website/start/1.10/po/bg.po
    R website/start/1.10/po/ca.po
    R website/start/1.10/po/ca_ES at valencia.po
    R website/start/1.10/po/cs.po
    R website/start/1.10/po/da.po
    R website/start/1.10/po/de.po
    R website/start/1.10/po/el.po
    R website/start/1.10/po/en.po
    R website/start/1.10/po/en_GB.po
    R website/start/1.10/po/en_shaw.po
    R website/start/1.10/po/eo.po
    R website/start/1.10/po/es.po
    R website/start/1.10/po/et.po
    R website/start/1.10/po/eu.po
    R website/start/1.10/po/fi.po
    R website/start/1.10/po/fr.po
    R website/start/1.10/po/fur_IT.po
    R website/start/1.10/po/ga.po
    R website/start/1.10/po/gl.po
    R website/start/1.10/po/he.po
    R website/start/1.10/po/hr.po
    R website/start/1.10/po/hu.po
    R website/start/1.10/po/id.po
    R website/start/1.10/po/is.po
    R website/start/1.10/po/it.po
    R website/start/1.10/po/ja.po
    R website/start/1.10/po/ko.po
    R website/start/1.10/po/la.po
    R website/start/1.10/po/lt.po
    R website/start/1.10/po/lv.po
    R website/start/1.10/po/mk.po
    R website/start/1.10/po/mr.po
    R website/start/1.10/po/nb_NO.po
    R website/start/1.10/po/nl.po
    R website/start/1.10/po/pl.po
    R website/start/1.10/po/pt.po
    R website/start/1.10/po/pt_BR.po
    R website/start/1.10/po/racv.po
    R website/start/1.10/po/ro.po
    R website/start/1.10/po/ru.po
    R website/start/1.10/po/sk.po
    R website/start/1.10/po/sl.po
    R website/start/1.10/po/sr.po
    R website/start/1.10/po/sr at latin.po
    R website/start/1.10/po/sv.po
    R website/start/1.10/po/tl.po
    R website/start/1.10/po/tr.po
    R website/start/1.10/po/vi.po
    R website/start/1.10/po/wesnoth-start-1.10.pot
    R website/start/1.10/po/zh_CN.po
    R website/start/1.10/po/zh_TW.po
    R website/start/1.10/styles/intl.css
    R website/start/1.10/template.html
    R website/start/1.2/.htaccess
    R website/start/1.2/images/start-1.jpg
    R website/start/1.2/images/start-3.jpg
    R website/start/1.2/po/af.po
    R website/start/1.2/po/bg.po
    R website/start/1.2/po/ca.po
    R website/start/1.2/po/cs.po
    R website/start/1.2/po/de.po
    R website/start/1.2/po/el.po
    R website/start/1.2/po/eo.po
    R website/start/1.2/po/es.po
    R website/start/1.2/po/eu.po
    R website/start/1.2/po/fr.po
    R website/start/1.2/po/he.po
    R website/start/1.2/po/hu.po
    R website/start/1.2/po/it.po
    R website/start/1.2/po/nl.po
    R website/start/1.2/po/pl.po
    R website/start/1.2/po/pt.po
    R website/start/1.2/po/ru.po
    R website/start/1.2/po/sk.po
    R website/start/1.2/po/sv.po
    R website/start/1.2/po/tr.po
    R website/start/1.2/po/wesnoth-start.pot
    R website/start/1.2/styles/intl.css
    R website/start/1.2/styles/main.css
    R website/start/1.4/.gitignore
    R website/start/1.4/Makefile
    R website/start/1.4/images/start-1.jpg
    R website/start/1.4/images/start-2.jpg
    R website/start/1.4/images/start-3-alt.jpg
    R website/start/1.4/images/start-3.jpg
    R website/start/1.4/po/af.po
    R website/start/1.4/po/bg.po
    R website/start/1.4/po/ca.po
    R website/start/1.4/po/ca_ES at valencia.po
    R website/start/1.4/po/cs.po
    R website/start/1.4/po/da.po
    R website/start/1.4/po/de.po
    R website/start/1.4/po/el.po
    R website/start/1.4/po/en_GB.po
    R website/start/1.4/po/eo.po
    R website/start/1.4/po/es.po
    R website/start/1.4/po/et.po
    R website/start/1.4/po/eu.po
    R website/start/1.4/po/fi.po
    R website/start/1.4/po/fr.po
    R website/start/1.4/po/gl_ES.po
    R website/start/1.4/po/he.po
    R website/start/1.4/po/hu.po
    R website/start/1.4/po/id.po
    R website/start/1.4/po/it.po
    R website/start/1.4/po/ja.po
    R website/start/1.4/po/ko.po
    R website/start/1.4/po/la.po
    R website/start/1.4/po/lt.po
    R website/start/1.4/po/nb_NO.po
    R website/start/1.4/po/nl.po
    R website/start/1.4/po/pl.po
    R website/start/1.4/po/pt.po
    R website/start/1.4/po/pt_BR.po
    R website/start/1.4/po/ro.po
    R website/start/1.4/po/ru.po
    R website/start/1.4/po/sk.po
    R website/start/1.4/po/sl.po
    R website/start/1.4/po/sr.po
    R website/start/1.4/po/sr at latin.po
    R website/start/1.4/po/sv.po
    R website/start/1.4/po/tl.po
    R website/start/1.4/po/tur.po
    R website/start/1.4/po/wesnoth-start-1.4.cfg
    R website/start/1.4/po/wesnoth-start-1.4.pot
    R website/start/1.4/po/zh_CN.po
    R website/start/1.4/po/zh_TW.po
    R website/start/1.4/styles/intl.css
    R website/start/1.4/template.html
    R website/start/1.6/.gitignore
    R website/start/1.6/.htaccess
    R website/start/1.6/Makefile
    R website/start/1.6/images/start-1-full.jpg
    R website/start/1.6/images/start-1.jpg
    R website/start/1.6/images/start-2-full.jpg
    R website/start/1.6/images/start-2.jpg
    R website/start/1.6/images/start-3-full.jpg
    R website/start/1.6/images/start-3.jpg
    R website/start/1.6/images/start-4-full.jpg
    R website/start/1.6/images/start-4.jpg
    R website/start/1.6/index.ca.html
    R website/start/1.6/index.cs.html
    R website/start/1.6/index.de.html
    R website/start/1.6/index.en.html
    R website/start/1.6/index.es.html
    R website/start/1.6/index.fr.html
    R website/start/1.6/index.hu.html
    R website/start/1.6/index.id.html
    R website/start/1.6/index.lt.html
    R website/start/1.6/index.nb_NO.html
    R website/start/1.6/index.nl.html
    R website/start/1.6/index.pl.html
    R website/start/1.6/index.ru.html
    R website/start/1.6/index.sk.html
    R website/start/1.6/index.sv.html
    R website/start/1.6/index.tr.html
    R website/start/1.6/index.var
    R website/start/1.6/index.zh_CN.html
    R website/start/1.6/languages.conf
    R website/start/1.6/po/af.po
    R website/start/1.6/po/ar.po
    R website/start/1.6/po/bg.po
    R website/start/1.6/po/ca.po
    R website/start/1.6/po/ca_ES at valencia.po
    R website/start/1.6/po/cs.po
    R website/start/1.6/po/da.po
    R website/start/1.6/po/de.po
    R website/start/1.6/po/el.po
    R website/start/1.6/po/en_GB.po
    R website/start/1.6/po/eo.po
    R website/start/1.6/po/es.po
    R website/start/1.6/po/et.po
    R website/start/1.6/po/eu.po
    R website/start/1.6/po/fi.po
    R website/start/1.6/po/fr.po
    R website/start/1.6/po/fur_IT.po
    R website/start/1.6/po/gl.po
    R website/start/1.6/po/he.po
    R website/start/1.6/po/hr.po
    R website/start/1.6/po/hu.po
    R website/start/1.6/po/id.po
    R website/start/1.6/po/it.po
    R website/start/1.6/po/ja.po
    R website/start/1.6/po/ko.po
    R website/start/1.6/po/la.po
    R website/start/1.6/po/lt.po
    R website/start/1.6/po/lv.po
    R website/start/1.6/po/mk.po
    R website/start/1.6/po/mr.po
    R website/start/1.6/po/nb_NO.po
    R website/start/1.6/po/nl.po
    R website/start/1.6/po/pl.po
    R website/start/1.6/po/pt.po
    R website/start/1.6/po/pt_BR.po
    R website/start/1.6/po/racv.po
    R website/start/1.6/po/ro.po
    R website/start/1.6/po/ru.po
    R website/start/1.6/po/sk.po
    R website/start/1.6/po/sl.po
    R website/start/1.6/po/sr.po
    R website/start/1.6/po/sr at latin.po
    R website/start/1.6/po/sv.po
    R website/start/1.6/po/tl.po
    R website/start/1.6/po/tr.po
    R website/start/1.6/po/wesnoth-start-1.6.pot
    R website/start/1.6/po/zh_CN.po
    R website/start/1.6/po/zh_TW.po
    R website/start/1.6/styles/intl.css
    R website/start/1.6/template.html
    R website/start/1.8/.gitignore
    R website/start/1.8/.htaccess
    R website/start/1.8/Makefile
    R website/start/1.8/images/start-1-full.jpg
    R website/start/1.8/images/start-1.jpg
    R website/start/1.8/images/start-2-full.jpg
    R website/start/1.8/images/start-2.jpg
    R website/start/1.8/images/start-3-full.jpg
    R website/start/1.8/images/start-3.jpg
    R website/start/1.8/images/start-4-full.jpg
    R website/start/1.8/images/start-4.jpg
    R website/start/1.8/index.cs.html
    R website/start/1.8/index.de.html
    R website/start/1.8/index.en.html
    R website/start/1.8/index.et.html
    R website/start/1.8/index.gl.html
    R website/start/1.8/index.hu.html
    R website/start/1.8/index.it.html
    R website/start/1.8/index.ja.html
    R website/start/1.8/index.lt.html
    R website/start/1.8/index.pl.html
    R website/start/1.8/index.ru.html
    R website/start/1.8/index.sk.html
    R website/start/1.8/index.var
    R website/start/1.8/index.zh_CN.html
    R website/start/1.8/languages.conf
    R website/start/1.8/po/af.po
    R website/start/1.8/po/ar.po
    R website/start/1.8/po/bg.po
    R website/start/1.8/po/ca.po
    R website/start/1.8/po/ca_ES at valencia.po
    R website/start/1.8/po/cs.po
    R website/start/1.8/po/da.po
    R website/start/1.8/po/de.po
    R website/start/1.8/po/el.po
    R website/start/1.8/po/en.po
    R website/start/1.8/po/en_GB.po
    R website/start/1.8/po/en_shaw.po
    R website/start/1.8/po/eo.po
    R website/start/1.8/po/es.po
    R website/start/1.8/po/et.po
    R website/start/1.8/po/eu.po
    R website/start/1.8/po/fi.po
    R website/start/1.8/po/fr.po
    R website/start/1.8/po/fur_IT.po
    R website/start/1.8/po/gl.po
    R website/start/1.8/po/he.po
    R website/start/1.8/po/hr.po
    R website/start/1.8/po/hu.po
    R website/start/1.8/po/id.po
    R website/start/1.8/po/is.po
    R website/start/1.8/po/it.po
    R website/start/1.8/po/ja.po
    R website/start/1.8/po/ko.po
    R website/start/1.8/po/la.po
    R website/start/1.8/po/lt.po
    R website/start/1.8/po/lv.po
    R website/start/1.8/po/mk.po
    R website/start/1.8/po/mr.po
    R website/start/1.8/po/nb_NO.po
    R website/start/1.8/po/nl.po
    R website/start/1.8/po/pl.po
    R website/start/1.8/po/pt.po
    R website/start/1.8/po/pt_BR.po
    R website/start/1.8/po/racv.po
    R website/start/1.8/po/ro.po
    R website/start/1.8/po/ru.po
    R website/start/1.8/po/sk.po
    R website/start/1.8/po/sl.po
    R website/start/1.8/po/sr.po
    R website/start/1.8/po/sr at latin.po
    R website/start/1.8/po/sv.po
    R website/start/1.8/po/tl.po
    R website/start/1.8/po/tr.po
    R website/start/1.8/po/wesnoth-start-1.8.pot
    R website/start/1.8/po/zh_CN.po
    R website/start/1.8/po/zh_TW.po
    R website/start/1.8/styles/intl.css
    R website/start/1.8/template.html
    R website/stats.wesnoth.org/.gitignore
    R website/stats.wesnoth.org/MANIFEST.in
    R website/stats.wesnoth.org/README.txt
    R website/stats.wesnoth.org/TODO
    R website/stats.wesnoth.org/apache/README.txt
    R website/stats.wesnoth.org/apache/test.wsgi
    R website/stats.wesnoth.org/apache/wesstats
    R website/stats.wesnoth.org/apache/wesstats.wsgi
    R website/stats.wesnoth.org/configuration.py.example
    R website/stats.wesnoth.org/css/calendar.css
    R website/stats.wesnoth.org/css/headerbg.jpg
    R website/stats.wesnoth.org/css/main.css
    R website/stats.wesnoth.org/css/navbg.png
    R website/stats.wesnoth.org/data/sessions/container_file/0/0d/0d274c5967a4d2c3df57cbb4d576af6d.cache
    R website/stats.wesnoth.org/data/sessions/container_file_lock/c/cb/cb297a56b9386ed848000793bb6e112d2d24e834.lock
    R website/stats.wesnoth.org/dbsample.py
    R website/stats.wesnoth.org/development.ini
    R website/stats.wesnoth.org/evaluators.py
    R website/stats.wesnoth.org/ez_setup/README.txt
    R website/stats.wesnoth.org/ez_setup/__init__.py
    R website/stats.wesnoth.org/helperlib.py
    R website/stats.wesnoth.org/images/.gitignore
    R website/stats.wesnoth.org/images/test_map.png
    R website/stats.wesnoth.org/init.sh
    R website/stats.wesnoth.org/js/calendar.js
    R website/stats.wesnoth.org/map_tiler.py
    R website/stats.wesnoth.org/prod.apache.ini
    R website/stats.wesnoth.org/prod.ini
    R website/stats.wesnoth.org/setup.cfg
    R website/stats.wesnoth.org/setup.py
    R website/stats.wesnoth.org/setup.pyc
    R website/stats.wesnoth.org/test.ini
    R website/stats.wesnoth.org/wesstats.egg-info/PKG-INFO
    R website/stats.wesnoth.org/wesstats.egg-info/SOURCES.txt
    R website/stats.wesnoth.org/wesstats.egg-info/dependency_links.txt
    R website/stats.wesnoth.org/wesstats.egg-info/entry_points.txt
    R website/stats.wesnoth.org/wesstats.egg-info/not-zip-safe
    R website/stats.wesnoth.org/wesstats.egg-info/paster_plugins.txt
    R website/stats.wesnoth.org/wesstats.egg-info/requires.txt
    R website/stats.wesnoth.org/wesstats.egg-info/sqlobject.txt
    R website/stats.wesnoth.org/wesstats.egg-info/top_level.txt
    R website/stats.wesnoth.org/wesstats/__init__.py
    R website/stats.wesnoth.org/wesstats/commands.py
    R website/stats.wesnoth.org/wesstats/config/__init__.py
    R website/stats.wesnoth.org/wesstats/config/app.cfg
    R website/stats.wesnoth.org/wesstats/config/app_cfg.py
    R website/stats.wesnoth.org/wesstats/config/deployment.ini_tmpl
    R website/stats.wesnoth.org/wesstats/config/environment.py
    R website/stats.wesnoth.org/wesstats/config/log.cfg
    R website/stats.wesnoth.org/wesstats/config/middleware.py
    R website/stats.wesnoth.org/wesstats/configuration.py.example
    R website/stats.wesnoth.org/wesstats/controllers.py
    R website/stats.wesnoth.org/wesstats/controllers/__init__.py
    R website/stats.wesnoth.org/wesstats/controllers/barview.py
    R website/stats.wesnoth.org/wesstats/controllers/error.py
    R website/stats.wesnoth.org/wesstats/controllers/killview.py
    R website/stats.wesnoth.org/wesstats/controllers/lineview.py
    R website/stats.wesnoth.org/wesstats/controllers/pieview.py
    R website/stats.wesnoth.org/wesstats/controllers/root.py
    R website/stats.wesnoth.org/wesstats/controllers/template.py
    R website/stats.wesnoth.org/wesstats/dbsample.py
    R website/stats.wesnoth.org/wesstats/evaluators.py
    R website/stats.wesnoth.org/wesstats/i18n/ru/LC_MESSAGES/wesstats.po
    R website/stats.wesnoth.org/wesstats/json.py
    R website/stats.wesnoth.org/wesstats/lib/__init__.py
    R website/stats.wesnoth.org/wesstats/lib/app_globals.py
    R website/stats.wesnoth.org/wesstats/lib/base.py
    R website/stats.wesnoth.org/wesstats/lib/helpers.py
    R website/stats.wesnoth.org/wesstats/model.py
    R website/stats.wesnoth.org/wesstats/model/__init__.py
    R website/stats.wesnoth.org/wesstats/model/auth.py
    R website/stats.wesnoth.org/wesstats/model/model.template
    R website/stats.wesnoth.org/wesstats/release.py
    R website/stats.wesnoth.org/wesstats/templates/__init__.py
    R website/stats.wesnoth.org/wesstats/templates/addview.html
    R website/stats.wesnoth.org/wesstats/templates/breakdown.kid
    R website/stats.wesnoth.org/wesstats/templates/deleteview.html
    R website/stats.wesnoth.org/wesstats/templates/footer.html
    R website/stats.wesnoth.org/wesstats/templates/gold.kid
    R website/stats.wesnoth.org/wesstats/templates/header.html
    R website/stats.wesnoth.org/wesstats/templates/index.html
    R website/stats.wesnoth.org/wesstats/templates/index.kid
    R website/stats.wesnoth.org/wesstats/templates/index_new.kid
    R website/stats.wesnoth.org/wesstats/templates/killview.html
    R website/stats.wesnoth.org/wesstats/templates/lineview.html
    R website/stats.wesnoth.org/wesstats/templates/login.kid
    R website/stats.wesnoth.org/wesstats/templates/master.kid
    R website/stats.wesnoth.org/wesstats/templates/pieview.html
    R website/stats.wesnoth.org/wesstats/templates/platform.kid
    R website/stats.wesnoth.org/wesstats/templates/upload.html
    R website/stats.wesnoth.org/wesstats/templates/welcome.kid
    R website/stats.wesnoth.org/wesstats/tests/__init__.py
    R website/stats.wesnoth.org/wesstats/tests/functional/__init__.py
    R website/stats.wesnoth.org/wesstats/tests/functional/test_authentication.py
    R website/stats.wesnoth.org/wesstats/tests/functional/test_root.py
    R website/stats.wesnoth.org/wesstats/tests/models/__init__.py
    R website/stats.wesnoth.org/wesstats/tests/models/test_auth.py
    R website/stats.wesnoth.org/wesstats/tests/test_controllers.py
    R website/stats.wesnoth.org/wesstats/tests/test_model.py
    R website/stats.wesnoth.org/wesstats/websetup.py
    R website/tests.wesnoth.org/INSTALL
    R website/tests.wesnoth.org/apache/test_website.conf
    R website/tests.wesnoth.org/autotester/run_unit_tests.php
    R website/tests.wesnoth.org/autotester/run_unit_tests.sh
    R website/tests.wesnoth.org/htdocs/build_history.php
    R website/tests.wesnoth.org/htdocs/index.php
    R website/tests.wesnoth.org/htdocs/js/autohide.js
    R website/tests.wesnoth.org/htdocs/show_build.php
    R website/tests.wesnoth.org/htdocs/styles/unit_test.css
    R website/tests.wesnoth.org/include/Build.php
    R website/tests.wesnoth.org/include/Config.php
    R website/tests.wesnoth.org/include/DBConfig.php
    R website/tests.wesnoth.org/include/DBCreator.php
    R website/tests.wesnoth.org/include/FilenameConverter.php
    R website/tests.wesnoth.org/include/Footer.php
    R website/tests.wesnoth.org/include/Header.php
    R website/tests.wesnoth.org/include/Paginate.php
    R website/tests.wesnoth.org/include/ParameterValidator.php
    R website/tests.wesnoth.org/include/RepoUpdater.php
    R website/tests.wesnoth.org/include/TestError.php
    R website/tests.wesnoth.org/include/TestResult.php
    R website/tests.wesnoth.org/include/TestRunner.php
    R website/tests.wesnoth.org/include/WesnothSmarty.php
    R website/tests.wesnoth.org/include/configuration.php.template
    R website/tests.wesnoth.org/include/include.core.php
    R website/tests.wesnoth.org/include/settup.php.template
    R website/tests.wesnoth.org/install_tests.sh
    R website/tests.wesnoth.org/smarty_workdir/plugins/modifier.autohide.php
    R website/tests.wesnoth.org/smarty_workdir/templates/build_history.tpl
    R website/tests.wesnoth.org/smarty_workdir/templates/build_list.tpl
    R website/tests.wesnoth.org/smarty_workdir/templates/footer.tpl
    R website/tests.wesnoth.org/smarty_workdir/templates/header.tpl
    R website/tests.wesnoth.org/smarty_workdir/templates/paginate.tpl
    R website/tests.wesnoth.org/smarty_workdir/templates/show_build.tpl
    R website/tests.wesnoth.org/sql/dump.sql
    R website/tests.wesnoth.org/sql/notes.txt
    A wml_test_schedule

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


  Commit: 9534b974b294a8ba21d68253c802d88c4efe1ec9
      https://github.com/wesnoth/wesnoth/commit/9534b974b294a8ba21d68253c802d88c4efe1ec9
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2015-08-04 (Tue, 04 Aug 2015)

  Changed paths:
    M src/server/rooms.cpp
    M src/server/rooms.hpp
    M src/server/server.cpp
    M src/server/server.hpp

  Log Message:
  -----------
  Implemented lobby exit to game


  Commit: 99bd094db862d7f059a2ce33edfd45401fd7a331
      https://github.com/wesnoth/wesnoth/commit/99bd094db862d7f059a2ce33edfd45401fd7a331
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2015-08-04 (Tue, 04 Aug 2015)

  Changed paths:
    M src/server/rooms.cpp

  Log Message:
  -----------
  Banish #define foreach from this branch too


  Commit: 851fb628b48626a5a319e823c84b19080d8956ee
      https://github.com/wesnoth/wesnoth/commit/851fb628b48626a5a319e823c84b19080d8956ee
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2015-08-06 (Thu, 06 Aug 2015)

  Changed paths:
    M src/server/game.cpp
    M src/server/game.hpp
    M src/server/player_connection.hpp
    M src/server/room.cpp
    M src/server/room.hpp
    M src/server/room_manager.cpp
    M src/server/room_manager.hpp
    M src/server/rooms.cpp
    M src/server/server.cpp

  Log Message:
  -----------
  Started porting support for hosting actual games


  Commit: 6c7f907d4980e6dc1316dae8344a947bbfb605dc
      https://github.com/wesnoth/wesnoth/commit/6c7f907d4980e6dc1316dae8344a947bbfb605dc
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2015-08-22 (Sat, 22 Aug 2015)

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

  Log Message:
  -----------
  Port game join


  Commit: 19f3ff9b6d8537d32cf037b7eab822319f42025b
      https://github.com/wesnoth/wesnoth/commit/19f3ff9b6d8537d32cf037b7eab822319f42025b
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2015-10-25 (Sun, 25 Oct 2015)

  Changed paths:
    M src/server/room_manager.cpp
    M src/server/rooms.hpp
    M src/server/server.cpp
    M src/server/server.hpp

  Log Message:
  -----------
  Move lobby handling into separate function


  Commit: 9ef2d1a1034b3dfbeae94609b895c1e9150065cb
      https://github.com/wesnoth/wesnoth/commit/9ef2d1a1034b3dfbeae94609b895c1e9150065cb
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2015-10-26 (Mon, 26 Oct 2015)

  Changed paths:
    M src/server/rooms.cpp
    M src/server/rooms.hpp
    M src/server/server.cpp
    M src/server/server.hpp

  Log Message:
  -----------
  Ported handling of players in game


  Commit: e961b087e77a5dc9c0c2efa130ce9eb629e1b0a6
      https://github.com/wesnoth/wesnoth/commit/e961b087e77a5dc9c0c2efa130ce9eb629e1b0a6
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2015-10-28 (Wed, 28 Oct 2015)

  Changed paths:
    M SConstruct
    M src/SConscript
    M src/server/game.hpp
    M src/server/player_network.cpp
    M src/server/player_network.hpp
    M src/server/room.cpp
    M src/server/room.hpp
    M src/server/server.cpp
    M src/server/server.hpp

  Log Message:
  -----------
  Remove dependency of wesnothd on SDL_net updating scons accordingly


  Commit: 5c42f3d13b7cbd43b01e2cba7666e28bcc88f527
      https://github.com/wesnoth/wesnoth/commit/5c42f3d13b7cbd43b01e2cba7666e28bcc88f527
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2015-10-29 (Thu, 29 Oct 2015)

  Changed paths:
    M .gitignore
    M .travis.yml
    M CMakeLists.txt
    M RELEASE_NOTES
    M SConstruct
    M attic/maps/5t_Trapped.map
    M attic/maps/A_Snowy_Mountain.map
    M attic/maps/Between_Fire_And_Sword.map
    M attic/maps/Finding_The_Elves.map
    M changelog
    A cmake/FindSDL2.cmake
    A cmake/FindSDL2_image.cmake
    A cmake/FindSDL2_mixer.cmake
    A cmake/FindSDL2_net.cmake
    A cmake/FindSDL2_ttf.cmake
    M data/advanced_preferences.cfg
    M data/ai/maps/scenario-AI_Arena_small.map
    M data/ai/maps/scenario-test_move_to_targets.map
    A data/ai/micro_ais/cas/ca_fast_attack_utils.lua
    M data/ai/micro_ais/cas/ca_fast_combat.lua
    A data/ai/micro_ais/cas/ca_fast_combat_leader.lua
    M data/ai/micro_ais/cas/ca_fast_move.lua
    M data/ai/micro_ais/maps/animals.map
    M data/ai/micro_ais/maps/bottleneck_defense.map
    M data/ai/micro_ais/maps/goto.map
    M data/ai/micro_ais/maps/lurkers.map
    M data/ai/micro_ais/maps/messenger_escort.map
    M data/ai/micro_ais/maps/protect_unit.map
    M data/ai/micro_ais/micro_ai_wml_tag.lua
    A data/ai/micro_ais/scenarios/fast.cfg
    M data/ai/micro_ais/scenarios/scenario_micro_ai.cfg
    M data/ai/scenarios/scenario-lua-ai.cfg
    M data/ai/scenarios/scenario-no_engine.cfg
    M data/campaigns/An_Orcish_Incursion/_main.cfg
    M data/campaigns/Dead_Water/_main.cfg
    M data/campaigns/Dead_Water/maps/Bilheld.map
    M data/campaigns/Dead_Water/maps/Home_1.map
    M data/campaigns/Dead_Water/maps/Home_2.map
    M data/campaigns/Dead_Water/maps/Slavers.map
    M data/campaigns/Dead_Water/maps/Talking_To_Tyegea.map
    M data/campaigns/Dead_Water/maps/The_Flaming_Sword.map
    M data/campaigns/Dead_Water/maps/The_Mage.map
    M data/campaigns/Dead_Water/maps/Tirigaz.map
    M data/campaigns/Dead_Water/maps/Uncharted_Islands.map
    M data/campaigns/Dead_Water/maps/Wolf_Coast.map
    M data/campaigns/Dead_Water/scenarios/02_Flight.cfg
    M data/campaigns/Dead_Water/units/Brawler.cfg
    M data/campaigns/Dead_Water/units/Kraken.cfg
    M data/campaigns/Dead_Water/units/Soldier_King.cfg
    M data/campaigns/Dead_Water/units/Warrior_King.cfg
    M data/campaigns/Dead_Water/units/Young_King.cfg
    M data/campaigns/Dead_Water/utils/items.cfg
    M data/campaigns/Delfadors_Memoirs/_main.cfg
    M data/campaigns/Delfadors_Memoirs/maps/01_Overture.map
    M data/campaigns/Delfadors_Memoirs/maps/02_This_Valley_Belongs_to_Me.map
    M data/campaigns/Delfadors_Memoirs/maps/03_The_Road_to_Weldyn.map
    M data/campaigns/Delfadors_Memoirs/maps/04_Leollyn.map
    M data/campaigns/Delfadors_Memoirs/maps/05_Council_in_Weldyn.map
    M data/campaigns/Delfadors_Memoirs/maps/06_The_Swamps_of_Illuven.map
    M data/campaigns/Delfadors_Memoirs/maps/07_Night_in_the_Swamp.map
    M data/campaigns/Delfadors_Memoirs/maps/08_Ur-Thorodor.map
    M data/campaigns/Delfadors_Memoirs/maps/09_Houses_of_the_Dead.map
    M data/campaigns/Delfadors_Memoirs/maps/10_The_Gate_Between_Worlds.map
    M data/campaigns/Delfadors_Memoirs/maps/11_Wasteland.map
    M data/campaigns/Delfadors_Memoirs/maps/12_Terror_at_the_Ford_of_Parthyn.map
    M data/campaigns/Delfadors_Memoirs/maps/13_The_Return_of_Trouble.map
    M data/campaigns/Delfadors_Memoirs/maps/14_Shadows_in_the_Dark.map
    M data/campaigns/Delfadors_Memoirs/maps/15_Save_the_King.map
    M data/campaigns/Delfadors_Memoirs/maps/17_A_New_Ally.map
    M data/campaigns/Delfadors_Memoirs/maps/18_The_Portal_of_Doom.map
    M data/campaigns/Delfadors_Memoirs/maps/19_Showdown_in_the_Northern_Swamp.map
    M data/campaigns/Delfadors_Memoirs/maps/20_Prince_of_Wesnoth.map
    M data/campaigns/Delfadors_Memoirs/maps/21_Clash_at_the_Manor.map
    M data/campaigns/Delfadors_Memoirs/maps/22_Face_of_the_Enemy.map
    M data/campaigns/Delfadors_Memoirs/units/King_of_Wesnoth.cfg
    M data/campaigns/Delfadors_Memoirs/units/Mage_Commander.cfg
    M data/campaigns/Delfadors_Memoirs/units/Mage_Leader.cfg
    M data/campaigns/Delfadors_Memoirs/units/Mage_Magister.cfg
    M data/campaigns/Delfadors_Memoirs/units/Wose_Shaman.cfg
    M data/campaigns/Descent_Into_Darkness/_main.cfg
    M data/campaigns/Descent_Into_Darkness/scenarios/01_Saving_Parthyn.cfg
    M data/campaigns/Descent_Into_Darkness/scenarios/07_A_Small_Favor.cfg
    M data/campaigns/Eastern_Invasion/_main.cfg
    M data/campaigns/Eastern_Invasion/maps/05_Northern_Outpost.map
    M data/campaigns/Eastern_Invasion/maps/06_Two_Paths.map
    M data/campaigns/Eastern_Invasion/maps/08_Training_the_Ogres.map
    M data/campaigns/Eastern_Invasion/maps/10_Lake_Vrug.map
    M data/campaigns/Eastern_Invasion/maps/12_Evacuation.map
    M data/campaigns/Eastern_Invasion/maps/13_The_Drowned_Plains.map
    M data/campaigns/Eastern_Invasion/maps/17a_The_Duel.map
    M data/campaigns/Eastern_Invasion/scenarios/10_Lake_Vrug.cfg
    M data/campaigns/Eastern_Invasion/utils/bigmap.cfg
    M data/campaigns/Heir_To_The_Throne/_main.cfg
    R data/campaigns/Heir_To_The_Throne/images/story/story6.png
    R data/campaigns/Heir_To_The_Throne/images/story/story7.png
    R data/campaigns/Heir_To_The_Throne/images/story/story9.png
    M data/campaigns/Heir_To_The_Throne/maps/01_The_Elves_Besieged.map
    M data/campaigns/Heir_To_The_Throne/maps/02_Blackwater_Port.map
    M data/campaigns/Heir_To_The_Throne/maps/03_The_Isle_of_Alduin.map
    M data/campaigns/Heir_To_The_Throne/maps/04_The_Bay_of_Pearls.map
    M data/campaigns/Heir_To_The_Throne/maps/05a_Muff_Malal_Peninsula.map
    M data/campaigns/Heir_To_The_Throne/maps/05b_Isle_of_the_Damned.map
    M data/campaigns/Heir_To_The_Throne/maps/06_The_Siege_of_Elensefar.map
    M data/campaigns/Heir_To_The_Throne/maps/07_Crossroads.map
    M data/campaigns/Heir_To_The_Throne/maps/08_The_Princess_of_Wesnoth.map
    M data/campaigns/Heir_To_The_Throne/maps/09_The_Valley_of_Death.map
    M data/campaigns/Heir_To_The_Throne/maps/10_Gryphon_Mountain.map
    M data/campaigns/Heir_To_The_Throne/maps/11_The_Ford_of_Abez.map
    M data/campaigns/Heir_To_The_Throne/maps/12_Northern_Winter.map
    M data/campaigns/Heir_To_The_Throne/maps/13_The_Dwarven_Doors.map
    M data/campaigns/Heir_To_The_Throne/maps/14_Plunging_Into_the_Darkness.map
    M data/campaigns/Heir_To_The_Throne/maps/15_The_Lost_General.map
    M data/campaigns/Heir_To_The_Throne/maps/16_Hasty_Alliance.map
    M data/campaigns/Heir_To_The_Throne/maps/18_A_Choice_Must_Be_Made.map
    M data/campaigns/Heir_To_The_Throne/maps/19a_Snow_Plains.map
    M data/campaigns/Heir_To_The_Throne/maps/19b_Swamp_Of_Dread.map
    M data/campaigns/Heir_To_The_Throne/maps/19c_Cliffs_of_Thoria.map
    M data/campaigns/Heir_To_The_Throne/maps/20a_North_Elves.map
    M data/campaigns/Heir_To_The_Throne/maps/20b_Underground_Channels.map
    M data/campaigns/Heir_To_The_Throne/maps/21_Elven_Council.map
    M data/campaigns/Heir_To_The_Throne/maps/22_Return_to_Wesnoth.map
    M data/campaigns/Heir_To_The_Throne/maps/23_Test_of_the_Clans.map
    M data/campaigns/Heir_To_The_Throne/maps/24_Battle_for_Wesnoth.map
    A data/campaigns/Heir_To_The_Throne/masks/17_Scepter_of_Fire.mask
    M data/campaigns/Heir_To_The_Throne/scenarios/01_The_Elves_Besieged.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/08_The_Princess_of_Wesnoth.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/19c_Cliffs_of_Thoria.cfg
    M data/campaigns/Heir_To_The_Throne/units/Battle_Princess.cfg
    M data/campaigns/Heir_To_The_Throne/units/Commander.cfg
    M data/campaigns/Heir_To_The_Throne/units/Lord.cfg
    M data/campaigns/Heir_To_The_Throne/units/Princess.cfg
    M data/campaigns/Heir_To_The_Throne/utils/httt_utils.cfg
    M data/campaigns/Legend_of_Wesmere/_main.cfg
    A data/campaigns/Legend_of_Wesmere/images/l10n/de/low-map--overlay.png
    R data/campaigns/Legend_of_Wesmere/images/l10n/low-map--overlay.png
    A data/campaigns/Legend_of_Wesmere/images/l10n/pt/low-map--overlay.png
    R data/campaigns/Legend_of_Wesmere/lua/label.lua
    R data/campaigns/Legend_of_Wesmere/lua/replace_map.lua
    A data/campaigns/Legend_of_Wesmere/lua/wml_tags.lua
    M data/campaigns/Legend_of_Wesmere/maps/Kalian_map.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter1/03_Kalian_under_Attack.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter2/04_The_Elvish_Treasury.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter2/07_Elves_Last_Stand.cfg
    R data/campaigns/Legend_of_Wesmere/scenarios/chapter2/07_Elves_Last_Stand_utils.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter3/09_Bounty_Hunters.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter4/14_Human_Alliance.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter4/15_The_Treaty.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter4/16_The_Chief_Must_Die.cfg
    R data/campaigns/Legend_of_Wesmere/scenarios/chapter4/16_The_Chief_Must_Die_utils.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter5/19_Costly_Revenge.cfg
    M data/campaigns/Legend_of_Wesmere/units/Great_Ogre.cfg
    M data/campaigns/Liberty/_main.cfg
    M data/campaigns/Liberty/maps/01_The_Raid.map
    M data/campaigns/Liberty/maps/02_Civil_Disobedience.map
    M data/campaigns/Liberty/maps/03_Strategy_of_Hope.map
    M data/campaigns/Liberty/maps/04_Unlawful_Orders.map
    M data/campaigns/Liberty/maps/05_Hide_and_Seek.map
    M data/campaigns/Liberty/maps/06_The_Grey_Woods.map
    M data/campaigns/Liberty/maps/07_The_Hunters.map
    M data/campaigns/Liberty/maps/08_Glory.map
    M data/campaigns/Liberty/scenarios/03_A_Strategy_Of_Hope.cfg
    M data/campaigns/Liberty/scenarios/08_Glory.cfg
    M data/campaigns/Liberty/units/Death_Squire.cfg
    M data/campaigns/Liberty/units/Shadow_Lord.cfg
    M data/campaigns/Liberty/units/Shadow_Mage.cfg
    M data/campaigns/Liberty/utils/utils.cfg
    M data/campaigns/Northern_Rebirth/_main.cfg
    M data/campaigns/Northern_Rebirth/maps/07a_Settling_Disputes.map
    M data/campaigns/Northern_Rebirth/scenarios/04_Clearing_the_Mines.cfg
    M data/campaigns/Northern_Rebirth/scenarios/05a_01_The_Pursuit.cfg
    M data/campaigns/Northern_Rebirth/scenarios/05a_02_Dealings.cfg
    M data/campaigns/Northern_Rebirth/scenarios/06a_Old_Friend.cfg
    M data/campaigns/Northern_Rebirth/scenarios/07a_Settling_Disputes.cfg
    M data/campaigns/Northern_Rebirth/scenarios/08b_Ray_of_Hope.cfg
    M data/campaigns/Northern_Rebirth/scenarios/09a_Introductions.cfg
    M data/campaigns/Northern_Rebirth/scenarios/09b_Judgment.cfg
    M data/campaigns/Northern_Rebirth/scenarios/10a_Stolen_Gold.cfg
    M data/campaigns/Northern_Rebirth/scenarios/13a_Showdown.cfg
    M data/campaigns/Northern_Rebirth/scenarios/14a_Epilogue.cfg
    M data/campaigns/Sceptre_of_Fire/_main.cfg
    M data/campaigns/Sceptre_of_Fire/maps/1_A_Bargain_is_Struck.map
    M data/campaigns/Sceptre_of_Fire/maps/2_Closing_the_Gates.map
    M data/campaigns/Sceptre_of_Fire/maps/2t_In_the_Dwarven_City.map
    M data/campaigns/Sceptre_of_Fire/maps/3_Searching_for_the_Runecrafter.map
    M data/campaigns/Sceptre_of_Fire/maps/3t_The_Council_Regathers.map
    M data/campaigns/Sceptre_of_Fire/maps/4_Gathering_Materials-random.mask
    M data/campaigns/Sceptre_of_Fire/maps/4t_The_Jeweler.map
    M data/campaigns/Sceptre_of_Fire/maps/5_Hills_of_the_Shorbear_Clan.map
    M data/campaigns/Sceptre_of_Fire/maps/6_Towards_the_Caves.map
    M data/campaigns/Sceptre_of_Fire/maps/7_Outriding_the_Outriders.map
    M data/campaigns/Sceptre_of_Fire/maps/8_The_Dragon.map
    M data/campaigns/Sceptre_of_Fire/maps/9_Caverns_of_Flame.map
    M data/campaigns/Sceptre_of_Fire/maps/9_overlay/9_o1.mask
    M data/campaigns/Sceptre_of_Fire/maps/9_overlay/9_o2.mask
    M data/campaigns/Sceptre_of_Fire/maps/9_overlay/9_o3.mask
    M data/campaigns/Sceptre_of_Fire/maps/9_overlay/9_o4.mask
    M data/campaigns/Sceptre_of_Fire/maps/9_overlay/9_o5.mask
    M data/campaigns/Sceptre_of_Fire/maps/9_overlay/9_o6.mask
    M data/campaigns/Sceptre_of_Fire/maps/9_overlay/9_o7.mask
    M data/campaigns/Sceptre_of_Fire/maps/9_overlay/9_o8.mask
    M data/campaigns/Sceptre_of_Fire/maps/9_overlay/9_o9.mask
    M data/campaigns/Sceptre_of_Fire/maps/9_overlay/9_of.mask
    M data/campaigns/Sceptre_of_Fire/maps/Epilogue.map
    M data/campaigns/Sceptre_of_Fire/scenarios/1_A_Bargain_is_Struck.cfg
    M data/campaigns/Sceptre_of_Fire/scenarios/6_Towards_the_Caves.cfg
    M data/campaigns/Sceptre_of_Fire/scenarios/9_Caverns_of_Flame.cfg
    M data/campaigns/Sceptre_of_Fire/units/Haldric_II.cfg
    M data/campaigns/Son_Of_The_Black_Eye/_main.cfg
    M data/campaigns/Son_Of_The_Black_Eye/maps/01_End_of_Peace.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/03_Toward_Mountains_of_Haag.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/04_The_Siege_of_Barag_Gor.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/05_To_the_Harbor_of_Tirigaz.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/06_Black_Flag.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/07_The_Desert_of_Death.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/08_Silent_Forest.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/09_Shan_Taum_the_Smug.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/10_Saving_Inarix.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/11_Clash_of_Armies.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/12_Giving_Some_Back.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/13_The_Dwarvish_Stand.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/14_Back_Home.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/15_Civil_War.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/16_The_Coward.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/17_The_Human_Attack.map
    M data/campaigns/Son_Of_The_Black_Eye/maps/18_Northern_Alliance.map
    M data/campaigns/Son_Of_The_Black_Eye/scenarios/01_End_of_Peace.cfg
    M data/campaigns/Son_Of_The_Black_Eye/scenarios/05_To_the_Harbor_of_Tirigaz.cfg
    M data/campaigns/Son_Of_The_Black_Eye/scenarios/07_The_Desert_of_Death.cfg
    M data/campaigns/Son_Of_The_Black_Eye/scenarios/08_Silent_Forest.cfg
    M data/campaigns/Son_Of_The_Black_Eye/scenarios/09_Shan_Taum_the_Smug.cfg
    M data/campaigns/Son_Of_The_Black_Eye/scenarios/16_The_Coward.cfg
    M data/campaigns/The_Hammer_of_Thursagan/_main.cfg
    M data/campaigns/The_Hammer_of_Thursagan/scenarios/07_Mages_and_Drakes.cfg
    M data/campaigns/The_Hammer_of_Thursagan/scenarios/10_The_Siege_of_Kal_Kartha.cfg
    M data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Annalist.cfg
    M data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Loremaster.cfg
    M data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Witness.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/_main.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/maps/01_A_Summer_of_Storms.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/02_The_Fall.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/03_A_Harrowing_Escape.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/04a_The_Swamp_of_Esten.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/04b_The_Midlands.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/05_The_Oldwood.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/06_Temple_in_the_Deep.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/08_Clearwater_Port.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/09_Fallen_Lich_Point.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/10_Sewer_of_Southbay.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/11_Southbay_in_Winter.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/12_A_Final_Spring.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/13_Peoples_in_Decline.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/14_Rough_Landing.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/15_A_New_Land.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/16_The_Kalian.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/17a_The_Dragon.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/17b_Lizard_Beach.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/17c_Troll_Hole.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/17d_Cursed_Isle.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/19_The_Vanguard.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/20_Return_of_the_Fleet.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/21_The_Plan.map
    M data/campaigns/The_Rise_Of_Wesnoth/maps/22_The_Rise_of_Wesnoth.map
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/04a_The_Swamp_of_Esten.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/04b_The_Midlands.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/21_The_Plan.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/units/Noble_Commander.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/units/Noble_Lord.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/units/Warrior_King.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/units/Wesfolk_Lady.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/units/Wesfolk_Leader.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/units/Wesfolk_Outcast.cfg
    M data/campaigns/The_South_Guard/_main.cfg
    M data/campaigns/The_South_Guard/scenarios/05_Choice_In_The_Fog.cfg
    M data/campaigns/The_South_Guard/scenarios/06b_The_Long_March.cfg
    M data/campaigns/The_South_Guard/scenarios/09a_Vengeance.cfg
    M data/campaigns/The_South_Guard/units/Horseman_Commander.cfg
    M data/campaigns/The_South_Guard/units/Infantry_Commander.cfg
    M data/campaigns/The_South_Guard/units/Infantry_Lieutenant.cfg
    M data/campaigns/The_South_Guard/units/Junior_Commander.cfg
    M data/campaigns/The_South_Guard/units/Mounted_General.cfg
    M data/campaigns/Two_Brothers/_main.cfg
    M data/campaigns/Under_the_Burning_Suns/_main.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/02_Across_the_Harsh_Sands.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/07a_Dealing_with_Dwarves.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/09_Blood_is_Thicker_Than_Water.cfg
    M data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Captain.cfg
    M data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Druid.cfg
    M data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Hunter.cfg
    M data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Marshal.cfg
    M data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Prowler.cfg
    M data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Sentinel.cfg
    M data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Shaman.cfg
    M data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Shyde.cfg
    M data/campaigns/Under_the_Burning_Suns/units/elves/Kaleh.cfg
    M data/campaigns/Under_the_Burning_Suns/units/elves/Nym.cfg
    M data/campaigns/Under_the_Burning_Suns/units/humans/Human_Commander.cfg
    M data/campaigns/Under_the_Burning_Suns/units/monsters/Small_Mudcrawler.cfg
    M data/campaigns/Under_the_Burning_Suns/units/orcs/Dark_Assassin1.cfg
    M data/campaigns/Under_the_Burning_Suns/utils/garak-abilities.cfg
    M data/campaigns/Under_the_Burning_Suns/utils/kaleh-abilities.cfg
    M data/campaigns/tutorial/maps/01_Tutorial_part_1.map
    M data/campaigns/tutorial/scenarios/02_Tutorial_part_2.cfg
    M data/core/about.cfg
    M data/core/encyclopedia/geography.cfg
    M data/core/help.cfg
    A data/core/images/icons/amla-default.png
    A data/core/images/icons/armor-chain.png
    A data/core/images/icons/bag.png
    A data/core/images/icons/helmet_chain-coif.png
    A data/core/images/icons/helmet_frogmouth.png
    A data/core/images/icons/helmet_great2.png
    A data/core/images/icons/helmet_leather-cap.png
    A data/core/images/icons/herb-bag.png
    A data/core/images/icons/orc_roundshield.png
    A data/core/images/icons/rusty_targ.png
    A data/core/images/icons/silver_buckler.png
    A data/core/images/icons/skull_ring.png
    M data/core/images/items/barrel.png
    R data/core/images/misc/l10n/en at shaw/logo.png
    R data/core/images/misc/l10n/es/logo.png
    R data/core/images/misc/l10n/fr/logo.png
    R data/core/images/misc/l10n/gd/logo.png
    R data/core/images/misc/l10n/gl/logo.png
    R data/core/images/misc/l10n/hu/logo.png
    R data/core/images/misc/l10n/la/logo.png
    R data/core/images/misc/l10n/lt/logo.png
    R data/core/images/misc/l10n/nl/logo.png
    R data/core/images/misc/l10n/pt/logo.png
    R data/core/images/misc/l10n/sr/logo.png
    R data/core/images/misc/l10n/sr at latin/logo.png
    R data/core/images/misc/l10n/vi/logo.png
    R data/core/images/misc/l10n/zh_CN/logo.png
    R data/core/images/misc/logo.png
    A data/core/images/portraits/monsters/transparent/yeti.png
    R data/core/images/portraits/woses/ancient-wose.png
    M data/core/images/portraits/woses/transparent/ancient-wose.png
    A data/core/images/portraits/woses/transparent/wose.png
    A data/core/images/portraits/woses/wose.png
    A data/core/images/story/grim-altar.jpg
    A data/core/images/story/landscape-coast.jpg
    A data/core/images/story/landscape-hills-01.jpg
    A data/core/images/story/landscape-hills-02.jpg
    A data/core/images/story/landscape-mountains-01.jpg
    A data/core/images/story/landscape-mountains-02.jpg
    A data/core/images/story/landscape-mountains-03.jpg
    A data/core/images/story/landscape-mountains-04.jpg
    A data/core/images/story/landscape-mountains-05.jpg
    A data/core/images/story/swamp-01.jpg
    A data/core/images/story/swamp-02.jpg
    A data/core/images/story/swamp-03.jpg
    M data/core/images/terrain/water/ocean01.png
    M data/core/images/terrain/water/ocean02.png
    M data/core/images/terrain/water/ocean03.png
    M data/core/images/terrain/water/ocean04.png
    M data/core/images/terrain/water/ocean05.png
    M data/core/images/terrain/water/ocean06.png
    M data/core/images/terrain/water/ocean07.png
    M data/core/images/terrain/water/ocean08.png
    M data/core/images/terrain/water/ocean09.png
    M data/core/images/terrain/water/ocean10.png
    M data/core/images/terrain/water/ocean11.png
    M data/core/images/terrain/water/ocean12.png
    M data/core/images/terrain/water/ocean13.png
    M data/core/images/terrain/water/ocean14.png
    M data/core/images/terrain/water/ocean15.png
    M data/core/images/terrain/water/ocean16.png
    M data/core/images/terrain/water/ocean17.png
    M data/core/images/terrain/water/ocean18.png
    M data/core/images/terrain/water/ocean19.png
    M data/core/images/terrain/water/ocean20.png
    M data/core/images/terrain/water/ocean21.png
    M data/core/images/terrain/water/water01.png
    M data/core/images/terrain/water/water02.png
    M data/core/images/terrain/water/water03.png
    M data/core/images/terrain/water/water04.png
    M data/core/images/terrain/water/water05.png
    M data/core/images/terrain/water/water06.png
    M data/core/images/terrain/water/water07.png
    M data/core/images/terrain/water/water08.png
    M data/core/images/terrain/water/water09.png
    M data/core/images/terrain/water/water10.png
    M data/core/images/terrain/water/water11.png
    M data/core/images/terrain/water/water12.png
    M data/core/images/terrain/water/water13.png
    M data/core/images/terrain/water/water14.png
    M data/core/images/terrain/water/water15.png
    M data/core/images/terrain/water/water16.png
    M data/core/images/terrain/water/water17.png
    M data/core/macros/abilities.cfg
    M data/core/macros/amla.cfg
    M data/core/macros/deprecated-utils.cfg
    M data/core/macros/event-utils.cfg
    M data/core/macros/image-utils.cfg
    M data/core/macros/interface-utils.cfg
    M data/core/macros/scenario-utils.cfg
    M data/core/macros/utils.cfg
    A data/core/sounds/club-miss.ogg
    M data/core/sounds/club.ogg
    A data/core/sounds/ink-miss.ogg
    A data/core/sounds/ink.ogg
    A data/core/sounds/mace-miss.ogg
    A data/core/sounds/mace.ogg
    A data/core/sounds/mud-fist-miss.ogg
    A data/core/sounds/mud-fist.ogg
    A data/core/sounds/mud-glob-miss.ogg
    A data/core/sounds/mud-glob.ogg
    A data/core/sounds/staff-miss.ogg
    A data/core/sounds/staff.ogg
    M data/core/terrain-graphics.cfg
    M data/core/terrain.cfg
    M data/core/units/drakes/Flameheart.cfg
    M data/core/units/drakes/Flare.cfg
    M data/core/units/elves/Captain.cfg
    M data/core/units/elves/Druid.cfg
    M data/core/units/elves/Enchantress.cfg
    M data/core/units/elves/Marshal.cfg
    M data/core/units/elves/Shaman.cfg
    M data/core/units/elves/Shyde.cfg
    M data/core/units/elves/Sorceress.cfg
    M data/core/units/elves/Sylph.cfg
    M data/core/units/goblins/Direwolf_Rider.cfg
    M data/core/units/goblins/Pillager.cfg
    M data/core/units/goblins/Rouser.cfg
    M data/core/units/humans/Loyalist_General.cfg
    M data/core/units/humans/Loyalist_Grand_Marshal.cfg
    M data/core/units/humans/Loyalist_Lieutenant.cfg
    M data/core/units/humans/Loyalist_Royal_Guard.cfg
    M data/core/units/humans/Loyalist_Sergeant.cfg
    M data/core/units/humans/Outlaw_Assassin.cfg
    M data/core/units/khalifate/Ghazi.cfg
    M data/core/units/khalifate/Khalid.cfg
    M data/core/units/khalifate/Shuja.cfg
    M data/core/units/merfolk/Entangler.cfg
    M data/core/units/merfolk/Netcaster.cfg
    M data/core/units/monsters/Cuttle_Fish.cfg
    M data/core/units/monsters/Fire_Dragon.cfg
    M data/core/units/monsters/Giant_Mudcrawler.cfg
    M data/core/units/monsters/Giant_Scorpion.cfg
    M data/core/units/monsters/Giant_Spider.cfg
    M data/core/units/monsters/Mudcrawler.cfg
    M data/core/units/monsters/Water_Serpent.cfg
    M data/core/units/monsters/Yeti.cfg
    M data/core/units/orcs/Assassin.cfg
    M data/core/units/orcs/Leader.cfg
    M data/core/units/orcs/Nightblade.cfg
    M data/core/units/orcs/Ruler.cfg
    M data/core/units/orcs/Slayer.cfg
    M data/core/units/orcs/Sovereign.cfg
    M data/core/units/undead/Corpse_Ghast.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/wose/Ancient.cfg
    M data/core/units/wose/Elder.cfg
    M data/core/units/wose/Wose.cfg
    M data/game_config.cfg
    M data/gui/default/widget/progress_bar_title_screen.cfg
    M data/gui/default/widget/toggle_button_default.cfg
    M data/gui/default/widget/toggle_button_icon.cfg
    A 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_button_tree_view_node.cfg
    M data/gui/default/widget/toggle_panel_default.cfg
    M data/gui/default/widget/toggle_panel_wml_message.cfg
    M data/gui/default/window/addon_list.cfg
    M data/gui/default/window/advanced_graphics_options.cfg
    M data/gui/default/window/campaign_difficulty.cfg
    M data/gui/default/window/editor_edit_label.cfg
    M data/gui/default/window/editor_edit_side.cfg
    M data/gui/default/window/editor_generate_map.cfg
    M data/gui/default/window/game_load.cfg
    M data/gui/default/window/game_version.cfg
    A data/gui/default/window/label_settings.cfg
    M data/gui/default/window/mp_alerts_options.cfg
    A data/gui/default/window/synced_choice_wait.cfg
    M data/gui/default/window/title_screen.cfg
    M data/gui/default/window/unit_create.cfg
    M data/gui/schema.cfg
    M data/lua/backwards-compatibility.lua
    M data/lua/helper.lua
    M data/lua/wml-tags.lua
    A data/lua/wml-utils.lua
    A data/lua/wml/message.lua
    A data/lua/wml/object.lua
    M data/multiplayer/factions/drakes-default.cfg
    A data/multiplayer/maps/6p_Team_Survival.map
    M data/multiplayer/scenarios/6p_Team_Survival.cfg
    M data/multiplayer/scenarios/Wesbench_AI.cfg
    M data/multiplayer/scenarios/Wesbench_Scroll.cfg
    M data/multiplayer/scenarios/Wesbench_Shroud_Walk.cfg
    M data/scenario-formula-recruitment.cfg
    M data/scenario-formula.cfg
    M data/scenario-leaders.cfg
    M data/scenario-movethrough.cfg
    M data/scenario-poisoning.cfg
    M data/scenario-test.cfg
    M data/test/macros/wml_unit_test_macros.cfg
    M data/test/scenarios/break_replay_with_lua_random.cfg
    M data/test/scenarios/characterize_pathfinding.cfg
    M data/test/scenarios/conditionals.cfg
    M data/test/scenarios/facing.cfg
    M data/test/scenarios/feeding.cfg
    A data/test/scenarios/filter_this_unit.cfg
    M data/test/scenarios/filter_vision.cfg
    A data/test/scenarios/for-loops.cfg
    M data/test/scenarios/has_ally.cfg
    A data/test/scenarios/interrupts.cfg
    M data/test/scenarios/prestart_settings.cfg
    M data/test/scenarios/recruit_facing.cfg
    M data/test/scenarios/sighted_events.cfg
    M data/test/scenarios/test_check_victory.cfg
    M data/test/scenarios/test_dofile.cfg
    M data/test/scenarios/test_end_turn.cfg
    M data/test/scenarios/test_grunt_tod_damage.cfg
    M data/test/scenarios/test_lua_wml.cfg
    M data/test/scenarios/test_menu_items.cfg
    M data/test/scenarios/test_move.cfg
    M data/test/scenarios/test_move_unit.cfg
    M data/test/scenarios/test_relative_dir.cfg
    M data/test/scenarios/test_role_types.cfg
    M data/test/scenarios/test_unit_map.cfg
    M data/test/scenarios/test_victory_attacks.cfg
    M data/themes/_initial.cfg
    M data/themes/classic.cfg
    M data/themes/default.cfg
    M data/themes/editor.cfg
    M data/themes/pandora.cfg
    M data/themes/unit_box.cfg
    M data/themes/widescreen.cfg
    M data/tools/GUI.pyw
    M data/tools/addon_manager/html.py
    M data/tools/unit_tree/animations.py
    M data/tools/unit_tree/helpers.py
    M data/tools/unit_tree/html_output.py
    M data/tools/unit_tree/overview.py
    M data/tools/unit_tree/update-wmlunits
    M data/tools/unit_tree/wiki_output.py
    M data/tools/wesnoth/campaignserver_client.py
    M data/tools/wesnoth/wescamp.py
    M data/tools/wesnoth/wmliterator.py
    A data/tools/wesnoth/wmliterator3.py
    M data/tools/wesnoth/wmlparser2.py
    A data/tools/wesnoth/wmlparser3.py
    M data/tools/wesnoth/wmltools.py
    A data/tools/wesnoth/wmltools3.py
    M data/tools/wesnoth_addon_manager
    M data/tools/wmlindent
    M data/tools/wmllint
    M data/tools/wmllint-1.4
    M data/tools/wmlscope
    M data/tools/wmlunits
    R doc/manual/images/de/game-screen-1.9.14.jpg
    R doc/manual/images/de/main-menu-1.9.14.jpg
    R doc/manual/images/de/multiplayer-1.9.14.jpg
    R doc/manual/images/de/recruit-1.9.14.jpg
    R doc/manual/images/de/right_pane-1.9.14.jpg
    R doc/manual/images/de/top_pane-1.9.14.jpg
    R doc/manual/images/es/game-screen-1.9.14.jpg
    R doc/manual/images/es/main-menu-1.9.14.jpg
    R doc/manual/images/es/multiplayer-1.9.14.jpg
    R doc/manual/images/es/recruit-1.9.14.jpg
    R doc/manual/images/es/right_pane-1.9.14.jpg
    R doc/manual/images/es/top_pane-1.9.14.jpg
    R doc/manual/images/hu/game-screen-1.9.4.jpg
    R doc/manual/images/hu/main-menu-1.9.4.jpg
    R doc/manual/images/hu/multiplayer-1.9.4.jpg
    R doc/manual/images/hu/recruit-1.9.4.jpg
    R doc/manual/images/hu/right_pane-1.9.4.jpg
    R doc/manual/images/hu/top_pane-1.9.4.jpg
    A doc/manual/images/it/game-screen-1.12.4.jpg
    R doc/manual/images/it/game-screen-1.9.4.jpg
    A doc/manual/images/it/main-menu-1.12.4.jpg
    R doc/manual/images/it/main-menu-1.9.4.jpg
    A doc/manual/images/it/multiplayer-1.12.4.jpg
    R doc/manual/images/it/multiplayer-1.9.4.jpg
    A doc/manual/images/it/recruit-1.12.4.jpg
    R doc/manual/images/it/recruit-1.9.4.jpg
    A doc/manual/images/it/right_pane-1.12.4.jpg
    R doc/manual/images/it/right_pane-1.9.4.jpg
    A doc/manual/images/it/top_pane-1.12.4.jpg
    R doc/manual/images/it/top_pane-1.9.4.jpg
    R doc/manual/images/ru/game-screen-1.9.7.jpg
    R doc/manual/images/ru/main-menu-1.9.7.jpg
    R doc/manual/images/ru/multiplayer-1.9.7.jpg
    R doc/manual/images/ru/recruit-1.9.7.jpg
    R doc/manual/images/ru/right_pane-1.9.7.jpg
    R doc/manual/images/ru/top_pane-1.9.7.jpg
    R doc/manual/images/sr/game-screen-1.9.11.jpg
    R doc/manual/images/sr/main-menu-1.9.11.jpg
    R doc/manual/images/sr/multiplayer-1.7.10.jpg
    R doc/manual/images/sr/recruit-1.7.10.jpg
    R doc/manual/images/sr/right_pane-1.9.11.jpg
    R doc/manual/images/sr/top_pane-1.9.11.jpg
    R doc/manual/images/sr at ijekavian/game-screen-1.9.11.jpg
    R doc/manual/images/sr at ijekavian/main-menu-1.9.11.jpg
    R doc/manual/images/sr at ijekavian/multiplayer-1.7.10.jpg
    R doc/manual/images/sr at ijekavian/recruit-1.7.10.jpg
    R doc/manual/images/sr at ijekavian/right_pane-1.9.11.jpg
    R doc/manual/images/sr at ijekavian/top_pane-1.9.11.jpg
    R doc/manual/images/sr at ijekavianlatin/game-screen-1.9.11.jpg
    R doc/manual/images/sr at ijekavianlatin/main-menu-1.9.11.jpg
    R doc/manual/images/sr at ijekavianlatin/multiplayer-1.7.10.jpg
    R doc/manual/images/sr at ijekavianlatin/recruit-1.7.10.jpg
    R doc/manual/images/sr at ijekavianlatin/right_pane-1.9.11.jpg
    R doc/manual/images/sr at ijekavianlatin/top_pane-1.9.11.jpg
    R doc/manual/images/sr at latin/game-screen-1.9.11.jpg
    R doc/manual/images/sr at latin/main-menu-1.9.11.jpg
    R doc/manual/images/sr at latin/multiplayer-1.7.10.jpg
    R doc/manual/images/sr at latin/recruit-1.7.10.jpg
    R doc/manual/images/sr at latin/right_pane-1.9.11.jpg
    R doc/manual/images/sr at latin/top_pane-1.9.11.jpg
    R doc/manual/images/tr/game-screen-1.5.7.jpg
    R doc/manual/images/tr/main-menu-1.5.11.jpg
    R doc/manual/images/tr/multiplayer-1.5.11.jpg
    R doc/manual/images/tr/recruit-1.5.7.jpg
    R doc/manual/images/tr/right_pane-1.5.7.jpg
    R doc/manual/images/tr/top_pane-1.5.7.jpg
    R doc/manual/images/zh_CN/game-screen-1.8.0.jpg
    R doc/manual/images/zh_CN/main-menu-1.8.0.jpg
    R doc/manual/images/zh_CN/multiplayer-1.8.0.jpg
    R doc/manual/images/zh_CN/recruit-1.8.0.jpg
    R doc/manual/images/zh_CN/right_pane-1.8.0.jpg
    R doc/manual/images/zh_CN/top_pane-1.8.0.jpg
    M doc/manual/manual.en.html
    M doc/manual/manual.en_GB.html
    M doc/manual/manual.it.html
    M doc/manual/manual.pt.html
    A images/icons/alignments/alignment_chaotic_30.png
    A images/icons/alignments/alignment_lawful_30.png
    A images/icons/alignments/alignment_liminal_30.png
    A images/icons/alignments/alignment_neutral_30.png
    A images/misc/logo-bg.png
    M images/misc/logo.png
    M l10n-track
    M packaging/windows/Wesnoth.nsi.in
    A packaging/windows/gpl-2.de.txt
    A packaging/windows/gpl-2.gl.txt
    A packaging/windows/gpl-2.it.txt
    A packaging/windows/gpl-2.pl.txt
    A packaging/windows/gpl-2.pt-br.txt
    A packaging/windows/gpl-2.pt.txt
    A packaging/windows/gpl-2.ru.txt
    A packaging/windows/gpl-2.zh-cn.txt
    A packaging/windows/gpl-2.zh-tw.txt
    A packaging/windows/gpl-3.cs.txt
    A packaging/windows/gpl-3.fr.txt
    A packaging/windows/gpl-3.hu.txt
    A packaging/windows/translations.nsh
    M packaging/windows/wesnoth-icon.ico
    M packaging/windows/wesnoth_editor-icon.ico
    M players_changelog
    M po/wesnoth-ai/en_GB.po
    M po/wesnoth-ai/ja.po
    M po/wesnoth-anl/en_GB.po
    M po/wesnoth-anl/ja.po
    M po/wesnoth-aoi/en_GB.po
    M po/wesnoth-aoi/ja.po
    M po/wesnoth-aoi/lv.po
    M po/wesnoth-did/en_GB.po
    M po/wesnoth-did/ja.po
    M po/wesnoth-dm/en_GB.po
    M po/wesnoth-dm/ja.po
    M po/wesnoth-dw/en_GB.po
    M po/wesnoth-dw/ja.po
    M po/wesnoth-editor/en_GB.po
    M po/wesnoth-editor/hu.po
    M po/wesnoth-editor/ja.po
    M po/wesnoth-editor/lv.po
    M po/wesnoth-ei/en_GB.po
    M po/wesnoth-ei/fr.po
    M po/wesnoth-ei/ja.po
    M po/wesnoth-help/en_GB.po
    M po/wesnoth-help/hu.po
    M po/wesnoth-help/ja.po
    M po/wesnoth-help/lv.po
    M po/wesnoth-help/wesnoth-help.pot
    M po/wesnoth-httt/en_GB.po
    M po/wesnoth-httt/ja.po
    M po/wesnoth-l/en_GB.po
    M po/wesnoth-l/ja.po
    M po/wesnoth-lib/en_GB.po
    M po/wesnoth-lib/fi.po
    M po/wesnoth-lib/fr.po
    M po/wesnoth-lib/hu.po
    M po/wesnoth-lib/it.po
    M po/wesnoth-lib/ja.po
    M po/wesnoth-lib/lv.po
    M po/wesnoth-lib/pl.po
    M po/wesnoth-lib/pt_BR.po
    M po/wesnoth-lib/wesnoth-lib.pot
    M po/wesnoth-low/en_GB.po
    M po/wesnoth-low/ja.po
    M po/wesnoth-manpages/en_GB.po
    M po/wesnoth-manpages/ja.po
    M po/wesnoth-manual/en_GB.po
    M po/wesnoth-manual/it.po
    M po/wesnoth-manual/ja.po
    M po/wesnoth-manual/pt.po
    M po/wesnoth-multiplayer/en_GB.po
    M po/wesnoth-multiplayer/ja.po
    M po/wesnoth-multiplayer/lv.po
    M po/wesnoth-nr/en_GB.po
    M po/wesnoth-nr/ja.po
    M po/wesnoth-sof/en_GB.po
    M po/wesnoth-sof/ja.po
    M po/wesnoth-sotbe/en_GB.po
    M po/wesnoth-sotbe/ja.po
    M po/wesnoth-tb/en_GB.po
    M po/wesnoth-tb/ja.po
    M po/wesnoth-test/ja.po
    M po/wesnoth-thot/en_GB.po
    M po/wesnoth-thot/ja.po
    M po/wesnoth-trow/en_GB.po
    M po/wesnoth-trow/ja.po
    M po/wesnoth-tsg/en_GB.po
    M po/wesnoth-tsg/ja.po
    M po/wesnoth-tsg/lv.po
    M po/wesnoth-tutorial/en_GB.po
    M po/wesnoth-tutorial/ja.po
    M po/wesnoth-tutorial/lv.po
    M po/wesnoth-units/en_GB.po
    M po/wesnoth-units/fr.po
    M po/wesnoth-units/hu.po
    M po/wesnoth-units/it.po
    M po/wesnoth-units/ja.po
    M po/wesnoth-units/lv.po
    M po/wesnoth-utbs/en_GB.po
    M po/wesnoth-utbs/ja.po
    M po/wesnoth/en_GB.po
    M po/wesnoth/fr.po
    M po/wesnoth/hu.po
    M po/wesnoth/it.po
    M po/wesnoth/ja.po
    M po/wesnoth/lv.po
    M projectfiles/CodeBlocks/README.md
    M projectfiles/CodeBlocks/wesnoth.cbp
    M projectfiles/CodeLite/wesnoth.project
    M projectfiles/VC9/wesnoth.sln
    M projectfiles/VC9/wesnoth.vcproj
    M projectfiles/VC9/wesnoth.vcxproj.user
    M projectfiles/VC9/wesnothd.vcproj
    M projectfiles/VC9/wesnothd.vcxproj.user
    M projectfiles/Xcode/Resources/pango/1.8.0/modules/pango-arabic-lang.so
    M projectfiles/Xcode/Resources/pango/1.8.0/modules/pango-basic-coretext.so
    M projectfiles/Xcode/Resources/pango/1.8.0/modules/pango-basic-fc.so
    M projectfiles/Xcode/Resources/pango/1.8.0/modules/pango-indic-lang.so
    M projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj
    M run_wml_tests
    M scons/sdl.py
    M src/CMakeLists.txt
    M src/SConscript
    M src/SDL_gpu/SDL_gpu/GL_common/SDL_gpu_GL_common.inl
    M src/SDL_gpu/SDL_gpu/GL_common/SDL_gpu_GL_matrix.c
    M src/SDL_gpu/SDL_gpu/SDL_gpu.h
    M src/actions/attack.cpp
    M src/actions/create.cpp
    M src/actions/create.hpp
    M src/actions/undo.cpp
    M src/actions/undo_action.cpp
    M src/actions/undo_action.hpp
    M src/actions/undo_dismiss_action.cpp
    M src/actions/undo_move_action.cpp
    M src/actions/undo_recall_action.cpp
    M src/actions/undo_recruit_action.cpp
    A src/actions/unit_creator.cpp
    A src/actions/unit_creator.hpp
    M src/addon/manager.cpp
    M src/addon/manager_ui.cpp
    M src/addon/state.cpp
    M src/addon/state.hpp
    M src/ai/formula/function_table.cpp
    M src/ai/lua/core.cpp
    M src/ai/simulated_actions.cpp
    M src/ai/testing/ca_global_fallback.cpp
    M src/attack_prediction_display.cpp
    M src/build_info.cpp
    M src/campaign_server/campaign_server.cpp
    M src/carryover.cpp
    M src/carryover.hpp
    M src/config.cpp
    M src/config.hpp
    M src/controller_base.hpp
    M src/desktop/clipboard.cpp
    M src/desktop/open.cpp
    M src/desktop/version.cpp
    M src/desktop/version.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/display_chat_manager.cpp
    M src/display_chat_manager.hpp
    M src/display_context.cpp
    M src/display_context.hpp
    M src/editor/action/action_label.cpp
    M src/editor/action/action_label.hpp
    M src/editor/action/mouse/mouse_action_map_label.cpp
    M src/editor/controller/editor_controller.cpp
    M src/editor/controller/editor_controller.hpp
    M src/editor/editor_display.cpp
    M src/editor/editor_preferences.cpp
    M src/editor/editor_preferences.hpp
    M src/editor/map/context_manager.cpp
    M src/editor/map/context_manager.hpp
    M src/editor/map/editor_map.cpp
    M src/editor/map/map_context.cpp
    M src/editor/map/map_context.hpp
    M src/events.cpp
    R src/filesystem.cpp
    M src/filesystem_boost.cpp
    M src/filesystem_common.cpp
    R src/filesystem_win32.ii
    M src/floating_label.cpp
    M src/formula_string_utils.cpp
    M src/formula_string_utils.hpp
    M src/game_board.cpp
    M src/game_board.hpp
    M src/game_config.cpp
    M src/game_config.hpp
    M src/game_config_manager.cpp
    M src/game_display.cpp
    M src/game_display.hpp
    M src/game_events/action_wml.cpp
    M src/game_events/manager.cpp
    M src/game_events/manager.hpp
    M src/game_events/wmi_container.cpp
    M src/game_initialization/configure_engine.cpp
    M src/game_initialization/connect_engine.cpp
    M src/game_initialization/connect_engine.hpp
    M src/game_initialization/create_engine.cpp
    M src/game_initialization/mp_game_utils.cpp
    M src/game_initialization/multiplayer.cpp
    M src/game_initialization/multiplayer_lobby.cpp
    M src/game_initialization/multiplayer_lobby.hpp
    M src/game_initialization/multiplayer_ui.hpp
    M src/game_initialization/playcampaign.cpp
    M src/game_initialization/playcampaign.hpp
    M src/game_initialization/singleplayer.cpp
    M src/game_launcher.cpp
    M src/game_state.cpp
    M src/game_state.hpp
    M src/generators/cave_map_generator.cpp
    M src/generators/default_map_generator.cpp
    M src/generators/default_map_generator_job.cpp
    M src/gettext.cpp
    M src/gettext.hpp
    M src/gettext_boost.cpp
    M src/global.hpp
    M src/gui/auxiliary/canvas.cpp
    M src/gui/auxiliary/widget_definition/toggle_button.cpp
    M src/gui/auxiliary/widget_definition/toggle_panel.cpp
    M src/gui/dialogs/addon/uninstall_list.cpp
    M src/gui/dialogs/addon_list.cpp
    M src/gui/dialogs/addon_list.hpp
    M src/gui/dialogs/campaign_difficulty.cpp
    M src/gui/dialogs/campaign_difficulty.hpp
    M src/gui/dialogs/campaign_selection.cpp
    M src/gui/dialogs/campaign_settings.cpp
    M src/gui/dialogs/depcheck_select_new.cpp
    M src/gui/dialogs/editor/editor_edit_label.cpp
    M src/gui/dialogs/editor/editor_edit_label.hpp
    M src/gui/dialogs/editor/editor_edit_side.cpp
    M src/gui/dialogs/editor/editor_edit_side.hpp
    M src/gui/dialogs/field.hpp
    M src/gui/dialogs/game_load.cpp
    M src/gui/dialogs/game_load.hpp
    M src/gui/dialogs/game_version.cpp
    M src/gui/dialogs/game_version.hpp
    M src/gui/dialogs/gamestate_inspector.cpp
    A src/gui/dialogs/label_settings.cpp
    A src/gui/dialogs/label_settings.hpp
    M src/gui/dialogs/lobby_main.cpp
    M src/gui/dialogs/mp_alerts_options.cpp
    A src/gui/dialogs/synced_choice_wait.cpp
    A src/gui/dialogs/synced_choice_wait.hpp
    M src/gui/dialogs/unit_create.cpp
    M src/gui/dialogs/unit_create.hpp
    M src/gui/dialogs/wml_message.cpp
    M src/gui/dialogs/wml_message.hpp
    M src/gui/widgets/control.cpp
    M src/gui/widgets/generator.cpp
    M src/gui/widgets/generator.hpp
    M src/gui/widgets/generator_private.hpp
    M src/gui/widgets/grid.cpp
    M src/gui/widgets/list.cpp
    M src/gui/widgets/listbox.cpp
    M src/gui/widgets/listbox.hpp
    M src/gui/widgets/selectable.hpp
    M src/gui/widgets/settings.cpp
    M src/gui/widgets/toggle_button.cpp
    M src/gui/widgets/toggle_button.hpp
    M src/gui/widgets/toggle_panel.cpp
    M src/gui/widgets/toggle_panel.hpp
    M src/help/help.cpp
    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_command.cpp
    M src/hotkey/hotkey_command.hpp
    M src/hotkey/hotkey_item.cpp
    M src/hotkey/hotkey_preferences_display.cpp
    M src/hotkey_handler.cpp
    M src/hotkey_handler.hpp
    M src/hotkey_handler_mp.cpp
    M src/hotkey_handler_replay.cpp
    M src/hotkey_handler_replay.hpp
    M src/hotkey_handler_sp.cpp
    M src/hotkey_handler_sp.hpp
    M src/loadscreen.cpp
    M src/map.cpp
    M src/map.hpp
    M src/map_label.cpp
    M src/map_label.hpp
    M src/map_location.cpp
    M src/menu_events.cpp
    M src/menu_events.hpp
    M src/minimap.cpp
    A src/mp_replay_controller.cpp
    A src/mp_replay_controller.hpp
    M src/pathfind/pathfind.cpp
    M src/pathfind/pathfind.hpp
    M src/pathfind/teleport.cpp
    M src/persist_var.cpp
    M src/play_controller.cpp
    M src/play_controller.hpp
    M src/playmp_controller.cpp
    M src/playmp_controller.hpp
    M src/playsingle_controller.cpp
    M src/playsingle_controller.hpp
    M src/playturn.cpp
    M src/playturn.hpp
    A src/quit_confirmation.cpp
    A src/quit_confirmation.hpp
    M src/random_new.cpp
    M src/random_new.hpp
    M src/replay.cpp
    M src/replay.hpp
    M src/replay_controller.cpp
    M src/replay_controller.hpp
    M src/replay_recorder_base.cpp
    M src/replay_recorder_base.hpp
    M src/reports.cpp
    M src/reports.hpp
    M src/saved_game.cpp
    M src/savegame.cpp
    M src/savegame.hpp
    M src/scripting/game_lua_kernel.cpp
    M src/scripting/game_lua_kernel.hpp
    M src/scripting/lua_api.cpp
    M src/scripting/lua_api.hpp
    M src/scripting/lua_common.cpp
    M src/scripting/lua_common.hpp
    M src/scripting/lua_gui2.cpp
    M src/scripting/lua_gui2.hpp
    M src/scripting/lua_kernel_base.cpp
    M src/scripting/lua_kernel_base.hpp
    M src/scripting/lua_race.cpp
    M src/scripting/lua_unit_type.cpp
    M src/scripting/push_check.hpp
    M src/sdl/utils.cpp
    M src/sdl/utils.hpp
    M src/sdl/window.cpp
    M src/sdl/window.hpp
    M src/serialization/parser.cpp
    M src/serialization/preprocessor.cpp
    M src/serialization/schema_validator.cpp
    M src/serialization/ucs4_convert_impl.hpp
    M src/serialization/unicode.hpp
    M src/serialization/unicode_cast.hpp
    M src/serialization/unicode_types.hpp
    M src/server/game.cpp
    M src/side_filter.cpp
    M src/storyscreen/render.cpp
    M src/synced_checkup.cpp
    M src/synced_commands.cpp
    M src/synced_context.cpp
    M src/synced_context.hpp
    A src/synced_user_choice.cpp
    A src/synced_user_choice.hpp
    M src/team.cpp
    M src/team.hpp
    M src/teambuilder.cpp
    M src/teambuilder.hpp
    M src/terrain_builder.cpp
    M src/tests/gui/test_gui2.cpp
    M src/tests/test_config.cpp
    M src/tests/test_mp_connect.cpp
    M src/tests/test_recall_list.cpp
    M src/tests/test_unit_map.cpp
    M src/tests/utils/play_scenario.cpp
    M src/text.hpp
    M src/tod_manager.cpp
    M src/tod_manager.hpp
    M src/unit.cpp
    M src/unit.hpp
    M src/unit_abilities.cpp
    M src/unit_animation.cpp
    M src/unit_attack_type.cpp
    M src/unit_attack_type.hpp
    M src/unit_display.cpp
    M src/unit_display.hpp
    M src/unit_drawer.cpp
    M src/unit_filter.cpp
    M src/unit_filter.hpp
    M src/unit_id.cpp
    M src/unit_id.hpp
    M src/unit_map.cpp
    M src/unit_types.cpp
    M src/variable.cpp
    M src/variable.hpp
    M src/variable_info.cpp
    M src/video.cpp
    M src/wesnoth.cpp
    M src/whiteboard/highlighter.cpp
    M src/whiteboard/highlighter.hpp
    M src/whiteboard/manager.cpp
    M src/widgets/menu.cpp
    M src/widgets/multimenu.cpp
    M src/widgets/textbox.cpp
    M utils/umc_dev/org.wesnoth/templates/map.map
    M wml_test_schedule

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


  Commit: 5d494895025517b83df3c48e3d84899dd2bb9fb3
      https://github.com/wesnoth/wesnoth/commit/5d494895025517b83df3c48e3d84899dd2bb9fb3
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2015-10-30 (Fri, 30 Oct 2015)

  Changed paths:
    M src/buffered_istream.hpp
    M src/game_config.hpp
    M src/terrain_translation.hpp
    M src/util.hpp

  Log Message:
  -----------
  Use int types from stdint.h instead of SDL_Types.h


  Commit: 78d51032e4f7e0895cd99ad1a0edca934c7ca8f9
      https://github.com/wesnoth/wesnoth/commit/78d51032e4f7e0895cd99ad1a0edca934c7ca8f9
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2015-11-15 (Sun, 15 Nov 2015)

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

  Log Message:
  -----------
  Replace SDL_GetTicks with boost.datetime


  Commit: 879ab58e3925d79df986b4e8b8f3c0612dda100b
      https://github.com/wesnoth/wesnoth/commit/879ab58e3925d79df986b4e8b8f3c0612dda100b
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2015-11-15 (Sun, 15 Nov 2015)

  Changed paths:
    M SConstruct
    M src/SConscript
    M src/server/ban.cpp
    M src/server/game.cpp
    M src/server/server.cpp
    M src/server/server.hpp

  Log Message:
  -----------
  Remove dependency on SDL from wesnothd


  Commit: 62f01e345b7f35f6e98593a96a8468a0846fdf37
      https://github.com/wesnoth/wesnoth/commit/62f01e345b7f35f6e98593a96a8468a0846fdf37
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2015-11-23 (Mon, 23 Nov 2015)

  Changed paths:
    M src/SConscript
    M src/filesystem_common.cpp
    A src/filesystem_sdl.cpp

  Log Message:
  -----------
  Split off SDL RWops code from filesystem_common.cpp


  Commit: 83fdb9219716ffbc07799121c383c4034aa204d4
      https://github.com/wesnoth/wesnoth/commit/83fdb9219716ffbc07799121c383c4034aa204d4
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2015-11-23 (Mon, 23 Nov 2015)

  Changed paths:
    M src/server/server.cpp

  Log Message:
  -----------
  Reenable filesystem calls in server.cpp


  Commit: 084a7c279e555f5db12311d7b79c4637389f3ba8
      https://github.com/wesnoth/wesnoth/commit/084a7c279e555f5db12311d7b79c4637389f3ba8
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2015-11-29 (Sun, 29 Nov 2015)

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

  Log Message:
  -----------
  Reenabled the capability to read admin commands from named pipe


  Commit: de8f839da2418904bf50d5b285d12ff1f250c37f
      https://github.com/wesnoth/wesnoth/commit/de8f839da2418904bf50d5b285d12ff1f250c37f
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2015-11-29 (Sun, 29 Nov 2015)

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

  Log Message:
  -----------
  Reenabled handling of SIGHUP


  Commit: 5f34b95b337786fb4a7cd56f1efbd597ec3d65c9
      https://github.com/wesnoth/wesnoth/commit/5f34b95b337786fb4a7cd56f1efbd597ec3d65c9
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2015-12-25 (Fri, 25 Dec 2015)

  Changed paths:
    M src/server/server.cpp

  Log Message:
  -----------
  Reactivate kick functionality


  Commit: 7666030367d1595a04e2aee91205e846a6a7e7a6
      https://github.com/wesnoth/wesnoth/commit/7666030367d1595a04e2aee91205e846a6a7e7a6
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2016-01-19 (Tue, 19 Jan 2016)

  Changed paths:
    M .gitignore
    M .travis.yml
    M CMakeLists.txt
    M Doxyfile
    M INSTALL
    M RELEASE_NOTES
    M SConstruct
    M changelog
    M data/advanced_preferences.cfg
    M data/campaigns/Dead_Water/images/maps/l10n/de/dw--overlay.png
    M data/campaigns/Dead_Water/scenarios/09_The_Mage.cfg
    M data/campaigns/Dead_Water/units/Child_King.cfg
    M data/campaigns/Dead_Water/units/Soldier_King.cfg
    M data/campaigns/Dead_Water/units/Warrior_King.cfg
    M data/campaigns/Dead_Water/units/Young_King.cfg
    M data/campaigns/Descent_Into_Darkness/scenarios/02_Peaceful_Valley.cfg
    M data/campaigns/Descent_Into_Darkness/units/Frontier_Baroness.cfg
    M data/campaigns/Eastern_Invasion/scenarios/13_The_Drowned_Plains.cfg
    M data/campaigns/Eastern_Invasion/units/Bone_Knight.cfg
    M data/campaigns/Eastern_Invasion/units/Horse_Lord.cfg
    M data/campaigns/Eastern_Invasion/units/Mounted_Fighter.cfg
    M data/campaigns/Eastern_Invasion/units/Mounted_Warrior.cfg
    M data/campaigns/Eastern_Invasion/units/Skeleton_Rider.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/07_Crossroads.cfg
    M data/campaigns/Heir_To_The_Throne/units/Battle_Princess.cfg
    M data/campaigns/Heir_To_The_Throne/units/Dark_Queen.cfg
    M data/campaigns/Heir_To_The_Throne/units/Sea_Orc.cfg
    M data/campaigns/Legend_of_Wesmere/maps/02_Hostile_Mountains.map
    M data/campaigns/Legend_of_Wesmere/maps/04_The_Elvish_Treasury.map
    M data/campaigns/Legend_of_Wesmere/maps/06_Acquaintance_in_Need.map
    M data/campaigns/Legend_of_Wesmere/maps/09_Bounty_Hunters.map
    M data/campaigns/Legend_of_Wesmere/maps/10_Cliffs_of_Thoria.map
    M data/campaigns/Legend_of_Wesmere/maps/11_Battle_of_the_Book.map
    M data/campaigns/Legend_of_Wesmere/maps/14_Human_Alliance.map
    M data/campaigns/Legend_of_Wesmere/maps/Kalian.map
    M data/campaigns/Legend_of_Wesmere/maps/Kalian_map.cfg
    M data/campaigns/Legend_of_Wesmere/maps/Lintanir.map
    M data/campaigns/Legend_of_Wesmere/maps/Saurgrath.map
    M data/campaigns/Legend_of_Wesmere/masks/03_Kalian_under_Attack.mask
    M data/campaigns/Legend_of_Wesmere/masks/05_The_Saurian_Treasury.mask
    M data/campaigns/Legend_of_Wesmere/masks/07_Elves_Last_Stand.mask
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter1/02_Hostile_Mountains.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter1/03_Kalian_under_Attack.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter2/04_The_Elvish_Treasury.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter2/05_The_Saurian_Treasury.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter2/06_Acquaintance_in_Need.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter2/07_Elves_Last_Stand.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter2/08_Council_of_Hard_Choices.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter3/09_Bounty_Hunters.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter3/10_Cliffs_of_Thoria.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter3/11_Battle_of_the_Book.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter3/12_Revelations.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter4/13_News_from_the_Front.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter4/14_Human_Alliance.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter4/16_The_Chief_Must_Die.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter4/17_Breaking_the_Siege.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter5/19_Costly_Revenge.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter5/21_Elvish_Assassins.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter5/22_Northern_Battle.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter5/23_End_of_War.cfg
    M data/campaigns/Legend_of_Wesmere/units/Great_Ogre.cfg
    M data/campaigns/Legend_of_Wesmere/utils/bigmap.cfg
    M data/campaigns/Legend_of_Wesmere/utils/characters.cfg
    A data/campaigns/Legend_of_Wesmere/utils/debug.cfg
    M data/campaigns/Legend_of_Wesmere/utils/low-macros.cfg
    M data/campaigns/Legend_of_Wesmere/utils/map-utils.cfg
    M data/campaigns/Liberty/_main.cfg
    A data/campaigns/Liberty/images/units/human-outlaws/rogue-mage-defend1.png
    A data/campaigns/Liberty/images/units/human-outlaws/rogue-mage-defend2.png
    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
    A data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-defend1.png
    A data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-defend2.png
    A data/campaigns/Liberty/images/units/human-outlaws/shadow-mage-defend1.png
    A data/campaigns/Liberty/images/units/human-outlaws/shadow-mage-defend2.png
    M data/campaigns/Liberty/units/Bone_Knight.cfg
    M data/campaigns/Liberty/units/Rogue_Mage.cfg
    M data/campaigns/Liberty/units/Shadow_Lord.cfg
    M data/campaigns/Liberty/units/Shadow_Mage.cfg
    M data/campaigns/Liberty/units/Skeleton_Rider.cfg
    M data/campaigns/Liberty/units/Villagers.cfg
    M data/campaigns/Northern_Rebirth/_main.cfg
    M data/campaigns/Northern_Rebirth/maps/12a_Get_the_Gold.map
    M data/campaigns/Northern_Rebirth/scenarios/01_Breaking_the_Chains.cfg
    M data/campaigns/Northern_Rebirth/scenarios/02_01_Infested_Caves.cfg
    M data/campaigns/Northern_Rebirth/scenarios/03_To_the_Mines.cfg
    M data/campaigns/Northern_Rebirth/scenarios/04_Clearing_the_Mines.cfg
    M data/campaigns/Northern_Rebirth/scenarios/05a_01_The_Pursuit.cfg
    M data/campaigns/Northern_Rebirth/scenarios/05b_Compelled.cfg
    M data/campaigns/Northern_Rebirth/scenarios/06a_Old_Friend.cfg
    M data/campaigns/Northern_Rebirth/scenarios/07a_Settling_Disputes.cfg
    M data/campaigns/Northern_Rebirth/scenarios/07b_Protecting_the_Master.cfg
    M data/campaigns/Northern_Rebirth/scenarios/08a_Elvish_Princess.cfg
    M data/campaigns/Northern_Rebirth/scenarios/09a_Introductions.cfg
    M data/campaigns/Northern_Rebirth/scenarios/10a_Stolen_Gold.cfg
    M data/campaigns/Northern_Rebirth/scenarios/11a_The_Eastern_Flank.cfg
    M data/campaigns/Northern_Rebirth/scenarios/12a_Get_the_Gold.cfg
    M data/campaigns/Northern_Rebirth/scenarios/13a_Showdown.cfg
    M data/campaigns/Sceptre_of_Fire/_main.cfg
    M data/campaigns/Sceptre_of_Fire/images/units/dwarves/caravan.png
    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/Caravan.cfg
    M data/campaigns/Sceptre_of_Fire/units/Dwarvish_Miner.cfg
    M data/campaigns/Son_Of_The_Black_Eye/_main.cfg
    A data/campaigns/Son_Of_The_Black_Eye/images/units/elder-orcish-shaman-defend-1.png
    A data/campaigns/Son_Of_The_Black_Eye/images/units/elder-orcish-shaman-defend-2.png
    A data/campaigns/Son_Of_The_Black_Eye/images/units/elder-orcish-shaman-magic.png
    M data/campaigns/Son_Of_The_Black_Eye/images/units/elder-orcish-shaman.png
    A data/campaigns/Son_Of_The_Black_Eye/images/units/novice-orcish-shaman-defend-1.png
    A data/campaigns/Son_Of_The_Black_Eye/images/units/novice-orcish-shaman-defend-2.png
    A data/campaigns/Son_Of_The_Black_Eye/images/units/novice-orcish-shaman-magic.png
    M data/campaigns/Son_Of_The_Black_Eye/images/units/novice-orcish-shaman.png
    A data/campaigns/Son_Of_The_Black_Eye/images/units/orcish-shaman-defend-1.png
    A data/campaigns/Son_Of_The_Black_Eye/images/units/orcish-shaman-defend-2.png
    A data/campaigns/Son_Of_The_Black_Eye/images/units/orcish-shaman-magic.png
    M data/campaigns/Son_Of_The_Black_Eye/images/units/orcish-shaman.png
    M data/campaigns/Son_Of_The_Black_Eye/units/Novice_Orcish_Shaman.cfg
    M data/campaigns/Son_Of_The_Black_Eye/units/Old_Orcish_Shaman.cfg
    M data/campaigns/Son_Of_The_Black_Eye/units/Orcish_Shaman.cfg
    M data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Annalist.cfg
    M data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Loremaster.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/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg
    M data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Witness.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/22_The_Rise_of_Wesnoth.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/units/Wesfolk_Lady.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/units/Wesfolk_Leader.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/units/Wesfolk_Outcast.cfg
    M data/campaigns/The_South_Guard/units/Horseman_Commander.cfg
    M data/campaigns/The_South_Guard/units/Infantry_Commander.cfg
    M data/campaigns/The_South_Guard/units/Mounted_General.cfg
    M data/campaigns/Under_the_Burning_Suns/_main.cfg
    M data/campaigns/Under_the_Burning_Suns/images/units/monsters/crab-attack1.png
    M data/campaigns/Under_the_Burning_Suns/images/units/monsters/crab-attack2.png
    A data/campaigns/Under_the_Burning_Suns/images/units/monsters/crab-attack3.png
    R data/campaigns/Under_the_Burning_Suns/images/units/monsters/crab-defend.png
    A data/campaigns/Under_the_Burning_Suns/images/units/monsters/crab-defend1.png
    A data/campaigns/Under_the_Burning_Suns/images/units/monsters/crab-defend2.png
    M data/campaigns/Under_the_Burning_Suns/images/units/monsters/crab.png
    A data/campaigns/Under_the_Burning_Suns/images/units/nagas/guardian-attack-1.png
    A data/campaigns/Under_the_Burning_Suns/images/units/nagas/guardian-attack-2.png
    A data/campaigns/Under_the_Burning_Suns/images/units/nagas/guardian-attack-3.png
    A data/campaigns/Under_the_Burning_Suns/images/units/nagas/guardian-attack-4.png
    M data/campaigns/Under_the_Burning_Suns/images/units/nagas/guardian-defend-1.png
    M data/campaigns/Under_the_Burning_Suns/images/units/nagas/guardian-defend-2.png
    R data/campaigns/Under_the_Burning_Suns/images/units/nagas/guardian-defend-3.png
    R data/campaigns/Under_the_Burning_Suns/images/units/nagas/guardian-defend-4.png
    R data/campaigns/Under_the_Burning_Suns/images/units/nagas/guardian-defend-5.png
    M data/campaigns/Under_the_Burning_Suns/images/units/nagas/guardian.png
    A data/campaigns/Under_the_Burning_Suns/images/units/nagas/hunter-attack-ranged-1.png
    A data/campaigns/Under_the_Burning_Suns/images/units/nagas/hunter-attack-ranged-2.png
    A data/campaigns/Under_the_Burning_Suns/images/units/nagas/hunter-attack-ranged-3.png
    A data/campaigns/Under_the_Burning_Suns/images/units/nagas/hunter-attack-ranged-4.png
    A data/campaigns/Under_the_Burning_Suns/images/units/nagas/hunter-attack-ranged-5.png
    A data/campaigns/Under_the_Burning_Suns/images/units/nagas/hunter-attack-ranged-6.png
    R data/campaigns/Under_the_Burning_Suns/images/units/nagas/hunter-defend-both.png
    R data/campaigns/Under_the_Burning_Suns/images/units/nagas/hunter-defend-melee.png
    R data/campaigns/Under_the_Burning_Suns/images/units/nagas/hunter-moving-1.png
    R data/campaigns/Under_the_Burning_Suns/images/units/nagas/hunter-moving-2.png
    R data/campaigns/Under_the_Burning_Suns/images/units/nagas/hunter-moving-3.png
    R data/campaigns/Under_the_Burning_Suns/images/units/nagas/hunter-ranged-1.png
    R data/campaigns/Under_the_Burning_Suns/images/units/nagas/hunter-ranged-2.png
    R data/campaigns/Under_the_Burning_Suns/images/units/nagas/hunter-ranged-3.png
    R data/campaigns/Under_the_Burning_Suns/images/units/nagas/hunter-ranged-4.png
    R data/campaigns/Under_the_Burning_Suns/images/units/nagas/hunter-ranged-5.png
    R data/campaigns/Under_the_Burning_Suns/images/units/nagas/hunter-ranged-6.png
    M data/campaigns/Under_the_Burning_Suns/images/units/nagas/hunter.png
    A data/campaigns/Under_the_Burning_Suns/images/units/nagas/sentinel-attack-1.png
    A data/campaigns/Under_the_Burning_Suns/images/units/nagas/sentinel-attack-2.png
    A data/campaigns/Under_the_Burning_Suns/images/units/nagas/sentinel-attack-3.png
    A data/campaigns/Under_the_Burning_Suns/images/units/nagas/sentinel-attack-4.png
    A data/campaigns/Under_the_Burning_Suns/images/units/nagas/sentinel-defend-1.png
    A data/campaigns/Under_the_Burning_Suns/images/units/nagas/sentinel-defend-2.png
    M data/campaigns/Under_the_Burning_Suns/images/units/nagas/sentinel.png
    A data/campaigns/Under_the_Burning_Suns/images/units/nagas/warden-attack-1.png
    A data/campaigns/Under_the_Burning_Suns/images/units/nagas/warden-attack-2.png
    A data/campaigns/Under_the_Burning_Suns/images/units/nagas/warden-attack-3.png
    A data/campaigns/Under_the_Burning_Suns/images/units/nagas/warden-attack-4.png
    A data/campaigns/Under_the_Burning_Suns/images/units/nagas/warden-defend-1.png
    A data/campaigns/Under_the_Burning_Suns/images/units/nagas/warden-defend-2.png
    M data/campaigns/Under_the_Burning_Suns/images/units/nagas/warden.png
    M data/campaigns/Under_the_Burning_Suns/scenarios/09_Blood_is_Thicker_Than_Water.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/12_The_Final_Confrontation.cfg
    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_Shaman.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_Guardian.cfg
    M data/campaigns/Under_the_Burning_Suns/units/nagas/Naga_Hunter.cfg
    M data/campaigns/Under_the_Burning_Suns/units/nagas/Naga_Sentinel.cfg
    M data/campaigns/Under_the_Burning_Suns/units/nagas/Naga_Warden.cfg
    M data/campaigns/Under_the_Burning_Suns/units/undead/Undead_Horseman.cfg
    M data/campaigns/tutorial/scenarios/02_Tutorial_part_2.cfg
    M data/campaigns/tutorial/units/Quintain.cfg
    M data/core/about.cfg
    M data/core/hotkeys.cfg
    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
    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
    M data/core/macros/image-utils.cfg
    M data/core/macros/terrain-utils.cfg
    M data/core/macros/utils.cfg
    A data/core/music/frantic-old.ogg
    M data/core/music/frantic.ogg
    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/Enforcer.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/Thrasher.cfg
    M data/core/units/drakes/Warden.cfg
    M data/core/units/drakes/Warrior.cfg
    M data/core/units/dwarves/Arcanister.cfg
    M data/core/units/dwarves/Fighter.cfg
    M data/core/units/dwarves/Lord.cfg
    M data/core/units/dwarves/Runemaster.cfg
    M data/core/units/dwarves/Runesmith.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/Enchantress.cfg
    M data/core/units/elves/High_Lord.cfg
    M data/core/units/elves/Shaman.cfg
    M data/core/units/elves/Shyde.cfg
    M data/core/units/elves/Sorceress.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_Heavy_Infantryman.cfg
    M data/core/units/humans/Loyalist_Iron_Mauler.cfg
    M data/core/units/humans/Loyalist_Longbowman.cfg
    M data/core/units/humans/Loyalist_Master_Bowman.cfg
    M data/core/units/humans/Loyalist_Master_at_Arms.cfg
    M data/core/units/humans/Loyalist_Shock_Trooper.cfg
    M data/core/units/humans/Mage.cfg
    M data/core/units/humans/Mage_Arch.cfg
    M data/core/units/humans/Mage_Elder.cfg
    M data/core/units/humans/Mage_Great.cfg
    M data/core/units/humans/Mage_Red.cfg
    M data/core/units/humans/Mage_Silver.cfg
    M data/core/units/humans/Mage_White.cfg
    M data/core/units/humans/Mage_of_Light.cfg
    M data/core/units/humans/Outlaw.cfg
    M data/core/units/humans/Outlaw_Bandit.cfg
    M data/core/units/humans/Outlaw_Footpad.cfg
    M data/core/units/humans/Outlaw_Fugitive.cfg
    M data/core/units/humans/Outlaw_Highwayman.cfg
    M data/core/units/humans/Outlaw_Ruffian.cfg
    M data/core/units/humans/Outlaw_Thug.cfg
    M data/core/units/humans/Royal_Warrior.cfg
    M data/core/units/humans/Woodsman_Ranger.cfg
    M data/core/units/khalifate/Batal.cfg
    M data/core/units/khalifate/Faris.cfg
    M data/core/units/khalifate/Ghazi.cfg
    M data/core/units/khalifate/Hadaf.cfg
    M data/core/units/khalifate/Hakim.cfg
    M data/core/units/khalifate/Jawal.cfg
    M data/core/units/khalifate/Jundi.cfg
    M data/core/units/khalifate/Khaiyal.cfg
    M data/core/units/khalifate/Khalid.cfg
    M data/core/units/khalifate/Mudafi.cfg
    M data/core/units/khalifate/Mufariq.cfg
    M data/core/units/khalifate/Muharib.cfg
    M data/core/units/khalifate/Qanas.cfg
    M data/core/units/khalifate/Rami.cfg
    M data/core/units/khalifate/Saree.cfg
    M data/core/units/khalifate/Shuja.cfg
    M data/core/units/khalifate/Tabib.cfg
    M data/core/units/merfolk/Diviner.cfg
    M data/core/units/merfolk/Enchantress.cfg
    M data/core/units/merfolk/Initiate.cfg
    M data/core/units/merfolk/Priestess.cfg
    M data/core/units/merfolk/Siren.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/Nightblade.cfg
    M data/core/units/orcs/Ruler.cfg
    M data/core/units/orcs/Warlord.cfg
    M data/core/units/saurians/Augur.cfg
    M data/core/units/saurians/Oracle.cfg
    M data/core/units/saurians/Soothsayer.cfg
    M data/core/units/trolls/Great.cfg
    M data/core/units/trolls/Hero.cfg
    M data/core/units/trolls/Warrior.cfg
    M data/core/units/undead/Corpse_Ghoul.cfg
    M data/core/units/undead/Corpse_Necrophage.cfg
    M data/core/units/undead/Necro_Dark_Sorcerer.cfg
    M data/core/units/undead/Necromancer.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/gui/default/widget/button_25x25.cfg
    M data/gui/default/widget/button_default.cfg
    M data/gui/default/widget/horizontal_scrollbar_default.cfg
    M data/gui/default/widget/repeating_button_default.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_button_tree_view_node.cfg
    M data/gui/default/widget/toggle_panel_default.cfg
    M data/gui/default/widget/toggle_panel_wml_message.cfg
    M data/gui/default/widget/vertical_scrollbar_default.cfg
    M data/gui/default/window/advanced_graphics_options.cfg
    M data/gui/default/window/debug_clock.cfg
    M data/gui/default/window/game_load.cfg
    M data/gui/default/window/lobby_main.cfg
    M data/gui/default/window/unit_attack.cfg
    M data/gui/default/window/unit_create.cfg
    M data/gui/schema.cfg
    M data/lua/wml-tags.lua
    M data/lua/wml/message.lua
    M data/scenario-test.cfg
    M data/test/scenarios/for-loops.cfg
    M data/test/scenarios/test_check_victory.cfg
    M data/test/scenarios/test_lua.cfg
    M data/themes/classic.cfg
    M data/themes/default.cfg
    M data/themes/editor.cfg
    M data/themes/unit_box.cfg
    M data/themes/widescreen.cfg
    M data/tools/GUI.pyw
    M data/tools/Makefile
    M data/tools/addon_manager/html.py
    M data/tools/helptrailer.html
    M data/tools/imgcheck
    M data/tools/unit_tree/html_output.py
    M data/tools/wmlindent
    M data/tools/wmllint
    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/wesnoth.6
    M doc/man/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 images/icons/alignments/alignment_lawful_30.png
    M images/icons/alignments/alignment_neutral_30.png
    A images/misc/l10n/af/logo.png
    A images/misc/l10n/ang/logo.png
    A images/misc/l10n/ang at latin/logo.png
    A images/misc/l10n/bg/logo.png
    A images/misc/l10n/ca/logo.png
    A images/misc/l10n/cs/logo.png
    A images/misc/l10n/da/logo.png
    A images/misc/l10n/el/logo.png
    A images/misc/l10n/en/logo.png
    M images/misc/l10n/en at shaw/logo.png
    A images/misc/l10n/eo/logo.png
    M images/misc/l10n/es/logo.png
    A images/misc/l10n/et/logo.png
    A images/misc/l10n/eu/logo.png
    A images/misc/l10n/fi/logo.png
    M images/misc/l10n/fr/logo.png
    A images/misc/l10n/ga/logo.png
    M images/misc/l10n/gd/logo.png
    M images/misc/l10n/gl/logo.png
    A images/misc/l10n/he/logo.png
    A images/misc/l10n/hr/logo.png
    M images/misc/l10n/hu/logo.png
    A images/misc/l10n/id/logo.png
    A images/misc/l10n/is/logo.png
    A images/misc/l10n/it/logo.png
    M images/misc/l10n/la/logo.png
    M images/misc/l10n/lt/logo.png
    A images/misc/l10n/lv/logo.png
    A images/misc/l10n/mk/logo.png
    A images/misc/l10n/mr/logo.png
    M images/misc/l10n/nl/logo.png
    A images/misc/l10n/pl/logo.png
    M images/misc/l10n/pt/logo.png
    A images/misc/l10n/ru/logo.png
    A images/misc/l10n/sk/logo.png
    M images/misc/l10n/sr/logo.png
    M images/misc/l10n/sr at latin/logo.png
    A images/misc/l10n/tr/logo.png
    M images/misc/l10n/vi/logo.png
    M images/misc/l10n/zh_CN/logo.png
    A images/misc/l10n/zh_TW/logo.png
    M l10n-spec
    M l10n-track
    M packaging/windows/SConscript
    M packaging/windows/Wesnoth.nsi.in
    M packaging/windows/WindowsInstallerGraphic.bmp
    M players_changelog
    R po/wesnoth-ai/POTFILES.in
    M po/wesnoth-ai/af.po
    M po/wesnoth-ai/ang.po
    M po/wesnoth-ai/ang at latin.po
    M po/wesnoth-ai/ar.po
    M po/wesnoth-ai/bg.po
    M po/wesnoth-ai/ca.po
    M po/wesnoth-ai/ca_ES at valencia.po
    M po/wesnoth-ai/cs.po
    M po/wesnoth-ai/da.po
    M po/wesnoth-ai/de.po
    M po/wesnoth-ai/el.po
    M po/wesnoth-ai/en at shaw.po
    M po/wesnoth-ai/en_GB.po
    M po/wesnoth-ai/eo.po
    M po/wesnoth-ai/es.po
    M po/wesnoth-ai/et.po
    M po/wesnoth-ai/eu.po
    M po/wesnoth-ai/fi.po
    M po/wesnoth-ai/fr.po
    M po/wesnoth-ai/fur_IT.po
    M po/wesnoth-ai/ga.po
    M po/wesnoth-ai/gd.po
    M po/wesnoth-ai/gl.po
    M po/wesnoth-ai/he.po
    M po/wesnoth-ai/hr.po
    M po/wesnoth-ai/hu.po
    M po/wesnoth-ai/id.po
    M po/wesnoth-ai/is.po
    M po/wesnoth-ai/it.po
    M po/wesnoth-ai/ja.po
    M po/wesnoth-ai/ko.po
    M po/wesnoth-ai/la.po
    M po/wesnoth-ai/lt.po
    M po/wesnoth-ai/lv.po
    M po/wesnoth-ai/mk.po
    M po/wesnoth-ai/mr.po
    M po/wesnoth-ai/nb_NO.po
    M po/wesnoth-ai/nl.po
    M po/wesnoth-ai/pl.po
    M po/wesnoth-ai/pt.po
    M po/wesnoth-ai/pt_BR.po
    M po/wesnoth-ai/racv.po
    M po/wesnoth-ai/ro.po
    M po/wesnoth-ai/ru.po
    M po/wesnoth-ai/sk.po
    M po/wesnoth-ai/sl.po
    M po/wesnoth-ai/sr.po
    M po/wesnoth-ai/sr at ijekavian.po
    M po/wesnoth-ai/sr at ijekavianlatin.po
    M po/wesnoth-ai/sr at latin.po
    M po/wesnoth-ai/sv.po
    M po/wesnoth-ai/tl.po
    M po/wesnoth-ai/tr.po
    M po/wesnoth-ai/uk.po
    M po/wesnoth-ai/vi.po
    M po/wesnoth-ai/wesnoth-ai.pot
    M po/wesnoth-ai/zh_CN.po
    M po/wesnoth-ai/zh_TW.po
    R po/wesnoth-anl/POTFILES.in
    M po/wesnoth-anl/ja.po
    M po/wesnoth-anl/racv.po
    M po/wesnoth-anl/wesnoth-anl.pot
    R po/wesnoth-aoi/POTFILES.in
    M po/wesnoth-aoi/af.po
    M po/wesnoth-aoi/ang.po
    M po/wesnoth-aoi/ang at latin.po
    M po/wesnoth-aoi/ar.po
    M po/wesnoth-aoi/bg.po
    M po/wesnoth-aoi/ca.po
    M po/wesnoth-aoi/ca_ES at valencia.po
    M po/wesnoth-aoi/cs.po
    M po/wesnoth-aoi/da.po
    M po/wesnoth-aoi/de.po
    M po/wesnoth-aoi/el.po
    M po/wesnoth-aoi/en at shaw.po
    M po/wesnoth-aoi/en_GB.po
    M po/wesnoth-aoi/eo.po
    M po/wesnoth-aoi/es.po
    M po/wesnoth-aoi/et.po
    M po/wesnoth-aoi/eu.po
    M po/wesnoth-aoi/fi.po
    M po/wesnoth-aoi/fr.po
    M po/wesnoth-aoi/fur_IT.po
    M po/wesnoth-aoi/ga.po
    M po/wesnoth-aoi/gd.po
    M po/wesnoth-aoi/gl.po
    M po/wesnoth-aoi/he.po
    M po/wesnoth-aoi/hr.po
    M po/wesnoth-aoi/hu.po
    M po/wesnoth-aoi/id.po
    M po/wesnoth-aoi/is.po
    M po/wesnoth-aoi/it.po
    M po/wesnoth-aoi/ja.po
    M po/wesnoth-aoi/ko.po
    M po/wesnoth-aoi/la.po
    M po/wesnoth-aoi/lt.po
    M po/wesnoth-aoi/lv.po
    M po/wesnoth-aoi/mk.po
    M po/wesnoth-aoi/mr.po
    M po/wesnoth-aoi/nb_NO.po
    M po/wesnoth-aoi/nl.po
    M po/wesnoth-aoi/pl.po
    M po/wesnoth-aoi/pt.po
    M po/wesnoth-aoi/pt_BR.po
    M po/wesnoth-aoi/racv.po
    M po/wesnoth-aoi/ro.po
    M po/wesnoth-aoi/ru.po
    M po/wesnoth-aoi/sk.po
    M po/wesnoth-aoi/sl.po
    M po/wesnoth-aoi/sr.po
    M po/wesnoth-aoi/sr at ijekavian.po
    M po/wesnoth-aoi/sr at ijekavianlatin.po
    M po/wesnoth-aoi/sr at latin.po
    M po/wesnoth-aoi/sv.po
    M po/wesnoth-aoi/tl.po
    M po/wesnoth-aoi/tr.po
    M po/wesnoth-aoi/uk.po
    M po/wesnoth-aoi/vi.po
    M po/wesnoth-aoi/wesnoth-aoi.pot
    M po/wesnoth-aoi/zh_CN.po
    M po/wesnoth-aoi/zh_TW.po
    R po/wesnoth-did/POTFILES.in
    M po/wesnoth-did/af.po
    M po/wesnoth-did/ang.po
    M po/wesnoth-did/ang at latin.po
    M po/wesnoth-did/ar.po
    M po/wesnoth-did/bg.po
    M po/wesnoth-did/ca.po
    M po/wesnoth-did/ca_ES at valencia.po
    M po/wesnoth-did/cs.po
    M po/wesnoth-did/da.po
    M po/wesnoth-did/de.po
    M po/wesnoth-did/el.po
    M po/wesnoth-did/en at shaw.po
    M po/wesnoth-did/en_GB.po
    M po/wesnoth-did/eo.po
    M po/wesnoth-did/es.po
    M po/wesnoth-did/et.po
    M po/wesnoth-did/eu.po
    M po/wesnoth-did/fi.po
    M po/wesnoth-did/fr.po
    M po/wesnoth-did/fur_IT.po
    M po/wesnoth-did/ga.po
    M po/wesnoth-did/gd.po
    M po/wesnoth-did/gl.po
    M po/wesnoth-did/he.po
    M po/wesnoth-did/hr.po
    M po/wesnoth-did/hu.po
    M po/wesnoth-did/id.po
    M po/wesnoth-did/is.po
    M po/wesnoth-did/it.po
    M po/wesnoth-did/ja.po
    M po/wesnoth-did/ko.po
    M po/wesnoth-did/la.po
    M po/wesnoth-did/lt.po
    M po/wesnoth-did/lv.po
    M po/wesnoth-did/mk.po
    M po/wesnoth-did/mr.po
    M po/wesnoth-did/nb_NO.po
    M po/wesnoth-did/nl.po
    M po/wesnoth-did/pl.po
    M po/wesnoth-did/pt.po
    M po/wesnoth-did/pt_BR.po
    M po/wesnoth-did/racv.po
    M po/wesnoth-did/ro.po
    M po/wesnoth-did/ru.po
    M po/wesnoth-did/sk.po
    M po/wesnoth-did/sl.po
    M po/wesnoth-did/sr.po
    M po/wesnoth-did/sr at ijekavian.po
    M po/wesnoth-did/sr at ijekavianlatin.po
    M po/wesnoth-did/sr at latin.po
    M po/wesnoth-did/sv.po
    M po/wesnoth-did/tl.po
    M po/wesnoth-did/tr.po
    M po/wesnoth-did/uk.po
    M po/wesnoth-did/vi.po
    M po/wesnoth-did/wesnoth-did.pot
    M po/wesnoth-did/zh_CN.po
    M po/wesnoth-did/zh_TW.po
    R po/wesnoth-dm/POTFILES.in
    M po/wesnoth-dm/af.po
    M po/wesnoth-dm/ang.po
    M po/wesnoth-dm/ang at latin.po
    M po/wesnoth-dm/ar.po
    M po/wesnoth-dm/bg.po
    M po/wesnoth-dm/ca.po
    M po/wesnoth-dm/ca_ES at valencia.po
    M po/wesnoth-dm/cs.po
    M po/wesnoth-dm/da.po
    M po/wesnoth-dm/de.po
    M po/wesnoth-dm/el.po
    M po/wesnoth-dm/en at shaw.po
    M po/wesnoth-dm/en_GB.po
    M po/wesnoth-dm/eo.po
    M po/wesnoth-dm/es.po
    M po/wesnoth-dm/et.po
    M po/wesnoth-dm/eu.po
    M po/wesnoth-dm/fi.po
    M po/wesnoth-dm/fr.po
    M po/wesnoth-dm/fur_IT.po
    M po/wesnoth-dm/ga.po
    M po/wesnoth-dm/gd.po
    M po/wesnoth-dm/gl.po
    M po/wesnoth-dm/he.po
    M po/wesnoth-dm/hr.po
    M po/wesnoth-dm/hu.po
    M po/wesnoth-dm/id.po
    M po/wesnoth-dm/is.po
    M po/wesnoth-dm/it.po
    M po/wesnoth-dm/ja.po
    M po/wesnoth-dm/ko.po
    M po/wesnoth-dm/la.po
    M po/wesnoth-dm/lt.po
    M po/wesnoth-dm/lv.po
    M po/wesnoth-dm/mk.po
    M po/wesnoth-dm/mr.po
    M po/wesnoth-dm/nb_NO.po
    M po/wesnoth-dm/nl.po
    M po/wesnoth-dm/pl.po
    M po/wesnoth-dm/pt.po
    M po/wesnoth-dm/pt_BR.po
    M po/wesnoth-dm/racv.po
    M po/wesnoth-dm/ro.po
    M po/wesnoth-dm/ru.po
    M po/wesnoth-dm/sk.po
    M po/wesnoth-dm/sl.po
    M po/wesnoth-dm/sr.po
    M po/wesnoth-dm/sr at ijekavian.po
    M po/wesnoth-dm/sr at ijekavianlatin.po
    M po/wesnoth-dm/sr at latin.po
    M po/wesnoth-dm/sv.po
    M po/wesnoth-dm/tl.po
    M po/wesnoth-dm/tr.po
    M po/wesnoth-dm/uk.po
    M po/wesnoth-dm/vi.po
    M po/wesnoth-dm/wesnoth-dm.pot
    M po/wesnoth-dm/zh_CN.po
    M po/wesnoth-dm/zh_TW.po
    R po/wesnoth-dw/POTFILES.in
    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
    R po/wesnoth-editor/POTFILES.in
    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
    R po/wesnoth-ei/POTFILES.in
    M po/wesnoth-ei/af.po
    M po/wesnoth-ei/ang.po
    M po/wesnoth-ei/ang at latin.po
    M po/wesnoth-ei/ar.po
    M po/wesnoth-ei/bg.po
    M po/wesnoth-ei/ca.po
    M po/wesnoth-ei/ca_ES at valencia.po
    M po/wesnoth-ei/cs.po
    M po/wesnoth-ei/da.po
    M po/wesnoth-ei/de.po
    M po/wesnoth-ei/el.po
    M po/wesnoth-ei/en at shaw.po
    M po/wesnoth-ei/en_GB.po
    M po/wesnoth-ei/eo.po
    M po/wesnoth-ei/es.po
    M po/wesnoth-ei/et.po
    M po/wesnoth-ei/eu.po
    M po/wesnoth-ei/fi.po
    M po/wesnoth-ei/fr.po
    M po/wesnoth-ei/fur_IT.po
    M po/wesnoth-ei/ga.po
    M po/wesnoth-ei/gd.po
    M po/wesnoth-ei/gl.po
    M po/wesnoth-ei/he.po
    M po/wesnoth-ei/hr.po
    M po/wesnoth-ei/hu.po
    M po/wesnoth-ei/id.po
    M po/wesnoth-ei/is.po
    M po/wesnoth-ei/it.po
    M po/wesnoth-ei/ja.po
    M po/wesnoth-ei/ko.po
    M po/wesnoth-ei/la.po
    M po/wesnoth-ei/lt.po
    M po/wesnoth-ei/lv.po
    M po/wesnoth-ei/mk.po
    M po/wesnoth-ei/mr.po
    M po/wesnoth-ei/nb_NO.po
    M po/wesnoth-ei/nl.po
    M po/wesnoth-ei/pl.po
    M po/wesnoth-ei/pt.po
    M po/wesnoth-ei/pt_BR.po
    M po/wesnoth-ei/racv.po
    M po/wesnoth-ei/ro.po
    M po/wesnoth-ei/ru.po
    M po/wesnoth-ei/sk.po
    M po/wesnoth-ei/sl.po
    M po/wesnoth-ei/sr.po
    M po/wesnoth-ei/sr at ijekavian.po
    M po/wesnoth-ei/sr at ijekavianlatin.po
    M po/wesnoth-ei/sr at latin.po
    M po/wesnoth-ei/sv.po
    M po/wesnoth-ei/tl.po
    M po/wesnoth-ei/tr.po
    M po/wesnoth-ei/uk.po
    M po/wesnoth-ei/vi.po
    M po/wesnoth-ei/wesnoth-ei.pot
    M po/wesnoth-ei/zh_CN.po
    M po/wesnoth-ei/zh_TW.po
    R po/wesnoth-help/POTFILES.in
    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
    R po/wesnoth-httt/POTFILES.in
    M po/wesnoth-httt/af.po
    M po/wesnoth-httt/ang.po
    M po/wesnoth-httt/ang at latin.po
    M po/wesnoth-httt/ar.po
    M po/wesnoth-httt/bg.po
    M po/wesnoth-httt/ca.po
    M po/wesnoth-httt/ca_ES at valencia.po
    M po/wesnoth-httt/cs.po
    M po/wesnoth-httt/da.po
    M po/wesnoth-httt/de.po
    M po/wesnoth-httt/el.po
    M po/wesnoth-httt/en at shaw.po
    M po/wesnoth-httt/en_GB.po
    M po/wesnoth-httt/eo.po
    M po/wesnoth-httt/es.po
    M po/wesnoth-httt/et.po
    M po/wesnoth-httt/eu.po
    M po/wesnoth-httt/fi.po
    M po/wesnoth-httt/fr.po
    M po/wesnoth-httt/fur_IT.po
    M po/wesnoth-httt/ga.po
    M po/wesnoth-httt/gd.po
    M po/wesnoth-httt/gl.po
    M po/wesnoth-httt/he.po
    M po/wesnoth-httt/hr.po
    M po/wesnoth-httt/hu.po
    M po/wesnoth-httt/id.po
    M po/wesnoth-httt/is.po
    M po/wesnoth-httt/it.po
    M po/wesnoth-httt/ja.po
    M po/wesnoth-httt/ko.po
    M po/wesnoth-httt/la.po
    M po/wesnoth-httt/lt.po
    M po/wesnoth-httt/lv.po
    M po/wesnoth-httt/mk.po
    M po/wesnoth-httt/mr.po
    M po/wesnoth-httt/nb_NO.po
    M po/wesnoth-httt/nl.po
    M po/wesnoth-httt/pl.po
    M po/wesnoth-httt/pt.po
    M po/wesnoth-httt/pt_BR.po
    M po/wesnoth-httt/racv.po
    M po/wesnoth-httt/ro.po
    M po/wesnoth-httt/ru.po
    M po/wesnoth-httt/sk.po
    M po/wesnoth-httt/sl.po
    M po/wesnoth-httt/sr.po
    M po/wesnoth-httt/sr at ijekavian.po
    M po/wesnoth-httt/sr at ijekavianlatin.po
    M po/wesnoth-httt/sr at latin.po
    M po/wesnoth-httt/sv.po
    M po/wesnoth-httt/tl.po
    M po/wesnoth-httt/tr.po
    M po/wesnoth-httt/uk.po
    M po/wesnoth-httt/vi.po
    M po/wesnoth-httt/wesnoth-httt.pot
    M po/wesnoth-httt/zh_CN.po
    M po/wesnoth-httt/zh_TW.po
    R po/wesnoth-l/POTFILES.in
    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
    R po/wesnoth-lib/POTFILES.in
    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
    R po/wesnoth-low/POTFILES.in
    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/ja.po
    M po/wesnoth-manual/ru.po
    M po/wesnoth-manual/wesnoth-manual.pot
    R po/wesnoth-multiplayer/POTFILES.in
    M po/wesnoth-multiplayer/af.po
    M po/wesnoth-multiplayer/ang.po
    M po/wesnoth-multiplayer/ang at latin.po
    M po/wesnoth-multiplayer/ar.po
    M po/wesnoth-multiplayer/bg.po
    M po/wesnoth-multiplayer/ca.po
    M po/wesnoth-multiplayer/ca_ES at valencia.po
    M po/wesnoth-multiplayer/cs.po
    M po/wesnoth-multiplayer/da.po
    M po/wesnoth-multiplayer/de.po
    M po/wesnoth-multiplayer/el.po
    M po/wesnoth-multiplayer/en at shaw.po
    M po/wesnoth-multiplayer/en_GB.po
    M po/wesnoth-multiplayer/eo.po
    M po/wesnoth-multiplayer/es.po
    M po/wesnoth-multiplayer/et.po
    M po/wesnoth-multiplayer/eu.po
    M po/wesnoth-multiplayer/fi.po
    M po/wesnoth-multiplayer/fr.po
    M po/wesnoth-multiplayer/fur_IT.po
    M po/wesnoth-multiplayer/ga.po
    M po/wesnoth-multiplayer/gd.po
    M po/wesnoth-multiplayer/gl.po
    M po/wesnoth-multiplayer/he.po
    M po/wesnoth-multiplayer/hr.po
    M po/wesnoth-multiplayer/hu.po
    M po/wesnoth-multiplayer/id.po
    M po/wesnoth-multiplayer/is.po
    M po/wesnoth-multiplayer/it.po
    M po/wesnoth-multiplayer/ja.po
    M po/wesnoth-multiplayer/ko.po
    M po/wesnoth-multiplayer/la.po
    M po/wesnoth-multiplayer/lt.po
    M po/wesnoth-multiplayer/lv.po
    M po/wesnoth-multiplayer/mk.po
    M po/wesnoth-multiplayer/mr.po
    M po/wesnoth-multiplayer/nb_NO.po
    M po/wesnoth-multiplayer/nl.po
    M po/wesnoth-multiplayer/pl.po
    M po/wesnoth-multiplayer/pt.po
    M po/wesnoth-multiplayer/pt_BR.po
    M po/wesnoth-multiplayer/racv.po
    M po/wesnoth-multiplayer/ro.po
    M po/wesnoth-multiplayer/ru.po
    M po/wesnoth-multiplayer/sk.po
    M po/wesnoth-multiplayer/sl.po
    M po/wesnoth-multiplayer/sr.po
    M po/wesnoth-multiplayer/sr at ijekavian.po
    M po/wesnoth-multiplayer/sr at ijekavianlatin.po
    M po/wesnoth-multiplayer/sr at latin.po
    M po/wesnoth-multiplayer/sv.po
    M po/wesnoth-multiplayer/tl.po
    M po/wesnoth-multiplayer/tr.po
    M po/wesnoth-multiplayer/uk.po
    M po/wesnoth-multiplayer/vi.po
    M po/wesnoth-multiplayer/wesnoth-multiplayer.pot
    M po/wesnoth-multiplayer/zh_CN.po
    M po/wesnoth-multiplayer/zh_TW.po
    R po/wesnoth-nr/POTFILES.in
    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
    R po/wesnoth-sof/POTFILES.in
    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
    R po/wesnoth-sotbe/POTFILES.in
    M po/wesnoth-sotbe/af.po
    M po/wesnoth-sotbe/ang.po
    M po/wesnoth-sotbe/ang at latin.po
    M po/wesnoth-sotbe/ar.po
    M po/wesnoth-sotbe/bg.po
    M po/wesnoth-sotbe/ca.po
    M po/wesnoth-sotbe/ca_ES at valencia.po
    M po/wesnoth-sotbe/cs.po
    M po/wesnoth-sotbe/da.po
    M po/wesnoth-sotbe/de.po
    M po/wesnoth-sotbe/el.po
    M po/wesnoth-sotbe/en at shaw.po
    M po/wesnoth-sotbe/en_GB.po
    M po/wesnoth-sotbe/eo.po
    M po/wesnoth-sotbe/es.po
    M po/wesnoth-sotbe/et.po
    M po/wesnoth-sotbe/eu.po
    M po/wesnoth-sotbe/fi.po
    M po/wesnoth-sotbe/fr.po
    M po/wesnoth-sotbe/fur_IT.po
    M po/wesnoth-sotbe/ga.po
    M po/wesnoth-sotbe/gd.po
    M po/wesnoth-sotbe/gl.po
    M po/wesnoth-sotbe/he.po
    M po/wesnoth-sotbe/hr.po
    M po/wesnoth-sotbe/hu.po
    M po/wesnoth-sotbe/id.po
    M po/wesnoth-sotbe/is.po
    M po/wesnoth-sotbe/it.po
    M po/wesnoth-sotbe/ja.po
    M po/wesnoth-sotbe/ko.po
    M po/wesnoth-sotbe/la.po
    M po/wesnoth-sotbe/lt.po
    M po/wesnoth-sotbe/lv.po
    M po/wesnoth-sotbe/mk.po
    M po/wesnoth-sotbe/mr.po
    M po/wesnoth-sotbe/nb_NO.po
    M po/wesnoth-sotbe/nl.po
    M po/wesnoth-sotbe/pl.po
    M po/wesnoth-sotbe/pt.po
    M po/wesnoth-sotbe/pt_BR.po
    M po/wesnoth-sotbe/racv.po
    M po/wesnoth-sotbe/ro.po
    M po/wesnoth-sotbe/ru.po
    M po/wesnoth-sotbe/sk.po
    M po/wesnoth-sotbe/sl.po
    M po/wesnoth-sotbe/sr.po
    M po/wesnoth-sotbe/sr at ijekavian.po
    M po/wesnoth-sotbe/sr at ijekavianlatin.po
    M po/wesnoth-sotbe/sr at latin.po
    M po/wesnoth-sotbe/sv.po
    M po/wesnoth-sotbe/tl.po
    M po/wesnoth-sotbe/tr.po
    M po/wesnoth-sotbe/uk.po
    M po/wesnoth-sotbe/vi.po
    M po/wesnoth-sotbe/wesnoth-sotbe.pot
    M po/wesnoth-sotbe/zh_CN.po
    M po/wesnoth-sotbe/zh_TW.po
    R po/wesnoth-tb/POTFILES.in
    M po/wesnoth-tb/af.po
    M po/wesnoth-tb/ang.po
    M po/wesnoth-tb/ang at latin.po
    M po/wesnoth-tb/ar.po
    M po/wesnoth-tb/bg.po
    M po/wesnoth-tb/ca.po
    M po/wesnoth-tb/ca_ES at valencia.po
    M po/wesnoth-tb/cs.po
    M po/wesnoth-tb/da.po
    M po/wesnoth-tb/de.po
    M po/wesnoth-tb/el.po
    M po/wesnoth-tb/en at shaw.po
    M po/wesnoth-tb/en_GB.po
    M po/wesnoth-tb/eo.po
    M po/wesnoth-tb/es.po
    M po/wesnoth-tb/et.po
    M po/wesnoth-tb/eu.po
    M po/wesnoth-tb/fi.po
    M po/wesnoth-tb/fr.po
    M po/wesnoth-tb/fur_IT.po
    M po/wesnoth-tb/ga.po
    M po/wesnoth-tb/gd.po
    M po/wesnoth-tb/gl.po
    M po/wesnoth-tb/he.po
    M po/wesnoth-tb/hr.po
    M po/wesnoth-tb/hu.po
    M po/wesnoth-tb/id.po
    M po/wesnoth-tb/is.po
    M po/wesnoth-tb/it.po
    M po/wesnoth-tb/ja.po
    M po/wesnoth-tb/ko.po
    M po/wesnoth-tb/la.po
    M po/wesnoth-tb/lt.po
    M po/wesnoth-tb/lv.po
    M po/wesnoth-tb/mk.po
    M po/wesnoth-tb/mr.po
    M po/wesnoth-tb/nb_NO.po
    M po/wesnoth-tb/nl.po
    M po/wesnoth-tb/pl.po
    M po/wesnoth-tb/pt.po
    M po/wesnoth-tb/pt_BR.po
    M po/wesnoth-tb/racv.po
    M po/wesnoth-tb/ro.po
    M po/wesnoth-tb/ru.po
    M po/wesnoth-tb/sk.po
    M po/wesnoth-tb/sl.po
    M po/wesnoth-tb/sr.po
    M po/wesnoth-tb/sr at ijekavian.po
    M po/wesnoth-tb/sr at ijekavianlatin.po
    M po/wesnoth-tb/sr at latin.po
    M po/wesnoth-tb/sv.po
    M po/wesnoth-tb/tl.po
    M po/wesnoth-tb/tr.po
    M po/wesnoth-tb/uk.po
    M po/wesnoth-tb/vi.po
    M po/wesnoth-tb/wesnoth-tb.pot
    M po/wesnoth-tb/zh_CN.po
    M po/wesnoth-tb/zh_TW.po
    R po/wesnoth-test/POTFILES.in
    M po/wesnoth-test/ja.po
    M po/wesnoth-test/racv.po
    M po/wesnoth-test/wesnoth-test.pot
    R po/wesnoth-thot/POTFILES.in
    M po/wesnoth-thot/af.po
    M po/wesnoth-thot/ang.po
    M po/wesnoth-thot/ang at latin.po
    M po/wesnoth-thot/ar.po
    M po/wesnoth-thot/bg.po
    M po/wesnoth-thot/ca.po
    M po/wesnoth-thot/ca_ES at valencia.po
    M po/wesnoth-thot/cs.po
    M po/wesnoth-thot/da.po
    M po/wesnoth-thot/de.po
    M po/wesnoth-thot/el.po
    M po/wesnoth-thot/en at shaw.po
    M po/wesnoth-thot/en_GB.po
    M po/wesnoth-thot/eo.po
    M po/wesnoth-thot/es.po
    M po/wesnoth-thot/et.po
    M po/wesnoth-thot/eu.po
    M po/wesnoth-thot/fi.po
    M po/wesnoth-thot/fr.po
    M po/wesnoth-thot/fur_IT.po
    M po/wesnoth-thot/ga.po
    M po/wesnoth-thot/gd.po
    M po/wesnoth-thot/gl.po
    M po/wesnoth-thot/he.po
    M po/wesnoth-thot/hr.po
    M po/wesnoth-thot/hu.po
    M po/wesnoth-thot/id.po
    M po/wesnoth-thot/is.po
    M po/wesnoth-thot/it.po
    M po/wesnoth-thot/ja.po
    M po/wesnoth-thot/ko.po
    M po/wesnoth-thot/la.po
    M po/wesnoth-thot/lt.po
    M po/wesnoth-thot/lv.po
    M po/wesnoth-thot/mk.po
    M po/wesnoth-thot/mr.po
    M po/wesnoth-thot/nb_NO.po
    M po/wesnoth-thot/nl.po
    M po/wesnoth-thot/pl.po
    M po/wesnoth-thot/pt.po
    M po/wesnoth-thot/pt_BR.po
    M po/wesnoth-thot/racv.po
    M po/wesnoth-thot/ro.po
    M po/wesnoth-thot/ru.po
    M po/wesnoth-thot/sk.po
    M po/wesnoth-thot/sl.po
    M po/wesnoth-thot/sr.po
    M po/wesnoth-thot/sr at ijekavian.po
    M po/wesnoth-thot/sr at ijekavianlatin.po
    M po/wesnoth-thot/sr at latin.po
    M po/wesnoth-thot/sv.po
    M po/wesnoth-thot/tl.po
    M po/wesnoth-thot/tr.po
    M po/wesnoth-thot/uk.po
    M po/wesnoth-thot/vi.po
    M po/wesnoth-thot/wesnoth-thot.pot
    M po/wesnoth-thot/zh_CN.po
    M po/wesnoth-thot/zh_TW.po
    R po/wesnoth-trow/POTFILES.in
    M po/wesnoth-trow/af.po
    M po/wesnoth-trow/ang.po
    M po/wesnoth-trow/ang at latin.po
    M po/wesnoth-trow/ar.po
    M po/wesnoth-trow/bg.po
    M po/wesnoth-trow/ca.po
    M po/wesnoth-trow/ca_ES at valencia.po
    M po/wesnoth-trow/cs.po
    M po/wesnoth-trow/da.po
    M po/wesnoth-trow/de.po
    M po/wesnoth-trow/el.po
    M po/wesnoth-trow/en at shaw.po
    M po/wesnoth-trow/en_GB.po
    M po/wesnoth-trow/eo.po
    M po/wesnoth-trow/es.po
    M po/wesnoth-trow/et.po
    M po/wesnoth-trow/eu.po
    M po/wesnoth-trow/fi.po
    M po/wesnoth-trow/fr.po
    M po/wesnoth-trow/fur_IT.po
    M po/wesnoth-trow/ga.po
    M po/wesnoth-trow/gd.po
    M po/wesnoth-trow/gl.po
    M po/wesnoth-trow/he.po
    M po/wesnoth-trow/hr.po
    M po/wesnoth-trow/hu.po
    M po/wesnoth-trow/id.po
    M po/wesnoth-trow/is.po
    M po/wesnoth-trow/it.po
    M po/wesnoth-trow/ja.po
    M po/wesnoth-trow/ko.po
    M po/wesnoth-trow/la.po
    M po/wesnoth-trow/lt.po
    M po/wesnoth-trow/lv.po
    M po/wesnoth-trow/mk.po
    M po/wesnoth-trow/mr.po
    M po/wesnoth-trow/nb_NO.po
    M po/wesnoth-trow/nl.po
    M po/wesnoth-trow/pl.po
    M po/wesnoth-trow/pt.po
    M po/wesnoth-trow/pt_BR.po
    M po/wesnoth-trow/racv.po
    M po/wesnoth-trow/ro.po
    M po/wesnoth-trow/ru.po
    M po/wesnoth-trow/sk.po
    M po/wesnoth-trow/sl.po
    M po/wesnoth-trow/sr.po
    M po/wesnoth-trow/sr at ijekavian.po
    M po/wesnoth-trow/sr at ijekavianlatin.po
    M po/wesnoth-trow/sr at latin.po
    M po/wesnoth-trow/sv.po
    M po/wesnoth-trow/tl.po
    M po/wesnoth-trow/tr.po
    M po/wesnoth-trow/uk.po
    M po/wesnoth-trow/vi.po
    M po/wesnoth-trow/wesnoth-trow.pot
    M po/wesnoth-trow/zh_CN.po
    M po/wesnoth-trow/zh_TW.po
    R po/wesnoth-tsg/POTFILES.in
    M po/wesnoth-tsg/af.po
    M po/wesnoth-tsg/ang.po
    M po/wesnoth-tsg/ang at latin.po
    M po/wesnoth-tsg/ar.po
    M po/wesnoth-tsg/bg.po
    M po/wesnoth-tsg/ca.po
    M po/wesnoth-tsg/ca_ES at valencia.po
    M po/wesnoth-tsg/cs.po
    M po/wesnoth-tsg/da.po
    M po/wesnoth-tsg/de.po
    M po/wesnoth-tsg/el.po
    M po/wesnoth-tsg/en at shaw.po
    M po/wesnoth-tsg/en_GB.po
    M po/wesnoth-tsg/eo.po
    M po/wesnoth-tsg/es.po
    M po/wesnoth-tsg/et.po
    M po/wesnoth-tsg/eu.po
    M po/wesnoth-tsg/fi.po
    M po/wesnoth-tsg/fr.po
    M po/wesnoth-tsg/fur_IT.po
    M po/wesnoth-tsg/ga.po
    M po/wesnoth-tsg/gd.po
    M po/wesnoth-tsg/gl.po
    M po/wesnoth-tsg/he.po
    M po/wesnoth-tsg/hr.po
    M po/wesnoth-tsg/hu.po
    M po/wesnoth-tsg/id.po
    M po/wesnoth-tsg/is.po
    M po/wesnoth-tsg/it.po
    M po/wesnoth-tsg/ja.po
    M po/wesnoth-tsg/ko.po
    M po/wesnoth-tsg/la.po
    M po/wesnoth-tsg/lt.po
    M po/wesnoth-tsg/lv.po
    M po/wesnoth-tsg/mk.po
    M po/wesnoth-tsg/mr.po
    M po/wesnoth-tsg/nb_NO.po
    M po/wesnoth-tsg/nl.po
    M po/wesnoth-tsg/pl.po
    M po/wesnoth-tsg/pt.po
    M po/wesnoth-tsg/pt_BR.po
    M po/wesnoth-tsg/racv.po
    M po/wesnoth-tsg/ro.po
    M po/wesnoth-tsg/ru.po
    M po/wesnoth-tsg/sk.po
    M po/wesnoth-tsg/sl.po
    M po/wesnoth-tsg/sr.po
    M po/wesnoth-tsg/sr at ijekavian.po
    M po/wesnoth-tsg/sr at ijekavianlatin.po
    M po/wesnoth-tsg/sr at latin.po
    M po/wesnoth-tsg/sv.po
    M po/wesnoth-tsg/tl.po
    M po/wesnoth-tsg/tr.po
    M po/wesnoth-tsg/uk.po
    M po/wesnoth-tsg/vi.po
    M po/wesnoth-tsg/wesnoth-tsg.pot
    M po/wesnoth-tsg/zh_CN.po
    M po/wesnoth-tsg/zh_TW.po
    R po/wesnoth-tutorial/POTFILES.in
    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
    R po/wesnoth-units/POTFILES.in
    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
    R po/wesnoth/POTFILES.in
    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
    M projectfiles/CodeBlocks/liblua.cbp
    M projectfiles/CodeBlocks/wesnoth.cbp
    M projectfiles/CodeBlocks/wesnothd.cbp
    M projectfiles/VC9/WindowsTimeout.vcproj
    M projectfiles/VC9/liblua.vcproj
    M projectfiles/VC9/schema_generator.vcproj
    M projectfiles/VC9/wesnoth.vcproj
    M projectfiles/VC9/wesnothd.vcproj
    M projectfiles/VC9/wesnothlib.vcproj
    M projectfiles/Xcode/English.lproj/InfoPlist.strings
    M projectfiles/Xcode/Info.plist
    M projectfiles/Xcode/Mac Sources/SDLMain.m
    M projectfiles/Xcode/Mac Sources/server_main.m
    M projectfiles/Xcode/Resources/icon.icns
    M projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj
    M scons/boost.py
    M scons/sdl.py
    A scons/system_include.py
    M src/CMakeLists.txt
    M src/SConscript
    M src/SDL_SavePNG/savepng.cpp
    M src/about.cpp
    M src/about.hpp
    M src/actions/attack.cpp
    M src/actions/attack.hpp
    M src/actions/create.cpp
    M src/actions/create.hpp
    M src/actions/heal.cpp
    M src/actions/heal.hpp
    M src/actions/move.cpp
    M src/actions/move.hpp
    M src/actions/shroud_clearing_action.cpp
    M src/actions/shroud_clearing_action.hpp
    M src/actions/undo.cpp
    M src/actions/undo.hpp
    M src/actions/undo_action.cpp
    M src/actions/undo_action.hpp
    M src/actions/undo_dismiss_action.cpp
    M src/actions/undo_dismiss_action.hpp
    M src/actions/undo_move_action.cpp
    M src/actions/undo_move_action.hpp
    M src/actions/undo_recall_action.cpp
    M src/actions/undo_recall_action.hpp
    M src/actions/undo_recruit_action.cpp
    M src/actions/undo_recruit_action.hpp
    M src/actions/undo_update_shroud_action.hpp
    M src/actions/unit_creator.cpp
    M src/actions/unit_creator.hpp
    M src/actions/vision.cpp
    M src/actions/vision.hpp
    M src/addon/client.cpp
    M src/addon/client.hpp
    M src/addon/info.cpp
    M src/addon/info.hpp
    M src/addon/manager.cpp
    M src/addon/manager_ui.cpp
    M src/addon/manager_ui.hpp
    M src/addon/state.cpp
    M src/addon/state.hpp
    M src/ai/actions.cpp
    M src/ai/actions.hpp
    M src/ai/akihara/recruitment.cpp
    M src/ai/akihara/recruitment.hpp
    M src/ai/composite/ai.cpp
    M src/ai/composite/ai.hpp
    M src/ai/composite/aspect.cpp
    M src/ai/composite/aspect.hpp
    M src/ai/composite/component.cpp
    M src/ai/composite/component.hpp
    M src/ai/composite/contexts.cpp
    M src/ai/composite/contexts.hpp
    M src/ai/composite/engine.cpp
    M src/ai/composite/engine.hpp
    M src/ai/composite/engine_default.cpp
    M src/ai/composite/engine_default.hpp
    M src/ai/composite/engine_fai.cpp
    M src/ai/composite/engine_fai.hpp
    M src/ai/composite/engine_lua.cpp
    M src/ai/composite/engine_lua.hpp
    M src/ai/composite/goal.cpp
    M src/ai/composite/goal.hpp
    M src/ai/composite/property_handler.hpp
    M src/ai/composite/rca.cpp
    M src/ai/composite/rca.hpp
    M src/ai/composite/stage.cpp
    M src/ai/composite/stage.hpp
    M src/ai/composite/value_translator.hpp
    M src/ai/configuration.cpp
    M src/ai/configuration.hpp
    M src/ai/contexts.cpp
    M src/ai/contexts.hpp
    M src/ai/default/ai.cpp
    M src/ai/default/ai.hpp
    M src/ai/default/attack.cpp
    M src/ai/default/contexts.cpp
    M src/ai/default/contexts.hpp
    M src/ai/formula/ai.cpp
    M src/ai/formula/ai.hpp
    M src/ai/formula/callable_objects.cpp
    M src/ai/formula/callable_objects.hpp
    M src/ai/formula/candidates.cpp
    M src/ai/formula/candidates.hpp
    M src/ai/formula/function_table.cpp
    M src/ai/formula/function_table.hpp
    M src/ai/formula/stage_side_formulas.cpp
    M src/ai/formula/stage_side_formulas.hpp
    M src/ai/formula/stage_unit_formulas.cpp
    M src/ai/formula/stage_unit_formulas.hpp
    M src/ai/game_info.cpp
    M src/ai/game_info.hpp
    M src/ai/gamestate_observer.cpp
    M src/ai/gamestate_observer.hpp
    M src/ai/interface.cpp
    M src/ai/interface.hpp
    M src/ai/lua/core.cpp
    M src/ai/lua/core.hpp
    M src/ai/lua/lua_object.cpp
    M src/ai/lua/lua_object.hpp
    M src/ai/lua/unit_advancements_aspect.cpp
    M src/ai/lua/unit_advancements_aspect.hpp
    M src/ai/manager.cpp
    M src/ai/manager.hpp
    M src/ai/recruitment/recruitment.cpp
    M src/ai/recruitment/recruitment.hpp
    M src/ai/registry.cpp
    M src/ai/registry.hpp
    M src/ai/simulated_actions.cpp
    M src/ai/simulated_actions.hpp
    M src/ai/testing.cpp
    M src/ai/testing.hpp
    M src/ai/testing/aspect_attacks.cpp
    M src/ai/testing/aspect_attacks.hpp
    M src/ai/testing/ca.cpp
    M src/ai/testing/ca.hpp
    M src/ai/testing/ca_global_fallback.cpp
    M src/ai/testing/ca_global_fallback.hpp
    M src/ai/testing/ca_testing_move_to_targets.cpp
    M src/ai/testing/ca_testing_move_to_targets.hpp
    M src/ai/testing/ca_testing_recruitment.cpp
    M src/ai/testing/ca_testing_recruitment.hpp
    M src/ai/testing/stage_fallback.cpp
    M src/ai/testing/stage_fallback.hpp
    M src/ai/testing/stage_rca.cpp
    M src/ai/testing/stage_rca.hpp
    M src/ai/testing/stage_sf_with_rca.cpp
    M src/ai/testing/stage_sf_with_rca.hpp
    M src/animated.hpp
    M src/animated.tpp
    M src/animated_game.cpp
    M src/array.hpp
    M src/arrow.cpp
    M src/arrow.hpp
    M src/attack_prediction.cpp
    M src/attack_prediction.hpp
    M src/attack_prediction_display.cpp
    M src/attack_prediction_display.hpp
    M src/boilerplate-header.cpp
    M src/buffered_istream.hpp
    M src/callable_objects.cpp
    M src/callable_objects.hpp
    M src/campaign_server/addon_utils.cpp
    M src/campaign_server/addon_utils.hpp
    M src/campaign_server/blacklist.cpp
    M src/campaign_server/blacklist.hpp
    M src/campaign_server/campaign_server.cpp
    M src/campaign_server/campaign_server.hpp
    M src/carryover.cpp
    M src/chat_events.hpp
    M src/color_range.cpp
    M src/color_range.hpp
    M src/commandline_options.cpp
    M src/commandline_options.hpp
    M src/config.cpp
    M src/config.hpp
    M src/config_assign.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/controller_base.hpp
    M src/cursor.cpp
    M src/cursor.hpp
    M src/desktop/apple_notification.hpp
    M src/desktop/apple_notification.mm
    M src/desktop/clipboard.cpp
    M src/desktop/clipboard.hpp
    M src/desktop/dbus_notification.cpp
    M src/desktop/dbus_notification.hpp
    M src/desktop/notifications.cpp
    M src/desktop/notifications.hpp
    M src/desktop/open.cpp
    M src/desktop/open.hpp
    M src/desktop/version.cpp
    R src/desktop/windows_console.cpp
    R src/desktop/windows_console.hpp
    M src/desktop/windows_tray_notification.cpp
    M src/desktop/windows_tray_notification.hpp
    M src/dialogs.cpp
    M src/dialogs.hpp
    M src/display.cpp
    M src/display.hpp
    M src/display_chat_manager.cpp
    M src/display_chat_manager.hpp
    M src/display_context.cpp
    M src/display_context.hpp
    M src/editor/action/action.cpp
    M src/editor/action/action.hpp
    M src/editor/action/action_base.hpp
    M src/editor/action/action_item.cpp
    M src/editor/action/action_item.hpp
    M src/editor/action/action_label.cpp
    M src/editor/action/action_label.hpp
    M src/editor/action/action_select.cpp
    M src/editor/action/action_select.hpp
    M src/editor/action/action_unit.cpp
    M src/editor/action/action_unit.hpp
    M src/editor/action/action_village.cpp
    M src/editor/action/action_village.hpp
    M src/editor/action/mouse/mouse_action.cpp
    M src/editor/action/mouse/mouse_action.hpp
    M src/editor/action/mouse/mouse_action_item.cpp
    M src/editor/action/mouse/mouse_action_item.hpp
    M src/editor/action/mouse/mouse_action_map_label.cpp
    M src/editor/action/mouse/mouse_action_map_label.hpp
    M src/editor/action/mouse/mouse_action_select.cpp
    M src/editor/action/mouse/mouse_action_select.hpp
    M src/editor/action/mouse/mouse_action_unit.cpp
    M src/editor/action/mouse/mouse_action_unit.hpp
    M src/editor/action/mouse/mouse_action_village.cpp
    M src/editor/action/mouse/mouse_action_village.hpp
    M src/editor/controller/editor_controller.cpp
    M src/editor/controller/editor_controller.hpp
    M src/editor/editor_common.hpp
    M src/editor/editor_display.cpp
    M src/editor/editor_display.hpp
    M src/editor/editor_main.cpp
    M src/editor/editor_main.hpp
    M src/editor/editor_preferences.cpp
    M src/editor/editor_preferences.hpp
    M src/editor/map/context_manager.cpp
    M src/editor/map/context_manager.hpp
    M src/editor/map/editor_map.cpp
    M src/editor/map/editor_map.hpp
    M src/editor/map/map_context.cpp
    M src/editor/map/map_context.hpp
    M src/editor/map/map_fragment.cpp
    M src/editor/map/map_fragment.hpp
    M src/editor/palette/common_palette.hpp
    M src/editor/palette/editor_palettes.cpp
    M src/editor/palette/editor_palettes.hpp
    M src/editor/palette/empty_palette.hpp
    M src/editor/palette/item_palette.cpp
    M src/editor/palette/item_palette.hpp
    M src/editor/palette/palette_manager.cpp
    M src/editor/palette/palette_manager.hpp
    M src/editor/palette/terrain_palettes.cpp
    M src/editor/palette/terrain_palettes.hpp
    M src/editor/palette/tristate_button.cpp
    M src/editor/palette/tristate_button.hpp
    M src/editor/palette/unit_palette.cpp
    M src/editor/palette/unit_palette.hpp
    M src/editor/toolkit/brush.cpp
    M src/editor/toolkit/brush.hpp
    M src/editor/toolkit/editor_toolkit.cpp
    M src/editor/toolkit/editor_toolkit.hpp
    M src/events.cpp
    M src/events.hpp
    M src/exceptions.hpp
    M src/fake_unit_manager.cpp
    M src/fake_unit_manager.hpp
    M src/fake_unit_ptr.cpp
    M src/fake_unit_ptr.hpp
    M src/filechooser.cpp
    M src/filechooser.hpp
    M src/filesystem.hpp
    M src/filesystem_boost.cpp
    M src/filter_context.hpp
    M src/floating_label.cpp
    M src/floating_point_emulation.hpp
    M src/floating_textbox.cpp
    M src/floating_textbox.hpp
    M src/font.cpp
    M src/font.hpp
    M src/format_time_summary.cpp
    M src/format_time_summary.hpp
    M src/formatter.hpp
    M src/formula.cpp
    M src/formula.hpp
    M src/formula_callable.hpp
    M src/formula_callable_fwd.hpp
    M src/formula_debugger.cpp
    M src/formula_debugger.hpp
    M src/formula_debugger_fwd.cpp
    M src/formula_debugger_fwd.hpp
    M src/formula_function.cpp
    M src/formula_function.hpp
    M src/formula_fwd.hpp
    M src/formula_string_utils.cpp
    M src/formula_string_utils.hpp
    M src/formula_tokenizer.cpp
    M src/formula_tokenizer.hpp
    M src/game_board.cpp
    M src/game_board.hpp
    M src/game_classification.cpp
    M src/game_classification.hpp
    M src/game_config.cpp
    M src/game_config.hpp
    M src/game_config_manager.cpp
    M src/game_config_manager.hpp
    M src/game_data.cpp
    M src/game_data.hpp
    M src/game_display.cpp
    M src/game_display.hpp
    M src/game_end_exceptions.cpp
    M src/game_end_exceptions.hpp
    M src/game_errors.cpp
    M src/game_errors.hpp
    M src/game_events/action_wml.cpp
    M src/game_events/action_wml.hpp
    M src/game_events/conditional_wml.cpp
    M src/game_events/conditional_wml.hpp
    M src/game_events/entity_location.cpp
    M src/game_events/entity_location.hpp
    M src/game_events/handlers.cpp
    M src/game_events/handlers.hpp
    M src/game_events/manager.cpp
    M src/game_events/manager.hpp
    M src/game_events/manager_impl.cpp
    M src/game_events/manager_impl.hpp
    M src/game_events/menu_item.cpp
    M src/game_events/menu_item.hpp
    M src/game_events/pump.cpp
    M src/game_events/pump.hpp
    M src/game_events/wmi_container.cpp
    M src/game_events/wmi_container.hpp
    M src/game_initialization/configure_engine.hpp
    M src/game_initialization/connect_engine.cpp
    M src/game_initialization/connect_engine.hpp
    M src/game_initialization/create_engine.cpp
    M src/game_initialization/create_engine.hpp
    M src/game_initialization/depcheck.cpp
    M src/game_initialization/depcheck.hpp
    M src/game_initialization/flg_manager.cpp
    M src/game_initialization/flg_manager.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/game_state.cpp
    M src/game_state.hpp
    M src/generators/cave_map_generator.cpp
    M src/generators/cave_map_generator.hpp
    M src/generators/default_map_generator.cpp
    M src/generators/default_map_generator.hpp
    M src/generators/default_map_generator_job.cpp
    M src/generators/default_map_generator_job.hpp
    M src/generators/lua_map_generator.cpp
    M src/generators/lua_map_generator.hpp
    M src/generators/map_create.cpp
    M src/generators/map_create.hpp
    M src/generators/map_generator.cpp
    M src/generators/map_generator.hpp
    M src/generic_event.cpp
    M src/generic_event.hpp
    M src/gettext.cpp
    M src/gettext.hpp
    M src/gettext_boost.cpp
    M src/global.hpp
    M src/gui/auxiliary/canvas.cpp
    M src/gui/auxiliary/canvas.hpp
    M src/gui/auxiliary/event/dispatcher.cpp
    M src/gui/auxiliary/event/dispatcher.hpp
    M src/gui/auxiliary/event/dispatcher_private.hpp
    M src/gui/auxiliary/event/distributor.cpp
    M src/gui/auxiliary/event/distributor.hpp
    M src/gui/auxiliary/event/handler.cpp
    M src/gui/auxiliary/event/handler.hpp
    M src/gui/auxiliary/event/message.hpp
    M src/gui/auxiliary/filter.hpp
    M src/gui/auxiliary/find_widget.tpp
    M src/gui/auxiliary/formula.hpp
    M src/gui/auxiliary/iterator/exception.hpp
    M src/gui/auxiliary/iterator/iterator.cpp
    M src/gui/auxiliary/iterator/iterator.hpp
    M src/gui/auxiliary/iterator/policy_order.hpp
    M src/gui/auxiliary/iterator/policy_visit.hpp
    M src/gui/auxiliary/iterator/walker.hpp
    M src/gui/auxiliary/iterator/walker_grid.cpp
    M src/gui/auxiliary/iterator/walker_grid.hpp
    M src/gui/auxiliary/iterator/walker_widget.cpp
    M src/gui/auxiliary/iterator/walker_widget.hpp
    M src/gui/auxiliary/layout_exception.hpp
    M src/gui/auxiliary/log.cpp
    M src/gui/auxiliary/log.hpp
    M src/gui/auxiliary/notifiee.hpp
    M src/gui/auxiliary/notifier.hpp
    M src/gui/auxiliary/old_markup.cpp
    M src/gui/auxiliary/old_markup.hpp
    M src/gui/auxiliary/placer.cpp
    M src/gui/auxiliary/placer.hpp
    M src/gui/auxiliary/placer/horizontal_list.cpp
    M src/gui/auxiliary/placer/horizontal_list.hpp
    M src/gui/auxiliary/placer/vertical_list.cpp
    M src/gui/auxiliary/placer/vertical_list.hpp
    M src/gui/auxiliary/timer.cpp
    M src/gui/auxiliary/timer.hpp
    M src/gui/auxiliary/tips.cpp
    M src/gui/auxiliary/tips.hpp
    M src/gui/auxiliary/widget_definition.cpp
    M src/gui/auxiliary/widget_definition.hpp
    M src/gui/auxiliary/widget_definition/button.cpp
    M src/gui/auxiliary/widget_definition/button.hpp
    M src/gui/auxiliary/widget_definition/drawing.cpp
    M src/gui/auxiliary/widget_definition/drawing.hpp
    M src/gui/auxiliary/widget_definition/horizontal_scrollbar.cpp
    M src/gui/auxiliary/widget_definition/horizontal_scrollbar.hpp
    M src/gui/auxiliary/widget_definition/image.cpp
    M src/gui/auxiliary/widget_definition/image.hpp
    M src/gui/auxiliary/widget_definition/label.cpp
    M src/gui/auxiliary/widget_definition/label.hpp
    M src/gui/auxiliary/widget_definition/listbox.cpp
    M src/gui/auxiliary/widget_definition/listbox.hpp
    M src/gui/auxiliary/widget_definition/matrix.cpp
    M src/gui/auxiliary/widget_definition/matrix.hpp
    M src/gui/auxiliary/widget_definition/minimap.cpp
    M src/gui/auxiliary/widget_definition/minimap.hpp
    M src/gui/auxiliary/widget_definition/multi_page.cpp
    M src/gui/auxiliary/widget_definition/multi_page.hpp
    M src/gui/auxiliary/widget_definition/panel.cpp
    M src/gui/auxiliary/widget_definition/panel.hpp
    M src/gui/auxiliary/widget_definition/progress_bar.cpp
    M src/gui/auxiliary/widget_definition/progress_bar.hpp
    M src/gui/auxiliary/widget_definition/repeating_button.cpp
    M src/gui/auxiliary/widget_definition/repeating_button.hpp
    M src/gui/auxiliary/widget_definition/scroll_label.cpp
    M src/gui/auxiliary/widget_definition/scroll_label.hpp
    M src/gui/auxiliary/widget_definition/scrollbar_panel.cpp
    M src/gui/auxiliary/widget_definition/scrollbar_panel.hpp
    M src/gui/auxiliary/widget_definition/slider.cpp
    M src/gui/auxiliary/widget_definition/slider.hpp
    M src/gui/auxiliary/widget_definition/spacer.cpp
    M src/gui/auxiliary/widget_definition/spacer.hpp
    M src/gui/auxiliary/widget_definition/stacked_widget.cpp
    M src/gui/auxiliary/widget_definition/stacked_widget.hpp
    M src/gui/auxiliary/widget_definition/text_box.cpp
    M src/gui/auxiliary/widget_definition/text_box.hpp
    M src/gui/auxiliary/widget_definition/toggle_button.cpp
    M src/gui/auxiliary/widget_definition/toggle_button.hpp
    M src/gui/auxiliary/widget_definition/toggle_panel.cpp
    M src/gui/auxiliary/widget_definition/toggle_panel.hpp
    M src/gui/auxiliary/widget_definition/tree_view.cpp
    M src/gui/auxiliary/widget_definition/tree_view.hpp
    M src/gui/auxiliary/widget_definition/vertical_scrollbar.cpp
    M src/gui/auxiliary/widget_definition/vertical_scrollbar.hpp
    M src/gui/auxiliary/widget_definition/window.cpp
    M src/gui/auxiliary/widget_definition/window.hpp
    M src/gui/auxiliary/window_builder.cpp
    M src/gui/auxiliary/window_builder.hpp
    M src/gui/auxiliary/window_builder/button.cpp
    M src/gui/auxiliary/window_builder/button.hpp
    M src/gui/auxiliary/window_builder/control.cpp
    M src/gui/auxiliary/window_builder/control.hpp
    M src/gui/auxiliary/window_builder/drawing.cpp
    M src/gui/auxiliary/window_builder/drawing.hpp
    M src/gui/auxiliary/window_builder/helper.cpp
    M src/gui/auxiliary/window_builder/helper.hpp
    M src/gui/auxiliary/window_builder/horizontal_listbox.cpp
    M src/gui/auxiliary/window_builder/horizontal_listbox.hpp
    M src/gui/auxiliary/window_builder/horizontal_scrollbar.cpp
    M src/gui/auxiliary/window_builder/horizontal_scrollbar.hpp
    M src/gui/auxiliary/window_builder/image.cpp
    M src/gui/auxiliary/window_builder/image.hpp
    M src/gui/auxiliary/window_builder/instance.cpp
    M src/gui/auxiliary/window_builder/instance.hpp
    M src/gui/auxiliary/window_builder/label.cpp
    M src/gui/auxiliary/window_builder/label.hpp
    M src/gui/auxiliary/window_builder/listbox.cpp
    M src/gui/auxiliary/window_builder/listbox.hpp
    M src/gui/auxiliary/window_builder/matrix.cpp
    M src/gui/auxiliary/window_builder/matrix.hpp
    M src/gui/auxiliary/window_builder/minimap.cpp
    M src/gui/auxiliary/window_builder/minimap.hpp
    M src/gui/auxiliary/window_builder/multi_page.cpp
    M src/gui/auxiliary/window_builder/multi_page.hpp
    M src/gui/auxiliary/window_builder/pane.cpp
    M src/gui/auxiliary/window_builder/pane.hpp
    M src/gui/auxiliary/window_builder/panel.cpp
    M src/gui/auxiliary/window_builder/panel.hpp
    M src/gui/auxiliary/window_builder/password_box.cpp
    M src/gui/auxiliary/window_builder/password_box.hpp
    M src/gui/auxiliary/window_builder/progress_bar.cpp
    M src/gui/auxiliary/window_builder/progress_bar.hpp
    M src/gui/auxiliary/window_builder/repeating_button.cpp
    M src/gui/auxiliary/window_builder/repeating_button.hpp
    M src/gui/auxiliary/window_builder/scroll_label.cpp
    M src/gui/auxiliary/window_builder/scroll_label.hpp
    M src/gui/auxiliary/window_builder/scrollbar_panel.cpp
    M src/gui/auxiliary/window_builder/scrollbar_panel.hpp
    M src/gui/auxiliary/window_builder/slider.cpp
    M src/gui/auxiliary/window_builder/slider.hpp
    M src/gui/auxiliary/window_builder/spacer.cpp
    M src/gui/auxiliary/window_builder/spacer.hpp
    M src/gui/auxiliary/window_builder/stacked_widget.cpp
    M src/gui/auxiliary/window_builder/stacked_widget.hpp
    M src/gui/auxiliary/window_builder/text_box.cpp
    M src/gui/auxiliary/window_builder/text_box.hpp
    M src/gui/auxiliary/window_builder/toggle_button.cpp
    M src/gui/auxiliary/window_builder/toggle_button.hpp
    M src/gui/auxiliary/window_builder/toggle_panel.cpp
    M src/gui/auxiliary/window_builder/toggle_panel.hpp
    M src/gui/auxiliary/window_builder/tree_view.cpp
    M src/gui/auxiliary/window_builder/tree_view.hpp
    M src/gui/auxiliary/window_builder/vertical_scrollbar.cpp
    M src/gui/auxiliary/window_builder/vertical_scrollbar.hpp
    M src/gui/auxiliary/window_builder/viewport.cpp
    M src/gui/auxiliary/window_builder/viewport.hpp
    M src/gui/dialogs/addon/description.cpp
    M src/gui/dialogs/addon/description.hpp
    M src/gui/dialogs/addon/filter_options.cpp
    M src/gui/dialogs/addon/filter_options.hpp
    M src/gui/dialogs/addon/uninstall_list.cpp
    M src/gui/dialogs/addon/uninstall_list.hpp
    M src/gui/dialogs/addon_connect.cpp
    M src/gui/dialogs/addon_connect.hpp
    M src/gui/dialogs/addon_list.cpp
    M src/gui/dialogs/addon_list.hpp
    M src/gui/dialogs/advanced_graphics_options.cpp
    M src/gui/dialogs/advanced_graphics_options.hpp
    M src/gui/dialogs/campaign_difficulty.cpp
    M src/gui/dialogs/campaign_difficulty.hpp
    M src/gui/dialogs/campaign_selection.cpp
    M src/gui/dialogs/campaign_selection.hpp
    M src/gui/dialogs/campaign_settings.cpp
    M src/gui/dialogs/campaign_settings.hpp
    M src/gui/dialogs/chat_log.cpp
    M src/gui/dialogs/chat_log.hpp
    M src/gui/dialogs/core_selection.cpp
    M src/gui/dialogs/core_selection.hpp
    M src/gui/dialogs/data_manage.cpp
    M src/gui/dialogs/data_manage.hpp
    M src/gui/dialogs/debug_clock.cpp
    M src/gui/dialogs/debug_clock.hpp
    M src/gui/dialogs/depcheck_confirm_change.cpp
    M src/gui/dialogs/depcheck_confirm_change.hpp
    M src/gui/dialogs/depcheck_select_new.cpp
    M src/gui/dialogs/depcheck_select_new.hpp
    M src/gui/dialogs/dialog.cpp
    M src/gui/dialogs/dialog.hpp
    M src/gui/dialogs/edit_label.cpp
    M src/gui/dialogs/edit_label.hpp
    M src/gui/dialogs/edit_text.cpp
    M src/gui/dialogs/edit_text.hpp
    M src/gui/dialogs/editor/custom_tod.cpp
    M src/gui/dialogs/editor/custom_tod.hpp
    M src/gui/dialogs/editor/editor_edit_label.cpp
    M src/gui/dialogs/editor/editor_edit_label.hpp
    M src/gui/dialogs/editor/editor_edit_scenario.cpp
    M src/gui/dialogs/editor/editor_edit_scenario.hpp
    M src/gui/dialogs/editor/editor_edit_side.cpp
    M src/gui/dialogs/editor/editor_edit_side.hpp
    M src/gui/dialogs/editor_generate_map.cpp
    M src/gui/dialogs/editor_generate_map.hpp
    M src/gui/dialogs/editor_new_map.cpp
    M src/gui/dialogs/editor_new_map.hpp
    M src/gui/dialogs/editor_resize_map.cpp
    M src/gui/dialogs/editor_resize_map.hpp
    M src/gui/dialogs/editor_set_starting_position.cpp
    M src/gui/dialogs/editor_set_starting_position.hpp
    M src/gui/dialogs/field-fwd.hpp
    M src/gui/dialogs/field.hpp
    M src/gui/dialogs/folder_create.cpp
    M src/gui/dialogs/folder_create.hpp
    M src/gui/dialogs/formula_debugger.cpp
    M src/gui/dialogs/formula_debugger.hpp
    M src/gui/dialogs/game_cache_options.cpp
    M src/gui/dialogs/game_cache_options.hpp
    M src/gui/dialogs/game_delete.cpp
    M src/gui/dialogs/game_delete.hpp
    M src/gui/dialogs/game_load.cpp
    M src/gui/dialogs/game_load.hpp
    M src/gui/dialogs/game_save.cpp
    M src/gui/dialogs/game_save.hpp
    M src/gui/dialogs/game_version.cpp
    M src/gui/dialogs/game_version.hpp
    M src/gui/dialogs/gamestate_inspector.cpp
    M src/gui/dialogs/gamestate_inspector.hpp
    M src/gui/dialogs/helper.hpp
    M src/gui/dialogs/label_settings.cpp
    M src/gui/dialogs/label_settings.hpp
    M src/gui/dialogs/language_selection.cpp
    M src/gui/dialogs/language_selection.hpp
    M src/gui/dialogs/lobby/lobby_data.cpp
    M src/gui/dialogs/lobby/lobby_data.hpp
    M src/gui/dialogs/lobby/lobby_info.cpp
    M src/gui/dialogs/lobby/lobby_info.hpp
    M src/gui/dialogs/lobby_main.cpp
    M src/gui/dialogs/lobby_main.hpp
    M src/gui/dialogs/lobby_player_info.cpp
    M src/gui/dialogs/lobby_player_info.hpp
    M src/gui/dialogs/lua_interpreter.cpp
    M src/gui/dialogs/lua_interpreter.hpp
    M src/gui/dialogs/message.cpp
    M src/gui/dialogs/message.hpp
    M src/gui/dialogs/mp_alerts_options.cpp
    M src/gui/dialogs/mp_alerts_options.hpp
    M src/gui/dialogs/mp_change_control.cpp
    M src/gui/dialogs/mp_change_control.hpp
    M src/gui/dialogs/mp_cmd_wrapper.cpp
    M src/gui/dialogs/mp_cmd_wrapper.hpp
    M src/gui/dialogs/mp_connect.cpp
    M src/gui/dialogs/mp_connect.hpp
    M src/gui/dialogs/mp_create_game.cpp
    M src/gui/dialogs/mp_create_game.hpp
    M src/gui/dialogs/mp_create_game_set_password.cpp
    M src/gui/dialogs/mp_create_game_set_password.hpp
    M src/gui/dialogs/mp_host_game_prompt.cpp
    M src/gui/dialogs/mp_host_game_prompt.hpp
    M src/gui/dialogs/mp_login.cpp
    M src/gui/dialogs/mp_login.hpp
    M src/gui/dialogs/mp_method_selection.cpp
    M src/gui/dialogs/mp_method_selection.hpp
    M src/gui/dialogs/network_transmission.cpp
    M src/gui/dialogs/network_transmission.hpp
    M src/gui/dialogs/popup.cpp
    M src/gui/dialogs/popup.hpp
    M src/gui/dialogs/screenshot_notification.cpp
    M src/gui/dialogs/screenshot_notification.hpp
    M src/gui/dialogs/simple_item_selector.cpp
    M src/gui/dialogs/simple_item_selector.hpp
    M src/gui/dialogs/synced_choice_wait.cpp
    M src/gui/dialogs/synced_choice_wait.hpp
    M src/gui/dialogs/theme_list.cpp
    M src/gui/dialogs/theme_list.hpp
    M src/gui/dialogs/tip.cpp
    M src/gui/dialogs/tip.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/transient_message.hpp
    M src/gui/dialogs/unit_attack.cpp
    M src/gui/dialogs/unit_attack.hpp
    M src/gui/dialogs/unit_create.cpp
    M src/gui/dialogs/unit_create.hpp
    M src/gui/dialogs/wml_error.cpp
    M src/gui/dialogs/wml_error.hpp
    M src/gui/dialogs/wml_message.cpp
    M src/gui/dialogs/wml_message.hpp
    M src/gui/lib/types/point.cpp
    M src/gui/lib/types/point.hpp
    M src/gui/widgets/button.cpp
    M src/gui/widgets/button.hpp
    M src/gui/widgets/clickable.hpp
    M src/gui/widgets/container.cpp
    M src/gui/widgets/container.hpp
    M src/gui/widgets/control.cpp
    M src/gui/widgets/control.hpp
    M src/gui/widgets/debug.cpp
    M src/gui/widgets/debug.hpp
    M src/gui/widgets/detail/register.tpp
    M src/gui/widgets/drawing.cpp
    M src/gui/widgets/drawing.hpp
    M src/gui/widgets/event_executor.hpp
    M src/gui/widgets/generator.cpp
    M src/gui/widgets/generator.hpp
    M src/gui/widgets/generator_private.hpp
    M src/gui/widgets/grid.cpp
    M src/gui/widgets/grid.hpp
    M src/gui/widgets/grid_private.hpp
    M src/gui/widgets/helper.cpp
    M src/gui/widgets/helper.hpp
    M src/gui/widgets/horizontal_scrollbar.cpp
    M src/gui/widgets/horizontal_scrollbar.hpp
    M src/gui/widgets/image.cpp
    M src/gui/widgets/image.hpp
    M src/gui/widgets/integer_selector.hpp
    M src/gui/widgets/label.cpp
    M src/gui/widgets/label.hpp
    M src/gui/widgets/list.cpp
    M src/gui/widgets/list.hpp
    M src/gui/widgets/listbox.cpp
    M src/gui/widgets/listbox.hpp
    M src/gui/widgets/matrix.cpp
    M src/gui/widgets/matrix.hpp
    M src/gui/widgets/minimap.cpp
    M src/gui/widgets/minimap.hpp
    M src/gui/widgets/multi_page.cpp
    M src/gui/widgets/multi_page.hpp
    M src/gui/widgets/pane.cpp
    M src/gui/widgets/pane.hpp
    M src/gui/widgets/panel.cpp
    M src/gui/widgets/panel.hpp
    M src/gui/widgets/password_box.cpp
    M src/gui/widgets/password_box.hpp
    M src/gui/widgets/progress_bar.cpp
    M src/gui/widgets/progress_bar.hpp
    M src/gui/widgets/repeating_button.cpp
    M src/gui/widgets/repeating_button.hpp
    M src/gui/widgets/scroll_label.cpp
    M src/gui/widgets/scroll_label.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/scrollbar_container_private.hpp
    M src/gui/widgets/scrollbar_panel.cpp
    M src/gui/widgets/scrollbar_panel.hpp
    M src/gui/widgets/selectable.hpp
    M src/gui/widgets/settings.cpp
    M src/gui/widgets/settings.hpp
    M src/gui/widgets/slider.cpp
    M src/gui/widgets/slider.hpp
    M src/gui/widgets/spacer.cpp
    M src/gui/widgets/spacer.hpp
    M src/gui/widgets/stacked_widget.cpp
    M src/gui/widgets/stacked_widget.hpp
    M src/gui/widgets/text.cpp
    M src/gui/widgets/text.hpp
    M src/gui/widgets/text_box.cpp
    M src/gui/widgets/text_box.hpp
    M src/gui/widgets/toggle_button.cpp
    M src/gui/widgets/toggle_button.hpp
    M src/gui/widgets/toggle_panel.cpp
    M src/gui/widgets/toggle_panel.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/viewport.cpp
    M src/gui/widgets/viewport.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/gui/widgets/window_private.hpp
    M src/halo.cpp
    M src/halo.hpp
    M src/hash.cpp
    M src/hash.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_impl.hpp
    M src/help/help_menu.cpp
    M src/help/help_menu.hpp
    M src/help/help_text_area.cpp
    M src/help/help_text_area.hpp
    M src/help/help_topic_generators.cpp
    M src/help/help_topic_generators.hpp
    M src/hotkey/command_executor.cpp
    M src/hotkey/command_executor.hpp
    M src/hotkey/hotkey_command.cpp
    M src/hotkey/hotkey_command.hpp
    M src/hotkey/hotkey_item.cpp
    M src/hotkey/hotkey_item.hpp
    M src/hotkey/hotkey_manager.cpp
    M src/hotkey/hotkey_manager.hpp
    M src/hotkey/hotkey_preferences_display.cpp
    M src/hotkey_handler.cpp
    M src/hotkey_handler.hpp
    M src/hotkey_handler_mp.cpp
    M src/hotkey_handler_mp.hpp
    M src/hotkey_handler_sp.cpp
    M src/hotkey_handler_sp.hpp
    M src/image.cpp
    M src/image.hpp
    M src/image_modifications.cpp
    M src/image_modifications.hpp
    M src/intro.cpp
    M src/intro.hpp
    M src/joystick.cpp
    M src/joystick.hpp
    M src/key.cpp
    M src/key.hpp
    M src/language.cpp
    M src/language.hpp
    M src/leader_scroll_dialog.cpp
    M src/leader_scroll_dialog.hpp
    M src/lexical_cast.hpp
    A src/libc_error.hpp
    M src/loadscreen.cpp
    M src/loadscreen.hpp
    M src/loadscreen_empty.cpp
    M src/lobby_preferences.cpp
    M src/lobby_preferences.hpp
    A src/log_windows.cpp
    A src/log_windows.hpp
    M src/lua/lgc.cpp
    M src/lua/luaconf.h
    M src/lua_jailbreak_exception.cpp
    M src/lua_jailbreak_exception.hpp
    M src/make_enum.hpp
    M src/map.cpp
    M src/map.hpp
    M src/map_exception.hpp
    M src/map_label.cpp
    M src/map_label.hpp
    M src/map_location.cpp
    M src/map_location.hpp
    M src/map_utils.hpp
    M src/marked-up_text.cpp
    M src/marked-up_text.hpp
    M src/menu_events.cpp
    M src/menu_events.hpp
    M src/minimap.cpp
    M src/minimap.hpp
    M src/mouse_events.cpp
    M src/mouse_events.hpp
    M src/mouse_handler_base.cpp
    M src/mouse_handler_base.hpp
    M src/movetype.cpp
    M src/movetype.hpp
    M src/mp_game_settings.cpp
    M src/mp_game_settings.hpp
    M src/mp_ui_alerts.cpp
    M src/mp_ui_alerts.hpp
    M src/mt_rng.cpp
    M src/mt_rng.hpp
    M src/multiplayer_error_codes.hpp
    M src/neon.hpp
    M src/network.cpp
    M src/network.hpp
    M src/network_asio.cpp
    M src/network_asio.hpp
    M src/network_worker.cpp
    M src/network_worker.hpp
    M src/overlay.hpp
    M src/pathfind/pathfind.cpp
    M src/pathfind/pathfind.hpp
    M src/pathfind/teleport.cpp
    M src/pathfind/teleport.hpp
    M src/pathutils.cpp
    M src/pathutils.hpp
    M src/persist_context.cpp
    M src/persist_context.hpp
    M src/persist_manager.cpp
    M src/persist_manager.hpp
    M src/persist_var.cpp
    M src/persist_var.hpp
    M src/play_controller.cpp
    M src/play_controller.hpp
    M src/playmp_controller.cpp
    M src/playmp_controller.hpp
    M src/playsingle_controller.cpp
    M src/playsingle_controller.hpp
    M src/playturn.cpp
    M src/playturn.hpp
    M src/portrait.cpp
    M src/portrait.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/race.cpp
    M src/race.hpp
    M src/random_new.cpp
    M src/random_new.hpp
    M src/random_new_deterministic.cpp
    M src/random_new_deterministic.hpp
    M src/random_new_synced.cpp
    M src/random_new_synced.hpp
    M src/recall_list_manager.cpp
    M src/recall_list_manager.hpp
    M src/reference_counted_object.hpp
    M src/replay.cpp
    M src/replay.hpp
    M src/replay_controller.cpp
    M src/replay_controller.hpp
    M src/replay_helper.cpp
    M src/replay_helper.hpp
    M src/replay_recorder_base.cpp
    M src/reports.cpp
    M src/reports.hpp
    M src/resources.cpp
    M src/resources.hpp
    M src/save_blocker.cpp
    M src/save_blocker.hpp
    M src/save_index.cpp
    M src/save_index.hpp
    M src/saved_game.cpp
    M src/saved_game.hpp
    M src/savegame.cpp
    M src/savegame.hpp
    M src/savegame_config.hpp
    M src/scoped_resource.hpp
    M src/scripting/application_lua_kernel.cpp
    M src/scripting/application_lua_kernel.hpp
    M src/scripting/debug_lua.cpp
    M src/scripting/debug_lua.hpp
    M src/scripting/game_lua_kernel.cpp
    M src/scripting/game_lua_kernel.hpp
    M src/scripting/lua_api.cpp
    M src/scripting/lua_api.hpp
    M src/scripting/lua_common.cpp
    M src/scripting/lua_common.hpp
    M src/scripting/lua_cpp_function.cpp
    M src/scripting/lua_cpp_function.hpp
    M src/scripting/lua_fileops.cpp
    M src/scripting/lua_fileops.hpp
    M src/scripting/lua_gui2.cpp
    M src/scripting/lua_gui2.hpp
    M src/scripting/lua_kernel_base.cpp
    M src/scripting/lua_kernel_base.hpp
    M src/scripting/lua_map_location_ops.cpp
    M src/scripting/lua_map_location_ops.hpp
    M src/scripting/lua_race.cpp
    M src/scripting/lua_race.hpp
    M src/scripting/lua_rng.cpp
    M src/scripting/lua_rng.hpp
    M src/scripting/lua_team.cpp
    M src/scripting/lua_team.hpp
    M src/scripting/lua_types.cpp
    M src/scripting/lua_types.hpp
    M src/scripting/lua_unit_type.cpp
    M src/scripting/lua_unit_type.hpp
    M src/scripting/mapgen_lua_kernel.cpp
    M src/scripting/mapgen_lua_kernel.hpp
    M src/scripting/plugins/context.cpp
    M src/scripting/plugins/context.hpp
    M src/scripting/plugins/manager.cpp
    M src/scripting/plugins/manager.hpp
    M src/scripting/push_check.hpp
    M src/sdl/alpha.cpp
    M src/sdl/alpha.hpp
    M src/sdl/compat.hpp
    M src/sdl/exception.cpp
    M src/sdl/exception.hpp
    M src/sdl/gpu.hpp
    M src/sdl/image.cpp
    M src/sdl/image.hpp
    A src/sdl/keyboard.cpp
    A src/sdl/keyboard.hpp
    M src/sdl/rect.cpp
    M src/sdl/rect.hpp
    M src/sdl/shader.cpp
    M src/sdl/shader.hpp
    M src/sdl/utils.cpp
    M src/sdl/utils.hpp
    M src/sdl/window.cpp
    M src/sdl/window.hpp
    M src/seed_rng.cpp
    M src/seed_rng.hpp
    M src/serialization/binary_or_text.cpp
    M src/serialization/binary_or_text.hpp
    M src/serialization/compression.hpp
    M src/serialization/parser.cpp
    M src/serialization/parser.hpp
    M src/serialization/preprocessor.cpp
    M src/serialization/preprocessor.hpp
    M src/serialization/schema_validator.cpp
    M src/serialization/schema_validator.hpp
    M src/serialization/string_utils.cpp
    M src/serialization/string_utils.hpp
    M src/serialization/tokenizer.cpp
    M src/serialization/tokenizer.hpp
    M src/serialization/ucs4_convert_impl.hpp
    M src/serialization/ucs4_iterator_base.hpp
    M src/serialization/unicode.cpp
    M src/serialization/unicode.hpp
    M src/serialization/unicode_cast.hpp
    M src/serialization/unicode_types.hpp
    M src/serialization/validator.cpp
    M src/serialization/validator.hpp
    M src/server/ban.cpp
    M src/server/ban.hpp
    M src/server/forum_user_handler.cpp
    M src/server/forum_user_handler.hpp
    M src/server/game.cpp
    M src/server/game.hpp
    M src/server/input_stream.cpp
    M src/server/input_stream.hpp
    M src/server/metrics.cpp
    M src/server/metrics.hpp
    M src/server/player.cpp
    M src/server/player.hpp
    M src/server/player_network.cpp
    M src/server/player_network.hpp
    M src/server/proxy.cpp
    M src/server/proxy.hpp
    M src/server/room.cpp
    M src/server/room.hpp
    M src/server/room_manager.cpp
    M src/server/room_manager.hpp
    M src/server/sample_user_handler.cpp
    M src/server/sample_user_handler.hpp
    M src/server/server.cpp
    M src/server/server.hpp
    M src/server/simple_wml.cpp
    M src/server/simple_wml.hpp
    M src/server/user_handler.cpp
    M src/server/user_handler.hpp
    M src/settings.cpp
    M src/settings.hpp
    M src/show_dialog.cpp
    M src/show_dialog.hpp
    M src/side_filter.cpp
    M src/side_filter.hpp
    M src/simple_rng.cpp
    M src/simple_rng.hpp
    M src/sound.cpp
    M src/sound.hpp
    M src/sound_music_track.cpp
    M src/sound_music_track.hpp
    M src/soundsource.cpp
    M src/soundsource.hpp
    M src/statistics.cpp
    M src/statistics.hpp
    M src/statistics_dialog.cpp
    M src/statistics_dialog.hpp
    M src/storyscreen/controller.cpp
    M src/storyscreen/controller.hpp
    M src/storyscreen/interface.cpp
    M src/storyscreen/interface.hpp
    M src/storyscreen/part.cpp
    M src/storyscreen/part.hpp
    M src/storyscreen/render.cpp
    M src/storyscreen/render.hpp
    M src/strftime.cpp
    M src/strftime.hpp
    M src/synced_checkup.cpp
    M src/synced_checkup.hpp
    M src/synced_commands.cpp
    M src/synced_commands.hpp
    M src/synced_context.cpp
    M src/synced_context.hpp
    M src/synced_user_choice.cpp
    M src/syncmp_handler.cpp
    M src/syncmp_handler.hpp
    M src/team.cpp
    M src/team.hpp
    M src/teambuilder.cpp
    M src/teambuilder.hpp
    M src/terrain.cpp
    M src/terrain.hpp
    M src/terrain_builder.cpp
    M src/terrain_builder.hpp
    M src/terrain_filter.cpp
    M src/terrain_filter.hpp
    M src/terrain_translation.cpp
    M src/terrain_translation.hpp
    M src/terrain_type_data.cpp
    M src/terrain_type_data.hpp
    M src/tests/create_images.cpp
    M src/tests/floating_point_emulation.cpp
    M src/tests/gui/fire_event.cpp
    M src/tests/gui/iterator.cpp
    M src/tests/gui/test_drop_target.cpp
    M src/tests/gui/test_gui2.cpp
    M src/tests/gui/test_save_dialog.cpp
    M src/tests/gui/visitor.cpp
    M src/tests/main.cpp
    M src/tests/test_addons.cpp
    M src/tests/test_commandline_options.cpp
    M src/tests/test_config.cpp
    M src/tests/test_config_cache.cpp
    M src/tests/test_formula_ai.cpp
    M src/tests/test_formula_function.cpp
    M src/tests/test_image_modifications.cpp
    M src/tests/test_lexical_cast.cpp
    A src/tests/test_lua.cpp
    M src/tests/test_make_enum.cpp
    M src/tests/test_map_location.cpp
    M src/tests/test_mp_connect.cpp
    M src/tests/test_network_worker.cpp
    M src/tests/test_recall_list.cpp
    M src/tests/test_rng.cpp
    M src/tests/test_sdl_utils.cpp
    M src/tests/test_sdl_utils.hpp
    M src/tests/test_serialization.cpp
    M src/tests/test_team.cpp
    M src/tests/test_unit_map.cpp
    M src/tests/test_util.cpp
    M src/tests/test_version.cpp
    M src/tests/test_whiteboard_side_actions.cpp
    M src/tests/utils/auto_parameterized.hpp
    M src/tests/utils/fake_display.cpp
    M src/tests/utils/fake_display.hpp
    M src/tests/utils/fake_event_source.cpp
    M src/tests/utils/fake_event_source.hpp
    M src/tests/utils/game_config_manager.cpp
    M src/tests/utils/game_config_manager.hpp
    M src/tests/utils/play_scenario.cpp
    M src/tests/utils/play_scenario.hpp
    M src/tests/utils/predicate.hpp
    M src/text.cpp
    M src/text.hpp
    M src/theme.cpp
    M src/theme.hpp
    M src/thread.cpp
    M src/thread.hpp
    M src/time_of_day.cpp
    M src/time_of_day.hpp
    M src/tod_manager.cpp
    M src/tod_manager.hpp
    M src/tools/cutter.cpp
    M src/tools/dummy_video.cpp
    M src/tools/exploder.cpp
    M src/tools/exploder_composer.cpp
    M src/tools/exploder_composer.hpp
    M src/tools/exploder_cutter.cpp
    M src/tools/exploder_cutter.hpp
    M src/tools/exploder_utils.cpp
    M src/tools/exploder_utils.hpp
    M src/tools/key_test.cpp
    M src/tools/schema/error_container.cpp
    M src/tools/schema/error_container.hpp
    M src/tools/schema/schema_generator.cpp
    M src/tools/schema/sourceparser.cpp
    M src/tools/schema/sourceparser.hpp
    M src/tools/schema/tag.cpp
    M src/tools/schema/tag.hpp
    M src/tools/sdl2/sdl2.cpp
    M src/tools/sdl2/sdl2.hpp
    M src/tools/sdl2/window.cpp
    M src/tools/sdl2/window.hpp
    M src/tools/validator/validator_tool.cpp
    M src/tooltips.cpp
    M src/tooltips.hpp
    M src/tracer.cpp
    M src/tracer.hpp
    M src/tstring.cpp
    M src/tstring.hpp
    M src/unit.cpp
    M src/unit.hpp
    M src/unit_abilities.cpp
    M src/unit_abilities.hpp
    M src/unit_animation.cpp
    M src/unit_animation.hpp
    M src/unit_animation_component.cpp
    M src/unit_animation_component.hpp
    M src/unit_attack_type.cpp
    M src/unit_attack_type.hpp
    M src/unit_display.cpp
    M src/unit_display.hpp
    M src/unit_drawer.cpp
    M src/unit_drawer.hpp
    M src/unit_filter.cpp
    M src/unit_filter.hpp
    M src/unit_formula_manager.cpp
    M src/unit_formula_manager.hpp
    M src/unit_frame.cpp
    M src/unit_frame.hpp
    M src/unit_helper.cpp
    M src/unit_helper.hpp
    M src/unit_id.cpp
    M src/unit_id.hpp
    M src/unit_map.cpp
    M src/unit_map.hpp
    M src/unit_ptr.hpp
    M src/unit_types.cpp
    M src/unit_types.hpp
    M src/util.cpp
    M src/util.hpp
    M src/utils/const_clone.tpp
    M src/utils/enumerate.tpp
    M src/utils/foreach.tpp
    M src/utils/iterator.hpp
    M src/utils/reference_counter.hpp
    M src/utils/sha1.cpp
    M src/utils/sha1.hpp
    M src/utils/shared_object.hpp
    M src/utils/smart_list.hpp
    M src/variable.cpp
    M src/variable.hpp
    M src/variable_info.cpp
    M src/variable_info.hpp
    M src/variable_info_detail.hpp
    M src/variant.cpp
    M src/variant.hpp
    M src/version.cpp
    M src/version.hpp
    M src/video.cpp
    M src/video.hpp
    M src/wesconfig.h
    M src/wesmage/exit.cpp
    M src/wesmage/exit.hpp
    M src/wesmage/filter.cpp
    M src/wesmage/filter.hpp
    M src/wesmage/options.cpp
    M src/wesmage/options.hpp
    M src/wesmage/wesmage.cpp
    M src/wesnoth.cpp
    M src/whiteboard/action.cpp
    M src/whiteboard/action.hpp
    M src/whiteboard/attack.cpp
    M src/whiteboard/attack.hpp
    M src/whiteboard/highlighter.cpp
    M src/whiteboard/highlighter.hpp
    M src/whiteboard/manager.cpp
    M src/whiteboard/manager.hpp
    M src/whiteboard/mapbuilder.cpp
    M src/whiteboard/mapbuilder.hpp
    M src/whiteboard/move.cpp
    M src/whiteboard/move.hpp
    M src/whiteboard/recall.cpp
    M src/whiteboard/recall.hpp
    M src/whiteboard/recruit.cpp
    M src/whiteboard/recruit.hpp
    M src/whiteboard/side_actions.cpp
    M src/whiteboard/side_actions.hpp
    M src/whiteboard/suppose_dead.cpp
    M src/whiteboard/suppose_dead.hpp
    M src/whiteboard/typedefs.hpp
    M src/whiteboard/utility.cpp
    M src/whiteboard/utility.hpp
    M src/whiteboard/visitor.hpp
    M src/widgets/button.cpp
    M src/widgets/button.hpp
    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/drop_target.cpp
    M src/widgets/drop_target.hpp
    M src/widgets/file_menu.cpp
    M src/widgets/file_menu.hpp
    M src/widgets/label.cpp
    M src/widgets/label.hpp
    M src/widgets/menu.cpp
    M src/widgets/menu.hpp
    M src/widgets/menu_style.cpp
    M src/widgets/progressbar.cpp
    M src/widgets/progressbar.hpp
    M src/widgets/scrollarea.cpp
    M src/widgets/scrollarea.hpp
    M src/widgets/scrollbar.cpp
    M src/widgets/scrollpane.cpp
    M src/widgets/scrollpane.hpp
    M src/widgets/slider.cpp
    M src/widgets/slider.hpp
    M src/widgets/textbox.cpp
    M src/widgets/textbox.hpp
    M src/widgets/widget.cpp
    M src/widgets/widget.hpp
    M src/wmi_pager.cpp
    M src/wmi_pager.hpp
    M src/wml_exception.cpp
    M src/wml_exception.hpp
    M src/wml_separators.hpp
    M src/xBRZ/config.hpp
    M src/xBRZ/xbrz.cpp
    M src/xBRZ/xbrz.hpp
    M utils/pofix.py

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


  Commit: 93cf0f2975b5d30ef41c53bdaadf2c3866916b26
      https://github.com/wesnoth/wesnoth/commit/93cf0f2975b5d30ef41c53bdaadf2c3866916b26
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2016-01-23 (Sat, 23 Jan 2016)

  Changed paths:
    M src/SConscript
    M src/server/game.cpp
    M src/server/game.hpp
    M src/server/player.hpp
    A src/server/player_connection.cpp
    M src/server/player_connection.hpp
    M src/server/rooms.cpp
    M src/server/rooms.hpp
    M src/server/server.cpp
    M src/server/server.hpp

  Log Message:
  -----------
  Moved game and user lists into one multi_index_container

This also removes support for multiple rooms in lobby


  Commit: 00819df166e17265bef77c587311bc3a97f0051a
      https://github.com/wesnoth/wesnoth/commit/00819df166e17265bef77c587311bc3a97f0051a
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2016-01-25 (Mon, 25 Jan 2016)

  Changed paths:
    M src/server/server.cpp

  Log Message:
  -----------
  Properly call error handler in case of wml exception


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

  Changed paths:
    M src/server/server.cpp

  Log Message:
  -----------
  Improved log message for incorrect wml received


  Commit: dcf4355e769e73c438594a9e70a81b86c642f0af
      https://github.com/wesnoth/wesnoth/commit/dcf4355e769e73c438594a9e70a81b86c642f0af
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2016-01-26 (Tue, 26 Jan 2016)

  Changed paths:
    M src/server/server.cpp

  Log Message:
  -----------
  Autoremove disconnected players from games


  Commit: 610c844a7cc0c04380ad23ff363670eac9710d02
      https://github.com/wesnoth/wesnoth/commit/610c844a7cc0c04380ad23ff363670eac9710d02
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2016-01-26 (Tue, 26 Jan 2016)

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

  Log Message:
  -----------
  Ensure that games are always deleted when all players log off


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

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

  Log Message:
  -----------
  Moved SIGINT and SIGTERM handling into asio event loop


  Commit: 3640fc33fd43f673df949c1bb5f6b7fc0c41c560
      https://github.com/wesnoth/wesnoth/commit/3640fc33fd43f673df949c1bb5f6b7fc0c41c560
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2016-02-02 (Tue, 02 Feb 2016)

  Changed paths:
    M src/server/server.cpp

  Log Message:
  -----------
  Implemented client redirection to other servers based on version


  Commit: 171d6a4e0a3dc7a43a0eda632a298781c0fd87d8
      https://github.com/wesnoth/wesnoth/commit/171d6a4e0a3dc7a43a0eda632a298781c0fd87d8
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2016-02-02 (Tue, 02 Feb 2016)

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

  Log Message:
  -----------
  Implemented shutdown and restart admin commands


  Commit: cea8fb1dc9fecf91b27ce33485cd92da364e7385
      https://github.com/wesnoth/wesnoth/commit/cea8fb1dc9fecf91b27ce33485cd92da364e7385
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2016-02-13 (Sat, 13 Feb 2016)

  Changed paths:
    M src/server/game.cpp
    R src/server/proxy.cpp
    R src/server/proxy.hpp
    R src/server/room.cpp
    R src/server/room.hpp
    R src/server/room_manager.cpp
    R src/server/room_manager.hpp
    R src/server/rooms.cpp
    R src/server/rooms.hpp
    M src/server/server.cpp

  Log Message:
  -----------
  Clean up some commented out code and dead code


  Commit: 94c8533e1f609cfe9fa9648a73418c6fa010a276
      https://github.com/wesnoth/wesnoth/commit/94c8533e1f609cfe9fa9648a73418c6fa010a276
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2016-04-07 (Thu, 07 Apr 2016)

  Changed paths:
    M .gitignore
    M .travis.yml
    M CMakeLists.txt
    M Doxyfile
    M README.md
    M RELEASE_NOTES
    M SConstruct
    M changelog
    M data/_main.cfg
    M data/advanced_preferences.cfg
    M data/ai/ais/ai_default_rca.cfg
    R data/ai/ais/ai_default_rca_strong.cfg
    A data/ai/dev/ai_default_rca_alternate_recruiting.cfg
    R data/ai/dev/ai_old_recruitment.cfg
    R data/ai/dev/ai_sf_with_rca.cfg
    R data/ai/dev/akihara_recruitment.cfg
    M data/ai/dev/formula_ai.cfg
    M data/ai/dev/formula_ai_poisoning.cfg
    M data/ai/dev/idle_ai.cfg
    R data/ai/dev/testing_recruiting.cfg
    M data/ai/formula/new_recruitment.fai
    M data/ai/formula/opening.fai
    M data/ai/formula/patrol.fai
    M data/ai/formula/poisoner_attack.fai
    M data/ai/formula/poisoner_eval.fai
    M data/ai/formula/recruitment.fai
    M data/ai/formula/scouting_eval.fai
    M data/ai/lua/dummy_engine_lua.lua
    M data/ai/lua/extCAexample.lua
    M data/ai/lua/generic_recruit_engine.lua
    M data/ai/lua/patrol.lua
    R data/ai/maps/scenario-test_move_to_targets.map
    M data/ai/micro_ais/cas/ca_big_animals.lua
    M data/ai/micro_ais/cas/ca_bottleneck_attack.lua
    M data/ai/micro_ais/cas/ca_bottleneck_move.lua
    M data/ai/micro_ais/cas/ca_coward.lua
    M data/ai/micro_ais/cas/ca_fast_attack_utils.lua
    M data/ai/micro_ais/cas/ca_fast_combat.lua
    M data/ai/micro_ais/cas/ca_fast_combat_leader.lua
    M data/ai/micro_ais/cas/ca_fast_move.lua
    M data/ai/micro_ais/cas/ca_forest_animals_move.lua
    M data/ai/micro_ais/cas/ca_forest_animals_new_rabbit.lua
    M data/ai/micro_ais/cas/ca_forest_animals_tusker_attack.lua
    M data/ai/micro_ais/cas/ca_forest_animals_tusklet_move.lua
    M data/ai/micro_ais/cas/ca_goto.lua
    M data/ai/micro_ais/cas/ca_hang_out.lua
    M data/ai/micro_ais/cas/ca_healer_initialize.lua
    M data/ai/micro_ais/cas/ca_healer_may_attack.lua
    M data/ai/micro_ais/cas/ca_healer_move.lua
    M data/ai/micro_ais/cas/ca_herding_attack_close_enemy.lua
    M data/ai/micro_ais/cas/ca_herding_dog_move.lua
    M data/ai/micro_ais/cas/ca_herding_dog_stopmove.lua
    M data/ai/micro_ais/cas/ca_herding_f_herding_area.lua
    M data/ai/micro_ais/cas/ca_herding_herd_sheep.lua
    M data/ai/micro_ais/cas/ca_herding_sheep_move.lua
    M data/ai/micro_ais/cas/ca_herding_sheep_runs_dog.lua
    M data/ai/micro_ais/cas/ca_herding_sheep_runs_enemy.lua
    M data/ai/micro_ais/cas/ca_hunter.lua
    M data/ai/micro_ais/cas/ca_lurkers.lua
    M data/ai/micro_ais/cas/ca_messenger_attack.lua
    M data/ai/micro_ais/cas/ca_messenger_escort_move.lua
    M data/ai/micro_ais/cas/ca_messenger_f_next_waypoint.lua
    M data/ai/micro_ais/cas/ca_messenger_move.lua
    M data/ai/micro_ais/cas/ca_patrol.lua
    M data/ai/micro_ais/cas/ca_protect_unit_attack.lua
    M data/ai/micro_ais/cas/ca_protect_unit_finish.lua
    M data/ai/micro_ais/cas/ca_protect_unit_move.lua
    M data/ai/micro_ais/cas/ca_recruit_random.lua
    M data/ai/micro_ais/cas/ca_recruit_rushers.lua
    M data/ai/micro_ais/cas/ca_return_guardian.lua
    M data/ai/micro_ais/cas/ca_simple_attack.lua
    M data/ai/micro_ais/cas/ca_stationed_guardian.lua
    M data/ai/micro_ais/cas/ca_swarm_move.lua
    M data/ai/micro_ais/cas/ca_swarm_scatter.lua
    M data/ai/micro_ais/cas/ca_wolves_move.lua
    M data/ai/micro_ais/cas/ca_wolves_multipacks_attack.lua
    M data/ai/micro_ais/cas/ca_wolves_multipacks_wander.lua
    M data/ai/micro_ais/cas/ca_wolves_wander.lua
    M data/ai/micro_ais/cas/ca_zone_guardian.lua
    M data/ai/micro_ais/engines/lurker_moves.fai
    M data/ai/micro_ais/engines/priority_target_engine.lua
    M data/ai/micro_ais/engines/urudin_engine.lua
    A data/ai/micro_ais/mai-defs/animals.lua
    A data/ai/micro_ais/mai-defs/bottleneck.lua
    A data/ai/micro_ais/mai-defs/escort.lua
    A data/ai/micro_ais/mai-defs/fast.lua
    A data/ai/micro_ais/mai-defs/guardian.lua
    A data/ai/micro_ais/mai-defs/healers.lua
    A data/ai/micro_ais/mai-defs/misc.lua
    A data/ai/micro_ais/mai-defs/patrol.lua
    A data/ai/micro_ais/mai-defs/protect.lua
    A data/ai/micro_ais/mai-defs/recruiting.lua
    M data/ai/micro_ais/micro_ai_helper.lua
    M data/ai/micro_ais/micro_ai_self_data.lua
    M data/ai/micro_ais/micro_ai_wml_tag.lua
    M data/ai/micro_ais/scenarios/The_Elves_Besieged.cfg
    M data/ai/micro_ais/scenarios/animals.cfg
    M data/ai/micro_ais/scenarios/bottleneck_defense.cfg
    M data/ai/micro_ais/scenarios/dragon.cfg
    M data/ai/micro_ais/scenarios/goto.cfg
    M data/ai/micro_ais/scenarios/guardians.cfg
    M data/ai/micro_ais/scenarios/hang_out.cfg
    M data/ai/micro_ais/scenarios/lurkers.cfg
    M data/ai/micro_ais/scenarios/messenger_escort.cfg
    M data/ai/micro_ais/scenarios/patrols.cfg
    M data/ai/micro_ais/scenarios/protect_unit.cfg
    M data/ai/micro_ais/scenarios/recruiting.cfg
    M data/ai/micro_ais/scenarios/scenario_micro_ai.cfg
    M data/ai/micro_ais/scenarios/simple_attack.cfg
    M data/ai/micro_ais/scenarios/swarm.cfg
    M data/ai/micro_ais/scenarios/wolves.cfg
    R data/ai/scenarios/ai_arena_small/0005-recruitment_test.cfg
    M data/ai/scenarios/scenario-AI_Arena_small.cfg
    A data/ai/scenarios/scenario-formula-recruitment.cfg
    A data/ai/scenarios/scenario-formula.cfg
    R data/ai/scenarios/scenario-lua-ai.cfg
    A data/ai/scenarios/scenario-lua_ai.cfg
    A data/ai/scenarios/scenario-lua_ai_old_syntax.cfg
    R data/ai/scenarios/scenario-no_engine.cfg
    A data/ai/scenarios/scenario-poisoning.cfg
    R data/ai/scenarios/scenario-test_move_to_targets.cfg
    M data/ai/utils/default_config.cfg
    M data/campaigns/An_Orcish_Incursion/_main.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/Dead_Water/images/portraits/brawler.png
    A data/campaigns/Dead_Water/images/portraits/caladon.png
    A data/campaigns/Dead_Water/images/portraits/cylanna.png
    A data/campaigns/Dead_Water/images/portraits/gwabbo.png
    M data/campaigns/Dead_Water/images/portraits/kai_krellis.png
    M data/campaigns/Dead_Water/images/portraits/kai_krellis2.png
    R data/campaigns/Dead_Water/images/portraits/transparent/brawler.png
    R data/campaigns/Dead_Water/images/portraits/transparent/caladon.png
    R data/campaigns/Dead_Water/images/portraits/transparent/cylanna.png
    R data/campaigns/Dead_Water/images/portraits/transparent/gwabbo.png
    R data/campaigns/Dead_Water/images/portraits/transparent/kai_krellis.png
    R data/campaigns/Dead_Water/images/portraits/transparent/kai_krellis2.png
    M data/campaigns/Dead_Water/scenarios/01_Invasion.cfg
    M data/campaigns/Dead_Water/scenarios/09_The_Mage.cfg
    M data/campaigns/Dead_Water/scenarios/10_The_Flaming_Sword.cfg
    M data/campaigns/Dead_Water/units/Brawler.cfg
    M data/campaigns/Dead_Water/units/Child_King.cfg
    M data/campaigns/Dead_Water/units/Citizen.cfg
    M data/campaigns/Dead_Water/units/Soldier_King.cfg
    M data/campaigns/Dead_Water/units/Warrior_King.cfg
    M data/campaigns/Dead_Water/units/Young_King.cfg
    M data/campaigns/Delfadors_Memoirs/scenarios/12_Terror_at_the_Ford_of_Parthyn.cfg
    M data/campaigns/Delfadors_Memoirs/scenarios/13_The_Return_of_Trouble.cfg
    M data/campaigns/Delfadors_Memoirs/scenarios/16_Dark_Sky_Over_Weldyn.cfg
    M data/campaigns/Descent_Into_Darkness/scenarios/05_Orc_War.cfg
    M data/campaigns/Descent_Into_Darkness/scenarios/06_Return_to_Parthyn.cfg
    M data/campaigns/Descent_Into_Darkness/scenarios/07_A_Small_Favor.cfg
    M data/campaigns/Descent_Into_Darkness/scenarios/10_Alone_at_Last.cfg
    M data/campaigns/Eastern_Invasion/scenarios/04c_Mal-Ravanals_Capital.cfg
    M data/campaigns/Eastern_Invasion/scenarios/07a_The_Crossing.cfg
    M data/campaigns/Eastern_Invasion/scenarios/10_Lake_Vrug.cfg
    M data/campaigns/Eastern_Invasion/scenarios/11_Captured.cfg
    M data/campaigns/Eastern_Invasion/scenarios/12_Evacuation.cfg
    M data/campaigns/Eastern_Invasion/scenarios/13_The_Drowned_Plains.cfg
    M data/campaigns/Heir_To_The_Throne/_main.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/01_The_Elves_Besieged.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/02_Blackwater_Port.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/04_The_Bay_of_Pearls.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/07_Crossroads.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/08_The_Princess_of_Wesnoth.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/09_The_Valley_of_Death.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/15_The_Lost_General.cfg
    R data/campaigns/Legend_of_Wesmere/ai/patrol.fai
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter1/02_Hostile_Mountains.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter1/03_Kalian_under_Attack.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter2/04_The_Elvish_Treasury.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter2/05_The_Saurian_Treasury.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter2/06_Acquaintance_in_Need.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter2/07_Elves_Last_Stand.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter2/08_Council_of_Hard_Choices.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter3/09_Bounty_Hunters.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter3/10_Cliffs_of_Thoria.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter3/11_Battle_of_the_Book.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter4/13_News_from_the_Front.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter4/14_Human_Alliance.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter4/16_The_Chief_Must_Die.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter4/17_Breaking_the_Siege.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter5/19_Costly_Revenge.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter5/21_Elvish_Assassins.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter5/22_Northern_Battle.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter5/23_End_of_War.cfg
    M data/campaigns/Legend_of_Wesmere/units/Great_Ogre.cfg
    M data/campaigns/Legend_of_Wesmere/utils/characters.cfg
    M data/campaigns/Legend_of_Wesmere/utils/low-macros.cfg
    M data/campaigns/Liberty/scenarios/03_A_Strategy_Of_Hope.cfg
    M data/campaigns/Northern_Rebirth/scenarios/07a_Settling_Disputes.cfg
    M data/campaigns/Northern_Rebirth/scenarios/08b_Ray_of_Hope.cfg
    M data/campaigns/Northern_Rebirth/scenarios/10a_Stolen_Gold.cfg
    M data/campaigns/Northern_Rebirth/scenarios/11a_The_Eastern_Flank.cfg
    M data/campaigns/Northern_Rebirth/scenarios/13a_Showdown.cfg
    M data/campaigns/Sceptre_of_Fire/_main.cfg
    M data/campaigns/Sceptre_of_Fire/scenarios/1_A_Bargain_is_Struck.cfg
    M data/campaigns/Sceptre_of_Fire/scenarios/2_Closing_the_Gates.cfg
    M data/campaigns/Sceptre_of_Fire/scenarios/3_Searching_for_the_Runecrafter.cfg
    M data/campaigns/Sceptre_of_Fire/scenarios/5_Hills_of_the_Shorbear_Clan.cfg
    M data/campaigns/Sceptre_of_Fire/scenarios/8_The_Dragon.cfg
    M data/campaigns/Son_Of_The_Black_Eye/scenarios/01_End_of_Peace.cfg
    M data/campaigns/Son_Of_The_Black_Eye/scenarios/03_Toward_Mountains_of_Haag.cfg
    M data/campaigns/Son_Of_The_Black_Eye/scenarios/06_Black_Flag.cfg
    M data/campaigns/Son_Of_The_Black_Eye/scenarios/10_Saving_Inarix.cfg
    M data/campaigns/Son_Of_The_Black_Eye/scenarios/11_Clash_of_Armies.cfg
    M data/campaigns/Son_Of_The_Black_Eye/scenarios/15_Civil_War.cfg
    M data/campaigns/Son_Of_The_Black_Eye/scenarios/16_The_Coward.cfg
    M data/campaigns/Son_Of_The_Black_Eye/utils/utils.cfg
    M data/campaigns/The_Hammer_of_Thursagan/scenarios/03_Strange_Allies.cfg
    M data/campaigns/The_Hammer_of_Thursagan/scenarios/04_Troll_Bridge.cfg
    M data/campaigns/The_Hammer_of_Thursagan/scenarios/05_Invaders.cfg
    M data/campaigns/The_Hammer_of_Thursagan/scenarios/08_Fear.cfg
    M data/campaigns/The_Hammer_of_Thursagan/scenarios/09_Forbidden_Forest.cfg
    M data/campaigns/The_Hammer_of_Thursagan/scenarios/10_The_Siege_of_Kal_Kartha.cfg
    M data/campaigns/The_Hammer_of_Thursagan/scenarios/12_The_Underlevels.cfg
    M data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Annalist.cfg
    M data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Loremaster.cfg
    M data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Witness.cfg
    M data/campaigns/The_Hammer_of_Thursagan/utils/abilities.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/02_The_Fall.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/03_A_Harrowing_Escape.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/04a_The_Swamp_of_Esten.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/04b_The_Midlands.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/05_The_Oldwood.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/07_Return_to_Oldwood.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/08_Clearwater_Port.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/09_Fallen_Lich_Point.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/10_Sewer_of_Southbay.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/12_A_Final_Spring.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/13_Peoples_in_Decline.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/14_Rough_Landing.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/15_A_New_Land.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/17a_The_Dragon.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/17b_Lizard_Beach.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/17c_Troll_Hole.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/17d_Cursed_Isle.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/19_The_Vanguard.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/20_Return_of_the_Fleet.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/22_The_Rise_of_Wesnoth.cfg
    M data/campaigns/The_South_Guard/scenarios/01_Born_to_the_Banner.cfg
    M data/campaigns/The_South_Guard/scenarios/02_Proven_by_the_Sword.cfg
    M data/campaigns/The_South_Guard/scenarios/03_A_Desparate_Errand.cfg
    M data/campaigns/The_South_Guard/scenarios/05_Choice_In_The_Fog.cfg
    M data/campaigns/The_South_Guard/scenarios/06b_The_Long_March.cfg
    M data/campaigns/The_South_Guard/scenarios/07a_Into_the_Depths.cfg
    M data/campaigns/Two_Brothers/maps/01_Rooting_Out_a_Mage.map
    M data/campaigns/Two_Brothers/scenarios/01_Rooting_Out_a_Mage.cfg
    M data/campaigns/Two_Brothers/scenarios/03_Guarded_Castle.cfg
    M data/campaigns/Two_Brothers/scenarios/04_Return_to_the_Village.cfg
    M data/campaigns/Under_the_Burning_Suns/_main.cfg
    A data/campaigns/Under_the_Burning_Suns/images/attacks/claws-crab.png
    M data/campaigns/Under_the_Burning_Suns/scenarios/01_The_Morning_After.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/02_Across_the_Harsh_Sands.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/03_Stirring_in_the_Night.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/05_A_Subterranean_Struggle.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/06b_In_the_Domain_of_Dwarves.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/12_The_Final_Confrontation.cfg
    M data/campaigns/Under_the_Burning_Suns/units/monsters/Crab_Man.cfg
    M data/campaigns/tutorial/lua/character_selection.lua
    M data/campaigns/tutorial/scenarios/01_Tutorial_part_1.cfg
    M data/campaigns/tutorial/scenarios/02_Tutorial_part_2.cfg
    M data/campaigns/tutorial/utils/utils.cfg
    M data/core/about.cfg
    M data/core/encyclopedia/drakes.txt
    M data/core/encyclopedia/geography.cfg
    M data/core/help.cfg
    M data/core/images/portraits/drakes/blademaster.png
    M data/core/images/portraits/drakes/burner.png
    M data/core/images/portraits/drakes/clasher.png
    M data/core/images/portraits/drakes/enforcer.png
    M data/core/images/portraits/drakes/fighter.png
    M data/core/images/portraits/drakes/flameheart.png
    M data/core/images/portraits/drakes/glider.png
    M data/core/images/portraits/drakes/hurricane.png
    M data/core/images/portraits/drakes/inferno.png
    R data/core/images/portraits/drakes/transparent/blademaster.png
    R data/core/images/portraits/drakes/transparent/burner.png
    R data/core/images/portraits/drakes/transparent/clasher.png
    R data/core/images/portraits/drakes/transparent/enforcer.png
    R data/core/images/portraits/drakes/transparent/fighter.png
    R data/core/images/portraits/drakes/transparent/flameheart.png
    R data/core/images/portraits/drakes/transparent/glider.png
    R data/core/images/portraits/drakes/transparent/hurricane.png
    R data/core/images/portraits/drakes/transparent/inferno.png
    R data/core/images/portraits/drakes/transparent/warden.png
    M data/core/images/portraits/drakes/warden.png
    M data/core/images/portraits/dwarves/dragonguard.png
    M data/core/images/portraits/dwarves/explorer.png
    A data/core/images/portraits/dwarves/fighter-2.png
    M data/core/images/portraits/dwarves/fighter.png
    A data/core/images/portraits/dwarves/gryphon-rider.png
    M data/core/images/portraits/dwarves/guard.png
    M data/core/images/portraits/dwarves/lord.png
    M data/core/images/portraits/dwarves/runemaster.png
    M data/core/images/portraits/dwarves/scout.png
    M data/core/images/portraits/dwarves/sentinel.png
    M data/core/images/portraits/dwarves/thunderer.png
    R data/core/images/portraits/dwarves/transparent/dragonguard.png
    R data/core/images/portraits/dwarves/transparent/explorer.png
    R data/core/images/portraits/dwarves/transparent/fighter-2.png
    R data/core/images/portraits/dwarves/transparent/fighter.png
    R data/core/images/portraits/dwarves/transparent/gryphon-rider.png
    R data/core/images/portraits/dwarves/transparent/guard.png
    R data/core/images/portraits/dwarves/transparent/lord.png
    R data/core/images/portraits/dwarves/transparent/runemaster.png
    R data/core/images/portraits/dwarves/transparent/scout.png
    R data/core/images/portraits/dwarves/transparent/sentinel.png
    R data/core/images/portraits/dwarves/transparent/thunderer.png
    R data/core/images/portraits/dwarves/transparent/ulfserker.png
    M data/core/images/portraits/dwarves/ulfserker.png
    M data/core/images/portraits/elves/archer+female.png
    M data/core/images/portraits/elves/archer.png
    M data/core/images/portraits/elves/captain.png
    M data/core/images/portraits/elves/druid.png
    A data/core/images/portraits/elves/fighter.png
    M data/core/images/portraits/elves/hero.png
    M data/core/images/portraits/elves/high-lord.png
    M data/core/images/portraits/elves/lady.png
    A data/core/images/portraits/elves/lord.png
    M data/core/images/portraits/elves/marksman+female.png
    M data/core/images/portraits/elves/marksman.png
    M data/core/images/portraits/elves/ranger+female.png
    M data/core/images/portraits/elves/ranger.png
    M data/core/images/portraits/elves/scout.png
    M data/core/images/portraits/elves/shaman.png
    M data/core/images/portraits/elves/shyde.png
    M data/core/images/portraits/elves/sorceress.png
    M data/core/images/portraits/elves/sylph.png
    R data/core/images/portraits/elves/transparent/archer+female.png
    R data/core/images/portraits/elves/transparent/archer.png
    R data/core/images/portraits/elves/transparent/captain.png
    R data/core/images/portraits/elves/transparent/druid.png
    R data/core/images/portraits/elves/transparent/fighter.png
    R data/core/images/portraits/elves/transparent/hero.png
    R data/core/images/portraits/elves/transparent/high-lord.png
    R data/core/images/portraits/elves/transparent/lady.png
    R data/core/images/portraits/elves/transparent/lord.png
    R data/core/images/portraits/elves/transparent/marksman+female.png
    R data/core/images/portraits/elves/transparent/marksman.png
    R data/core/images/portraits/elves/transparent/ranger+female.png
    R data/core/images/portraits/elves/transparent/ranger.png
    R data/core/images/portraits/elves/transparent/scout.png
    R data/core/images/portraits/elves/transparent/shaman.png
    R data/core/images/portraits/elves/transparent/shyde.png
    R data/core/images/portraits/elves/transparent/sorceress.png
    R data/core/images/portraits/elves/transparent/sylph.png
    M data/core/images/portraits/goblins/direwolver.png
    M data/core/images/portraits/goblins/impaler.png
    M data/core/images/portraits/goblins/pillager.png
    A data/core/images/portraits/goblins/rouser-2.png
    M data/core/images/portraits/goblins/rouser.png
    A data/core/images/portraits/goblins/spearman-2.png
    M data/core/images/portraits/goblins/spearman.png
    R data/core/images/portraits/goblins/transparent/direwolver.png
    R data/core/images/portraits/goblins/transparent/impaler.png
    R data/core/images/portraits/goblins/transparent/pillager.png
    R data/core/images/portraits/goblins/transparent/rouser-2.png
    R data/core/images/portraits/goblins/transparent/rouser.png
    R data/core/images/portraits/goblins/transparent/spearman-2.png
    R data/core/images/portraits/goblins/transparent/spearman.png
    R data/core/images/portraits/goblins/transparent/wolf-rider.png
    M data/core/images/portraits/goblins/wolf-rider.png
    M data/core/images/portraits/humans/assassin+female.png
    M data/core/images/portraits/humans/assassin.png
    M data/core/images/portraits/humans/bandit.png
    M data/core/images/portraits/humans/bowman.png
    M data/core/images/portraits/humans/cavalier.png
    M data/core/images/portraits/humans/cavalryman.png
    M data/core/images/portraits/humans/dark-adept+female.png
    M data/core/images/portraits/humans/dark-adept.png
    M data/core/images/portraits/humans/duelist.png
    M data/core/images/portraits/humans/fencer.png
    M data/core/images/portraits/humans/footpad+female.png
    M data/core/images/portraits/humans/footpad.png
    M data/core/images/portraits/humans/general.png
    A data/core/images/portraits/humans/grand-knight-2.png
    M data/core/images/portraits/humans/grand-knight.png
    M data/core/images/portraits/humans/halberdier.png
    A data/core/images/portraits/humans/heavy-infantry.png
    A data/core/images/portraits/humans/horseman.png
    M data/core/images/portraits/humans/huntsman.png
    A data/core/images/portraits/humans/iron-mauler.png
    M data/core/images/portraits/humans/javelineer.png
    M data/core/images/portraits/humans/knight.png
    M data/core/images/portraits/humans/lancer.png
    A data/core/images/portraits/humans/lieutenant.png
    M data/core/images/portraits/humans/longbowman.png
    M data/core/images/portraits/humans/mage+female.png
    M data/core/images/portraits/humans/mage-arch+female.png
    M data/core/images/portraits/humans/mage-arch.png
    M data/core/images/portraits/humans/mage-light+female.png
    M data/core/images/portraits/humans/mage-light.png
    M data/core/images/portraits/humans/mage-red+female.png
    M data/core/images/portraits/humans/mage-red.png
    M data/core/images/portraits/humans/mage-silver+female.png
    M data/core/images/portraits/humans/mage-silver.png
    M data/core/images/portraits/humans/mage-white+female.png
    M data/core/images/portraits/humans/mage-white.png
    M data/core/images/portraits/humans/mage.png
    A data/core/images/portraits/humans/marshal-2.png
    M data/core/images/portraits/humans/marshal.png
    M data/core/images/portraits/humans/master-at-arms.png
    M data/core/images/portraits/humans/master-bowman.png
    M data/core/images/portraits/humans/necromancer+female.png
    M data/core/images/portraits/humans/necromancer.png
    M data/core/images/portraits/humans/outlaw+female.png
    M data/core/images/portraits/humans/outlaw.png
    M data/core/images/portraits/humans/paladin.png
    M data/core/images/portraits/humans/peasant.png
    M data/core/images/portraits/humans/pikeman.png
    M data/core/images/portraits/humans/ranger.png
    M data/core/images/portraits/humans/royal-guard.png
    M data/core/images/portraits/humans/ruffian.png
    A data/core/images/portraits/humans/sergeant.png
    A data/core/images/portraits/humans/spearman-2.png
    M data/core/images/portraits/humans/spearman.png
    A data/core/images/portraits/humans/swordsman-2.png
    A data/core/images/portraits/humans/swordsman-3.png
    A data/core/images/portraits/humans/swordsman.png
    M data/core/images/portraits/humans/thief+female.png
    M data/core/images/portraits/humans/thief.png
    M data/core/images/portraits/humans/thug.png
    R data/core/images/portraits/humans/transparent/assassin+female.png
    R data/core/images/portraits/humans/transparent/assassin.png
    R data/core/images/portraits/humans/transparent/bandit.png
    R data/core/images/portraits/humans/transparent/bowman.png
    R data/core/images/portraits/humans/transparent/cavalier.png
    R data/core/images/portraits/humans/transparent/cavalryman.png
    R data/core/images/portraits/humans/transparent/dark-adept+female.png
    R data/core/images/portraits/humans/transparent/dark-adept.png
    R data/core/images/portraits/humans/transparent/duelist.png
    R data/core/images/portraits/humans/transparent/fencer.png
    R data/core/images/portraits/humans/transparent/footpad+female.png
    R data/core/images/portraits/humans/transparent/footpad.png
    R data/core/images/portraits/humans/transparent/general.png
    R data/core/images/portraits/humans/transparent/grand-knight-2.png
    R data/core/images/portraits/humans/transparent/grand-knight.png
    R data/core/images/portraits/humans/transparent/halberdier.png
    R data/core/images/portraits/humans/transparent/heavy-infantry.png
    R data/core/images/portraits/humans/transparent/horseman.png
    R data/core/images/portraits/humans/transparent/huntsman.png
    R data/core/images/portraits/humans/transparent/iron-mauler.png
    R data/core/images/portraits/humans/transparent/javelineer.png
    R data/core/images/portraits/humans/transparent/knight.png
    R data/core/images/portraits/humans/transparent/lancer.png
    R data/core/images/portraits/humans/transparent/lieutenant.png
    R data/core/images/portraits/humans/transparent/longbowman.png
    R data/core/images/portraits/humans/transparent/mage+female.png
    R data/core/images/portraits/humans/transparent/mage-arch+female.png
    R data/core/images/portraits/humans/transparent/mage-arch.png
    R data/core/images/portraits/humans/transparent/mage-light+female.png
    R data/core/images/portraits/humans/transparent/mage-light.png
    R data/core/images/portraits/humans/transparent/mage-red+female.png
    R data/core/images/portraits/humans/transparent/mage-red.png
    R data/core/images/portraits/humans/transparent/mage-silver+female.png
    R data/core/images/portraits/humans/transparent/mage-silver.png
    R data/core/images/portraits/humans/transparent/mage-white+female.png
    R data/core/images/portraits/humans/transparent/mage-white.png
    R data/core/images/portraits/humans/transparent/mage.png
    R data/core/images/portraits/humans/transparent/marshal-2.png
    R data/core/images/portraits/humans/transparent/marshal.png
    R data/core/images/portraits/humans/transparent/master-at-arms.png
    R data/core/images/portraits/humans/transparent/master-bowman.png
    R data/core/images/portraits/humans/transparent/necromancer+female.png
    R data/core/images/portraits/humans/transparent/necromancer.png
    R data/core/images/portraits/humans/transparent/outlaw+female.png
    R data/core/images/portraits/humans/transparent/outlaw.png
    R data/core/images/portraits/humans/transparent/paladin.png
    R data/core/images/portraits/humans/transparent/peasant.png
    R data/core/images/portraits/humans/transparent/pikeman.png
    R data/core/images/portraits/humans/transparent/ranger.png
    R data/core/images/portraits/humans/transparent/royal-guard.png
    R data/core/images/portraits/humans/transparent/ruffian.png
    R data/core/images/portraits/humans/transparent/sergeant.png
    R data/core/images/portraits/humans/transparent/spearman-2.png
    R data/core/images/portraits/humans/transparent/spearman.png
    R data/core/images/portraits/humans/transparent/swordsman-2.png
    R data/core/images/portraits/humans/transparent/swordsman-3.png
    R data/core/images/portraits/humans/transparent/swordsman.png
    R data/core/images/portraits/humans/transparent/thief+female.png
    R data/core/images/portraits/humans/transparent/thief.png
    R data/core/images/portraits/humans/transparent/thug.png
    R data/core/images/portraits/humans/transparent/trapper.png
    R data/core/images/portraits/humans/transparent/woodsman.png
    M data/core/images/portraits/humans/trapper.png
    A data/core/images/portraits/humans/woodsman.png
    M data/core/images/portraits/khalifate/hakim.png
    R data/core/images/portraits/khalifate/transparent/hakim.png
    M data/core/images/portraits/merfolk/enchantress.png
    M data/core/images/portraits/merfolk/fighter.png
    M data/core/images/portraits/merfolk/hoplite.png
    M data/core/images/portraits/merfolk/hunter.png
    A data/core/images/portraits/merfolk/initiate-2.png
    M data/core/images/portraits/merfolk/initiate.png
    M data/core/images/portraits/merfolk/netcaster.png
    M data/core/images/portraits/merfolk/priestess.png
    M data/core/images/portraits/merfolk/spearman.png
    R data/core/images/portraits/merfolk/transparent/enchantress.png
    R data/core/images/portraits/merfolk/transparent/fighter.png
    R data/core/images/portraits/merfolk/transparent/hoplite.png
    R data/core/images/portraits/merfolk/transparent/hunter.png
    R data/core/images/portraits/merfolk/transparent/initiate-2.png
    R data/core/images/portraits/merfolk/transparent/initiate.png
    R data/core/images/portraits/merfolk/transparent/netcaster.png
    R data/core/images/portraits/merfolk/transparent/priestess.png
    R data/core/images/portraits/merfolk/transparent/spearman.png
    R data/core/images/portraits/merfolk/transparent/triton.png
    M data/core/images/portraits/merfolk/triton.png
    M data/core/images/portraits/monsters/bat.png
    M data/core/images/portraits/monsters/deep-tentacle.png
    M data/core/images/portraits/monsters/giant-mudcrawler.png
    M data/core/images/portraits/monsters/gryphon.png
    M data/core/images/portraits/monsters/ogre.png
    M data/core/images/portraits/monsters/scorpion.png
    M data/core/images/portraits/monsters/sea-serpent.png
    R data/core/images/portraits/monsters/transparent/bat.png
    R data/core/images/portraits/monsters/transparent/deep-tentacle.png
    R data/core/images/portraits/monsters/transparent/giant-mudcrawler.png
    R data/core/images/portraits/monsters/transparent/gryphon.png
    R data/core/images/portraits/monsters/transparent/ogre.png
    R data/core/images/portraits/monsters/transparent/scorpion.png
    R data/core/images/portraits/monsters/transparent/sea-serpent.png
    R data/core/images/portraits/monsters/transparent/yeti.png
    R data/core/images/portraits/monsters/transparent/young-ogre.png
    A data/core/images/portraits/monsters/yeti.png
    M data/core/images/portraits/monsters/young-ogre.png
    M data/core/images/portraits/nagas/fighter.png
    M data/core/images/portraits/nagas/myrmidon.png
    R data/core/images/portraits/nagas/transparent/fighter.png
    R data/core/images/portraits/nagas/transparent/myrmidon.png
    A data/core/images/portraits/orcs/archer.png
    A data/core/images/portraits/orcs/assassin.png
    A data/core/images/portraits/orcs/crossbowman.png
    A data/core/images/portraits/orcs/grunt-2.png
    A data/core/images/portraits/orcs/grunt-3.png
    A data/core/images/portraits/orcs/grunt-4.png
    A data/core/images/portraits/orcs/grunt-5.png
    A data/core/images/portraits/orcs/grunt-6.png
    A data/core/images/portraits/orcs/grunt.png
    A data/core/images/portraits/orcs/leader-2.png
    M data/core/images/portraits/orcs/leader.png
    M data/core/images/portraits/orcs/slayer.png
    M data/core/images/portraits/orcs/slurbow.png
    M data/core/images/portraits/orcs/sovereign.png
    R data/core/images/portraits/orcs/transparent/archer.png
    R data/core/images/portraits/orcs/transparent/assassin.png
    R data/core/images/portraits/orcs/transparent/crossbowman.png
    R data/core/images/portraits/orcs/transparent/grunt-2.png
    R data/core/images/portraits/orcs/transparent/grunt-3.png
    R data/core/images/portraits/orcs/transparent/grunt-4.png
    R data/core/images/portraits/orcs/transparent/grunt-5.png
    R data/core/images/portraits/orcs/transparent/grunt-6.png
    R data/core/images/portraits/orcs/transparent/grunt.png
    R data/core/images/portraits/orcs/transparent/leader-2.png
    R data/core/images/portraits/orcs/transparent/leader.png
    R data/core/images/portraits/orcs/transparent/slayer.png
    R data/core/images/portraits/orcs/transparent/slurbow.png
    R data/core/images/portraits/orcs/transparent/sovereign.png
    R data/core/images/portraits/orcs/transparent/warlord.png
    R data/core/images/portraits/orcs/transparent/warrior.png
    M data/core/images/portraits/orcs/warlord.png
    M data/core/images/portraits/orcs/warrior.png
    M data/core/images/portraits/saurians/augur.png
    M data/core/images/portraits/saurians/skirmisher.png
    R data/core/images/portraits/saurians/transparent/augur.png
    R data/core/images/portraits/saurians/transparent/skirmisher.png
    R data/core/images/portraits/trolls/transparent/troll-hero-alt.png
    R data/core/images/portraits/trolls/transparent/troll-hero.png
    R data/core/images/portraits/trolls/transparent/troll-rocklobber.png
    R data/core/images/portraits/trolls/transparent/troll-shaman.png
    R data/core/images/portraits/trolls/transparent/troll-warrior.png
    R data/core/images/portraits/trolls/transparent/troll.png
    R data/core/images/portraits/trolls/transparent/whelp.png
    M data/core/images/portraits/trolls/troll-hero-alt.png
    M data/core/images/portraits/trolls/troll-hero.png
    M data/core/images/portraits/trolls/troll-rocklobber.png
    M data/core/images/portraits/trolls/troll-shaman.png
    M data/core/images/portraits/trolls/troll-warrior.png
    A data/core/images/portraits/trolls/troll.png
    A data/core/images/portraits/trolls/whelp.png
    M data/core/images/portraits/undead/ancient-lich.png
    M data/core/images/portraits/undead/archer.png
    M data/core/images/portraits/undead/banebow.png
    M data/core/images/portraits/undead/bone-shooter.png
    M data/core/images/portraits/undead/brown-lich.png
    M data/core/images/portraits/undead/death-knight.png
    M data/core/images/portraits/undead/deathblade.png
    A data/core/images/portraits/undead/draug-2.png
    M data/core/images/portraits/undead/draug.png
    M data/core/images/portraits/undead/ghost.png
    M data/core/images/portraits/undead/ghoul.png
    M data/core/images/portraits/undead/lich.png
    M data/core/images/portraits/undead/nightgaunt.png
    M data/core/images/portraits/undead/revenant.png
    M data/core/images/portraits/undead/shadow.png
    M data/core/images/portraits/undead/skeleton.png
    A data/core/images/portraits/undead/soulless.png
    M data/core/images/portraits/undead/spectre.png
    R data/core/images/portraits/undead/transparent/ancient-lich.png
    R data/core/images/portraits/undead/transparent/archer.png
    R data/core/images/portraits/undead/transparent/banebow.png
    R data/core/images/portraits/undead/transparent/bone-shooter.png
    R data/core/images/portraits/undead/transparent/brown-lich.png
    R data/core/images/portraits/undead/transparent/death-knight.png
    R data/core/images/portraits/undead/transparent/deathblade.png
    R data/core/images/portraits/undead/transparent/draug-2.png
    R data/core/images/portraits/undead/transparent/draug.png
    R data/core/images/portraits/undead/transparent/ghost.png
    R data/core/images/portraits/undead/transparent/ghoul.png
    R data/core/images/portraits/undead/transparent/lich.png
    R data/core/images/portraits/undead/transparent/nightgaunt.png
    R data/core/images/portraits/undead/transparent/revenant.png
    R data/core/images/portraits/undead/transparent/shadow.png
    R data/core/images/portraits/undead/transparent/skeleton.png
    R data/core/images/portraits/undead/transparent/soulless.png
    R data/core/images/portraits/undead/transparent/spectre.png
    R data/core/images/portraits/undead/transparent/walking-corpse.png
    R data/core/images/portraits/undead/transparent/wraith.png
    A data/core/images/portraits/undead/walking-corpse.png
    M data/core/images/portraits/undead/wraith.png
    A data/core/images/portraits/woses/ancient-wose.png
    R data/core/images/portraits/woses/transparent/ancient-wose.png
    R data/core/images/portraits/woses/transparent/wose.png
    M data/core/images/portraits/woses/wose.png
    M data/core/images/terrain/bridge/wood-dock-n.png
    M data/core/images/terrain/bridge/wood-dock-ne.png
    M data/core/images/terrain/bridge/wood-dock-nw.png
    M data/core/images/terrain/bridge/wood-dock-s.png
    M data/core/images/terrain/bridge/wood-dock-se.png
    M data/core/images/terrain/bridge/wood-dock-sw.png
    M data/core/images/terrain/bridge/wood-end-n.png
    M data/core/images/terrain/bridge/wood-end-ne.png
    M data/core/images/terrain/bridge/wood-end-nw.png
    M data/core/images/terrain/bridge/wood-end-s.png
    M data/core/images/terrain/bridge/wood-end-se.png
    M data/core/images/terrain/bridge/wood-end-sw.png
    M data/core/images/terrain/bridge/wood-n-s.png
    M data/core/images/terrain/bridge/wood-n-se-sw.png
    M data/core/images/terrain/bridge/wood-n-se.png
    M data/core/images/terrain/bridge/wood-ne-s-nw.png
    M data/core/images/terrain/bridge/wood-ne-s.png
    M data/core/images/terrain/bridge/wood-ne-sw.png
    M data/core/images/terrain/bridge/wood-nw-ne.png
    M data/core/images/terrain/bridge/wood-rotting-n-s.png
    M data/core/images/terrain/bridge/wood-rotting-n-se-sw.png
    M data/core/images/terrain/bridge/wood-rotting-n-se.png
    M data/core/images/terrain/bridge/wood-rotting-ne-s-nw.png
    M data/core/images/terrain/bridge/wood-rotting-ne-s.png
    M data/core/images/terrain/bridge/wood-rotting-ne-sw.png
    M data/core/images/terrain/bridge/wood-rotting-nw-ne.png
    M data/core/images/terrain/bridge/wood-rotting-s-nw.png
    M data/core/images/terrain/bridge/wood-rotting-se-nw.png
    M data/core/images/terrain/bridge/wood-rotting-se-sw.png
    M data/core/images/terrain/bridge/wood-rotting-sw-n.png
    M data/core/images/terrain/bridge/wood-rotting2-n-s.png
    M data/core/images/terrain/bridge/wood-rotting2-ne-sw.png
    M data/core/images/terrain/bridge/wood-rotting2-se-nw.png
    M data/core/images/terrain/bridge/wood-s-nw.png
    M data/core/images/terrain/bridge/wood-se-nw.png
    M data/core/images/terrain/bridge/wood-se-sw.png
    M data/core/images/terrain/bridge/wood-sw-n.png
    M data/core/images/terrain/castle/castle-to-water-n.png
    M data/core/images/terrain/castle/castle-to-water-ne.png
    M data/core/images/terrain/castle/castle-to-water-nw.png
    M data/core/images/terrain/castle/cobbles-keep.png
    M data/core/images/terrain/castle/dwarven-castle-floor.png
    M data/core/images/terrain/castle/dwarven-castle-floor2.png
    M data/core/images/terrain/castle/dwarven-castle-floor3.png
    M data/core/images/terrain/castle/dwarven-keep-floor.png
    M data/core/images/terrain/castle/elven/grounds.png
    M data/core/images/terrain/castle/orcish/keep.png
    A data/core/images/terrain/castle/sand/cobbles-ruin.png
    A data/core/images/terrain/castle/sand/cobbles-ruin2.png
    A data/core/images/terrain/castle/sand/cobbles-ruin3.png
    A data/core/images/terrain/castle/sand/cobbles-ruin4.png
    M data/core/images/terrain/castle/sand/cobbles.png
    M data/core/images/terrain/castle/sand/ruin-dirt.png
    A data/core/images/terrain/castle/sand/ruin-dirt2.png
    A data/core/images/terrain/castle/sand/ruin-dirt3.png
    M data/core/images/terrain/castle/sand/ruin-keep-castle-ccw-bl.png
    M data/core/images/terrain/castle/sand/ruin-keep-castle-ccw-tr.png
    M data/core/images/terrain/castle/sand/ruin-keep-castle-convex-bl.png
    M data/core/images/terrain/castle/sand/ruin-keep-castle-convex-br.png
    M data/core/images/terrain/castle/sand/ruin-keep-castle-cw-bl.png
    M data/core/images/terrain/castle/sand/ruin-keep-castle-cw-br.png
    A data/core/images/terrain/castle/sand/ruin-keep-castle2-cw-tl.png
    M data/core/images/terrain/castle/sand/ruin-keep-concave-br.png
    M data/core/images/terrain/castle/sand/ruin-keep-concave-l.png
    M data/core/images/terrain/castle/sand/ruin-keep-concave-tr.png
    M data/core/images/terrain/castle/sand/ruin-keep-convex-bl.png
    M data/core/images/terrain/castle/sand/ruin-keep-convex-br.png
    M data/core/images/terrain/castle/sand/ruin-keep-convex-l.png
    M data/core/images/terrain/castle/sand/ruin-keep-convex-tl.png
    M data/core/images/terrain/castle/sand/ruin-keep-convex-tr.png
    A data/core/images/terrain/castle/sand/ruin-keep2-concave-br.png
    A data/core/images/terrain/castle/sand/ruin-keep2-convex-bl.png
    A data/core/images/terrain/castle/sand/ruin-keep2-convex-br.png
    A data/core/images/terrain/castle/sand/ruin-keep2-convex-tl.png
    A data/core/images/terrain/castle/sand/ruin-keep2-convex-tr.png
    M data/core/images/terrain/castle/snowy/castle-to-ice-nw.png
    M data/core/images/terrain/castle/snowy/castle-to-water-ne.png
    M data/core/images/terrain/castle/snowy/castle-to-water-nw.png
    M data/core/images/terrain/castle/snowy/cobbles.png
    M data/core/images/terrain/castle/sunken-ruin.png
    M data/core/images/terrain/castle/winter-orcish/keep.png
    M data/core/images/terrain/cave/bank-n-ne.png
    M data/core/images/terrain/cave/bank-ne-se.png
    M data/core/images/terrain/cave/bank-ne.png
    M data/core/images/terrain/cave/bank-nw-n.png
    M data/core/images/terrain/cave/bank-nw.png
    M data/core/images/terrain/cave/bank-s-sw.png
    M data/core/images/terrain/cave/bank-se-s.png
    M data/core/images/terrain/cave/bank-se.png
    M data/core/images/terrain/cave/bank-sw-nw.png
    M data/core/images/terrain/cave/earthy-floor-n-ne.png
    M data/core/images/terrain/cave/earthy-floor-n.png
    M data/core/images/terrain/cave/earthy-floor-ne-se.png
    M data/core/images/terrain/cave/earthy-floor-ne.png
    M data/core/images/terrain/cave/earthy-floor-nw-n.png
    M data/core/images/terrain/cave/earthy-floor-nw.png
    M data/core/images/terrain/cave/earthy-floor-s-sw.png
    M data/core/images/terrain/cave/earthy-floor-s.png
    M data/core/images/terrain/cave/earthy-floor-se-s.png
    M data/core/images/terrain/cave/earthy-floor-se.png
    M data/core/images/terrain/cave/earthy-floor-sw-nw.png
    M data/core/images/terrain/cave/earthy-floor-sw.png
    M data/core/images/terrain/cave/earthy-floor.png
    M data/core/images/terrain/cave/earthy-floor2.png
    M data/core/images/terrain/cave/earthy-floor3.png
    M data/core/images/terrain/cave/earthy-floor4.png
    M data/core/images/terrain/cave/earthy-floor5.png
    M data/core/images/terrain/cave/earthy-floor6.png
    R data/core/images/terrain/cave/earthy-wall-hewn-concave-bl.png
    R data/core/images/terrain/cave/earthy-wall-hewn-concave-br.png
    R data/core/images/terrain/cave/earthy-wall-hewn-concave-l.png
    R data/core/images/terrain/cave/earthy-wall-hewn-concave-r.png
    R data/core/images/terrain/cave/earthy-wall-hewn-concave-tl.png
    R data/core/images/terrain/cave/earthy-wall-hewn-concave-tr.png
    R data/core/images/terrain/cave/earthy-wall-hewn-convex-bl.png
    R data/core/images/terrain/cave/earthy-wall-hewn-convex-br.png
    R data/core/images/terrain/cave/earthy-wall-hewn-convex-l.png
    R data/core/images/terrain/cave/earthy-wall-hewn-convex-r.png
    R data/core/images/terrain/cave/earthy-wall-hewn-convex-tl.png
    R data/core/images/terrain/cave/earthy-wall-hewn-convex-tr.png
    R data/core/images/terrain/cave/earthy-wall-hewn-tile.png
    M data/core/images/terrain/cave/earthy-wall-rough-chasm-concave-bl.png
    M data/core/images/terrain/cave/earthy-wall-rough-chasm-concave-br.png
    M data/core/images/terrain/cave/earthy-wall-rough-chasm-concave-l.png
    M data/core/images/terrain/cave/earthy-wall-rough-chasm-concave-r.png
    M data/core/images/terrain/cave/earthy-wall-rough-chasm-concave-tl.png
    M data/core/images/terrain/cave/earthy-wall-rough-chasm-concave-tr.png
    M data/core/images/terrain/cave/earthy-wall-rough-chasm-convex-bl.png
    M data/core/images/terrain/cave/earthy-wall-rough-chasm-convex-br.png
    M data/core/images/terrain/cave/earthy-wall-rough-chasm-convex-l.png
    M data/core/images/terrain/cave/earthy-wall-rough-chasm-convex-r.png
    M data/core/images/terrain/cave/earthy-wall-rough-chasm-convex-tl.png
    M data/core/images/terrain/cave/earthy-wall-rough-chasm-convex-tr.png
    M data/core/images/terrain/cave/earthy-wall-rough-concave-bl.png
    M data/core/images/terrain/cave/earthy-wall-rough-concave-br.png
    M data/core/images/terrain/cave/earthy-wall-rough-concave-l.png
    M data/core/images/terrain/cave/earthy-wall-rough-concave-r.png
    M data/core/images/terrain/cave/earthy-wall-rough-concave-tl.png
    M data/core/images/terrain/cave/earthy-wall-rough-concave-tr.png
    M data/core/images/terrain/cave/earthy-wall-rough-convex-bl.png
    M data/core/images/terrain/cave/earthy-wall-rough-convex-br.png
    M data/core/images/terrain/cave/earthy-wall-rough-convex-l.png
    M data/core/images/terrain/cave/earthy-wall-rough-convex-r.png
    M data/core/images/terrain/cave/earthy-wall-rough-convex-tl.png
    M data/core/images/terrain/cave/earthy-wall-rough-convex-tr.png
    M data/core/images/terrain/cave/floor-n-ne.png
    M data/core/images/terrain/cave/floor-n.png
    M data/core/images/terrain/cave/floor-ne-se.png
    M data/core/images/terrain/cave/floor-ne.png
    M data/core/images/terrain/cave/floor-nw-n.png
    M data/core/images/terrain/cave/floor-nw.png
    M data/core/images/terrain/cave/floor-s-sw.png
    M data/core/images/terrain/cave/floor-s.png
    M data/core/images/terrain/cave/floor-se-s.png
    M data/core/images/terrain/cave/floor-se.png
    M data/core/images/terrain/cave/floor-sw-nw.png
    M data/core/images/terrain/cave/floor-sw.png
    M data/core/images/terrain/cave/floor.png
    M data/core/images/terrain/cave/floor2.png
    M data/core/images/terrain/cave/floor3.png
    M data/core/images/terrain/cave/floor4.png
    M data/core/images/terrain/cave/floor5.png
    M data/core/images/terrain/cave/floor6.png
    M data/core/images/terrain/cave/hills-n.png
    M data/core/images/terrain/cave/hills-ne.png
    M data/core/images/terrain/cave/hills-nw.png
    M data/core/images/terrain/cave/hills-s.png
    M data/core/images/terrain/cave/hills-se.png
    M data/core/images/terrain/cave/hills-sw.png
    M data/core/images/terrain/cave/hills-variation.png
    M data/core/images/terrain/cave/hills-variation2.png
    M data/core/images/terrain/cave/hills-variation3.png
    M data/core/images/terrain/cave/path.png
    M data/core/images/terrain/cave/path1.png
    M data/core/images/terrain/cave/path2.png
    M data/core/images/terrain/cave/path3.png
    M data/core/images/terrain/cave/path4.png
    M data/core/images/terrain/cave/path5.png
    M data/core/images/terrain/cave/path6.png
    M data/core/images/terrain/cave/path7.png
    M data/core/images/terrain/cave/path8.png
    M data/core/images/terrain/cave/path9.png
    R data/core/images/terrain/cave/wall-hewn-concave-bl.png
    R data/core/images/terrain/cave/wall-hewn-concave-br.png
    R data/core/images/terrain/cave/wall-hewn-concave-l.png
    R data/core/images/terrain/cave/wall-hewn-concave-r.png
    R data/core/images/terrain/cave/wall-hewn-concave-tl.png
    R data/core/images/terrain/cave/wall-hewn-concave-tr.png
    R data/core/images/terrain/cave/wall-hewn-convex-bl.png
    R data/core/images/terrain/cave/wall-hewn-convex-br.png
    R data/core/images/terrain/cave/wall-hewn-convex-l.png
    R data/core/images/terrain/cave/wall-hewn-convex-r.png
    R data/core/images/terrain/cave/wall-hewn-convex-tl.png
    R data/core/images/terrain/cave/wall-hewn-convex-tr.png
    R data/core/images/terrain/cave/wall-hewn-tile.png
    M data/core/images/terrain/cave/wall-rough-chasm-concave-bl.png
    M data/core/images/terrain/cave/wall-rough-chasm-concave-br.png
    M data/core/images/terrain/cave/wall-rough-chasm-concave-l.png
    M data/core/images/terrain/cave/wall-rough-chasm-concave-r.png
    M data/core/images/terrain/cave/wall-rough-chasm-concave-tl.png
    M data/core/images/terrain/cave/wall-rough-chasm-concave-tr.png
    M data/core/images/terrain/cave/wall-rough-chasm-convex-bl.png
    M data/core/images/terrain/cave/wall-rough-chasm-convex-br.png
    M data/core/images/terrain/cave/wall-rough-chasm-convex-l.png
    M data/core/images/terrain/cave/wall-rough-chasm-convex-r.png
    M data/core/images/terrain/cave/wall-rough-chasm-convex-tl.png
    M data/core/images/terrain/cave/wall-rough-chasm-convex-tr.png
    M data/core/images/terrain/cave/wall-rough-concave-l.png
    M data/core/images/terrain/cave/wall-rough-concave-tl.png
    M data/core/images/terrain/cave/wall-rough-concave-tr.png
    M data/core/images/terrain/cave/wall-rough-convex-bl.png
    M data/core/images/terrain/cave/wall-rough-convex-br.png
    M data/core/images/terrain/cave/wall-rough-convex-r.png
    M data/core/images/terrain/cave/wall-rough-convex-tl.png
    M data/core/images/terrain/chasm/abyss-base-n.png
    M data/core/images/terrain/chasm/abyss-base-ne.png
    M data/core/images/terrain/chasm/abyss-base-nw.png
    M data/core/images/terrain/chasm/abyss-base-s.png
    M data/core/images/terrain/chasm/abyss-base-se.png
    M data/core/images/terrain/chasm/abyss-base-sw.png
    M data/core/images/terrain/chasm/abyss-tile.png
    M data/core/images/terrain/chasm/abyss.png
    M data/core/images/terrain/chasm/abyss2.png
    M data/core/images/terrain/chasm/abyss3.png
    M data/core/images/terrain/chasm/abyss4.png
    M data/core/images/terrain/chasm/abyss5.png
    M data/core/images/terrain/chasm/abyss6.png
    M data/core/images/terrain/chasm/abyss7.png
    M data/core/images/terrain/chasm/depths-n.png
    M data/core/images/terrain/chasm/depths-ne.png
    M data/core/images/terrain/chasm/depths-nw.png
    M data/core/images/terrain/chasm/depths-s.png
    M data/core/images/terrain/chasm/depths-se.png
    M data/core/images/terrain/chasm/depths-sw.png
    M data/core/images/terrain/chasm/depths.png
    M data/core/images/terrain/chasm/earthy-castle-n.png
    M data/core/images/terrain/chasm/earthy-castle-ne.png
    M data/core/images/terrain/chasm/earthy-castle-nw.png
    M data/core/images/terrain/chasm/earthy-castle2-n.png
    M data/core/images/terrain/chasm/earthy-castle2-ne.png
    M data/core/images/terrain/chasm/earthy-castle2-nw.png
    M data/core/images/terrain/chasm/earthy-concave-bl.png
    M data/core/images/terrain/chasm/earthy-concave-br.png
    M data/core/images/terrain/chasm/earthy-concave-l.png
    M data/core/images/terrain/chasm/earthy-concave-r.png
    M data/core/images/terrain/chasm/earthy-concave-tl.png
    M data/core/images/terrain/chasm/earthy-concave-tr.png
    M data/core/images/terrain/chasm/earthy-convex-bl.png
    M data/core/images/terrain/chasm/earthy-convex-br.png
    M data/core/images/terrain/chasm/earthy-convex-l.png
    M data/core/images/terrain/chasm/earthy-convex-r.png
    M data/core/images/terrain/chasm/earthy-convex-tl.png
    M data/core/images/terrain/chasm/earthy-convex-tr.png
    M data/core/images/terrain/chasm/earthy-tile.png
    M data/core/images/terrain/chasm/regular-castle-n.png
    M data/core/images/terrain/chasm/regular-castle-ne.png
    M data/core/images/terrain/chasm/regular-castle-nw.png
    M data/core/images/terrain/chasm/regular-castle2-n.png
    M data/core/images/terrain/chasm/regular-castle2-ne.png
    M data/core/images/terrain/chasm/regular-castle2-nw.png
    M data/core/images/terrain/chasm/regular-concave-bl.png
    M data/core/images/terrain/chasm/regular-concave-br.png
    M data/core/images/terrain/chasm/regular-concave-l.png
    M data/core/images/terrain/chasm/regular-concave-r.png
    M data/core/images/terrain/chasm/regular-concave-tl.png
    M data/core/images/terrain/chasm/regular-concave-tr.png
    M data/core/images/terrain/chasm/regular-convex-bl.png
    M data/core/images/terrain/chasm/regular-convex-br.png
    M data/core/images/terrain/chasm/regular-convex-l.png
    M data/core/images/terrain/chasm/regular-convex-r.png
    M data/core/images/terrain/chasm/regular-convex-tl.png
    M data/core/images/terrain/chasm/regular-convex-tr.png
    M data/core/images/terrain/chasm/regular-convex2-tl.png
    M data/core/images/terrain/chasm/regular-convex2-tr.png
    M data/core/images/terrain/chasm/regular-snow-castle-n.png
    M data/core/images/terrain/chasm/regular-snow-castle-ne.png
    M data/core/images/terrain/chasm/regular-snow-castle-nw.png
    M data/core/images/terrain/chasm/regular-snow-castle2-n.png
    M data/core/images/terrain/chasm/regular-snow-castle2-ne.png
    M data/core/images/terrain/chasm/regular-snow-castle2-nw.png
    M data/core/images/terrain/chasm/regular-snow-concave-bl.png
    M data/core/images/terrain/chasm/regular-snow-concave-br.png
    M data/core/images/terrain/chasm/regular-snow-concave-l.png
    M data/core/images/terrain/chasm/regular-snow-concave-r.png
    M data/core/images/terrain/chasm/regular-snow-concave-tl.png
    M data/core/images/terrain/chasm/regular-snow-concave-tr.png
    M data/core/images/terrain/chasm/regular-snow-convex-bl.png
    M data/core/images/terrain/chasm/regular-snow-convex-br.png
    M data/core/images/terrain/chasm/regular-snow-convex-l.png
    M data/core/images/terrain/chasm/regular-snow-convex-r.png
    M data/core/images/terrain/chasm/regular-snow-convex-tl.png
    M data/core/images/terrain/chasm/regular-snow-convex-tr.png
    M data/core/images/terrain/chasm/regular-tile.png
    M data/core/images/terrain/chasm/water-concave-bl.png
    M data/core/images/terrain/chasm/water-concave-br.png
    M data/core/images/terrain/chasm/water-concave-l.png
    M data/core/images/terrain/chasm/water-concave-r.png
    M data/core/images/terrain/chasm/water-concave-tl.png
    M data/core/images/terrain/chasm/water-concave-tr.png
    M data/core/images/terrain/chasm/water-convex-bl.png
    M data/core/images/terrain/chasm/water-convex-br.png
    M data/core/images/terrain/chasm/water-convex-l.png
    M data/core/images/terrain/chasm/water-convex-r.png
    M data/core/images/terrain/chasm/water-convex-tl.png
    M data/core/images/terrain/chasm/water-convex-tr.png
    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/mushroom-farm-small2.png
    M data/core/images/terrain/embellishments/mushroom4.png
    M data/core/images/terrain/embellishments/mushroom7.png
    M data/core/images/terrain/flat/bank-n.png
    M data/core/images/terrain/flat/bank-nw.png
    M data/core/images/terrain/flat/bank-to-ice-n-ne.png
    M data/core/images/terrain/flat/bank-to-ice-n.png
    M data/core/images/terrain/flat/bank-to-ice-ne.png
    M data/core/images/terrain/flat/bank-to-ice-nw.png
    M data/core/images/terrain/flat/bank-to-ice-s-sw.png
    M data/core/images/terrain/flat/bank-to-ice-se.png
    M data/core/images/terrain/flat/bank-to-ice-sw-nw.png
    M data/core/images/terrain/flat/bank-to-ice2-n.png
    M data/core/images/terrain/flat/bank-to-ice2-ne.png
    M data/core/images/terrain/flat/bank-to-ice2-nw.png
    M data/core/images/terrain/flat/bank-to-ice2-se.png
    M data/core/images/terrain/flat/bank-to-ice2-sw.png
    M data/core/images/terrain/flat/road2.png
    M data/core/images/terrain/flat/shore-concave-bl-br.png
    M data/core/images/terrain/flat/shore-concave-bl-l.png
    M data/core/images/terrain/flat/shore-concave-br-bl.png
    M data/core/images/terrain/flat/shore-concave-br-r.png
    M data/core/images/terrain/flat/shore-concave-l-bl.png
    M data/core/images/terrain/flat/shore-concave-l-tl.png
    M data/core/images/terrain/flat/shore-concave-r-br.png
    M data/core/images/terrain/flat/shore-concave-r-tr.png
    M data/core/images/terrain/flat/shore-concave-tl-l.png
    M data/core/images/terrain/flat/shore-concave-tl-tr.png
    M data/core/images/terrain/flat/shore-concave-tr-r.png
    M data/core/images/terrain/flat/shore-concave-tr-tl.png
    M data/core/images/terrain/flat/shore-convex-bl-br.png
    M data/core/images/terrain/flat/shore-convex-bl-l.png
    M data/core/images/terrain/flat/shore-convex-br-bl.png
    M data/core/images/terrain/flat/shore-convex-br-r.png
    M data/core/images/terrain/flat/shore-convex-l-bl.png
    M data/core/images/terrain/flat/shore-convex-l-tl.png
    M data/core/images/terrain/flat/shore-convex-r-br.png
    M data/core/images/terrain/flat/shore-convex-r-tr.png
    M data/core/images/terrain/flat/shore-convex-tl-l.png
    M data/core/images/terrain/flat/shore-convex-tl-tr.png
    M data/core/images/terrain/flat/shore-convex-tr-r.png
    M data/core/images/terrain/flat/shore-convex-tr-tl.png
    M data/core/images/terrain/flat/stone-path2.png
    M data/core/images/terrain/fog/fog-all.png
    M data/core/images/terrain/fog/fog-editor.png
    M data/core/images/terrain/fog/fog-n-ne-se-s.png
    M data/core/images/terrain/fog/fog-n-ne-se.png
    M data/core/images/terrain/fog/fog-n-ne.png
    M data/core/images/terrain/fog/fog-n.png
    M data/core/images/terrain/fog/fog-ne-se-s.png
    M data/core/images/terrain/fog/fog-ne-se.png
    M data/core/images/terrain/fog/fog-ne.png
    M data/core/images/terrain/fog/fog-nw-n-ne.png
    M data/core/images/terrain/fog/fog-nw-n.png
    M data/core/images/terrain/fog/fog-nw.png
    M data/core/images/terrain/fog/fog-s-sw-nw-n.png
    M data/core/images/terrain/fog/fog-s-sw-nw.png
    M data/core/images/terrain/fog/fog-s-sw.png
    M data/core/images/terrain/fog/fog-s.png
    M data/core/images/terrain/fog/fog-se-s-sw.png
    M data/core/images/terrain/fog/fog-se-s.png
    M data/core/images/terrain/fog/fog-se.png
    M data/core/images/terrain/fog/fog-sw-nw-n.png
    M data/core/images/terrain/fog/fog-sw-nw.png
    M data/core/images/terrain/fog/fog-sw.png
    M data/core/images/terrain/fog/fog1.png
    M data/core/images/terrain/fog/fog2.png
    M data/core/images/terrain/fog/fog3.png
    M data/core/images/terrain/grass/dry-long-n.png
    M data/core/images/terrain/grass/dry-long-nw.png
    M data/core/images/terrain/grass/green-long-n.png
    M data/core/images/terrain/grass/green-long-nw.png
    M data/core/images/terrain/grass/green-long-s.png
    M data/core/images/terrain/grass/green2.png
    M data/core/images/terrain/grass/green3.png
    M data/core/images/terrain/grass/green4.png
    M data/core/images/terrain/grass/green5.png
    M data/core/images/terrain/grass/green6.png
    M data/core/images/terrain/grass/green7.png
    M data/core/images/terrain/grass/green8.png
    M data/core/images/terrain/grass/semi-dry-long-n.png
    M data/core/images/terrain/grass/semi-dry-long-nw.png
    M data/core/images/terrain/hills/dry-to-water-n-ne.png
    M data/core/images/terrain/hills/dry-to-water-s-sw.png
    M data/core/images/terrain/hills/dry-to-water-se-s.png
    M data/core/images/terrain/hills/dry-to-water-sw-nw.png
    M data/core/images/terrain/hills/dry-to-water2-s-sw.png
    M data/core/images/terrain/hills/dry-to-water2-s.png
    M data/core/images/terrain/hills/dry-to-water2-se-s.png
    M data/core/images/terrain/hills/regular-to-water-n-ne.png
    M data/core/images/terrain/hills/regular-to-water-s-sw.png
    M data/core/images/terrain/hills/regular-to-water-se-s.png
    M data/core/images/terrain/hills/regular-to-water-sw-nw.png
    M data/core/images/terrain/hills/regular-to-water2-s-sw.png
    M data/core/images/terrain/hills/regular-to-water2-s.png
    M data/core/images/terrain/hills/regular-to-water2-se-s.png
    M data/core/images/terrain/interior/wood-regular-n-ne.png
    M data/core/images/terrain/interior/wood-regular-n.png
    M data/core/images/terrain/interior/wood-regular-ne.png
    M data/core/images/terrain/interior/wood-regular-nw-n-ne.png
    M data/core/images/terrain/interior/wood-regular-nw-n.png
    M data/core/images/terrain/interior/wood-regular-nw.png
    M data/core/images/terrain/interior/wood-regular-se-s-sw.png
    M data/core/images/terrain/interior/wood-regular-se-s.png
    M data/core/images/terrain/interior/wood-regular-se.png
    M data/core/images/terrain/interior/wood-regular.png
    M data/core/images/terrain/interior/wood-regular2.png
    M data/core/images/terrain/interior/wood-regular3.png
    A data/core/images/terrain/masks/7hex-bl-br.png
    A data/core/images/terrain/masks/7hex-bl-l.png
    A data/core/images/terrain/masks/7hex-bl.png
    A data/core/images/terrain/masks/7hex-br-bl.png
    A data/core/images/terrain/masks/7hex-br-r.png
    A data/core/images/terrain/masks/7hex-br.png
    A data/core/images/terrain/masks/7hex-l-bl.png
    A data/core/images/terrain/masks/7hex-l-tl.png
    A data/core/images/terrain/masks/7hex-l.png
    A data/core/images/terrain/masks/7hex-r-br.png
    A data/core/images/terrain/masks/7hex-r-tr.png
    A data/core/images/terrain/masks/7hex-r.png
    A data/core/images/terrain/masks/7hex-tl-l.png
    A data/core/images/terrain/masks/7hex-tl-tr.png
    A data/core/images/terrain/masks/7hex-tl.png
    A data/core/images/terrain/masks/7hex-tr-r.png
    A data/core/images/terrain/masks/7hex-tr-tl.png
    A data/core/images/terrain/masks/7hex-tr.png
    R data/core/images/terrain/masks/concave-long-bl-br.png
    R data/core/images/terrain/masks/concave-long-bl-l.png
    R data/core/images/terrain/masks/concave-long-br-bl.png
    R data/core/images/terrain/masks/concave-long-br-r.png
    R data/core/images/terrain/masks/concave-long-l-bl.png
    R data/core/images/terrain/masks/concave-long-l-tl.png
    R data/core/images/terrain/masks/concave-long-r-br.png
    R data/core/images/terrain/masks/concave-long-r-tr.png
    R data/core/images/terrain/masks/concave-long-tl-l.png
    R data/core/images/terrain/masks/concave-long-tl-tr.png
    R data/core/images/terrain/masks/concave-long-tr-r.png
    R data/core/images/terrain/masks/concave-long-tr-tl.png
    R data/core/images/terrain/masks/convex-long-bl-br.png
    R data/core/images/terrain/masks/convex-long-bl-l.png
    R data/core/images/terrain/masks/convex-long-br-bl.png
    R data/core/images/terrain/masks/convex-long-br-r.png
    R data/core/images/terrain/masks/convex-long-l-bl.png
    R data/core/images/terrain/masks/convex-long-l-tl.png
    R data/core/images/terrain/masks/convex-long-r-br.png
    R data/core/images/terrain/masks/convex-long-r-tr.png
    R data/core/images/terrain/masks/convex-long-tl-l.png
    R data/core/images/terrain/masks/convex-long-tl-tr.png
    R data/core/images/terrain/masks/convex-long-tr-r.png
    R data/core/images/terrain/masks/convex-long-tr-tl.png
    A data/core/images/terrain/masks/long-concave-2-bl.png
    A data/core/images/terrain/masks/long-concave-2-br.png
    A data/core/images/terrain/masks/long-concave-2-l.png
    A data/core/images/terrain/masks/long-concave-2-r.png
    A data/core/images/terrain/masks/long-concave-2-tl.png
    A data/core/images/terrain/masks/long-concave-2-tr.png
    A data/core/images/terrain/masks/long-concave-bl-br.png
    A data/core/images/terrain/masks/long-concave-bl-l.png
    A data/core/images/terrain/masks/long-concave-br-bl.png
    A data/core/images/terrain/masks/long-concave-br-r.png
    A data/core/images/terrain/masks/long-concave-l-bl.png
    A data/core/images/terrain/masks/long-concave-l-tl.png
    A data/core/images/terrain/masks/long-concave-r-br.png
    A data/core/images/terrain/masks/long-concave-r-tr.png
    A data/core/images/terrain/masks/long-concave-tl-l.png
    A data/core/images/terrain/masks/long-concave-tl-tr.png
    A data/core/images/terrain/masks/long-concave-tr-r.png
    A data/core/images/terrain/masks/long-concave-tr-tl.png
    A data/core/images/terrain/masks/long-convex-bl-br.png
    A data/core/images/terrain/masks/long-convex-bl-l.png
    A data/core/images/terrain/masks/long-convex-br-bl.png
    A data/core/images/terrain/masks/long-convex-br-r.png
    A data/core/images/terrain/masks/long-convex-l-bl.png
    A data/core/images/terrain/masks/long-convex-l-tl.png
    A data/core/images/terrain/masks/long-convex-r-br.png
    A data/core/images/terrain/masks/long-convex-r-tr.png
    A data/core/images/terrain/masks/long-convex-tl-l.png
    A data/core/images/terrain/masks/long-convex-tl-tr.png
    A data/core/images/terrain/masks/long-convex-tr-r.png
    A data/core/images/terrain/masks/long-convex-tr-tl.png
    M data/core/images/terrain/mountains/basic-castle-n-ne.png
    M data/core/images/terrain/mountains/basic-castle-n.png
    M data/core/images/terrain/mountains/basic-castle-ne.png
    M data/core/images/terrain/mountains/basic-castle-nw-n.png
    M data/core/images/terrain/mountains/basic-castle-nw.png
    M data/core/images/terrain/mountains/basic-castle-s.png
    M data/core/images/terrain/mountains/basic-castle-se.png
    M data/core/images/terrain/mountains/basic-castle-sw-nw.png
    M data/core/images/terrain/mountains/basic-castle-sw.png
    M data/core/images/terrain/mountains/basic.png
    M data/core/images/terrain/mountains/basic2.png
    M data/core/images/terrain/mountains/basic3.png
    M data/core/images/terrain/mountains/blend-from-dry-s.png
    M data/core/images/terrain/mountains/blend-from-dry-se.png
    M data/core/images/terrain/mountains/blend-from-dry-sw.png
    M data/core/images/terrain/mountains/dry-castle-n-ne.png
    M data/core/images/terrain/mountains/dry-castle-n.png
    M data/core/images/terrain/mountains/dry-castle-ne.png
    M data/core/images/terrain/mountains/dry-castle-nw-n.png
    M data/core/images/terrain/mountains/dry-castle-nw.png
    M data/core/images/terrain/mountains/dry-castle-s.png
    M data/core/images/terrain/mountains/dry-castle-se.png
    M data/core/images/terrain/mountains/dry-castle-sw-nw.png
    M data/core/images/terrain/mountains/dry-castle-sw.png
    M data/core/images/terrain/mountains/dry.png
    M data/core/images/terrain/mountains/dry2.png
    M data/core/images/terrain/mountains/dry3.png
    M data/core/images/terrain/mountains/snow.png
    M data/core/images/terrain/mountains/snow2.png
    M data/core/images/terrain/mountains/snow3.png
    M data/core/images/terrain/mountains/volcano-small.png
    M data/core/images/terrain/mountains/volcano.png
    M data/core/images/terrain/off-map/alpha.png
    M data/core/images/terrain/sand/shore-concave-bl-br.png
    M data/core/images/terrain/sand/shore-concave-bl-l.png
    M data/core/images/terrain/sand/shore-concave-br-bl.png
    M data/core/images/terrain/sand/shore-concave-br-r.png
    M data/core/images/terrain/sand/shore-concave-l-bl.png
    M data/core/images/terrain/sand/shore-concave-l-tl.png
    M data/core/images/terrain/sand/shore-concave-r-br.png
    M data/core/images/terrain/sand/shore-concave-r-tr.png
    M data/core/images/terrain/sand/shore-concave-tl-l.png
    M data/core/images/terrain/sand/shore-concave-tl-tr.png
    M data/core/images/terrain/sand/shore-concave-tr-r.png
    M data/core/images/terrain/sand/shore-concave-tr-tl.png
    M data/core/images/terrain/sand/shore-convex-bl-br.png
    M data/core/images/terrain/sand/shore-convex-bl-l.png
    M data/core/images/terrain/sand/shore-convex-br-bl.png
    M data/core/images/terrain/sand/shore-convex-br-r.png
    M data/core/images/terrain/sand/shore-convex-l-bl.png
    M data/core/images/terrain/sand/shore-convex-l-tl.png
    M data/core/images/terrain/sand/shore-convex-r-br.png
    M data/core/images/terrain/sand/shore-convex-r-tr.png
    M data/core/images/terrain/sand/shore-convex-tl-l.png
    M data/core/images/terrain/sand/shore-convex-tl-tr.png
    M data/core/images/terrain/sand/shore-convex-tr-r.png
    M data/core/images/terrain/sand/shore-convex-tr-tl.png
    M data/core/images/terrain/swamp/water-n-ne-se.png
    M data/core/images/terrain/swamp/water-n-ne.png
    M data/core/images/terrain/swamp/water-n.png
    M data/core/images/terrain/swamp/water-ne-se-s.png
    M data/core/images/terrain/swamp/water-ne-se.png
    M data/core/images/terrain/swamp/water-ne.png
    M data/core/images/terrain/swamp/water-nw-n-ne.png
    M data/core/images/terrain/swamp/water-nw-n.png
    M data/core/images/terrain/swamp/water-nw.png
    M data/core/images/terrain/swamp/water-s-sw-nw.png
    M data/core/images/terrain/swamp/water-s-sw.png
    M data/core/images/terrain/swamp/water-s.png
    M data/core/images/terrain/swamp/water-se-s-sw.png
    M data/core/images/terrain/swamp/water-se-s.png
    M data/core/images/terrain/swamp/water-se.png
    M data/core/images/terrain/swamp/water-sw-nw-n.png
    M data/core/images/terrain/swamp/water-sw-nw.png
    M data/core/images/terrain/swamp/water-sw.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
    A data/core/images/terrain/walls/wall-mine-chasm-convex-bl.png
    A data/core/images/terrain/walls/wall-mine-chasm-convex-br.png
    A data/core/images/terrain/walls/wall-mine-chasm-convex-l.png
    A data/core/images/terrain/walls/wall-mine-chasm-convex-r.png
    A data/core/images/terrain/walls/wall-mine-concave-bl.png
    A data/core/images/terrain/walls/wall-mine-concave-br.png
    A data/core/images/terrain/walls/wall-mine-concave-l.png
    A data/core/images/terrain/walls/wall-mine-concave-r.png
    A data/core/images/terrain/walls/wall-mine-concave-tl.png
    A data/core/images/terrain/walls/wall-mine-concave-tr.png
    A data/core/images/terrain/walls/wall-mine-convex-bl.png
    A data/core/images/terrain/walls/wall-mine-convex-br.png
    A data/core/images/terrain/walls/wall-mine-convex-l.png
    A data/core/images/terrain/walls/wall-mine-convex-r.png
    A data/core/images/terrain/walls/wall-mine-convex-tl.png
    A data/core/images/terrain/walls/wall-mine-convex-tr.png
    A data/core/images/terrain/walls/wall-mine-tile.png
    A data/core/images/terrain/walls/wall-mine2-concave-tr.png
    A data/core/images/terrain/walls/wall-mine2-convex-bl.png
    A data/core/images/terrain/walls/wall-mine2-convex-br.png
    A data/core/images/terrain/walls/wall-mine2-convex-r.png
    A data/core/images/terrain/water/overlay-gray.png
    A data/core/images/terrain/water/overlay-tropical.png
    M data/core/images/terrain/water/reef.png
    M data/core/images/terrain/water/reef2.png
    M data/core/images/terrain/water/reef3.png
    M data/core/images/terrain/water/reef4.png
    M data/core/images/terrain/water/waves-concave-A01.png
    M data/core/images/terrain/water/waves-concave-A02.png
    M data/core/images/terrain/water/waves-concave-A03.png
    M data/core/images/terrain/water/waves-concave-A04.png
    M data/core/images/terrain/water/waves-concave-A05.png
    M data/core/images/terrain/water/waves-concave-A06.png
    M data/core/images/terrain/water/waves-concave-A07.png
    M data/core/images/terrain/water/waves-concave-A08.png
    M data/core/images/terrain/water/waves-concave-A09.png
    M data/core/images/terrain/water/waves-concave-A10.png
    M data/core/images/terrain/water/waves-concave-A11.png
    M data/core/images/terrain/water/waves-concave-A12.png
    M data/core/images/terrain/water/waves-concave-A13.png
    M data/core/images/terrain/water/waves-convex-A01.png
    M data/core/images/terrain/water/waves-convex-A02.png
    M data/core/images/terrain/water/waves-convex-A03.png
    M data/core/images/terrain/water/waves-convex-A04.png
    M data/core/images/terrain/water/waves-convex-A05.png
    M data/core/images/terrain/water/waves-convex-A06.png
    M data/core/images/terrain/water/waves-convex-A07.png
    M data/core/images/terrain/water/waves-convex-A08.png
    M data/core/images/terrain/water/waves-convex-A09.png
    M data/core/images/terrain/water/waves-convex-A10.png
    M data/core/images/terrain/water/waves-convex-A11.png
    M data/core/images/terrain/water/waves-convex-A12.png
    M data/core/images/terrain/water/waves-convex-A13.png
    R data/core/images/terrain/water/waves-mask-bl-br.png
    R data/core/images/terrain/water/waves-mask-bl-l.png
    R data/core/images/terrain/water/waves-mask-br-bl.png
    R data/core/images/terrain/water/waves-mask-br-r.png
    R data/core/images/terrain/water/waves-mask-l-bl.png
    R data/core/images/terrain/water/waves-mask-l-tl.png
    R data/core/images/terrain/water/waves-mask-r-br.png
    R data/core/images/terrain/water/waves-mask-r-tr.png
    R data/core/images/terrain/water/waves-mask-tl-l.png
    R data/core/images/terrain/water/waves-mask-tl-tr.png
    R data/core/images/terrain/water/waves-mask-tr-r.png
    R data/core/images/terrain/water/waves-mask-tr-tl.png
    M data/core/macros/ai.cfg
    M data/core/macros/ai_candidate_actions.cfg
    M data/core/macros/ai_controller.cfg
    M data/core/team-colors.cfg
    M data/core/terrain-graphics.cfg
    M data/core/terrain-graphics/internal-generic.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/dwarves/Sentinel.cfg
    M data/core/units/dwarves/Stalwart.cfg
    M data/core/units/elves/Archer.cfg
    M data/core/units/elves/Avenger.cfg
    M data/core/units/elves/Captain.cfg
    M data/core/units/elves/Champion.cfg
    M data/core/units/elves/Druid.cfg
    M data/core/units/elves/Fighter.cfg
    M data/core/units/elves/Lady.cfg
    M data/core/units/elves/Lord.cfg
    M data/core/units/elves/Marksman.cfg
    M data/core/units/elves/Marshal.cfg
    M data/core/units/elves/Ranger.cfg
    M data/core/units/elves/Shaman.cfg
    M data/core/units/elves/Sharpshooter.cfg
    M data/core/units/elves/Shyde.cfg
    M data/core/units/elves/Sorceress.cfg
    M data/core/units/elves/Sylph.cfg
    M data/core/units/goblins/Direwolf_Rider.cfg
    M data/core/units/goblins/Impaler.cfg
    M data/core/units/goblins/Knight.cfg
    M data/core/units/gryphons/Gryphon_Master.cfg
    M data/core/units/gryphons/Gryphon_Rider.cfg
    M data/core/units/humans/Horseman.cfg
    M data/core/units/humans/Loyalist_Heavy_Infantryman.cfg
    M data/core/units/humans/Loyalist_Iron_Mauler.cfg
    M data/core/units/humans/Loyalist_Lieutenant.cfg
    M data/core/units/humans/Loyalist_Pikeman.cfg
    M data/core/units/humans/Loyalist_Sergeant.cfg
    M data/core/units/humans/Loyalist_Shock_Trooper.cfg
    M data/core/units/humans/Loyalist_Swordsman.cfg
    M data/core/units/humans/Mage_Red.cfg
    M data/core/units/humans/Mage_Silver.cfg
    M data/core/units/humans/Mage_White.cfg
    M data/core/units/humans/Woodsman.cfg
    M data/core/units/merfolk/Entangler.cfg
    M data/core/units/merfolk/Hoplite.cfg
    M data/core/units/merfolk/Hunter.cfg
    M data/core/units/merfolk/Netcaster.cfg
    M data/core/units/monsters/Giant_Scorpion.cfg
    M data/core/units/monsters/Yeti.cfg
    M data/core/units/ogres/Ogre.cfg
    M data/core/units/ogres/Young_Ogre.cfg
    M data/core/units/orcs/Archer.cfg
    M data/core/units/orcs/Assassin.cfg
    M data/core/units/orcs/Crossbowman.cfg
    M data/core/units/orcs/Grunt.cfg
    M data/core/units/trolls/Troll.cfg
    M data/core/units/trolls/Whelp.cfg
    M data/core/units/undead/Corpse_Soulless.cfg
    M data/core/units/undead/Corpse_Walking.cfg
    M data/core/units/undead/Skele_Death_Knight.cfg
    M data/core/units/undead/Spirit_Spectre.cfg
    M data/core/units/wose/Ancient.cfg
    M data/core/units/wose/Elder.cfg
    M data/core/units/wose/Wose.cfg
    M data/game_config.cfg
    M data/gui/default.cfg
    R data/gui/default/macros/_initial.cfg
    R data/gui/default/macros/filler.cfg
    R data/gui/default/macros/horizontal_scrollbar.cfg
    R data/gui/default/macros/vertical_scrollbar.cfg
    R data/gui/default/widget/button_25x25.cfg
    R data/gui/default/widget/button_default.cfg
    R data/gui/default/widget/drawing_default.cfg
    R data/gui/default/widget/horizontal_scrollbar_default.cfg
    R data/gui/default/widget/image_default.cfg
    R data/gui/default/widget/label_alignment.cfg
    R data/gui/default/widget/label_default.cfg
    R data/gui/default/widget/label_title_screen_revision.cfg
    R data/gui/default/widget/listbox_default.cfg
    R data/gui/default/widget/listbox_wml_message.cfg
    R data/gui/default/widget/matrix_default.cfg
    R data/gui/default/widget/minimap_default.cfg
    R data/gui/default/widget/multi_page_default.cfg
    R data/gui/default/widget/panel_default.cfg
    R data/gui/default/widget/panel_title_screen.cfg
    R data/gui/default/widget/panel_wml_message.cfg
    R data/gui/default/widget/progress_bar_default.cfg
    R data/gui/default/widget/progress_bar_title_screen.cfg
    R data/gui/default/widget/repeating_button_default.cfg
    R data/gui/default/widget/scroll_label_default.cfg
    R data/gui/default/widget/scroll_label_description.cfg
    R data/gui/default/widget/scroll_label_verbatim.cfg
    R data/gui/default/widget/scroll_label_wml_message.cfg
    R data/gui/default/widget/scrollbar_panel_default.cfg
    R data/gui/default/widget/slider_default.cfg
    R data/gui/default/widget/slider_minimal.cfg
    R data/gui/default/widget/spacer_default.cfg
    R data/gui/default/widget/stacked_widget_default.cfg
    R data/gui/default/widget/text_box_default.cfg
    R data/gui/default/widget/toggle_button_default.cfg
    R data/gui/default/widget/toggle_button_icon.cfg
    R data/gui/default/widget/toggle_button_listbox_header.cfg
    R data/gui/default/widget/toggle_button_listbox_text.cfg
    R data/gui/default/widget/toggle_button_listbox_text_with_icon.cfg
    R data/gui/default/widget/toggle_button_radio.cfg
    R data/gui/default/widget/toggle_button_tree_view_node.cfg
    R data/gui/default/widget/toggle_panel_default.cfg
    R data/gui/default/widget/toggle_panel_wml_message.cfg
    R data/gui/default/widget/tree_view_default.cfg
    R data/gui/default/widget/vertical_scrollbar_default.cfg
    R data/gui/default/widget/window_borderless.cfg
    R data/gui/default/widget/window_default.cfg
    R data/gui/default/widget/window_tooltip_large.cfg
    R data/gui/default/window/addon_connect.cfg
    R data/gui/default/window/addon_description.cfg
    R data/gui/default/window/addon_filter_options.cfg
    R data/gui/default/window/addon_list.cfg
    R data/gui/default/window/addon_uninstall_list.cfg
    R data/gui/default/window/advanced_graphics_options.cfg
    R data/gui/default/window/campaign_dialog.cfg
    R data/gui/default/window/campaign_difficulty.cfg
    R data/gui/default/window/campaign_settings.cfg
    R data/gui/default/window/chat_log.cfg
    R data/gui/default/window/core_dialog.cfg
    R data/gui/default/window/custom_tod.cfg
    R data/gui/default/window/data_manage.cfg
    R data/gui/default/window/debug_clock.cfg
    R data/gui/default/window/depcheck_confirm_change.cfg
    R data/gui/default/window/depcheck_select_new.cfg
    R data/gui/default/window/edit_label.cfg
    R data/gui/default/window/edit_text.cfg
    R data/gui/default/window/editor_edit_label.cfg
    R data/gui/default/window/editor_edit_scenario.cfg
    R data/gui/default/window/editor_edit_side.cfg
    R data/gui/default/window/editor_generate_map.cfg
    R data/gui/default/window/editor_new_map.cfg
    R data/gui/default/window/editor_resize_map.cfg
    R data/gui/default/window/editor_set_starting_position.cfg
    R data/gui/default/window/folder_create.cfg
    R data/gui/default/window/formula_debugger.cfg
    R data/gui/default/window/game_cache_options.cfg
    R data/gui/default/window/game_delete.cfg
    R data/gui/default/window/game_load.cfg
    R data/gui/default/window/game_save.cfg
    R data/gui/default/window/game_save_message.cfg
    R data/gui/default/window/game_save_oos.cfg
    R data/gui/default/window/game_save_overwrite.cfg
    R data/gui/default/window/game_version.cfg
    R data/gui/default/window/gamestate_inspector.cfg
    R data/gui/default/window/label_settings.cfg
    R data/gui/default/window/language_selection.cfg
    R data/gui/default/window/lobby_main.cfg
    R data/gui/default/window/lobby_player_info.cfg
    R data/gui/default/window/lua_interpreter.cfg
    R data/gui/default/window/message.cfg
    R data/gui/default/window/mp_alerts_options.cfg
    R data/gui/default/window/mp_change_control.cfg
    R data/gui/default/window/mp_cmd_wrapper.cfg
    R data/gui/default/window/mp_connect.cfg
    R data/gui/default/window/mp_create_game.cfg
    R data/gui/default/window/mp_create_game_choose_mods.cfg
    R data/gui/default/window/mp_create_game_set_password.cfg
    R data/gui/default/window/mp_host_game_prompt.cfg
    R data/gui/default/window/mp_join_game_password_prompt.cfg
    R data/gui/default/window/mp_login.cfg
    R data/gui/default/window/mp_method_selection.cfg
    R data/gui/default/window/mp_server_list.cfg
    R data/gui/default/window/network_transmission.cfg
    R data/gui/default/window/screenshot_notification.cfg
    R data/gui/default/window/simple_item_selector.cfg
    R data/gui/default/window/synced_choice_wait.cfg
    R data/gui/default/window/theme_list.cfg
    R data/gui/default/window/title_screen.cfg
    R data/gui/default/window/tooltip_large.cfg
    R data/gui/default/window/transient_message.cfg
    R data/gui/default/window/unit_attack.cfg
    R data/gui/default/window/unit_create.cfg
    R data/gui/default/window/wml_error.cfg
    R data/gui/default/window/wml_message.cfg
    A data/gui/macros/_initial.cfg
    A data/gui/macros/filler.cfg
    A data/gui/macros/horizontal_scrollbar.cfg
    A data/gui/macros/vertical_scrollbar.cfg
    M data/gui/schema.cfg
    A data/gui/widget/button_25x25.cfg
    A data/gui/widget/button_default.cfg
    A data/gui/widget/combobox_default.cfg
    A data/gui/widget/drawing_default.cfg
    A data/gui/widget/horizontal_scrollbar_default.cfg
    A data/gui/widget/image_default.cfg
    A data/gui/widget/label_default.cfg
    A data/gui/widget/label_title_screen_tip.cfg
    A data/gui/widget/listbox_default.cfg
    A data/gui/widget/listbox_wml_message.cfg
    A data/gui/widget/matrix_default.cfg
    A data/gui/widget/minimap_default.cfg
    A data/gui/widget/multi_page_default.cfg
    A data/gui/widget/panel_default.cfg
    A data/gui/widget/panel_title_screen.cfg
    A data/gui/widget/panel_wml_message.cfg
    A data/gui/widget/progress_bar_default.cfg
    A data/gui/widget/repeating_button_default.cfg
    A data/gui/widget/repeating_button_scrollbar.cfg
    A data/gui/widget/scroll_label_default.cfg
    A data/gui/widget/scroll_label_description.cfg
    A data/gui/widget/scroll_label_verbatim.cfg
    A data/gui/widget/scroll_label_wml_message.cfg
    A data/gui/widget/scrollbar_panel_default.cfg
    A data/gui/widget/slider_default.cfg
    A data/gui/widget/slider_minimal.cfg
    A data/gui/widget/spacer_default.cfg
    A data/gui/widget/stacked_widget_default.cfg
    A data/gui/widget/text_box_default.cfg
    A data/gui/widget/toggle_button_default.cfg
    A data/gui/widget/toggle_button_icon.cfg
    A data/gui/widget/toggle_button_listbox_header.cfg
    A data/gui/widget/toggle_button_listbox_text.cfg
    A data/gui/widget/toggle_button_listbox_text_with_icon.cfg
    A data/gui/widget/toggle_button_orb.cfg
    A data/gui/widget/toggle_button_radio.cfg
    A data/gui/widget/toggle_button_tree_view_node.cfg
    A data/gui/widget/toggle_panel_default.cfg
    A data/gui/widget/toggle_panel_wml_message.cfg
    A data/gui/widget/tree_view_default.cfg
    A data/gui/widget/unit_preview_pane.cfg
    A data/gui/widget/vertical_scrollbar_default.cfg
    A data/gui/widget/window_borderless.cfg
    A data/gui/widget/window_default.cfg
    A data/gui/widget/window_tooltip_large.cfg
    A data/gui/window/addon_connect.cfg
    A data/gui/window/addon_description.cfg
    A data/gui/window/addon_filter_options.cfg
    A data/gui/window/addon_list.cfg
    A data/gui/window/addon_uninstall_list.cfg
    A data/gui/window/advanced_graphics_options.cfg
    A data/gui/window/campaign_dialog.cfg
    A data/gui/window/campaign_difficulty.cfg
    A data/gui/window/campaign_settings.cfg
    A data/gui/window/chat_log.cfg
    A data/gui/window/core_dialog.cfg
    A data/gui/window/custom_tod.cfg
    A data/gui/window/debug_clock.cfg
    A data/gui/window/depcheck_confirm_change.cfg
    A data/gui/window/depcheck_select_new.cfg
    A data/gui/window/drop_down_list.cfg
    A data/gui/window/edit_label.cfg
    A data/gui/window/edit_text.cfg
    A data/gui/window/editor_edit_label.cfg
    A data/gui/window/editor_edit_scenario.cfg
    A data/gui/window/editor_edit_side.cfg
    A data/gui/window/editor_generate_map.cfg
    A data/gui/window/editor_new_map.cfg
    A data/gui/window/editor_resize_map.cfg
    A data/gui/window/editor_set_starting_position.cfg
    A data/gui/window/folder_create.cfg
    A data/gui/window/formula_debugger.cfg
    A data/gui/window/game_cache_options.cfg
    A data/gui/window/game_delete.cfg
    A data/gui/window/game_load.cfg
    A data/gui/window/game_save.cfg
    A data/gui/window/game_save_message.cfg
    A data/gui/window/game_save_oos.cfg
    A data/gui/window/game_save_overwrite.cfg
    A data/gui/window/game_version.cfg
    A data/gui/window/gamestate_inspector.cfg
    A data/gui/window/label_settings.cfg
    A data/gui/window/language_selection.cfg
    A data/gui/window/loadscreen.cfg
    A data/gui/window/lobby_main.cfg
    A data/gui/window/lobby_player_info.cfg
    A data/gui/window/lua_interpreter.cfg
    A data/gui/window/message.cfg
    A data/gui/window/mp_alerts_options.cfg
    A data/gui/window/mp_change_control.cfg
    A data/gui/window/mp_cmd_wrapper.cfg
    A data/gui/window/mp_connect.cfg
    A data/gui/window/mp_create_game.cfg
    A data/gui/window/mp_create_game_choose_mods.cfg
    A data/gui/window/mp_create_game_set_password.cfg
    A data/gui/window/mp_host_game_prompt.cfg
    A data/gui/window/mp_join_game_password_prompt.cfg
    A data/gui/window/mp_login.cfg
    A data/gui/window/mp_method_selection.cfg
    A data/gui/window/mp_server_list.cfg
    A data/gui/window/network_transmission.cfg
    A data/gui/window/preferences.cfg
    A data/gui/window/preferences/01_general.cfg
    A data/gui/window/preferences/02_hotkeys.cfg
    A data/gui/window/preferences/03_display.cfg
    A data/gui/window/preferences/04_sound.cfg
    A data/gui/window/preferences/05_multiplayer.cfg
    A data/gui/window/preferences/06_advanced.cfg
    A data/gui/window/preferences/_final.cfg
    A data/gui/window/preferences/_initial.cfg
    A data/gui/window/screenshot_notification.cfg
    A data/gui/window/select_orb_colors.cfg
    A data/gui/window/simple_item_selector.cfg
    A data/gui/window/synced_choice_wait.cfg
    A data/gui/window/theme_list.cfg
    A data/gui/window/title_screen.cfg
    A data/gui/window/tooltip_large.cfg
    A data/gui/window/transient_message.cfg
    A data/gui/window/unit_attack.cfg
    A data/gui/window/unit_create.cfg
    A data/gui/window/unit_recruit.cfg
    A data/gui/window/wml_error.cfg
    A data/gui/window/wml_message.cfg
    M data/hardwired/fonts.cfg
    A data/languages/ast_ES.cfg
    A data/lua/wml-flow.lua
    M data/lua/wml-tags.lua
    A data/lua/wml/endlevel.lua
    A data/lua/wml/find_path.lua
    A data/lua/wml/harm_unit.lua
    M data/lua/wml/items.lua
    M data/lua/wml/message.lua
    A data/lua/wml/modify_unit.lua
    M data/lua/wml/object.lua
    M data/lua/wml/objectives.lua
    A data/lua/wml/random_placement.lua
    M data/multiplayer/maps/4p_Castle_Hopping_Isle.map
    M data/multiplayer/maps/4p_King_of_the_Hill.map
    M data/multiplayer/maps/4p_Siege_Castles.map
    M data/multiplayer/maps/5p_The_Wilderlands.map
    M data/multiplayer/maps/6p_Team_Survival.map
    M data/multiplayer/maps/8p_Mokena_Prairie.map
    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
    M data/multiplayer/scenarios/6p_Team_Survival.cfg
    M data/multiplayer/scenarios/ANL_utils/ANL_leader_options.cfg
    M data/multiplayer/scenarios/ANL_utils/ANL_research_options.cfg
    M data/multiplayer/scenarios/ANL_utils/ANL_special_macros.cfg
    M data/multiplayer/scenarios/ANL_utils/ANL_worker_options.cfg
    A data/multiplayer/scenarios/Random_Scenario_Lua_Cave.cfg
    A data/multiplayer/scenarios/Random_Scenario_Lua_Cave.lua
    R data/scenario-formula-recruitment.cfg
    R data/scenario-formula.cfg
    M data/scenario-leaders.cfg
    M data/scenario-movethrough.cfg
    R data/scenario-poisoning.cfg
    M data/scenario-test.cfg
    M data/schema.cfg
    M data/test/multiplayer/_main.cfg
    M data/test/multiplayer/macros/mp_unit_test_macros.cfg
    A data/test/scenarios/ai/_main.cfg
    A data/test/scenarios/ai/config/simple_aspect.cfg
    A data/test/scenarios/ai/modify/aspects.cfg
    M data/test/scenarios/filter_this_unit.cfg
    M data/themes/_initial.cfg
    M data/themes/default.cfg
    M data/themes/editor.cfg
    M data/tools/GUI.pyw
    M data/tools/README
    A data/tools/hexometer.py
    R data/tools/hexometer/alphamask.png
    R data/tools/hexometer/hexometer
    M data/tools/wesnoth/wmldata.py
    M data/tools/wesnoth/wmlgrammar.py
    M data/tools/wesnoth/wmlparser3.py
    M data/tools/wesnoth/wmltools.py
    M data/tools/wesnoth/wmltools3.py
    M data/tools/wmllint
    M data/tools/wmllint-1.4
    R data/tools/wmlmove
    M data/tools/wmlscope
    M data/tools/wmlunits
    M data/tools/wmlvalidator
    M doc/man/cs/wesnoth.6
    R doc/man/de/wesnoth.6
    M doc/man/en_GB/wesnoth.6
    M doc/man/es/wesnoth.6
    R doc/man/et/wesnoth.6
    R doc/man/fi/wesnoth.6
    M doc/man/fr/wesnoth.6
    M doc/man/gl/wesnoth.6
    M doc/man/gl/wesnothd.6
    R doc/man/hu/wesnoth.6
    R doc/man/id/wesnoth.6
    M doc/man/it/wesnoth.6
    R doc/man/pl/wesnoth.6
    M doc/man/pt/wesnoth.6
    M doc/man/ru/wesnoth.6
    M doc/man/sk/wesnoth.6
    R doc/man/sr/wesnoth.6
    R doc/man/sr at ijekavian/wesnoth.6
    R doc/man/sr at ijekavianlatin/wesnoth.6
    R doc/man/sr at latin/wesnoth.6
    M doc/man/uk/wesnoth.6
    M doc/man/vi/wesnoth.6
    M doc/man/wesnoth.6
    M doc/man/zh_CN/wesnoth.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 fonts/Lato-Bold.ttf
    A fonts/Lato-Italic.ttf
    A fonts/Lato-Regular.ttf
    A fonts/OFL
    A images/buttons/button_dropdown/button_dropdown-pressed.png
    A images/buttons/button_dropdown/button_dropdown.png
    A images/buttons/button_menu/menu_blank-active-pressed.png
    A images/buttons/button_menu/menu_blank-active.png
    A images/buttons/button_menu/menu_blank-pressed.png
    A images/buttons/button_menu/menu_blank.png
    A images/buttons/button_normal/background-active.png
    A images/buttons/button_normal/background-pressed.png
    A images/buttons/button_normal/background.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/scrollbars/scrollbottom-active.png
    A images/buttons/scrollbars/scrollbottom-pressed.png
    A images/buttons/scrollbars/scrollbottom.png
    A images/buttons/scrollbars/scrollgroove-bottom-minimal.png
    A images/buttons/scrollbars/scrollgroove-bottom.png
    A images/buttons/scrollbars/scrollgroove-horizontal.png
    A images/buttons/scrollbars/scrollgroove-left.png
    A images/buttons/scrollbars/scrollgroove-mid-minimal.png
    A images/buttons/scrollbars/scrollgroove-mid.png
    A images/buttons/scrollbars/scrollgroove-right.png
    A images/buttons/scrollbars/scrollgroove-top-minimal.png
    A images/buttons/scrollbars/scrollgroove-top.png
    A images/buttons/scrollbars/scrollhorizontal-active.png
    A images/buttons/scrollbars/scrollhorizontal-pressed.png
    A images/buttons/scrollbars/scrollhorizontal.png
    A images/buttons/scrollbars/scrollleft-active.png
    A images/buttons/scrollbars/scrollleft-pressed.png
    A images/buttons/scrollbars/scrollleft.png
    A images/buttons/scrollbars/scrollmid-active.png
    A images/buttons/scrollbars/scrollmid-pressed.png
    A images/buttons/scrollbars/scrollmid.png
    A images/buttons/scrollbars/scrollright-active.png
    A images/buttons/scrollbars/scrollright-pressed.png
    A images/buttons/scrollbars/scrollright.png
    A images/buttons/scrollbars/scrolltop-active.png
    A images/buttons/scrollbars/scrolltop-pressed.png
    A images/buttons/scrollbars/scrolltop.png
    R images/buttons/scrollbottom-active.png
    R images/buttons/scrollbottom-pressed.png
    R images/buttons/scrollbottom.png
    R images/buttons/scrollgroove-bottom.png
    R images/buttons/scrollgroove-horizontal.png
    R images/buttons/scrollgroove-left.png
    R images/buttons/scrollgroove-mid.png
    R images/buttons/scrollgroove-right.png
    R images/buttons/scrollgroove-top.png
    R images/buttons/scrollhorizontal-active.png
    R images/buttons/scrollhorizontal-pressed.png
    R images/buttons/scrollhorizontal.png
    R images/buttons/scrollleft-active.png
    R images/buttons/scrollleft-pressed.png
    R images/buttons/scrollleft.png
    R images/buttons/scrollmid-active.png
    R images/buttons/scrollmid-pressed.png
    R images/buttons/scrollmid.png
    R images/buttons/scrollright-active.png
    R images/buttons/scrollright-pressed.png
    R images/buttons/scrollright.png
    R images/buttons/scrolltop-active.png
    R images/buttons/scrolltop-pressed.png
    R images/buttons/scrolltop.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/editor/brush.png
    M images/editor/selection-overlay.png
    A images/icons/action/close_25-active.png
    A images/icons/action/close_25-pressed.png
    A images/icons/action/close_25.png
    A images/icons/action/help_25-active.png
    A images/icons/action/help_25-pressed.png
    A images/icons/action/help_25.png
    A images/icons/alignments/alignment_chaotic_30-pressed.png
    A images/icons/alignments/alignment_chaotic_30-pressed at 2x.png
    M images/icons/alignments/alignment_chaotic_30.png
    A images/icons/alignments/alignment_chaotic_30 at 2x.png
    A images/icons/alignments/alignment_lawful_30-pressed.png
    A images/icons/alignments/alignment_lawful_30-pressed at 2x.png
    M images/icons/alignments/alignment_lawful_30.png
    A images/icons/alignments/alignment_lawful_30 at 2x.png
    A images/icons/alignments/alignment_liminal_30-pressed.png
    A images/icons/alignments/alignment_liminal_30-pressed at 2x.png
    M images/icons/alignments/alignment_liminal_30.png
    A images/icons/alignments/alignment_liminal_30 at 2x.png
    A images/icons/alignments/alignment_neutral_30-pressed.png
    A images/icons/alignments/alignment_neutral_30-pressed at 2x.png
    M images/icons/alignments/alignment_neutral_30.png
    A images/icons/alignments/alignment_neutral_30 at 2x.png
    A images/icons/icon-hotkeys.png
    A images/misc/loadscreen_decor.png
    M images/misc/status-friend.png
    M images/misc/status-ignore.png
    M players_changelog
    M po/LINGUAS
    M po/SConscript
    M po/wesnoth-ai/LINGUAS
    M po/wesnoth-ai/af.po
    M po/wesnoth-ai/ang.po
    M po/wesnoth-ai/ang at latin.po
    M po/wesnoth-ai/ar.po
    A po/wesnoth-ai/ast.po
    M po/wesnoth-ai/bg.po
    M po/wesnoth-ai/ca.po
    M po/wesnoth-ai/ca_ES at valencia.po
    M po/wesnoth-ai/cs.po
    M po/wesnoth-ai/da.po
    M po/wesnoth-ai/de.po
    M po/wesnoth-ai/el.po
    M po/wesnoth-ai/en at shaw.po
    M po/wesnoth-ai/en_GB.po
    M po/wesnoth-ai/eo.po
    M po/wesnoth-ai/es.po
    M po/wesnoth-ai/et.po
    M po/wesnoth-ai/eu.po
    M po/wesnoth-ai/fi.po
    M po/wesnoth-ai/fr.po
    M po/wesnoth-ai/fur_IT.po
    M po/wesnoth-ai/ga.po
    M po/wesnoth-ai/gd.po
    M po/wesnoth-ai/gl.po
    M po/wesnoth-ai/he.po
    M po/wesnoth-ai/hr.po
    M po/wesnoth-ai/hu.po
    M po/wesnoth-ai/id.po
    M po/wesnoth-ai/is.po
    M po/wesnoth-ai/it.po
    M po/wesnoth-ai/ja.po
    M po/wesnoth-ai/ko.po
    M po/wesnoth-ai/la.po
    M po/wesnoth-ai/lt.po
    M po/wesnoth-ai/lv.po
    M po/wesnoth-ai/mk.po
    M po/wesnoth-ai/mr.po
    M po/wesnoth-ai/nb_NO.po
    M po/wesnoth-ai/nl.po
    M po/wesnoth-ai/pl.po
    M po/wesnoth-ai/pt.po
    M po/wesnoth-ai/pt_BR.po
    M po/wesnoth-ai/racv.po
    M po/wesnoth-ai/ro.po
    M po/wesnoth-ai/ru.po
    M po/wesnoth-ai/sk.po
    M po/wesnoth-ai/sl.po
    M po/wesnoth-ai/sr.po
    M po/wesnoth-ai/sr at ijekavian.po
    M po/wesnoth-ai/sr at ijekavianlatin.po
    M po/wesnoth-ai/sr at latin.po
    M po/wesnoth-ai/sv.po
    M po/wesnoth-ai/tl.po
    M po/wesnoth-ai/tr.po
    M po/wesnoth-ai/uk.po
    M po/wesnoth-ai/vi.po
    M po/wesnoth-ai/wesnoth-ai.pot
    M po/wesnoth-ai/zh_CN.po
    M po/wesnoth-ai/zh_TW.po
    M po/wesnoth-anl/LINGUAS
    M po/wesnoth-anl/af.po
    M po/wesnoth-anl/ang.po
    M po/wesnoth-anl/ang at latin.po
    M po/wesnoth-anl/ar.po
    A po/wesnoth-anl/ast.po
    M po/wesnoth-anl/bg.po
    M po/wesnoth-anl/ca.po
    M po/wesnoth-anl/ca_ES at valencia.po
    M po/wesnoth-anl/cs.po
    M po/wesnoth-anl/da.po
    M po/wesnoth-anl/de.po
    M po/wesnoth-anl/el.po
    M po/wesnoth-anl/en at shaw.po
    M po/wesnoth-anl/en_GB.po
    M po/wesnoth-anl/eo.po
    M po/wesnoth-anl/es.po
    M po/wesnoth-anl/et.po
    M po/wesnoth-anl/eu.po
    M po/wesnoth-anl/fi.po
    M po/wesnoth-anl/fr.po
    M po/wesnoth-anl/fur_IT.po
    M po/wesnoth-anl/ga.po
    M po/wesnoth-anl/gd.po
    M po/wesnoth-anl/gl.po
    M po/wesnoth-anl/he.po
    M po/wesnoth-anl/hr.po
    M po/wesnoth-anl/hu.po
    M po/wesnoth-anl/id.po
    M po/wesnoth-anl/is.po
    M po/wesnoth-anl/it.po
    M po/wesnoth-anl/ja.po
    M po/wesnoth-anl/ko.po
    M po/wesnoth-anl/la.po
    M po/wesnoth-anl/lt.po
    M po/wesnoth-anl/lv.po
    M po/wesnoth-anl/mk.po
    M po/wesnoth-anl/mr.po
    M po/wesnoth-anl/nb_NO.po
    M po/wesnoth-anl/nl.po
    M po/wesnoth-anl/pl.po
    M po/wesnoth-anl/pt.po
    M po/wesnoth-anl/pt_BR.po
    M po/wesnoth-anl/racv.po
    M po/wesnoth-anl/ro.po
    M po/wesnoth-anl/ru.po
    M po/wesnoth-anl/sk.po
    M po/wesnoth-anl/sl.po
    M po/wesnoth-anl/sr.po
    M po/wesnoth-anl/sr at ijekavian.po
    M po/wesnoth-anl/sr at ijekavianlatin.po
    M po/wesnoth-anl/sr at latin.po
    M po/wesnoth-anl/sv.po
    M po/wesnoth-anl/tl.po
    M po/wesnoth-anl/tr.po
    M po/wesnoth-anl/uk.po
    M po/wesnoth-anl/vi.po
    M po/wesnoth-anl/wesnoth-anl.pot
    M po/wesnoth-anl/zh_CN.po
    M po/wesnoth-anl/zh_TW.po
    M po/wesnoth-aoi/LINGUAS
    M po/wesnoth-aoi/af.po
    M po/wesnoth-aoi/ang.po
    M po/wesnoth-aoi/ang at latin.po
    M po/wesnoth-aoi/ar.po
    A po/wesnoth-aoi/ast.po
    M po/wesnoth-aoi/bg.po
    M po/wesnoth-aoi/ca.po
    M po/wesnoth-aoi/ca_ES at valencia.po
    M po/wesnoth-aoi/cs.po
    M po/wesnoth-aoi/da.po
    M po/wesnoth-aoi/de.po
    M po/wesnoth-aoi/el.po
    M po/wesnoth-aoi/en at shaw.po
    M po/wesnoth-aoi/en_GB.po
    M po/wesnoth-aoi/eo.po
    M po/wesnoth-aoi/es.po
    M po/wesnoth-aoi/et.po
    M po/wesnoth-aoi/eu.po
    M po/wesnoth-aoi/fi.po
    M po/wesnoth-aoi/fr.po
    M po/wesnoth-aoi/fur_IT.po
    M po/wesnoth-aoi/ga.po
    M po/wesnoth-aoi/gd.po
    M po/wesnoth-aoi/gl.po
    M po/wesnoth-aoi/he.po
    M po/wesnoth-aoi/hr.po
    M po/wesnoth-aoi/hu.po
    M po/wesnoth-aoi/id.po
    M po/wesnoth-aoi/is.po
    M po/wesnoth-aoi/it.po
    M po/wesnoth-aoi/ja.po
    M po/wesnoth-aoi/ko.po
    M po/wesnoth-aoi/la.po
    M po/wesnoth-aoi/lt.po
    M po/wesnoth-aoi/lv.po
    M po/wesnoth-aoi/mk.po
    M po/wesnoth-aoi/mr.po
    M po/wesnoth-aoi/nb_NO.po
    M po/wesnoth-aoi/nl.po
    M po/wesnoth-aoi/pl.po
    M po/wesnoth-aoi/pt.po
    M po/wesnoth-aoi/pt_BR.po
    M po/wesnoth-aoi/racv.po
    M po/wesnoth-aoi/ro.po
    M po/wesnoth-aoi/ru.po
    M po/wesnoth-aoi/sk.po
    M po/wesnoth-aoi/sl.po
    M po/wesnoth-aoi/sr.po
    M po/wesnoth-aoi/sr at ijekavian.po
    M po/wesnoth-aoi/sr at ijekavianlatin.po
    M po/wesnoth-aoi/sr at latin.po
    M po/wesnoth-aoi/sv.po
    M po/wesnoth-aoi/tl.po
    M po/wesnoth-aoi/tr.po
    M po/wesnoth-aoi/uk.po
    M po/wesnoth-aoi/vi.po
    M po/wesnoth-aoi/wesnoth-aoi.pot
    M po/wesnoth-aoi/zh_CN.po
    M po/wesnoth-aoi/zh_TW.po
    M po/wesnoth-did/LINGUAS
    M po/wesnoth-did/af.po
    M po/wesnoth-did/ang.po
    M po/wesnoth-did/ang at latin.po
    M po/wesnoth-did/ar.po
    A po/wesnoth-did/ast.po
    M po/wesnoth-did/bg.po
    M po/wesnoth-did/ca.po
    M po/wesnoth-did/ca_ES at valencia.po
    M po/wesnoth-did/cs.po
    M po/wesnoth-did/da.po
    M po/wesnoth-did/de.po
    M po/wesnoth-did/el.po
    M po/wesnoth-did/en at shaw.po
    M po/wesnoth-did/en_GB.po
    M po/wesnoth-did/eo.po
    M po/wesnoth-did/es.po
    M po/wesnoth-did/et.po
    M po/wesnoth-did/eu.po
    M po/wesnoth-did/fi.po
    M po/wesnoth-did/fr.po
    M po/wesnoth-did/fur_IT.po
    M po/wesnoth-did/ga.po
    M po/wesnoth-did/gd.po
    M po/wesnoth-did/gl.po
    M po/wesnoth-did/he.po
    M po/wesnoth-did/hr.po
    M po/wesnoth-did/hu.po
    M po/wesnoth-did/id.po
    M po/wesnoth-did/is.po
    M po/wesnoth-did/it.po
    M po/wesnoth-did/ja.po
    M po/wesnoth-did/ko.po
    M po/wesnoth-did/la.po
    M po/wesnoth-did/lt.po
    M po/wesnoth-did/lv.po
    M po/wesnoth-did/mk.po
    M po/wesnoth-did/mr.po
    M po/wesnoth-did/nb_NO.po
    M po/wesnoth-did/nl.po
    M po/wesnoth-did/pl.po
    M po/wesnoth-did/pt.po
    M po/wesnoth-did/pt_BR.po
    M po/wesnoth-did/racv.po
    M po/wesnoth-did/ro.po
    M po/wesnoth-did/ru.po
    M po/wesnoth-did/sk.po
    M po/wesnoth-did/sl.po
    M po/wesnoth-did/sr.po
    M po/wesnoth-did/sr at ijekavian.po
    M po/wesnoth-did/sr at ijekavianlatin.po
    M po/wesnoth-did/sr at latin.po
    M po/wesnoth-did/sv.po
    M po/wesnoth-did/tl.po
    M po/wesnoth-did/tr.po
    M po/wesnoth-did/uk.po
    M po/wesnoth-did/vi.po
    M po/wesnoth-did/wesnoth-did.pot
    M po/wesnoth-did/zh_CN.po
    M po/wesnoth-did/zh_TW.po
    M po/wesnoth-dm/LINGUAS
    M po/wesnoth-dm/af.po
    M po/wesnoth-dm/ang.po
    M po/wesnoth-dm/ang at latin.po
    M po/wesnoth-dm/ar.po
    A po/wesnoth-dm/ast.po
    M po/wesnoth-dm/bg.po
    M po/wesnoth-dm/ca.po
    M po/wesnoth-dm/ca_ES at valencia.po
    M po/wesnoth-dm/cs.po
    M po/wesnoth-dm/da.po
    M po/wesnoth-dm/de.po
    M po/wesnoth-dm/el.po
    M po/wesnoth-dm/en at shaw.po
    M po/wesnoth-dm/en_GB.po
    M po/wesnoth-dm/eo.po
    M po/wesnoth-dm/es.po
    M po/wesnoth-dm/et.po
    M po/wesnoth-dm/eu.po
    M po/wesnoth-dm/fi.po
    M po/wesnoth-dm/fr.po
    M po/wesnoth-dm/fur_IT.po
    M po/wesnoth-dm/ga.po
    M po/wesnoth-dm/gd.po
    M po/wesnoth-dm/gl.po
    M po/wesnoth-dm/he.po
    M po/wesnoth-dm/hr.po
    M po/wesnoth-dm/hu.po
    M po/wesnoth-dm/id.po
    M po/wesnoth-dm/is.po
    M po/wesnoth-dm/it.po
    M po/wesnoth-dm/ja.po
    M po/wesnoth-dm/ko.po
    M po/wesnoth-dm/la.po
    M po/wesnoth-dm/lt.po
    M po/wesnoth-dm/lv.po
    M po/wesnoth-dm/mk.po
    M po/wesnoth-dm/mr.po
    M po/wesnoth-dm/nb_NO.po
    M po/wesnoth-dm/nl.po
    M po/wesnoth-dm/pl.po
    M po/wesnoth-dm/pt.po
    M po/wesnoth-dm/pt_BR.po
    M po/wesnoth-dm/racv.po
    M po/wesnoth-dm/ro.po
    M po/wesnoth-dm/ru.po
    M po/wesnoth-dm/sk.po
    M po/wesnoth-dm/sl.po
    M po/wesnoth-dm/sr.po
    M po/wesnoth-dm/sr at ijekavian.po
    M po/wesnoth-dm/sr at ijekavianlatin.po
    M po/wesnoth-dm/sr at latin.po
    M po/wesnoth-dm/sv.po
    M po/wesnoth-dm/tl.po
    M po/wesnoth-dm/tr.po
    M po/wesnoth-dm/uk.po
    M po/wesnoth-dm/vi.po
    M po/wesnoth-dm/wesnoth-dm.pot
    M po/wesnoth-dm/zh_CN.po
    M po/wesnoth-dm/zh_TW.po
    M po/wesnoth-dw/LINGUAS
    A po/wesnoth-dw/ast.po
    M po/wesnoth-dw/gl.po
    M po/wesnoth-dw/wesnoth-dw.pot
    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
    M po/wesnoth-ei/af.po
    M po/wesnoth-ei/ang.po
    M po/wesnoth-ei/ang at latin.po
    M po/wesnoth-ei/ar.po
    A po/wesnoth-ei/ast.po
    M po/wesnoth-ei/bg.po
    M po/wesnoth-ei/ca.po
    M po/wesnoth-ei/ca_ES at valencia.po
    M po/wesnoth-ei/cs.po
    M po/wesnoth-ei/da.po
    M po/wesnoth-ei/de.po
    M po/wesnoth-ei/el.po
    M po/wesnoth-ei/en at shaw.po
    M po/wesnoth-ei/en_GB.po
    M po/wesnoth-ei/eo.po
    M po/wesnoth-ei/es.po
    M po/wesnoth-ei/et.po
    M po/wesnoth-ei/eu.po
    M po/wesnoth-ei/fi.po
    M po/wesnoth-ei/fr.po
    M po/wesnoth-ei/fur_IT.po
    M po/wesnoth-ei/ga.po
    M po/wesnoth-ei/gd.po
    M po/wesnoth-ei/gl.po
    M po/wesnoth-ei/he.po
    M po/wesnoth-ei/hr.po
    M po/wesnoth-ei/hu.po
    M po/wesnoth-ei/id.po
    M po/wesnoth-ei/is.po
    M po/wesnoth-ei/it.po
    M po/wesnoth-ei/ja.po
    M po/wesnoth-ei/ko.po
    M po/wesnoth-ei/la.po
    M po/wesnoth-ei/lt.po
    M po/wesnoth-ei/lv.po
    M po/wesnoth-ei/mk.po
    M po/wesnoth-ei/mr.po
    M po/wesnoth-ei/nb_NO.po
    M po/wesnoth-ei/nl.po
    M po/wesnoth-ei/pl.po
    M po/wesnoth-ei/pt.po
    M po/wesnoth-ei/pt_BR.po
    M po/wesnoth-ei/racv.po
    M po/wesnoth-ei/ro.po
    M po/wesnoth-ei/ru.po
    M po/wesnoth-ei/sk.po
    M po/wesnoth-ei/sl.po
    M po/wesnoth-ei/sr.po
    M po/wesnoth-ei/sr at ijekavian.po
    M po/wesnoth-ei/sr at ijekavianlatin.po
    M po/wesnoth-ei/sr at latin.po
    M po/wesnoth-ei/sv.po
    M po/wesnoth-ei/tl.po
    M po/wesnoth-ei/tr.po
    M po/wesnoth-ei/uk.po
    M po/wesnoth-ei/vi.po
    M po/wesnoth-ei/wesnoth-ei.pot
    M po/wesnoth-ei/zh_CN.po
    M po/wesnoth-ei/zh_TW.po
    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
    M po/wesnoth-httt/af.po
    M po/wesnoth-httt/ang.po
    M po/wesnoth-httt/ang at latin.po
    M po/wesnoth-httt/ar.po
    A po/wesnoth-httt/ast.po
    M po/wesnoth-httt/bg.po
    M po/wesnoth-httt/ca.po
    M po/wesnoth-httt/ca_ES at valencia.po
    M po/wesnoth-httt/cs.po
    M po/wesnoth-httt/da.po
    M po/wesnoth-httt/de.po
    M po/wesnoth-httt/el.po
    M po/wesnoth-httt/en at shaw.po
    M po/wesnoth-httt/en_GB.po
    M po/wesnoth-httt/eo.po
    M po/wesnoth-httt/es.po
    M po/wesnoth-httt/et.po
    M po/wesnoth-httt/eu.po
    M po/wesnoth-httt/fi.po
    M po/wesnoth-httt/fr.po
    M po/wesnoth-httt/fur_IT.po
    M po/wesnoth-httt/ga.po
    M po/wesnoth-httt/gd.po
    M po/wesnoth-httt/gl.po
    M po/wesnoth-httt/he.po
    M po/wesnoth-httt/hr.po
    M po/wesnoth-httt/hu.po
    M po/wesnoth-httt/id.po
    M po/wesnoth-httt/is.po
    M po/wesnoth-httt/it.po
    M po/wesnoth-httt/ja.po
    M po/wesnoth-httt/ko.po
    M po/wesnoth-httt/la.po
    M po/wesnoth-httt/lt.po
    M po/wesnoth-httt/lv.po
    M po/wesnoth-httt/mk.po
    M po/wesnoth-httt/mr.po
    M po/wesnoth-httt/nb_NO.po
    M po/wesnoth-httt/nl.po
    M po/wesnoth-httt/pl.po
    M po/wesnoth-httt/pt.po
    M po/wesnoth-httt/pt_BR.po
    M po/wesnoth-httt/racv.po
    M po/wesnoth-httt/ro.po
    M po/wesnoth-httt/ru.po
    M po/wesnoth-httt/sk.po
    M po/wesnoth-httt/sl.po
    M po/wesnoth-httt/sr.po
    M po/wesnoth-httt/sr at ijekavian.po
    M po/wesnoth-httt/sr at ijekavianlatin.po
    M po/wesnoth-httt/sr at latin.po
    M po/wesnoth-httt/sv.po
    M po/wesnoth-httt/tl.po
    M po/wesnoth-httt/tr.po
    M po/wesnoth-httt/uk.po
    M po/wesnoth-httt/vi.po
    M po/wesnoth-httt/wesnoth-httt.pot
    M po/wesnoth-httt/zh_CN.po
    M po/wesnoth-httt/zh_TW.po
    M po/wesnoth-l/LINGUAS
    A po/wesnoth-l/ast.po
    M po/wesnoth-l/gl.po
    M po/wesnoth-l/wesnoth-l.pot
    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
    A po/wesnoth-manpages/ast.po
    M po/wesnoth-manpages/en_GB.po
    M po/wesnoth-manpages/gl.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-manual/wesnoth-manual.pot
    M po/wesnoth-multiplayer/LINGUAS
    M po/wesnoth-multiplayer/af.po
    M po/wesnoth-multiplayer/ang.po
    M po/wesnoth-multiplayer/ang at latin.po
    M po/wesnoth-multiplayer/ar.po
    A po/wesnoth-multiplayer/ast.po
    M po/wesnoth-multiplayer/bg.po
    M po/wesnoth-multiplayer/ca.po
    M po/wesnoth-multiplayer/ca_ES at valencia.po
    M po/wesnoth-multiplayer/cs.po
    M po/wesnoth-multiplayer/da.po
    M po/wesnoth-multiplayer/de.po
    M po/wesnoth-multiplayer/el.po
    M po/wesnoth-multiplayer/en at shaw.po
    M po/wesnoth-multiplayer/en_GB.po
    M po/wesnoth-multiplayer/eo.po
    M po/wesnoth-multiplayer/es.po
    M po/wesnoth-multiplayer/et.po
    M po/wesnoth-multiplayer/eu.po
    M po/wesnoth-multiplayer/fi.po
    M po/wesnoth-multiplayer/fr.po
    M po/wesnoth-multiplayer/fur_IT.po
    M po/wesnoth-multiplayer/ga.po
    M po/wesnoth-multiplayer/gd.po
    M po/wesnoth-multiplayer/gl.po
    M po/wesnoth-multiplayer/he.po
    M po/wesnoth-multiplayer/hr.po
    M po/wesnoth-multiplayer/hu.po
    M po/wesnoth-multiplayer/id.po
    M po/wesnoth-multiplayer/is.po
    M po/wesnoth-multiplayer/it.po
    M po/wesnoth-multiplayer/ja.po
    M po/wesnoth-multiplayer/ko.po
    M po/wesnoth-multiplayer/la.po
    M po/wesnoth-multiplayer/lt.po
    M po/wesnoth-multiplayer/lv.po
    M po/wesnoth-multiplayer/mk.po
    M po/wesnoth-multiplayer/mr.po
    M po/wesnoth-multiplayer/nb_NO.po
    M po/wesnoth-multiplayer/nl.po
    M po/wesnoth-multiplayer/pl.po
    M po/wesnoth-multiplayer/pt.po
    M po/wesnoth-multiplayer/pt_BR.po
    M po/wesnoth-multiplayer/racv.po
    M po/wesnoth-multiplayer/ro.po
    M po/wesnoth-multiplayer/ru.po
    M po/wesnoth-multiplayer/sk.po
    M po/wesnoth-multiplayer/sl.po
    M po/wesnoth-multiplayer/sr.po
    M po/wesnoth-multiplayer/sr at ijekavian.po
    M po/wesnoth-multiplayer/sr at ijekavianlatin.po
    M po/wesnoth-multiplayer/sr at latin.po
    M po/wesnoth-multiplayer/sv.po
    M po/wesnoth-multiplayer/tl.po
    M po/wesnoth-multiplayer/tr.po
    M po/wesnoth-multiplayer/uk.po
    M po/wesnoth-multiplayer/vi.po
    M po/wesnoth-multiplayer/wesnoth-multiplayer.pot
    M po/wesnoth-multiplayer/zh_CN.po
    M po/wesnoth-multiplayer/zh_TW.po
    M po/wesnoth-nr/LINGUAS
    A po/wesnoth-nr/ast.po
    M po/wesnoth-nr/en_GB.po
    M po/wesnoth-nr/gl.po
    M po/wesnoth-nr/wesnoth-nr.pot
    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
    M po/wesnoth-sotbe/af.po
    M po/wesnoth-sotbe/ang.po
    M po/wesnoth-sotbe/ang at latin.po
    M po/wesnoth-sotbe/ar.po
    A po/wesnoth-sotbe/ast.po
    M po/wesnoth-sotbe/bg.po
    M po/wesnoth-sotbe/ca.po
    M po/wesnoth-sotbe/ca_ES at valencia.po
    M po/wesnoth-sotbe/cs.po
    M po/wesnoth-sotbe/da.po
    M po/wesnoth-sotbe/de.po
    M po/wesnoth-sotbe/el.po
    M po/wesnoth-sotbe/en at shaw.po
    M po/wesnoth-sotbe/en_GB.po
    M po/wesnoth-sotbe/eo.po
    M po/wesnoth-sotbe/es.po
    M po/wesnoth-sotbe/et.po
    M po/wesnoth-sotbe/eu.po
    M po/wesnoth-sotbe/fi.po
    M po/wesnoth-sotbe/fr.po
    M po/wesnoth-sotbe/fur_IT.po
    M po/wesnoth-sotbe/ga.po
    M po/wesnoth-sotbe/gd.po
    M po/wesnoth-sotbe/gl.po
    M po/wesnoth-sotbe/he.po
    M po/wesnoth-sotbe/hr.po
    M po/wesnoth-sotbe/hu.po
    M po/wesnoth-sotbe/id.po
    M po/wesnoth-sotbe/is.po
    M po/wesnoth-sotbe/it.po
    M po/wesnoth-sotbe/ja.po
    M po/wesnoth-sotbe/ko.po
    M po/wesnoth-sotbe/la.po
    M po/wesnoth-sotbe/lt.po
    M po/wesnoth-sotbe/lv.po
    M po/wesnoth-sotbe/mk.po
    M po/wesnoth-sotbe/mr.po
    M po/wesnoth-sotbe/nb_NO.po
    M po/wesnoth-sotbe/nl.po
    M po/wesnoth-sotbe/pl.po
    M po/wesnoth-sotbe/pt.po
    M po/wesnoth-sotbe/pt_BR.po
    M po/wesnoth-sotbe/racv.po
    M po/wesnoth-sotbe/ro.po
    M po/wesnoth-sotbe/ru.po
    M po/wesnoth-sotbe/sk.po
    M po/wesnoth-sotbe/sl.po
    M po/wesnoth-sotbe/sr.po
    M po/wesnoth-sotbe/sr at ijekavian.po
    M po/wesnoth-sotbe/sr at ijekavianlatin.po
    M po/wesnoth-sotbe/sr at latin.po
    M po/wesnoth-sotbe/sv.po
    M po/wesnoth-sotbe/tl.po
    M po/wesnoth-sotbe/tr.po
    M po/wesnoth-sotbe/uk.po
    M po/wesnoth-sotbe/vi.po
    M po/wesnoth-sotbe/wesnoth-sotbe.pot
    M po/wesnoth-sotbe/zh_CN.po
    M po/wesnoth-sotbe/zh_TW.po
    M po/wesnoth-tb/LINGUAS
    M po/wesnoth-tb/af.po
    M po/wesnoth-tb/ang.po
    M po/wesnoth-tb/ang at latin.po
    M po/wesnoth-tb/ar.po
    A po/wesnoth-tb/ast.po
    M po/wesnoth-tb/bg.po
    M po/wesnoth-tb/ca.po
    M po/wesnoth-tb/ca_ES at valencia.po
    M po/wesnoth-tb/cs.po
    M po/wesnoth-tb/da.po
    M po/wesnoth-tb/de.po
    M po/wesnoth-tb/el.po
    M po/wesnoth-tb/en at shaw.po
    M po/wesnoth-tb/en_GB.po
    M po/wesnoth-tb/eo.po
    M po/wesnoth-tb/es.po
    M po/wesnoth-tb/et.po
    M po/wesnoth-tb/eu.po
    M po/wesnoth-tb/fi.po
    M po/wesnoth-tb/fr.po
    M po/wesnoth-tb/fur_IT.po
    M po/wesnoth-tb/ga.po
    M po/wesnoth-tb/gd.po
    M po/wesnoth-tb/gl.po
    M po/wesnoth-tb/he.po
    M po/wesnoth-tb/hr.po
    M po/wesnoth-tb/hu.po
    M po/wesnoth-tb/id.po
    M po/wesnoth-tb/is.po
    M po/wesnoth-tb/it.po
    M po/wesnoth-tb/ja.po
    M po/wesnoth-tb/ko.po
    M po/wesnoth-tb/la.po
    M po/wesnoth-tb/lt.po
    M po/wesnoth-tb/lv.po
    M po/wesnoth-tb/mk.po
    M po/wesnoth-tb/mr.po
    M po/wesnoth-tb/nb_NO.po
    M po/wesnoth-tb/nl.po
    M po/wesnoth-tb/pl.po
    M po/wesnoth-tb/pt.po
    M po/wesnoth-tb/pt_BR.po
    M po/wesnoth-tb/racv.po
    M po/wesnoth-tb/ro.po
    M po/wesnoth-tb/ru.po
    M po/wesnoth-tb/sk.po
    M po/wesnoth-tb/sl.po
    M po/wesnoth-tb/sr.po
    M po/wesnoth-tb/sr at ijekavian.po
    M po/wesnoth-tb/sr at ijekavianlatin.po
    M po/wesnoth-tb/sr at latin.po
    M po/wesnoth-tb/sv.po
    M po/wesnoth-tb/tl.po
    M po/wesnoth-tb/tr.po
    M po/wesnoth-tb/uk.po
    M po/wesnoth-tb/vi.po
    M po/wesnoth-tb/wesnoth-tb.pot
    M po/wesnoth-tb/zh_CN.po
    M po/wesnoth-tb/zh_TW.po
    M po/wesnoth-test/LINGUAS
    A po/wesnoth-test/ast.po
    M po/wesnoth-test/wesnoth-test.pot
    M po/wesnoth-thot/LINGUAS
    M po/wesnoth-thot/af.po
    M po/wesnoth-thot/ang.po
    M po/wesnoth-thot/ang at latin.po
    M po/wesnoth-thot/ar.po
    A po/wesnoth-thot/ast.po
    M po/wesnoth-thot/bg.po
    M po/wesnoth-thot/ca.po
    M po/wesnoth-thot/ca_ES at valencia.po
    M po/wesnoth-thot/cs.po
    M po/wesnoth-thot/da.po
    M po/wesnoth-thot/de.po
    M po/wesnoth-thot/el.po
    M po/wesnoth-thot/en at shaw.po
    M po/wesnoth-thot/en_GB.po
    M po/wesnoth-thot/eo.po
    M po/wesnoth-thot/es.po
    M po/wesnoth-thot/et.po
    M po/wesnoth-thot/eu.po
    M po/wesnoth-thot/fi.po
    M po/wesnoth-thot/fr.po
    M po/wesnoth-thot/fur_IT.po
    M po/wesnoth-thot/ga.po
    M po/wesnoth-thot/gd.po
    M po/wesnoth-thot/gl.po
    M po/wesnoth-thot/he.po
    M po/wesnoth-thot/hr.po
    M po/wesnoth-thot/hu.po
    M po/wesnoth-thot/id.po
    M po/wesnoth-thot/is.po
    M po/wesnoth-thot/it.po
    M po/wesnoth-thot/ja.po
    M po/wesnoth-thot/ko.po
    M po/wesnoth-thot/la.po
    M po/wesnoth-thot/lt.po
    M po/wesnoth-thot/lv.po
    M po/wesnoth-thot/mk.po
    M po/wesnoth-thot/mr.po
    M po/wesnoth-thot/nb_NO.po
    M po/wesnoth-thot/nl.po
    M po/wesnoth-thot/pl.po
    M po/wesnoth-thot/pt.po
    M po/wesnoth-thot/pt_BR.po
    M po/wesnoth-thot/racv.po
    M po/wesnoth-thot/ro.po
    M po/wesnoth-thot/ru.po
    M po/wesnoth-thot/sk.po
    M po/wesnoth-thot/sl.po
    M po/wesnoth-thot/sr.po
    M po/wesnoth-thot/sr at ijekavian.po
    M po/wesnoth-thot/sr at ijekavianlatin.po
    M po/wesnoth-thot/sr at latin.po
    M po/wesnoth-thot/sv.po
    M po/wesnoth-thot/tl.po
    M po/wesnoth-thot/tr.po
    M po/wesnoth-thot/uk.po
    M po/wesnoth-thot/vi.po
    M po/wesnoth-thot/wesnoth-thot.pot
    M po/wesnoth-thot/zh_CN.po
    M po/wesnoth-thot/zh_TW.po
    M po/wesnoth-trow/LINGUAS
    M po/wesnoth-trow/af.po
    M po/wesnoth-trow/ang.po
    M po/wesnoth-trow/ang at latin.po
    M po/wesnoth-trow/ar.po
    A po/wesnoth-trow/ast.po
    M po/wesnoth-trow/bg.po
    M po/wesnoth-trow/ca.po
    M po/wesnoth-trow/ca_ES at valencia.po
    M po/wesnoth-trow/cs.po
    M po/wesnoth-trow/da.po
    M po/wesnoth-trow/de.po
    M po/wesnoth-trow/el.po
    M po/wesnoth-trow/en at shaw.po
    M po/wesnoth-trow/en_GB.po
    M po/wesnoth-trow/eo.po
    M po/wesnoth-trow/es.po
    M po/wesnoth-trow/et.po
    M po/wesnoth-trow/eu.po
    M po/wesnoth-trow/fi.po
    M po/wesnoth-trow/fr.po
    M po/wesnoth-trow/fur_IT.po
    M po/wesnoth-trow/ga.po
    M po/wesnoth-trow/gd.po
    M po/wesnoth-trow/gl.po
    M po/wesnoth-trow/he.po
    M po/wesnoth-trow/hr.po
    M po/wesnoth-trow/hu.po
    M po/wesnoth-trow/id.po
    M po/wesnoth-trow/is.po
    M po/wesnoth-trow/it.po
    M po/wesnoth-trow/ja.po
    M po/wesnoth-trow/ko.po
    M po/wesnoth-trow/la.po
    M po/wesnoth-trow/lt.po
    M po/wesnoth-trow/lv.po
    M po/wesnoth-trow/mk.po
    M po/wesnoth-trow/mr.po
    M po/wesnoth-trow/nb_NO.po
    M po/wesnoth-trow/nl.po
    M po/wesnoth-trow/pl.po
    M po/wesnoth-trow/pt.po
    M po/wesnoth-trow/pt_BR.po
    M po/wesnoth-trow/racv.po
    M po/wesnoth-trow/ro.po
    M po/wesnoth-trow/ru.po
    M po/wesnoth-trow/sk.po
    M po/wesnoth-trow/sl.po
    M po/wesnoth-trow/sr.po
    M po/wesnoth-trow/sr at ijekavian.po
    M po/wesnoth-trow/sr at ijekavianlatin.po
    M po/wesnoth-trow/sr at latin.po
    M po/wesnoth-trow/sv.po
    M po/wesnoth-trow/tl.po
    M po/wesnoth-trow/tr.po
    M po/wesnoth-trow/uk.po
    M po/wesnoth-trow/vi.po
    M po/wesnoth-trow/wesnoth-trow.pot
    M po/wesnoth-trow/zh_CN.po
    M po/wesnoth-trow/zh_TW.po
    M po/wesnoth-tsg/LINGUAS
    M po/wesnoth-tsg/af.po
    M po/wesnoth-tsg/ang.po
    M po/wesnoth-tsg/ang at latin.po
    M po/wesnoth-tsg/ar.po
    A po/wesnoth-tsg/ast.po
    M po/wesnoth-tsg/bg.po
    M po/wesnoth-tsg/ca.po
    M po/wesnoth-tsg/ca_ES at valencia.po
    M po/wesnoth-tsg/cs.po
    M po/wesnoth-tsg/da.po
    M po/wesnoth-tsg/de.po
    M po/wesnoth-tsg/el.po
    M po/wesnoth-tsg/en at shaw.po
    M po/wesnoth-tsg/en_GB.po
    M po/wesnoth-tsg/eo.po
    M po/wesnoth-tsg/es.po
    M po/wesnoth-tsg/et.po
    M po/wesnoth-tsg/eu.po
    M po/wesnoth-tsg/fi.po
    M po/wesnoth-tsg/fr.po
    M po/wesnoth-tsg/fur_IT.po
    M po/wesnoth-tsg/ga.po
    M po/wesnoth-tsg/gd.po
    M po/wesnoth-tsg/gl.po
    M po/wesnoth-tsg/he.po
    M po/wesnoth-tsg/hr.po
    M po/wesnoth-tsg/hu.po
    M po/wesnoth-tsg/id.po
    M po/wesnoth-tsg/is.po
    M po/wesnoth-tsg/it.po
    M po/wesnoth-tsg/ja.po
    M po/wesnoth-tsg/ko.po
    M po/wesnoth-tsg/la.po
    M po/wesnoth-tsg/lt.po
    M po/wesnoth-tsg/lv.po
    M po/wesnoth-tsg/mk.po
    M po/wesnoth-tsg/mr.po
    M po/wesnoth-tsg/nb_NO.po
    M po/wesnoth-tsg/nl.po
    M po/wesnoth-tsg/pl.po
    M po/wesnoth-tsg/pt.po
    M po/wesnoth-tsg/pt_BR.po
    M po/wesnoth-tsg/racv.po
    M po/wesnoth-tsg/ro.po
    M po/wesnoth-tsg/ru.po
    M po/wesnoth-tsg/sk.po
    M po/wesnoth-tsg/sl.po
    M po/wesnoth-tsg/sr.po
    M po/wesnoth-tsg/sr at ijekavian.po
    M po/wesnoth-tsg/sr at ijekavianlatin.po
    M po/wesnoth-tsg/sr at latin.po
    M po/wesnoth-tsg/sv.po
    M po/wesnoth-tsg/tl.po
    M po/wesnoth-tsg/tr.po
    M po/wesnoth-tsg/uk.po
    M po/wesnoth-tsg/vi.po
    M po/wesnoth-tsg/wesnoth-tsg.pot
    M po/wesnoth-tsg/zh_CN.po
    M po/wesnoth-tsg/zh_TW.po
    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
    A po/wesnoth-units/ast.po
    M po/wesnoth-units/gl.po
    M po/wesnoth-units/wesnoth-units.pot
    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/liblua.cbp
    M projectfiles/CodeBlocks/wesnoth.cbp
    M projectfiles/CodeBlocks/wesnothd.cbp
    M projectfiles/VC9/liblua.vcproj
    M projectfiles/VC9/wesnoth.vcproj
    R projectfiles/VC9/wesnoth.vcproj.user
    R projectfiles/VC9/wesnoth.vcxproj.user
    M projectfiles/VC9/wesnothd.vcproj
    R projectfiles/VC9/wesnothd.vcproj.user
    R projectfiles/VC9/wesnothd.vcxproj.user
    M projectfiles/VC9/wesnothlib.vcproj
    M projectfiles/Xcode/Info.plist
    R projectfiles/Xcode/Mac Sources/SDLMain.m
    A projectfiles/Xcode/Mac Sources/SDLMain.mm
    M projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj
    A projectfiles/Xcode/Wesnoth.xcodeproj/xcshareddata/xcschemes/unit_tests.xcscheme
    M run_wml_tests
    M scons/gettext.py
    M src/CMakeLists.txt
    M src/SConscript
    M src/SDL_SavePNG/savepng.cpp
    M src/SDL_gpu/SDL_gpu/SDL_gpu.h
    M src/about.cpp
    M src/actions/attack.cpp
    M src/actions/attack.hpp
    M src/actions/create.cpp
    M src/actions/create.hpp
    M src/actions/heal.cpp
    M src/actions/move.cpp
    M src/actions/move.hpp
    M src/actions/shroud_clearing_action.cpp
    M src/actions/shroud_clearing_action.hpp
    M src/actions/undo.cpp
    M src/actions/undo.hpp
    M src/actions/undo_action.cpp
    M src/actions/undo_action.hpp
    M src/actions/undo_dismiss_action.cpp
    M src/actions/undo_dismiss_action.hpp
    M src/actions/undo_move_action.cpp
    M src/actions/undo_move_action.hpp
    M src/actions/undo_recall_action.cpp
    M src/actions/undo_recall_action.hpp
    M src/actions/undo_recruit_action.cpp
    M src/actions/undo_recruit_action.hpp
    M src/actions/undo_update_shroud_action.cpp
    M src/actions/undo_update_shroud_action.hpp
    M src/actions/unit_creator.cpp
    M src/actions/unit_creator.hpp
    M src/actions/vision.cpp
    M src/actions/vision.hpp
    M src/addon/client.cpp
    M src/addon/client.hpp
    M src/addon/info.cpp
    M src/addon/info.hpp
    M src/addon/manager.cpp
    M src/addon/manager_ui.cpp
    M src/addon/manager_ui.hpp
    M src/addon/state.cpp
    M src/addon/state.hpp
    M src/addon/validation.cpp
    M src/ai/actions.cpp
    M src/ai/actions.hpp
    R src/ai/akihara/recruitment.cpp
    R src/ai/akihara/recruitment.hpp
    M src/ai/composite/ai.cpp
    M src/ai/composite/ai.hpp
    M src/ai/composite/aspect.cpp
    M src/ai/composite/aspect.hpp
    M src/ai/composite/component.cpp
    M src/ai/composite/contexts.cpp
    M src/ai/composite/contexts.hpp
    M src/ai/composite/engine.cpp
    M src/ai/composite/engine.hpp
    R src/ai/composite/engine_default.cpp
    R src/ai/composite/engine_default.hpp
    R src/ai/composite/engine_fai.cpp
    R src/ai/composite/engine_fai.hpp
    R src/ai/composite/engine_lua.cpp
    R src/ai/composite/engine_lua.hpp
    M src/ai/composite/goal.cpp
    M src/ai/composite/goal.hpp
    M src/ai/composite/property_handler.hpp
    M src/ai/composite/rca.cpp
    M src/ai/composite/rca.hpp
    M src/ai/composite/stage.cpp
    M src/ai/composite/stage.hpp
    M src/ai/composite/value_translator.hpp
    M src/ai/configuration.cpp
    M src/ai/configuration.hpp
    M src/ai/contexts.cpp
    M src/ai/contexts.hpp
    R src/ai/default/ai.cpp
    R src/ai/default/ai.hpp
    A src/ai/default/aspect_attacks.cpp
    A src/ai/default/aspect_attacks.hpp
    M src/ai/default/attack.cpp
    A src/ai/default/ca.cpp
    A src/ai/default/ca.hpp
    A src/ai/default/ca_move_to_targets.cpp
    A src/ai/default/ca_move_to_targets.hpp
    M src/ai/default/contexts.cpp
    M src/ai/default/contexts.hpp
    A src/ai/default/engine_cpp.cpp
    A src/ai/default/engine_cpp.hpp
    A src/ai/default/recruitment.cpp
    A src/ai/default/recruitment.hpp
    A src/ai/default/stage_rca.cpp
    A src/ai/default/stage_rca.hpp
    M src/ai/formula/ai.cpp
    M src/ai/formula/ai.hpp
    M src/ai/formula/callable_objects.cpp
    M src/ai/formula/callable_objects.hpp
    M src/ai/formula/candidates.cpp
    M src/ai/formula/candidates.hpp
    A src/ai/formula/engine_fai.cpp
    A src/ai/formula/engine_fai.hpp
    M src/ai/formula/function_table.cpp
    M src/ai/formula/function_table.hpp
    M src/ai/formula/stage_side_formulas.cpp
    M src/ai/formula/stage_side_formulas.hpp
    M src/ai/formula/stage_unit_formulas.cpp
    M src/ai/formula/stage_unit_formulas.hpp
    M src/ai/game_info.cpp
    M src/ai/game_info.hpp
    M src/ai/gamestate_observer.cpp
    M src/ai/gamestate_observer.hpp
    R src/ai/interface.cpp
    R src/ai/interface.hpp
    A src/ai/lua/aspect_advancements.cpp
    A src/ai/lua/aspect_advancements.hpp
    M src/ai/lua/core.cpp
    M src/ai/lua/core.hpp
    A src/ai/lua/engine_lua.cpp
    A src/ai/lua/engine_lua.hpp
    M src/ai/lua/lua_object.cpp
    M src/ai/lua/lua_object.hpp
    R src/ai/lua/unit_advancements_aspect.cpp
    R src/ai/lua/unit_advancements_aspect.hpp
    M src/ai/manager.cpp
    M src/ai/manager.hpp
    R src/ai/recruitment/recruitment.cpp
    R src/ai/recruitment/recruitment.hpp
    M src/ai/registry.cpp
    M src/ai/simulated_actions.cpp
    M src/ai/simulated_actions.hpp
    M src/ai/testing.cpp
    M src/ai/testing.hpp
    R src/ai/testing/aspect_attacks.cpp
    R src/ai/testing/aspect_attacks.hpp
    R src/ai/testing/ca.cpp
    R src/ai/testing/ca.hpp
    R src/ai/testing/ca_global_fallback.cpp
    R src/ai/testing/ca_global_fallback.hpp
    R src/ai/testing/ca_testing_move_to_targets.cpp
    R src/ai/testing/ca_testing_move_to_targets.hpp
    R src/ai/testing/ca_testing_recruitment.cpp
    R src/ai/testing/ca_testing_recruitment.hpp
    R src/ai/testing/stage_fallback.cpp
    R src/ai/testing/stage_fallback.hpp
    R src/ai/testing/stage_rca.cpp
    R src/ai/testing/stage_rca.hpp
    R src/ai/testing/stage_sf_with_rca.cpp
    R src/ai/testing/stage_sf_with_rca.hpp
    M src/animated.hpp
    M src/animated.tpp
    M src/animated_game.cpp
    M src/arrow.cpp
    M src/attack_prediction.cpp
    M src/attack_prediction.hpp
    M src/attack_prediction_display.cpp
    M src/build_info.cpp
    M src/build_info.hpp
    R src/callable_objects.cpp
    R src/callable_objects.hpp
    M src/campaign_server/addon_utils.cpp
    M src/campaign_server/blacklist.cpp
    M src/campaign_server/campaign_server.cpp
    M src/campaign_server/campaign_server.hpp
    M src/campaign_server/control.hpp
    M src/carryover.cpp
    M src/color_range.cpp
    M src/color_range.hpp
    M src/commandline_options.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/controller_base.hpp
    M src/cursor.cpp
    M src/cursor.hpp
    M src/desktop/clipboard.cpp
    M src/desktop/dbus_notification.cpp
    M src/desktop/notifications.cpp
    M src/desktop/notifications.hpp
    M src/desktop/open.cpp
    M src/desktop/version.cpp
    M src/desktop/version.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/display_chat_manager.cpp
    M src/display_context.cpp
    M src/editor/action/action.cpp
    M src/editor/action/action.hpp
    M src/editor/action/action_base.hpp
    M src/editor/action/action_item.cpp
    M src/editor/action/action_item.hpp
    M src/editor/action/action_label.cpp
    M src/editor/action/action_label.hpp
    M src/editor/action/action_select.cpp
    M src/editor/action/action_unit.cpp
    M src/editor/action/action_unit.hpp
    M src/editor/action/action_village.cpp
    M src/editor/action/mouse/mouse_action.cpp
    M src/editor/action/mouse/mouse_action.hpp
    M src/editor/action/mouse/mouse_action_item.cpp
    M src/editor/action/mouse/mouse_action_item.hpp
    M src/editor/action/mouse/mouse_action_map_label.cpp
    M src/editor/action/mouse/mouse_action_map_label.hpp
    M src/editor/action/mouse/mouse_action_select.cpp
    M src/editor/action/mouse/mouse_action_unit.cpp
    M src/editor/action/mouse/mouse_action_unit.hpp
    M src/editor/action/mouse/mouse_action_village.cpp
    M src/editor/action/mouse/mouse_action_village.hpp
    M src/editor/controller/editor_controller.cpp
    M src/editor/controller/editor_controller.hpp
    M src/editor/editor_common.hpp
    M src/editor/editor_display.cpp
    M src/editor/editor_display.hpp
    M src/editor/editor_main.cpp
    M src/editor/editor_preferences.cpp
    M src/editor/editor_preferences.hpp
    M src/editor/map/context_manager.cpp
    M src/editor/map/context_manager.hpp
    M src/editor/map/editor_map.cpp
    M src/editor/map/editor_map.hpp
    M src/editor/map/map_context.cpp
    M src/editor/map/map_context.hpp
    M src/editor/map/map_fragment.cpp
    M src/editor/palette/common_palette.hpp
    M src/editor/palette/editor_palettes.cpp
    M src/editor/palette/editor_palettes.hpp
    M src/editor/palette/empty_palette.hpp
    M src/editor/palette/item_palette.cpp
    M src/editor/palette/palette_manager.cpp
    M src/editor/palette/terrain_palettes.cpp
    M src/editor/palette/tristate_button.cpp
    M src/editor/palette/unit_palette.cpp
    M src/editor/palette/unit_palette.hpp
    M src/editor/toolkit/brush.cpp
    M src/editor/toolkit/brush.hpp
    M src/editor/toolkit/editor_toolkit.cpp
    M src/editor/toolkit/editor_toolkit.hpp
    M src/events.cpp
    M src/events.hpp
    M src/fake_unit_manager.cpp
    M src/fake_unit_ptr.cpp
    M src/fake_unit_ptr.hpp
    M src/filechooser.cpp
    M src/filesystem.hpp
    M src/filesystem_boost.cpp
    M src/filesystem_common.cpp
    M src/floating_label.cpp
    M src/floating_label.hpp
    M src/floating_textbox.cpp
    M src/floating_textbox.hpp
    M src/font.cpp
    M src/font.hpp
    M src/font_options.hpp
    M src/format_time_summary.cpp
    R src/formula.cpp
    R src/formula.hpp
    A src/formula/callable.hpp
    A src/formula/callable_fwd.hpp
    A src/formula/callable_objects.cpp
    A src/formula/callable_objects.hpp
    A src/formula/debugger.cpp
    A src/formula/debugger.hpp
    A src/formula/debugger_fwd.cpp
    A src/formula/debugger_fwd.hpp
    A src/formula/formula.cpp
    A src/formula/formula.hpp
    A src/formula/formula_fwd.hpp
    A src/formula/function.cpp
    A src/formula/function.hpp
    A src/formula/string_utils.cpp
    A src/formula/string_utils.hpp
    A src/formula/tokenizer.cpp
    A src/formula/tokenizer.hpp
    A src/formula/variant.cpp
    A src/formula/variant.hpp
    R src/formula_callable.hpp
    R src/formula_callable_fwd.hpp
    R src/formula_debugger.cpp
    R src/formula_debugger.hpp
    R src/formula_debugger_fwd.cpp
    R src/formula_debugger_fwd.hpp
    R src/formula_function.cpp
    R src/formula_function.hpp
    R src/formula_fwd.hpp
    R src/formula_string_utils.cpp
    R src/formula_string_utils.hpp
    R src/formula_tokenizer.cpp
    R src/formula_tokenizer.hpp
    M src/game_board.cpp
    M src/game_board.hpp
    M src/game_classification.cpp
    M src/game_classification.hpp
    M src/game_config.cpp
    M src/game_config_manager.cpp
    M src/game_config_manager.hpp
    M src/game_data.cpp
    M src/game_data.hpp
    M src/game_display.cpp
    M src/game_display.hpp
    M src/game_end_exceptions.cpp
    M src/game_end_exceptions.hpp
    M src/game_events/action_wml.cpp
    M src/game_events/action_wml.hpp
    M src/game_events/conditional_wml.cpp
    M src/game_events/entity_location.cpp
    M src/game_events/entity_location.hpp
    M src/game_events/handlers.cpp
    M src/game_events/handlers.hpp
    M src/game_events/manager.cpp
    M src/game_events/manager.hpp
    M src/game_events/manager_impl.cpp
    M src/game_events/menu_item.cpp
    M src/game_events/menu_item.hpp
    M src/game_events/pump.cpp
    M src/game_events/wmi_container.cpp
    M src/game_events/wmi_container.hpp
    M src/game_initialization/configure_engine.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/depcheck.cpp
    M src/game_initialization/depcheck.hpp
    M src/game_initialization/flg_manager.cpp
    M src/game_initialization/lobby_reload_request_exception.hpp
    M src/game_initialization/mp_game_utils.cpp
    M src/game_initialization/mp_options.cpp
    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_create.cpp
    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_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_launcher.cpp
    M src/game_launcher.hpp
    M src/game_preferences.cpp
    M src/game_preferences.hpp
    R src/game_preferences_display.cpp
    M src/game_state.cpp
    M src/game_state.hpp
    M src/generators/cave_map_generator.cpp
    M src/generators/cave_map_generator.hpp
    M src/generators/default_map_generator.cpp
    M src/generators/default_map_generator_job.cpp
    M src/generators/default_map_generator_job.hpp
    M src/generators/lua_map_generator.cpp
    M src/generators/map_create.cpp
    M src/generators/map_generator.cpp
    M src/generators/map_generator.hpp
    M src/gettext.cpp
    M src/gettext.hpp
    M src/gettext_boost.cpp
    M src/global.hpp
    R src/gui/auxiliary/canvas.cpp
    R src/gui/auxiliary/canvas.hpp
    R src/gui/auxiliary/event/dispatcher.cpp
    R src/gui/auxiliary/event/dispatcher.hpp
    R src/gui/auxiliary/event/dispatcher_private.hpp
    R src/gui/auxiliary/event/distributor.cpp
    R src/gui/auxiliary/event/distributor.hpp
    R src/gui/auxiliary/event/handler.cpp
    R src/gui/auxiliary/event/handler.hpp
    R src/gui/auxiliary/event/message.hpp
    A src/gui/auxiliary/field-fwd.hpp
    A src/gui/auxiliary/field.hpp
    M src/gui/auxiliary/filter.hpp
    A src/gui/auxiliary/find_widget.hpp
    R src/gui/auxiliary/find_widget.tpp
    M src/gui/auxiliary/formula.hpp
    M src/gui/auxiliary/iterator/policy_order.hpp
    M src/gui/auxiliary/iterator/policy_visit.hpp
    M src/gui/auxiliary/iterator/walker_grid.cpp
    M src/gui/auxiliary/iterator/walker_widget.cpp
    R src/gui/auxiliary/layout_exception.hpp
    R src/gui/auxiliary/log.cpp
    R src/gui/auxiliary/log.hpp
    R src/gui/auxiliary/notifiee.hpp
    R src/gui/auxiliary/notifier.hpp
    R src/gui/auxiliary/placer.cpp
    R src/gui/auxiliary/placer.hpp
    R src/gui/auxiliary/placer/horizontal_list.cpp
    R src/gui/auxiliary/placer/horizontal_list.hpp
    R src/gui/auxiliary/placer/vertical_list.cpp
    R src/gui/auxiliary/placer/vertical_list.hpp
    R src/gui/auxiliary/timer.cpp
    R src/gui/auxiliary/timer.hpp
    R src/gui/auxiliary/tips.cpp
    R src/gui/auxiliary/tips.hpp
    R src/gui/auxiliary/widget_definition.cpp
    R src/gui/auxiliary/widget_definition.hpp
    R src/gui/auxiliary/widget_definition/button.cpp
    R src/gui/auxiliary/widget_definition/button.hpp
    R src/gui/auxiliary/widget_definition/drawing.cpp
    R src/gui/auxiliary/widget_definition/drawing.hpp
    R src/gui/auxiliary/widget_definition/horizontal_scrollbar.cpp
    R src/gui/auxiliary/widget_definition/horizontal_scrollbar.hpp
    R src/gui/auxiliary/widget_definition/image.cpp
    R src/gui/auxiliary/widget_definition/image.hpp
    R src/gui/auxiliary/widget_definition/label.cpp
    R src/gui/auxiliary/widget_definition/label.hpp
    R src/gui/auxiliary/widget_definition/listbox.cpp
    R src/gui/auxiliary/widget_definition/listbox.hpp
    R src/gui/auxiliary/widget_definition/matrix.cpp
    R src/gui/auxiliary/widget_definition/matrix.hpp
    R src/gui/auxiliary/widget_definition/minimap.cpp
    R src/gui/auxiliary/widget_definition/minimap.hpp
    R src/gui/auxiliary/widget_definition/multi_page.cpp
    R src/gui/auxiliary/widget_definition/multi_page.hpp
    R src/gui/auxiliary/widget_definition/panel.cpp
    R src/gui/auxiliary/widget_definition/panel.hpp
    R src/gui/auxiliary/widget_definition/progress_bar.cpp
    R src/gui/auxiliary/widget_definition/progress_bar.hpp
    R src/gui/auxiliary/widget_definition/repeating_button.cpp
    R src/gui/auxiliary/widget_definition/repeating_button.hpp
    R src/gui/auxiliary/widget_definition/scroll_label.cpp
    R src/gui/auxiliary/widget_definition/scroll_label.hpp
    R src/gui/auxiliary/widget_definition/scrollbar_panel.cpp
    R src/gui/auxiliary/widget_definition/scrollbar_panel.hpp
    R src/gui/auxiliary/widget_definition/slider.cpp
    R src/gui/auxiliary/widget_definition/slider.hpp
    R src/gui/auxiliary/widget_definition/spacer.cpp
    R src/gui/auxiliary/widget_definition/spacer.hpp
    R src/gui/auxiliary/widget_definition/stacked_widget.cpp
    R src/gui/auxiliary/widget_definition/stacked_widget.hpp
    R src/gui/auxiliary/widget_definition/text_box.cpp
    R src/gui/auxiliary/widget_definition/text_box.hpp
    R src/gui/auxiliary/widget_definition/toggle_button.cpp
    R src/gui/auxiliary/widget_definition/toggle_button.hpp
    R src/gui/auxiliary/widget_definition/toggle_panel.cpp
    R src/gui/auxiliary/widget_definition/toggle_panel.hpp
    R src/gui/auxiliary/widget_definition/tree_view.cpp
    R src/gui/auxiliary/widget_definition/tree_view.hpp
    R src/gui/auxiliary/widget_definition/vertical_scrollbar.cpp
    R src/gui/auxiliary/widget_definition/vertical_scrollbar.hpp
    R src/gui/auxiliary/widget_definition/window.cpp
    R src/gui/auxiliary/widget_definition/window.hpp
    R src/gui/auxiliary/window_builder.cpp
    R src/gui/auxiliary/window_builder.hpp
    R src/gui/auxiliary/window_builder/button.cpp
    R src/gui/auxiliary/window_builder/button.hpp
    R src/gui/auxiliary/window_builder/control.cpp
    R src/gui/auxiliary/window_builder/control.hpp
    R src/gui/auxiliary/window_builder/drawing.cpp
    R src/gui/auxiliary/window_builder/drawing.hpp
    R src/gui/auxiliary/window_builder/helper.cpp
    R src/gui/auxiliary/window_builder/helper.hpp
    R src/gui/auxiliary/window_builder/horizontal_listbox.cpp
    R src/gui/auxiliary/window_builder/horizontal_listbox.hpp
    R src/gui/auxiliary/window_builder/horizontal_scrollbar.cpp
    R src/gui/auxiliary/window_builder/horizontal_scrollbar.hpp
    R src/gui/auxiliary/window_builder/image.cpp
    R src/gui/auxiliary/window_builder/image.hpp
    R src/gui/auxiliary/window_builder/instance.cpp
    R src/gui/auxiliary/window_builder/instance.hpp
    R src/gui/auxiliary/window_builder/label.cpp
    R src/gui/auxiliary/window_builder/label.hpp
    R src/gui/auxiliary/window_builder/listbox.cpp
    R src/gui/auxiliary/window_builder/listbox.hpp
    R src/gui/auxiliary/window_builder/matrix.cpp
    R src/gui/auxiliary/window_builder/matrix.hpp
    R src/gui/auxiliary/window_builder/minimap.cpp
    R src/gui/auxiliary/window_builder/minimap.hpp
    R src/gui/auxiliary/window_builder/multi_page.cpp
    R src/gui/auxiliary/window_builder/multi_page.hpp
    R src/gui/auxiliary/window_builder/pane.cpp
    R src/gui/auxiliary/window_builder/pane.hpp
    R src/gui/auxiliary/window_builder/panel.cpp
    R src/gui/auxiliary/window_builder/panel.hpp
    R src/gui/auxiliary/window_builder/password_box.cpp
    R src/gui/auxiliary/window_builder/password_box.hpp
    R src/gui/auxiliary/window_builder/progress_bar.cpp
    R src/gui/auxiliary/window_builder/progress_bar.hpp
    R src/gui/auxiliary/window_builder/repeating_button.cpp
    R src/gui/auxiliary/window_builder/repeating_button.hpp
    R src/gui/auxiliary/window_builder/scroll_label.cpp
    R src/gui/auxiliary/window_builder/scroll_label.hpp
    R src/gui/auxiliary/window_builder/scrollbar_panel.cpp
    R src/gui/auxiliary/window_builder/scrollbar_panel.hpp
    R src/gui/auxiliary/window_builder/slider.cpp
    R src/gui/auxiliary/window_builder/slider.hpp
    R src/gui/auxiliary/window_builder/spacer.cpp
    R src/gui/auxiliary/window_builder/spacer.hpp
    R src/gui/auxiliary/window_builder/stacked_widget.cpp
    R src/gui/auxiliary/window_builder/stacked_widget.hpp
    R src/gui/auxiliary/window_builder/text_box.cpp
    R src/gui/auxiliary/window_builder/text_box.hpp
    R src/gui/auxiliary/window_builder/toggle_button.cpp
    R src/gui/auxiliary/window_builder/toggle_button.hpp
    R src/gui/auxiliary/window_builder/toggle_panel.cpp
    R src/gui/auxiliary/window_builder/toggle_panel.hpp
    R src/gui/auxiliary/window_builder/tree_view.cpp
    R src/gui/auxiliary/window_builder/tree_view.hpp
    R src/gui/auxiliary/window_builder/vertical_scrollbar.cpp
    R src/gui/auxiliary/window_builder/vertical_scrollbar.hpp
    R src/gui/auxiliary/window_builder/viewport.cpp
    R src/gui/auxiliary/window_builder/viewport.hpp
    A src/gui/core/canvas.cpp
    A src/gui/core/canvas.hpp
    A src/gui/core/event/dispatcher.cpp
    A src/gui/core/event/dispatcher.hpp
    A src/gui/core/event/dispatcher_private.hpp
    A src/gui/core/event/distributor.cpp
    A src/gui/core/event/distributor.hpp
    A src/gui/core/event/handler.cpp
    A src/gui/core/event/handler.hpp
    A src/gui/core/event/message.hpp
    A src/gui/core/layout_exception.hpp
    A src/gui/core/log.cpp
    A src/gui/core/log.hpp
    A src/gui/core/notifiee.hpp
    A src/gui/core/notifier.hpp
    A src/gui/core/placer.cpp
    A src/gui/core/placer.hpp
    A src/gui/core/placer/horizontal_list.cpp
    A src/gui/core/placer/horizontal_list.hpp
    A src/gui/core/placer/vertical_list.cpp
    A src/gui/core/placer/vertical_list.hpp
    A src/gui/core/point.cpp
    A src/gui/core/point.hpp
    A src/gui/core/register_widget.hpp
    A src/gui/core/timer.cpp
    A src/gui/core/timer.hpp
    A src/gui/core/tips.cpp
    A src/gui/core/tips.hpp
    A src/gui/core/widget_definition.cpp
    A src/gui/core/widget_definition.hpp
    A src/gui/core/window_builder.cpp
    A src/gui/core/window_builder.hpp
    A src/gui/core/window_builder/helper.cpp
    A src/gui/core/window_builder/helper.hpp
    A src/gui/core/window_builder/instance.cpp
    A src/gui/core/window_builder/instance.hpp
    A src/gui/dialogs/addon/connect.cpp
    A src/gui/dialogs/addon/connect.hpp
    M src/gui/dialogs/addon/description.cpp
    M src/gui/dialogs/addon/description.hpp
    M src/gui/dialogs/addon/filter_options.cpp
    M src/gui/dialogs/addon/filter_options.hpp
    A src/gui/dialogs/addon/list.cpp
    A src/gui/dialogs/addon/list.hpp
    M src/gui/dialogs/addon/uninstall_list.cpp
    M src/gui/dialogs/addon/uninstall_list.hpp
    R src/gui/dialogs/addon_connect.cpp
    R src/gui/dialogs/addon_connect.hpp
    R src/gui/dialogs/addon_list.cpp
    R src/gui/dialogs/addon_list.hpp
    M src/gui/dialogs/advanced_graphics_options.cpp
    M src/gui/dialogs/advanced_graphics_options.hpp
    M src/gui/dialogs/campaign_difficulty.cpp
    M src/gui/dialogs/campaign_difficulty.hpp
    M src/gui/dialogs/campaign_selection.cpp
    M src/gui/dialogs/campaign_selection.hpp
    M src/gui/dialogs/campaign_settings.cpp
    M src/gui/dialogs/campaign_settings.hpp
    M src/gui/dialogs/chat_log.cpp
    M src/gui/dialogs/chat_log.hpp
    M src/gui/dialogs/core_selection.cpp
    M src/gui/dialogs/core_selection.hpp
    R src/gui/dialogs/data_manage.cpp
    R src/gui/dialogs/data_manage.hpp
    M src/gui/dialogs/debug_clock.cpp
    M src/gui/dialogs/debug_clock.hpp
    M src/gui/dialogs/depcheck_confirm_change.cpp
    M src/gui/dialogs/depcheck_select_new.cpp
    M src/gui/dialogs/depcheck_select_new.hpp
    M src/gui/dialogs/dialog.cpp
    M src/gui/dialogs/dialog.hpp
    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/custom_tod.hpp
    A src/gui/dialogs/editor/edit_label.cpp
    A src/gui/dialogs/editor/edit_label.hpp
    A src/gui/dialogs/editor/edit_scenario.cpp
    A src/gui/dialogs/editor/edit_scenario.hpp
    A src/gui/dialogs/editor/edit_side.cpp
    A src/gui/dialogs/editor/edit_side.hpp
    R src/gui/dialogs/editor/editor_edit_label.cpp
    R src/gui/dialogs/editor/editor_edit_label.hpp
    R src/gui/dialogs/editor/editor_edit_scenario.cpp
    R src/gui/dialogs/editor/editor_edit_scenario.hpp
    R src/gui/dialogs/editor/editor_edit_side.cpp
    R src/gui/dialogs/editor/editor_edit_side.hpp
    A src/gui/dialogs/editor/generate_map.cpp
    A src/gui/dialogs/editor/generate_map.hpp
    A src/gui/dialogs/editor/new_map.cpp
    A src/gui/dialogs/editor/new_map.hpp
    A src/gui/dialogs/editor/resize_map.cpp
    A src/gui/dialogs/editor/resize_map.hpp
    A src/gui/dialogs/editor/set_starting_position.cpp
    A src/gui/dialogs/editor/set_starting_position.hpp
    R src/gui/dialogs/editor_generate_map.cpp
    R src/gui/dialogs/editor_generate_map.hpp
    R src/gui/dialogs/editor_new_map.cpp
    R src/gui/dialogs/editor_new_map.hpp
    R src/gui/dialogs/editor_resize_map.cpp
    R src/gui/dialogs/editor_resize_map.hpp
    R src/gui/dialogs/editor_set_starting_position.cpp
    R src/gui/dialogs/editor_set_starting_position.hpp
    R src/gui/dialogs/field-fwd.hpp
    R src/gui/dialogs/field.hpp
    M src/gui/dialogs/formula_debugger.cpp
    M src/gui/dialogs/formula_debugger.hpp
    M src/gui/dialogs/game_cache_options.cpp
    M src/gui/dialogs/game_cache_options.hpp
    M src/gui/dialogs/game_delete.cpp
    M src/gui/dialogs/game_load.cpp
    M src/gui/dialogs/game_load.hpp
    M src/gui/dialogs/game_save.cpp
    M src/gui/dialogs/game_version.cpp
    M src/gui/dialogs/game_version.hpp
    M src/gui/dialogs/gamestate_inspector.cpp
    M src/gui/dialogs/gamestate_inspector.hpp
    M src/gui/dialogs/helper.hpp
    M src/gui/dialogs/label_settings.cpp
    M src/gui/dialogs/label_settings.hpp
    M src/gui/dialogs/language_selection.cpp
    M src/gui/dialogs/language_selection.hpp
    A src/gui/dialogs/loadscreen.cpp
    A src/gui/dialogs/loadscreen.hpp
    A src/gui/dialogs/lobby/data.cpp
    A src/gui/dialogs/lobby/data.hpp
    A src/gui/dialogs/lobby/info.cpp
    A src/gui/dialogs/lobby/info.hpp
    A src/gui/dialogs/lobby/lobby.cpp
    A src/gui/dialogs/lobby/lobby.hpp
    R src/gui/dialogs/lobby/lobby_data.cpp
    R src/gui/dialogs/lobby/lobby_data.hpp
    R src/gui/dialogs/lobby/lobby_info.cpp
    R src/gui/dialogs/lobby/lobby_info.hpp
    A src/gui/dialogs/lobby/player_info.cpp
    A src/gui/dialogs/lobby/player_info.hpp
    R src/gui/dialogs/lobby_main.cpp
    R src/gui/dialogs/lobby_main.hpp
    R src/gui/dialogs/lobby_player_info.cpp
    R src/gui/dialogs/lobby_player_info.hpp
    M src/gui/dialogs/lua_interpreter.cpp
    M src/gui/dialogs/lua_interpreter.hpp
    M src/gui/dialogs/message.cpp
    M src/gui/dialogs/message.hpp
    R src/gui/dialogs/mp_alerts_options.cpp
    R src/gui/dialogs/mp_alerts_options.hpp
    R src/gui/dialogs/mp_change_control.cpp
    R src/gui/dialogs/mp_change_control.hpp
    R src/gui/dialogs/mp_cmd_wrapper.cpp
    R src/gui/dialogs/mp_cmd_wrapper.hpp
    R src/gui/dialogs/mp_connect.cpp
    R src/gui/dialogs/mp_connect.hpp
    R src/gui/dialogs/mp_create_game.cpp
    R src/gui/dialogs/mp_create_game.hpp
    R src/gui/dialogs/mp_create_game_set_password.cpp
    R src/gui/dialogs/mp_create_game_set_password.hpp
    R src/gui/dialogs/mp_host_game_prompt.cpp
    R src/gui/dialogs/mp_host_game_prompt.hpp
    R src/gui/dialogs/mp_join_game_password_prompt.cpp
    R src/gui/dialogs/mp_join_game_password_prompt.hpp
    R src/gui/dialogs/mp_login.cpp
    R src/gui/dialogs/mp_login.hpp
    R src/gui/dialogs/mp_method_selection.cpp
    R src/gui/dialogs/mp_method_selection.hpp
    A src/gui/dialogs/multiplayer/mp_alerts_options.cpp
    A src/gui/dialogs/multiplayer/mp_alerts_options.hpp
    A src/gui/dialogs/multiplayer/mp_change_control.cpp
    A src/gui/dialogs/multiplayer/mp_change_control.hpp
    A src/gui/dialogs/multiplayer/mp_cmd_wrapper.cpp
    A src/gui/dialogs/multiplayer/mp_cmd_wrapper.hpp
    A src/gui/dialogs/multiplayer/mp_connect.cpp
    A src/gui/dialogs/multiplayer/mp_connect.hpp
    A src/gui/dialogs/multiplayer/mp_create_game.cpp
    A src/gui/dialogs/multiplayer/mp_create_game.hpp
    A src/gui/dialogs/multiplayer/mp_create_game_set_password.cpp
    A src/gui/dialogs/multiplayer/mp_create_game_set_password.hpp
    A src/gui/dialogs/multiplayer/mp_host_game_prompt.cpp
    A src/gui/dialogs/multiplayer/mp_host_game_prompt.hpp
    A src/gui/dialogs/multiplayer/mp_join_game_password_prompt.cpp
    A src/gui/dialogs/multiplayer/mp_join_game_password_prompt.hpp
    A src/gui/dialogs/multiplayer/mp_login.cpp
    A src/gui/dialogs/multiplayer/mp_login.hpp
    A src/gui/dialogs/multiplayer/mp_method_selection.cpp
    A src/gui/dialogs/multiplayer/mp_method_selection.hpp
    A src/gui/dialogs/multiplayer/synced_choice_wait.cpp
    A src/gui/dialogs/multiplayer/synced_choice_wait.hpp
    M src/gui/dialogs/network_transmission.cpp
    M src/gui/dialogs/network_transmission.hpp
    M src/gui/dialogs/popup.cpp
    M src/gui/dialogs/popup.hpp
    A src/gui/dialogs/preferences_dialog.cpp
    A src/gui/dialogs/preferences_dialog.hpp
    M src/gui/dialogs/screenshot_notification.cpp
    M src/gui/dialogs/screenshot_notification.hpp
    A src/gui/dialogs/select_orb_colors.cpp
    A src/gui/dialogs/select_orb_colors.hpp
    M src/gui/dialogs/simple_item_selector.cpp
    M src/gui/dialogs/simple_item_selector.hpp
    R src/gui/dialogs/synced_choice_wait.cpp
    R src/gui/dialogs/synced_choice_wait.hpp
    M src/gui/dialogs/theme_list.cpp
    M src/gui/dialogs/theme_list.hpp
    M src/gui/dialogs/tip.cpp
    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/transient_message.hpp
    M src/gui/dialogs/unit_attack.cpp
    M src/gui/dialogs/unit_attack.hpp
    M src/gui/dialogs/unit_create.cpp
    M src/gui/dialogs/unit_create.hpp
    A src/gui/dialogs/unit_recruit.cpp
    A src/gui/dialogs/unit_recruit.hpp
    M src/gui/dialogs/wml_error.cpp
    M src/gui/dialogs/wml_error.hpp
    M src/gui/dialogs/wml_message.cpp
    M src/gui/dialogs/wml_message.hpp
    R src/gui/lib/types/point.cpp
    R src/gui/lib/types/point.hpp
    M src/gui/widgets/button.cpp
    M src/gui/widgets/button.hpp
    M src/gui/widgets/clickable.hpp
    A src/gui/widgets/combobox.cpp
    A src/gui/widgets/combobox.hpp
    M src/gui/widgets/container.cpp
    M src/gui/widgets/container.hpp
    M src/gui/widgets/control.cpp
    M src/gui/widgets/control.hpp
    M src/gui/widgets/debug.cpp
    R src/gui/widgets/detail/register.tpp
    M src/gui/widgets/drawing.cpp
    M src/gui/widgets/drawing.hpp
    M src/gui/widgets/generator.cpp
    M src/gui/widgets/generator.hpp
    M src/gui/widgets/generator_private.hpp
    M src/gui/widgets/grid.cpp
    M src/gui/widgets/grid.hpp
    M src/gui/widgets/grid_private.hpp
    A src/gui/widgets/group.hpp
    M src/gui/widgets/helper.cpp
    M src/gui/widgets/horizontal_scrollbar.cpp
    M src/gui/widgets/horizontal_scrollbar.hpp
    M src/gui/widgets/image.cpp
    M src/gui/widgets/image.hpp
    M src/gui/widgets/label.cpp
    M src/gui/widgets/label.hpp
    M src/gui/widgets/list.cpp
    M src/gui/widgets/list.hpp
    M src/gui/widgets/listbox.cpp
    M src/gui/widgets/listbox.hpp
    M src/gui/widgets/matrix.cpp
    M src/gui/widgets/matrix.hpp
    M src/gui/widgets/minimap.cpp
    M src/gui/widgets/minimap.hpp
    M src/gui/widgets/multi_page.cpp
    M src/gui/widgets/multi_page.hpp
    M src/gui/widgets/pane.cpp
    M src/gui/widgets/pane.hpp
    M src/gui/widgets/panel.cpp
    M src/gui/widgets/panel.hpp
    M src/gui/widgets/password_box.cpp
    M src/gui/widgets/password_box.hpp
    M src/gui/widgets/progress_bar.cpp
    M src/gui/widgets/progress_bar.hpp
    M src/gui/widgets/repeating_button.cpp
    M src/gui/widgets/repeating_button.hpp
    M src/gui/widgets/scroll_label.cpp
    M src/gui/widgets/scroll_label.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/scrollbar_container_private.hpp
    M src/gui/widgets/scrollbar_panel.cpp
    M src/gui/widgets/scrollbar_panel.hpp
    M src/gui/widgets/selectable.hpp
    M src/gui/widgets/settings.cpp
    M src/gui/widgets/settings.hpp
    M src/gui/widgets/slider.cpp
    M src/gui/widgets/slider.hpp
    M src/gui/widgets/spacer.cpp
    M src/gui/widgets/spacer.hpp
    M src/gui/widgets/stacked_widget.cpp
    M src/gui/widgets/stacked_widget.hpp
    M src/gui/widgets/text.cpp
    M src/gui/widgets/text.hpp
    M src/gui/widgets/text_box.cpp
    M src/gui/widgets/text_box.hpp
    M src/gui/widgets/toggle_button.cpp
    M src/gui/widgets/toggle_button.hpp
    M src/gui/widgets/toggle_panel.cpp
    M src/gui/widgets/toggle_panel.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
    A src/gui/widgets/unit_preview_pane.cpp
    A src/gui/widgets/unit_preview_pane.hpp
    M src/gui/widgets/vertical_scrollbar.cpp
    M src/gui/widgets/vertical_scrollbar.hpp
    M src/gui/widgets/viewport.cpp
    M src/gui/widgets/viewport.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/halo.cpp
    M src/halo.hpp
    M src/help/help.cpp
    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_impl.hpp
    M src/help/help_menu.cpp
    M src/help/help_menu.hpp
    M src/help/help_text_area.cpp
    M src/help/help_text_area.hpp
    M src/help/help_topic_generators.cpp
    M src/hotkey/command_executor.cpp
    M src/hotkey/command_executor.hpp
    M src/hotkey/hotkey_command.cpp
    M src/hotkey/hotkey_command.hpp
    A src/hotkey/hotkey_handler.cpp
    A src/hotkey/hotkey_handler.hpp
    A src/hotkey/hotkey_handler_mp.cpp
    A src/hotkey/hotkey_handler_mp.hpp
    A src/hotkey/hotkey_handler_sp.cpp
    A src/hotkey/hotkey_handler_sp.hpp
    M src/hotkey/hotkey_item.cpp
    M src/hotkey/hotkey_item.hpp
    M src/hotkey/hotkey_preferences_display.cpp
    R src/hotkey_handler.cpp
    R src/hotkey_handler.hpp
    R src/hotkey_handler_mp.cpp
    R src/hotkey_handler_mp.hpp
    R src/hotkey_handler_replay.cpp
    R src/hotkey_handler_replay.hpp
    R src/hotkey_handler_sp.cpp
    R src/hotkey_handler_sp.hpp
    M src/image.cpp
    M src/image.hpp
    M src/image_modifications.cpp
    M src/image_modifications.hpp
    M src/intro.cpp
    M src/joystick.cpp
    M src/joystick.hpp
    M src/key.cpp
    M src/language.cpp
    M src/leader_scroll_dialog.cpp
    R src/loadscreen.cpp
    R src/loadscreen.hpp
    R src/loadscreen_empty.cpp
    M src/lobby_preferences.cpp
    M src/log.cpp
    M src/log.hpp
    M src/log_windows.cpp
    M src/lua/luaconf.h
    M src/lua/lvm.cpp
    M src/lua_jailbreak_exception.cpp
    M src/lua_jailbreak_exception.hpp
    R src/make_enum.cpp
    R src/make_enum.hpp
    R src/map.cpp
    R src/map.hpp
    A src/map/exception.hpp
    A src/map/label.cpp
    A src/map/label.hpp
    A src/map/location.cpp
    A src/map/location.hpp
    A src/map/map.cpp
    A src/map/map.hpp
    R src/map_exception.hpp
    R src/map_label.cpp
    R src/map_label.hpp
    R src/map_location.cpp
    R src/map_location.hpp
    R src/map_utils.hpp
    M src/marked-up_text.cpp
    M src/marked-up_text.hpp
    M src/md5.cpp
    M src/menu_events.cpp
    M src/menu_events.hpp
    M src/minimap.cpp
    M src/minimap.hpp
    M src/mouse_events.cpp
    M src/mouse_events.hpp
    M src/mouse_handler_base.cpp
    M src/mouse_handler_base.hpp
    M src/movetype.cpp
    M src/movetype.hpp
    M src/mp_game_settings.cpp
    M src/mp_game_settings.hpp
    R src/mp_replay_controller.cpp
    R src/mp_replay_controller.hpp
    M src/mp_ui_alerts.cpp
    M src/nacl/plugin.cc
    M src/network.cpp
    M src/network.hpp
    M src/network_asio.cpp
    M src/network_asio.hpp
    M src/network_worker.cpp
    M src/overlay.hpp
    M src/pathfind/astarsearch.cpp
    M src/pathfind/pathfind.cpp
    M src/pathfind/pathfind.hpp
    M src/pathfind/teleport.cpp
    M src/pathfind/teleport.hpp
    M src/pathutils.cpp
    M src/pathutils.hpp
    M src/persist_context.cpp
    M src/persist_context.hpp
    M src/persist_manager.cpp
    M src/persist_var.cpp
    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/playturn.cpp
    M src/playturn_network_adapter.cpp
    M src/playturn_network_adapter.hpp
    R src/portrait.cpp
    R src/portrait.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/quit_confirmation.hpp
    M src/race.cpp
    M src/random_new.cpp
    M src/random_new_synced.cpp
    M src/random_new_synced.hpp
    M src/recall_list_manager.cpp
    M src/recall_list_manager.hpp
    M src/replay.cpp
    M src/replay.hpp
    M src/replay_controller.cpp
    M src/replay_controller.hpp
    M src/replay_helper.cpp
    M src/replay_helper.hpp
    M src/replay_recorder_base.cpp
    M src/reports.cpp
    M src/resources.cpp
    M src/save_blocker.cpp
    M src/save_blocker.hpp
    M src/save_index.cpp
    M src/save_index.hpp
    M src/saved_game.cpp
    M src/saved_game.hpp
    M src/savegame.cpp
    M src/savegame.hpp
    R src/savegame_config.hpp
    M src/scoped_resource.hpp
    M src/scripting/application_lua_kernel.cpp
    M src/scripting/application_lua_kernel.hpp
    M src/scripting/game_lua_kernel.cpp
    M src/scripting/game_lua_kernel.hpp
    M src/scripting/lua_api.cpp
    M src/scripting/lua_api.hpp
    M src/scripting/lua_common.cpp
    M src/scripting/lua_common.hpp
    M src/scripting/lua_cpp_function.cpp
    M src/scripting/lua_cpp_function.hpp
    M src/scripting/lua_fileops.cpp
    M src/scripting/lua_fileops.hpp
    A src/scripting/lua_formula_bridge.cpp
    A src/scripting/lua_formula_bridge.hpp
    M src/scripting/lua_gui2.cpp
    M src/scripting/lua_kernel_base.cpp
    M src/scripting/lua_kernel_base.hpp
    M src/scripting/lua_map_location_ops.cpp
    A src/scripting/lua_pathfind_cost_calculator.hpp
    M src/scripting/lua_race.cpp
    M src/scripting/lua_rng.cpp
    M src/scripting/lua_team.cpp
    M src/scripting/lua_types.cpp
    M src/scripting/lua_types.hpp
    M src/scripting/lua_unit_type.cpp
    M src/scripting/mapgen_lua_kernel.cpp
    M src/scripting/mapgen_lua_kernel.hpp
    M src/scripting/plugins/context.cpp
    M src/scripting/plugins/context.hpp
    M src/scripting/plugins/manager.cpp
    M src/scripting/plugins/manager.hpp
    M src/scripting/push_check.hpp
    M src/sdl/alpha.cpp
    M src/sdl/alpha.hpp
    M src/sdl/compat.hpp
    M src/sdl/image.cpp
    M src/sdl/image.hpp
    R src/sdl/keyboard.cpp
    R src/sdl/keyboard.hpp
    M src/sdl/rect.cpp
    M src/sdl/rect.hpp
    M src/sdl/shader.cpp
    M src/sdl/utils.cpp
    M src/sdl/utils.hpp
    M src/sdl/window.cpp
    M src/sdl/window.hpp
    M src/serialization/parser.cpp
    M src/serialization/parser.hpp
    M src/serialization/preprocessor.cpp
    M src/serialization/preprocessor.hpp
    M src/serialization/schema_validator.cpp
    M src/serialization/schema_validator.hpp
    M src/serialization/string_utils.cpp
    M src/serialization/string_utils.hpp
    M src/serialization/tokenizer.cpp
    M src/serialization/unicode.cpp
    M src/serialization/unicode.hpp
    M src/server/ban.cpp
    M src/server/forum_user_handler.cpp
    M src/server/game.cpp
    M src/server/game.hpp
    M src/server/input_stream.cpp
    M src/server/metrics.cpp
    M src/server/player.cpp
    M src/server/player.hpp
    M src/server/player_network.cpp
    M src/server/player_network.hpp
    A src/server/room.cpp
    A src/server/room.hpp
    A src/server/room_manager.cpp
    A src/server/room_manager.hpp
    M src/server/sample_user_handler.cpp
    M src/server/sample_user_handler.hpp
    M src/server/server.cpp
    M src/server/server.hpp
    M src/server/simple_wml.cpp
    M src/server/simple_wml.hpp
    M src/server/user_handler.cpp
    M src/server/user_handler.hpp
    M src/settings.hpp
    M src/show_dialog.cpp
    M src/show_dialog.hpp
    M src/side_filter.cpp
    R src/simple_rng.cpp
    R src/simple_rng.hpp
    M src/sound.cpp
    M src/sound_music_track.cpp
    M src/soundsource.cpp
    M src/soundsource.hpp
    M src/statistics.cpp
    M src/statistics.hpp
    M src/statistics_dialog.cpp
    M src/storyscreen/controller.cpp
    M src/storyscreen/controller.hpp
    M src/storyscreen/interface.cpp
    M src/storyscreen/interface.hpp
    M src/storyscreen/part.cpp
    M src/storyscreen/render.cpp
    M src/storyscreen/render.hpp
    M src/synced_checkup.cpp
    M src/synced_checkup.hpp
    M src/synced_commands.cpp
    M src/synced_commands.hpp
    M src/synced_context.cpp
    M src/synced_context.hpp
    M src/synced_user_choice.cpp
    M src/synced_user_choice.hpp
    M src/syncmp_handler.cpp
    M src/team.cpp
    M src/team.hpp
    M src/teambuilder.cpp
    M src/teambuilder.hpp
    R src/terrain.cpp
    R src/terrain.hpp
    A src/terrain/builder.cpp
    A src/terrain/builder.hpp
    A src/terrain/filter.cpp
    A src/terrain/filter.hpp
    A src/terrain/terrain.cpp
    A src/terrain/terrain.hpp
    A src/terrain/translation.cpp
    A src/terrain/translation.hpp
    A src/terrain/type_data.cpp
    A src/terrain/type_data.hpp
    R src/terrain_builder.cpp
    R src/terrain_builder.hpp
    R src/terrain_filter.cpp
    R src/terrain_filter.hpp
    R src/terrain_translation.cpp
    R src/terrain_translation.hpp
    R src/terrain_type_data.cpp
    R src/terrain_type_data.hpp
    M src/tests/create_images.cpp
    M src/tests/gui/fire_event.cpp
    M src/tests/gui/iterator.cpp
    M src/tests/gui/test_drop_target.cpp
    M src/tests/gui/test_gui2.cpp
    M src/tests/gui/test_save_dialog.cpp
    M src/tests/gui/visitor.cpp
    M src/tests/main.cpp
    M src/tests/test_addons.cpp
    M src/tests/test_commandline_options.cpp
    M src/tests/test_config.cpp
    M src/tests/test_config_cache.cpp
    M src/tests/test_filesystem.cpp
    A src/tests/test_formula_core.cpp
    M src/tests/test_formula_function.cpp
    M src/tests/test_image_modifications.cpp
    M src/tests/test_lua.cpp
    M src/tests/test_make_enum.cpp
    M src/tests/test_map_location.cpp
    M src/tests/test_mp_connect.cpp
    M src/tests/test_network_worker.cpp
    M src/tests/test_recall_list.cpp
    M src/tests/test_sdl_utils.cpp
    M src/tests/test_sdl_utils.hpp
    M src/tests/test_unit_map.cpp
    M src/tests/test_whiteboard_side_actions.cpp
    M src/tests/utils/fake_display.cpp
    M src/tests/utils/fake_event_source.cpp
    M src/tests/utils/fake_event_source.hpp
    M src/tests/utils/game_config_manager.cpp
    M src/tests/utils/play_scenario.cpp
    M src/tests/utils/play_scenario.hpp
    M src/text.cpp
    M src/text.hpp
    M src/theme.cpp
    M src/theme.hpp
    M src/thread.cpp
    M src/thread.hpp
    M src/time_of_day.cpp
    M src/tod_manager.cpp
    M src/tod_manager.hpp
    M src/tools/cutter.cpp
    M src/tools/dummy_video.cpp
    M src/tools/exploder.cpp
    M src/tools/exploder_composer.cpp
    M src/tools/exploder_cutter.cpp
    M src/tools/exploder_cutter.hpp
    M src/tools/exploder_utils.cpp
    M src/tools/exploder_utils.hpp
    M src/tools/schema/schema_generator.cpp
    M src/tools/schema/sourceparser.cpp
    M src/tools/schema/tag.cpp
    M src/tools/sdl2/sdl2.cpp
    M src/tools/sdl2/window.cpp
    M src/tooltips.cpp
    M src/tooltips.hpp
    M src/tracer.cpp
    M src/tracer.hpp
    R src/unit.cpp
    R src/unit.hpp
    R src/unit_abilities.cpp
    R src/unit_abilities.hpp
    R src/unit_animation.cpp
    R src/unit_animation.hpp
    R src/unit_animation_component.cpp
    R src/unit_animation_component.hpp
    R src/unit_attack_type.cpp
    R src/unit_attack_type.hpp
    R src/unit_display.cpp
    R src/unit_display.hpp
    R src/unit_drawer.cpp
    R src/unit_drawer.hpp
    R src/unit_filter.cpp
    R src/unit_filter.hpp
    R src/unit_formula_manager.cpp
    R src/unit_formula_manager.hpp
    R src/unit_frame.cpp
    R src/unit_frame.hpp
    R src/unit_helper.cpp
    R src/unit_helper.hpp
    R src/unit_id.cpp
    R src/unit_id.hpp
    R src/unit_map.cpp
    R src/unit_map.hpp
    R src/unit_ptr.hpp
    R src/unit_types.cpp
    R src/unit_types.hpp
    A src/units/abilities.cpp
    A src/units/abilities.hpp
    A src/units/animation.cpp
    A src/units/animation.hpp
    A src/units/animation_component.cpp
    A src/units/animation_component.hpp
    A src/units/attack_type.cpp
    A src/units/attack_type.hpp
    A src/units/drawer.cpp
    A src/units/drawer.hpp
    A src/units/filter.cpp
    A src/units/filter.hpp
    A src/units/formula_manager.cpp
    A src/units/formula_manager.hpp
    A src/units/frame.cpp
    A src/units/frame.hpp
    A src/units/helper.cpp
    A src/units/helper.hpp
    A src/units/id.cpp
    A src/units/id.hpp
    A src/units/map.cpp
    A src/units/map.hpp
    A src/units/ptr.hpp
    A src/units/types.cpp
    A src/units/types.hpp
    A src/units/udisplay.cpp
    A src/units/udisplay.hpp
    A src/units/unit.cpp
    A src/units/unit.hpp
    M src/util.hpp
    R src/utils/boost_function_guarded.hpp
    A src/utils/const_clone.hpp
    R src/utils/const_clone.tpp
    R src/utils/enumerate.tpp
    R src/utils/foreach.tpp
    A src/utils/functional.hpp
    A src/utils/iterable_pair.hpp
    M src/utils/iterator.hpp
    A src/utils/make_enum.cpp
    A src/utils/make_enum.hpp
    M src/utils/reference_counter.hpp
    M src/utils/shared_object.hpp
    M src/utils/smart_list.hpp
    M src/variable.cpp
    M src/variable.hpp
    M src/variable_info.cpp
    R src/variant.cpp
    R src/variant.hpp
    M src/video.cpp
    M src/video.hpp
    M src/wesconfig.h
    M src/wesmage/filter.cpp
    M src/wesmage/options.cpp
    M src/wesmage/wesmage.cpp
    M src/wesnoth.cpp
    M src/whiteboard/action.cpp
    M src/whiteboard/action.hpp
    M src/whiteboard/attack.cpp
    M src/whiteboard/highlighter.cpp
    M src/whiteboard/highlighter.hpp
    M src/whiteboard/manager.cpp
    M src/whiteboard/manager.hpp
    M src/whiteboard/mapbuilder.cpp
    M src/whiteboard/move.cpp
    M src/whiteboard/move.hpp
    M src/whiteboard/recall.cpp
    M src/whiteboard/recall.hpp
    M src/whiteboard/recruit.cpp
    M src/whiteboard/recruit.hpp
    M src/whiteboard/side_actions.cpp
    M src/whiteboard/suppose_dead.cpp
    M src/whiteboard/typedefs.hpp
    M src/whiteboard/utility.cpp
    M src/whiteboard/utility.hpp
    M src/widgets/button.cpp
    M src/widgets/button.hpp
    M src/widgets/combo.cpp
    M src/widgets/drop_target.cpp
    M src/widgets/drop_target.hpp
    M src/widgets/file_menu.hpp
    M src/widgets/label.hpp
    M src/widgets/menu.cpp
    M src/widgets/menu.hpp
    M src/widgets/menu_style.cpp
    M src/widgets/multimenu.cpp
    M src/widgets/multimenu.hpp
    M src/widgets/progressbar.cpp
    M src/widgets/scrollarea.cpp
    M src/widgets/scrollbar.cpp
    M src/widgets/scrollpane.cpp
    M src/widgets/scrollpane.hpp
    M src/widgets/slider.cpp
    M src/widgets/slider.hpp
    M src/widgets/textbox.cpp
    M src/widgets/textbox.hpp
    M src/widgets/widget.cpp
    M src/widgets/widget.hpp
    M src/wmi_pager.hpp
    M src/wml_exception.cpp
    M src/wml_exception.hpp
    M src/xBRZ/xbrz.cpp
    M utils/pofix.py
    M utils/wmlxgettext
    M wml_test_schedule

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


  Commit: 21886901206004ee0b7b699711055c6cb1b6d801
      https://github.com/wesnoth/wesnoth/commit/21886901206004ee0b7b699711055c6cb1b6d801
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2016-04-07 (Thu, 07 Apr 2016)

  Changed paths:
    M src/scripting/lua_race.cpp

  Log Message:
  -----------
  Try to fix compiler error about strcmp on travis


  Commit: e7d254bce7de7d36c0d80205eac2ab64bf60bf56
      https://github.com/wesnoth/wesnoth/commit/e7d254bce7de7d36c0d80205eac2ab64bf60bf56
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-04-07 (Thu, 07 Apr 2016)

  Changed paths:
    M projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj
    M src/server/server.cpp

  Log Message:
  -----------
  Update XCode project


  Commit: aaa91d39729a0c0d4e148e433ddbfd5c96d320e5
      https://github.com/wesnoth/wesnoth/commit/aaa91d39729a0c0d4e148e433ddbfd5c96d320e5
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-04-07 (Thu, 07 Apr 2016)

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

  Log Message:
  -----------
  Remove residual SDL1 support blocks


  Commit: d8d87b1a618f2e00fa46dd7ed9b82d6337ba72e4
      https://github.com/wesnoth/wesnoth/commit/d8d87b1a618f2e00fa46dd7ed9b82d6337ba72e4
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-04-07 (Thu, 07 Apr 2016)

  Changed paths:
    M projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj

  Log Message:
  -----------
  Update XCode project (again)


  Commit: 16e5496f7efb7fde959dcf3afef4a6c1ab35f595
      https://github.com/wesnoth/wesnoth/commit/16e5496f7efb7fde959dcf3afef4a6c1ab35f595
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2016-04-10 (Sun, 10 Apr 2016)

  Changed paths:
    M src/server/ban.cpp

  Log Message:
  -----------
  Re-enabled functionality to read bans from file


  Commit: 0143bbbc59f2096dcffecc5c5b16edf2ec0efe7c
      https://github.com/wesnoth/wesnoth/commit/0143bbbc59f2096dcffecc5c5b16edf2ec0efe7c
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2016-04-10 (Sun, 10 Apr 2016)

  Changed paths:
    M src/scripting/lua_unit_type.cpp

  Log Message:
  -----------
  Ensure that string.h is #included


  Commit: 94c5e15aa0a41ddc6175793487551ed7dbadbbb6
      https://github.com/wesnoth/wesnoth/commit/94c5e15aa0a41ddc6175793487551ed7dbadbbb6
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2016-04-10 (Sun, 10 Apr 2016)

  Changed paths:
    M src/server/player_connection.hpp

  Log Message:
  -----------
  Fix typo in copyright year


  Commit: 2172303c13d3a5cf56d151f6565d256c9b5bea5d
      https://github.com/wesnoth/wesnoth/commit/2172303c13d3a5cf56d151f6565d256c9b5bea5d
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2016-04-10 (Sun, 10 Apr 2016)

  Changed paths:
    M src/server/player_connection.hpp

  Log Message:
  -----------
  Disable asio thread support which was causing link error without -pthread

wesnothd is single threaded currently


  Commit: 6cab7d2212763baced9c0da0e8da5390823861b6
      https://github.com/wesnoth/wesnoth/commit/6cab7d2212763baced9c0da0e8da5390823861b6
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2016-04-10 (Sun, 10 Apr 2016)

  Changed paths:
    M src/server/server.cpp

  Log Message:
  -----------
  Move WML dumps to debug log level, server logdomain


  Commit: a3fbafcf85339b850feb3fe3f3ab042e8b98ad86
      https://github.com/wesnoth/wesnoth/commit/a3fbafcf85339b850feb3fe3f3ab042e8b98ad86
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2016-04-12 (Tue, 12 Apr 2016)

  Changed paths:
    M src/server/server.cpp

  Log Message:
  -----------
  Disable full WML dumps altogether


  Commit: 0b7fb8452085898bd21f94ebfeadf8a96ef5d645
      https://github.com/wesnoth/wesnoth/commit/0b7fb8452085898bd21f94ebfeadf8a96ef5d645
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2016-04-12 (Tue, 12 Apr 2016)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Try to move travis mp tests to gcc build


  Commit: c5005f3c93034454c650a78892ff7e675ddbefd7
      https://github.com/wesnoth/wesnoth/commit/c5005f3c93034454c650a78892ff7e675ddbefd7
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2016-04-26 (Tue, 26 Apr 2016)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Revert "Try to move travis mp tests to gcc build"

This reverts commit 0b7fb8452085898bd21f94ebfeadf8a96ef5d645.


  Commit: 36b9f7aba401f697146a768191f6301b98715408
      https://github.com/wesnoth/wesnoth/commit/36b9f7aba401f697146a768191f6301b98715408
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2016-04-26 (Tue, 26 Apr 2016)

  Changed paths:
    M src/server/game.cpp

  Log Message:
  -----------
  Re-enable game::send_history


  Commit: bb61420394c81fda2812021f9689ad29244d404f
      https://github.com/wesnoth/wesnoth/commit/bb61420394c81fda2812021f9689ad29244d404f
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2016-05-02 (Mon, 02 May 2016)

  Changed paths:
    M src/server/game.cpp

  Log Message:
  -----------
  Reimplement filtering based on side in game::send_data_sides


  Commit: 0c3154044c885afefdc409ba9ae33fc3436a523c
      https://github.com/wesnoth/wesnoth/commit/0c3154044c885afefdc409ba9ae33fc3436a523c
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2016-05-03 (Tue, 03 May 2016)

  Changed paths:
    M src/server/server.hpp

  Log Message:
  -----------
  Clean up some more obsolete commented code


  Commit: 39f14b9b4b99b0b7446a0325f44e46919cab4b90
      https://github.com/wesnoth/wesnoth/commit/39f14b9b4b99b0b7446a0325f44e46919cab4b90
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2016-05-03 (Tue, 03 May 2016)

  Changed paths:
    M .gitignore
    M .travis.yml
    M CMakeLists.txt
    M changelog
    M data/campaigns/Eastern_Invasion/scenarios/11_Captured.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/10_Gryphon_Mountain.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/19c_Cliffs_of_Thoria.cfg
    M data/campaigns/Sceptre_of_Fire/scenarios/8_The_Dragon.cfg
    M data/campaigns/Son_Of_The_Black_Eye/scenarios/04_The_Siege_of_Barag_Gor.cfg
    M data/campaigns/The_South_Guard/scenarios/06a_Tidings_Good_and_Ill.cfg
    A data/campaigns/Under_the_Burning_Suns/images/units/nagas/hunter-attack-melee-1.png
    A data/campaigns/Under_the_Burning_Suns/images/units/nagas/hunter-attack-melee-2.png
    A data/campaigns/Under_the_Burning_Suns/images/units/nagas/hunter-attack-melee-3.png
    A data/campaigns/Under_the_Burning_Suns/images/units/nagas/hunter-attack-melee-4.png
    A data/campaigns/Under_the_Burning_Suns/images/units/nagas/hunter-defend.png
    A data/campaigns/Under_the_Burning_Suns/images/units/nagas/hunter-melee-defend.png
    M data/campaigns/Under_the_Burning_Suns/units/nagas/Naga_Hunter.cfg
    M data/core/about.cfg
    M data/core/hotkeys.cfg
    M data/core/images/portraits/ARTISTS
    M data/core/images/portraits/merfolk/initiate.png
    M data/core/macros/abilities.cfg
    M data/core/macros/names.cfg
    M data/core/units/monsters/Giant_Mudcrawler.cfg
    M data/core/units/monsters/Giant_Rat.cfg
    M data/core/units/monsters/Mudcrawler.cfg
    M data/core/units/monsters/Sea_Serpent.cfg
    M data/core/units/monsters/Tentacle.cfg
    M data/core/units/monsters/Yeti.cfg
    M data/gui/macros/_initial.cfg
    M data/gui/macros/horizontal_scrollbar.cfg
    M data/gui/widget/button_25x25.cfg
    M data/gui/widget/button_default.cfg
    M data/gui/widget/horizontal_scrollbar_default.cfg
    M data/gui/window/addon_list.cfg
    M data/gui/window/campaign_dialog.cfg
    M data/gui/window/lobby_main.cfg
    M data/gui/window/unit_attack.cfg
    M doc/man/CMakeLists.txt
    R doc/man/cs/wesnoth.6
    R doc/man/en_GB/wesnoth.6
    R doc/man/es/wesnoth.6
    R doc/man/fr/wesnoth.6
    R doc/man/gl/wesnoth.6
    R doc/man/it/wesnoth.6
    M doc/man/ja/wesnothd.6
    R doc/man/pt/wesnoth.6
    R doc/man/ru/wesnoth.6
    R doc/man/sk/wesnoth.6
    R doc/man/uk/wesnoth.6
    R doc/man/vi/wesnoth.6
    R doc/man/zh_CN/wesnoth.6
    M doc/manual/CMakeLists.txt
    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
    R images/buttons/scrollbars/scrollgroove-bottom-minimal.png
    R images/buttons/scrollbars/scrollgroove-bottom.png
    R images/buttons/scrollbars/scrollgroove-horizontal.png
    R images/buttons/scrollbars/scrollgroove-left.png
    R images/buttons/scrollbars/scrollgroove-mid-minimal.png
    R images/buttons/scrollbars/scrollgroove-mid.png
    R images/buttons/scrollbars/scrollgroove-right.png
    R images/buttons/scrollbars/scrollgroove-top-minimal.png
    R images/buttons/scrollbars/scrollgroove-top.png
    M images/buttons/scrollbars/scrollhorizontal-active.png
    M images/buttons/scrollbars/scrollhorizontal-pressed.png
    M images/buttons/scrollbars/scrollhorizontal.png
    M images/buttons/scrollbars/scrollleft-active.png
    M images/buttons/scrollbars/scrollleft-pressed.png
    M images/buttons/scrollbars/scrollleft.png
    M images/buttons/scrollbars/scrollright-active.png
    M images/buttons/scrollbars/scrollright-pressed.png
    M images/buttons/scrollbars/scrollright.png
    A images/buttons/scrollbars_large/scrollbottom-active.png
    A images/buttons/scrollbars_large/scrollbottom-pressed.png
    A images/buttons/scrollbars_large/scrollbottom.png
    A images/buttons/scrollbars_large/scrollgroove-bottom.png
    A images/buttons/scrollbars_large/scrollgroove-horizontal.png
    A images/buttons/scrollbars_large/scrollgroove-left.png
    A images/buttons/scrollbars_large/scrollgroove-mid.png
    A images/buttons/scrollbars_large/scrollgroove-right.png
    A images/buttons/scrollbars_large/scrollgroove-top.png
    A images/buttons/scrollbars_large/scrollhorizontal-active.png
    A images/buttons/scrollbars_large/scrollhorizontal-pressed.png
    A images/buttons/scrollbars_large/scrollhorizontal.png
    A images/buttons/scrollbars_large/scrollleft-active.png
    A images/buttons/scrollbars_large/scrollleft-pressed.png
    A images/buttons/scrollbars_large/scrollleft.png
    A images/buttons/scrollbars_large/scrollmid-active.png
    A images/buttons/scrollbars_large/scrollmid-pressed.png
    A images/buttons/scrollbars_large/scrollmid.png
    A images/buttons/scrollbars_large/scrollright-active.png
    A images/buttons/scrollbars_large/scrollright-pressed.png
    A images/buttons/scrollbars_large/scrollright.png
    A images/buttons/scrollbars_large/scrolltop-active.png
    A images/buttons/scrollbars_large/scrolltop-pressed.png
    A images/buttons/scrollbars_large/scrolltop.png
    M images/cursors/attack.png
    A images/cursors/attack at 2x.png
    M images/cursors/attack_drag.png
    A images/cursors/attack_drag at 2x.png
    M images/cursors/move.png
    A images/cursors/move at 2x.png
    M images/cursors/move_drag.png
    A images/cursors/move_drag at 2x.png
    M images/cursors/normal.png
    A images/cursors/normal at 2x.png
    M images/cursors/select-illegal.png
    A images/cursors/select-illegal at 2x.png
    M images/cursors/select-location.png
    A images/cursors/select-location at 2x.png
    M images/cursors/select.png
    A images/cursors/select at 2x.png
    M images/cursors/wait.png
    A images/cursors/wait at 2x.png
    A images/icons/action/help_30-active.png
    A images/icons/action/help_30-pressed.png
    A images/icons/action/help_30.png
    A images/icons/action/settings-active.png
    A images/icons/action/settings-pressed.png
    A images/icons/action/settings.png
    A images/icons/action/trash_25-active.png
    A images/icons/action/trash_25-pressed.png
    A images/icons/action/trash_25.png
    A images/icons/addons/addon_install-active.png
    A images/icons/addons/addon_install-pressed.png
    A images/icons/addons/addon_install.png
    A images/icons/addons/addon_uninstall-active.png
    A images/icons/addons/addon_uninstall-pressed.png
    A images/icons/addons/addon_uninstall.png
    A images/icons/addons/addon_update-active.png
    A images/icons/addons/addon_update-pressed.png
    A images/icons/addons/addon_update.png
    A images/icons/addons/install-active.png
    A images/icons/addons/install-pressed.png
    A images/icons/addons/install.png
    A images/icons/addons/install2-active.png
    A images/icons/addons/install2-pressed.png
    A images/icons/addons/install2.png
    A images/icons/addons/uninstall-active.png
    A images/icons/addons/uninstall-pressed.png
    A images/icons/addons/uninstall.png
    A images/icons/addons/uninstall2-active.png
    A images/icons/addons/uninstall2-pressed.png
    A images/icons/addons/uninstall2.png
    A images/icons/addons/update-active.png
    A images/icons/addons/update-pressed.png
    A images/icons/addons/update.png
    A images/icons/addons/update2-active.png
    A images/icons/addons/update2-pressed.png
    A images/icons/addons/update2.png
    M images/misc/loadscreen_decor.png
    M players_changelog
    M po/SConscript
    M po/wesnoth-ai/af.po
    M po/wesnoth-ai/ang.po
    M po/wesnoth-ai/ang at latin.po
    M po/wesnoth-ai/ar.po
    M po/wesnoth-ai/ast.po
    M po/wesnoth-ai/bg.po
    M po/wesnoth-ai/ca.po
    M po/wesnoth-ai/ca_ES at valencia.po
    M po/wesnoth-ai/cs.po
    M po/wesnoth-ai/da.po
    M po/wesnoth-ai/de.po
    M po/wesnoth-ai/el.po
    M po/wesnoth-ai/en at shaw.po
    M po/wesnoth-ai/en_GB.po
    M po/wesnoth-ai/eo.po
    M po/wesnoth-ai/es.po
    M po/wesnoth-ai/et.po
    M po/wesnoth-ai/eu.po
    M po/wesnoth-ai/fi.po
    M po/wesnoth-ai/fr.po
    M po/wesnoth-ai/fur_IT.po
    M po/wesnoth-ai/ga.po
    M po/wesnoth-ai/gd.po
    M po/wesnoth-ai/gl.po
    M po/wesnoth-ai/he.po
    M po/wesnoth-ai/hr.po
    M po/wesnoth-ai/hu.po
    M po/wesnoth-ai/id.po
    M po/wesnoth-ai/is.po
    M po/wesnoth-ai/it.po
    M po/wesnoth-ai/ja.po
    M po/wesnoth-ai/ko.po
    M po/wesnoth-ai/la.po
    M po/wesnoth-ai/lt.po
    M po/wesnoth-ai/lv.po
    M po/wesnoth-ai/mk.po
    M po/wesnoth-ai/mr.po
    M po/wesnoth-ai/nb_NO.po
    M po/wesnoth-ai/nl.po
    M po/wesnoth-ai/pl.po
    M po/wesnoth-ai/pt.po
    M po/wesnoth-ai/pt_BR.po
    M po/wesnoth-ai/racv.po
    M po/wesnoth-ai/ro.po
    M po/wesnoth-ai/ru.po
    M po/wesnoth-ai/sk.po
    M po/wesnoth-ai/sl.po
    M po/wesnoth-ai/sr.po
    M po/wesnoth-ai/sr at ijekavian.po
    M po/wesnoth-ai/sr at ijekavianlatin.po
    M po/wesnoth-ai/sr at latin.po
    M po/wesnoth-ai/sv.po
    M po/wesnoth-ai/tl.po
    M po/wesnoth-ai/tr.po
    M po/wesnoth-ai/uk.po
    M po/wesnoth-ai/vi.po
    M po/wesnoth-ai/wesnoth-ai.pot
    M po/wesnoth-ai/zh_CN.po
    M po/wesnoth-ai/zh_TW.po
    M po/wesnoth-anl/af.po
    M po/wesnoth-anl/ang.po
    M po/wesnoth-anl/ang at latin.po
    M po/wesnoth-anl/ar.po
    M po/wesnoth-anl/ast.po
    M po/wesnoth-anl/bg.po
    M po/wesnoth-anl/ca.po
    M po/wesnoth-anl/ca_ES at valencia.po
    M po/wesnoth-anl/cs.po
    M po/wesnoth-anl/da.po
    M po/wesnoth-anl/de.po
    M po/wesnoth-anl/el.po
    M po/wesnoth-anl/en at shaw.po
    M po/wesnoth-anl/en_GB.po
    M po/wesnoth-anl/eo.po
    M po/wesnoth-anl/es.po
    M po/wesnoth-anl/et.po
    M po/wesnoth-anl/eu.po
    M po/wesnoth-anl/fi.po
    M po/wesnoth-anl/fr.po
    M po/wesnoth-anl/fur_IT.po
    M po/wesnoth-anl/ga.po
    M po/wesnoth-anl/gd.po
    M po/wesnoth-anl/gl.po
    M po/wesnoth-anl/he.po
    M po/wesnoth-anl/hr.po
    M po/wesnoth-anl/hu.po
    M po/wesnoth-anl/id.po
    M po/wesnoth-anl/is.po
    M po/wesnoth-anl/it.po
    M po/wesnoth-anl/ja.po
    M po/wesnoth-anl/ko.po
    M po/wesnoth-anl/la.po
    M po/wesnoth-anl/lt.po
    M po/wesnoth-anl/lv.po
    M po/wesnoth-anl/mk.po
    M po/wesnoth-anl/mr.po
    M po/wesnoth-anl/nb_NO.po
    M po/wesnoth-anl/nl.po
    M po/wesnoth-anl/pl.po
    M po/wesnoth-anl/pt.po
    M po/wesnoth-anl/pt_BR.po
    M po/wesnoth-anl/racv.po
    M po/wesnoth-anl/ro.po
    M po/wesnoth-anl/ru.po
    M po/wesnoth-anl/sk.po
    M po/wesnoth-anl/sl.po
    M po/wesnoth-anl/sr.po
    M po/wesnoth-anl/sr at ijekavian.po
    M po/wesnoth-anl/sr at ijekavianlatin.po
    M po/wesnoth-anl/sr at latin.po
    M po/wesnoth-anl/sv.po
    M po/wesnoth-anl/tl.po
    M po/wesnoth-anl/tr.po
    M po/wesnoth-anl/uk.po
    M po/wesnoth-anl/vi.po
    M po/wesnoth-anl/wesnoth-anl.pot
    M po/wesnoth-anl/zh_CN.po
    M po/wesnoth-anl/zh_TW.po
    M po/wesnoth-aoi/af.po
    M po/wesnoth-aoi/ang.po
    M po/wesnoth-aoi/ang at latin.po
    M po/wesnoth-aoi/ar.po
    M po/wesnoth-aoi/ast.po
    M po/wesnoth-aoi/bg.po
    M po/wesnoth-aoi/ca.po
    M po/wesnoth-aoi/ca_ES at valencia.po
    M po/wesnoth-aoi/cs.po
    M po/wesnoth-aoi/da.po
    M po/wesnoth-aoi/de.po
    M po/wesnoth-aoi/el.po
    M po/wesnoth-aoi/en at shaw.po
    M po/wesnoth-aoi/en_GB.po
    M po/wesnoth-aoi/eo.po
    M po/wesnoth-aoi/es.po
    M po/wesnoth-aoi/et.po
    M po/wesnoth-aoi/eu.po
    M po/wesnoth-aoi/fi.po
    M po/wesnoth-aoi/fr.po
    M po/wesnoth-aoi/fur_IT.po
    M po/wesnoth-aoi/ga.po
    M po/wesnoth-aoi/gd.po
    M po/wesnoth-aoi/gl.po
    M po/wesnoth-aoi/he.po
    M po/wesnoth-aoi/hr.po
    M po/wesnoth-aoi/hu.po
    M po/wesnoth-aoi/id.po
    M po/wesnoth-aoi/is.po
    M po/wesnoth-aoi/it.po
    M po/wesnoth-aoi/ja.po
    M po/wesnoth-aoi/ko.po
    M po/wesnoth-aoi/la.po
    M po/wesnoth-aoi/lt.po
    M po/wesnoth-aoi/lv.po
    M po/wesnoth-aoi/mk.po
    M po/wesnoth-aoi/mr.po
    M po/wesnoth-aoi/nb_NO.po
    M po/wesnoth-aoi/nl.po
    M po/wesnoth-aoi/pl.po
    M po/wesnoth-aoi/pt.po
    M po/wesnoth-aoi/pt_BR.po
    M po/wesnoth-aoi/racv.po
    M po/wesnoth-aoi/ro.po
    M po/wesnoth-aoi/ru.po
    M po/wesnoth-aoi/sk.po
    M po/wesnoth-aoi/sl.po
    M po/wesnoth-aoi/sr.po
    M po/wesnoth-aoi/sr at ijekavian.po
    M po/wesnoth-aoi/sr at ijekavianlatin.po
    M po/wesnoth-aoi/sr at latin.po
    M po/wesnoth-aoi/sv.po
    M po/wesnoth-aoi/tl.po
    M po/wesnoth-aoi/tr.po
    M po/wesnoth-aoi/uk.po
    M po/wesnoth-aoi/vi.po
    M po/wesnoth-aoi/wesnoth-aoi.pot
    M po/wesnoth-aoi/zh_CN.po
    M po/wesnoth-aoi/zh_TW.po
    M po/wesnoth-did/af.po
    M po/wesnoth-did/ang.po
    M po/wesnoth-did/ang at latin.po
    M po/wesnoth-did/ar.po
    M po/wesnoth-did/ast.po
    M po/wesnoth-did/bg.po
    M po/wesnoth-did/ca.po
    M po/wesnoth-did/ca_ES at valencia.po
    M po/wesnoth-did/cs.po
    M po/wesnoth-did/da.po
    M po/wesnoth-did/de.po
    M po/wesnoth-did/el.po
    M po/wesnoth-did/en at shaw.po
    M po/wesnoth-did/en_GB.po
    M po/wesnoth-did/eo.po
    M po/wesnoth-did/es.po
    M po/wesnoth-did/et.po
    M po/wesnoth-did/eu.po
    M po/wesnoth-did/fi.po
    M po/wesnoth-did/fr.po
    M po/wesnoth-did/fur_IT.po
    M po/wesnoth-did/ga.po
    M po/wesnoth-did/gd.po
    M po/wesnoth-did/gl.po
    M po/wesnoth-did/he.po
    M po/wesnoth-did/hr.po
    M po/wesnoth-did/hu.po
    M po/wesnoth-did/id.po
    M po/wesnoth-did/is.po
    M po/wesnoth-did/it.po
    M po/wesnoth-did/ja.po
    M po/wesnoth-did/ko.po
    M po/wesnoth-did/la.po
    M po/wesnoth-did/lt.po
    M po/wesnoth-did/lv.po
    M po/wesnoth-did/mk.po
    M po/wesnoth-did/mr.po
    M po/wesnoth-did/nb_NO.po
    M po/wesnoth-did/nl.po
    M po/wesnoth-did/pl.po
    M po/wesnoth-did/pt.po
    M po/wesnoth-did/pt_BR.po
    M po/wesnoth-did/racv.po
    M po/wesnoth-did/ro.po
    M po/wesnoth-did/ru.po
    M po/wesnoth-did/sk.po
    M po/wesnoth-did/sl.po
    M po/wesnoth-did/sr.po
    M po/wesnoth-did/sr at ijekavian.po
    M po/wesnoth-did/sr at ijekavianlatin.po
    M po/wesnoth-did/sr at latin.po
    M po/wesnoth-did/sv.po
    M po/wesnoth-did/tl.po
    M po/wesnoth-did/tr.po
    M po/wesnoth-did/uk.po
    M po/wesnoth-did/vi.po
    M po/wesnoth-did/wesnoth-did.pot
    M po/wesnoth-did/zh_CN.po
    M po/wesnoth-did/zh_TW.po
    M po/wesnoth-dm/af.po
    M po/wesnoth-dm/ang.po
    M po/wesnoth-dm/ang at latin.po
    M po/wesnoth-dm/ar.po
    M po/wesnoth-dm/ast.po
    M po/wesnoth-dm/bg.po
    M po/wesnoth-dm/ca.po
    M po/wesnoth-dm/ca_ES at valencia.po
    M po/wesnoth-dm/cs.po
    M po/wesnoth-dm/da.po
    M po/wesnoth-dm/de.po
    M po/wesnoth-dm/el.po
    M po/wesnoth-dm/en at shaw.po
    M po/wesnoth-dm/en_GB.po
    M po/wesnoth-dm/eo.po
    M po/wesnoth-dm/es.po
    M po/wesnoth-dm/et.po
    M po/wesnoth-dm/eu.po
    M po/wesnoth-dm/fi.po
    M po/wesnoth-dm/fr.po
    M po/wesnoth-dm/fur_IT.po
    M po/wesnoth-dm/ga.po
    M po/wesnoth-dm/gd.po
    M po/wesnoth-dm/gl.po
    M po/wesnoth-dm/he.po
    M po/wesnoth-dm/hr.po
    M po/wesnoth-dm/hu.po
    M po/wesnoth-dm/id.po
    M po/wesnoth-dm/is.po
    M po/wesnoth-dm/it.po
    M po/wesnoth-dm/ja.po
    M po/wesnoth-dm/ko.po
    M po/wesnoth-dm/la.po
    M po/wesnoth-dm/lt.po
    M po/wesnoth-dm/lv.po
    M po/wesnoth-dm/mk.po
    M po/wesnoth-dm/mr.po
    M po/wesnoth-dm/nb_NO.po
    M po/wesnoth-dm/nl.po
    M po/wesnoth-dm/pl.po
    M po/wesnoth-dm/pt.po
    M po/wesnoth-dm/pt_BR.po
    M po/wesnoth-dm/racv.po
    M po/wesnoth-dm/ro.po
    M po/wesnoth-dm/ru.po
    M po/wesnoth-dm/sk.po
    M po/wesnoth-dm/sl.po
    M po/wesnoth-dm/sr.po
    M po/wesnoth-dm/sr at ijekavian.po
    M po/wesnoth-dm/sr at ijekavianlatin.po
    M po/wesnoth-dm/sr at latin.po
    M po/wesnoth-dm/sv.po
    M po/wesnoth-dm/tl.po
    M po/wesnoth-dm/tr.po
    M po/wesnoth-dm/uk.po
    M po/wesnoth-dm/vi.po
    M po/wesnoth-dm/wesnoth-dm.pot
    M po/wesnoth-dm/zh_CN.po
    M po/wesnoth-dm/zh_TW.po
    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/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/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/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/af.po
    M po/wesnoth-ei/ang.po
    M po/wesnoth-ei/ang at latin.po
    M po/wesnoth-ei/ar.po
    M po/wesnoth-ei/ast.po
    M po/wesnoth-ei/bg.po
    M po/wesnoth-ei/ca.po
    M po/wesnoth-ei/ca_ES at valencia.po
    M po/wesnoth-ei/cs.po
    M po/wesnoth-ei/da.po
    M po/wesnoth-ei/de.po
    M po/wesnoth-ei/el.po
    M po/wesnoth-ei/en at shaw.po
    M po/wesnoth-ei/en_GB.po
    M po/wesnoth-ei/eo.po
    M po/wesnoth-ei/es.po
    M po/wesnoth-ei/et.po
    M po/wesnoth-ei/eu.po
    M po/wesnoth-ei/fi.po
    M po/wesnoth-ei/fr.po
    M po/wesnoth-ei/fur_IT.po
    M po/wesnoth-ei/ga.po
    M po/wesnoth-ei/gd.po
    M po/wesnoth-ei/gl.po
    M po/wesnoth-ei/he.po
    M po/wesnoth-ei/hr.po
    M po/wesnoth-ei/hu.po
    M po/wesnoth-ei/id.po
    M po/wesnoth-ei/is.po
    M po/wesnoth-ei/it.po
    M po/wesnoth-ei/ja.po
    M po/wesnoth-ei/ko.po
    M po/wesnoth-ei/la.po
    M po/wesnoth-ei/lt.po
    M po/wesnoth-ei/lv.po
    M po/wesnoth-ei/mk.po
    M po/wesnoth-ei/mr.po
    M po/wesnoth-ei/nb_NO.po
    M po/wesnoth-ei/nl.po
    M po/wesnoth-ei/pl.po
    M po/wesnoth-ei/pt.po
    M po/wesnoth-ei/pt_BR.po
    M po/wesnoth-ei/racv.po
    M po/wesnoth-ei/ro.po
    M po/wesnoth-ei/ru.po
    M po/wesnoth-ei/sk.po
    M po/wesnoth-ei/sl.po
    M po/wesnoth-ei/sr.po
    M po/wesnoth-ei/sr at ijekavian.po
    M po/wesnoth-ei/sr at ijekavianlatin.po
    M po/wesnoth-ei/sr at latin.po
    M po/wesnoth-ei/sv.po
    M po/wesnoth-ei/tl.po
    M po/wesnoth-ei/tr.po
    M po/wesnoth-ei/uk.po
    M po/wesnoth-ei/vi.po
    M po/wesnoth-ei/wesnoth-ei.pot
    M po/wesnoth-ei/zh_CN.po
    M po/wesnoth-ei/zh_TW.po
    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/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/af.po
    M po/wesnoth-httt/ang.po
    M po/wesnoth-httt/ang at latin.po
    M po/wesnoth-httt/ar.po
    M po/wesnoth-httt/ast.po
    M po/wesnoth-httt/bg.po
    M po/wesnoth-httt/ca.po
    M po/wesnoth-httt/ca_ES at valencia.po
    M po/wesnoth-httt/cs.po
    M po/wesnoth-httt/da.po
    M po/wesnoth-httt/de.po
    M po/wesnoth-httt/el.po
    M po/wesnoth-httt/en at shaw.po
    M po/wesnoth-httt/en_GB.po
    M po/wesnoth-httt/eo.po
    M po/wesnoth-httt/es.po
    M po/wesnoth-httt/et.po
    M po/wesnoth-httt/eu.po
    M po/wesnoth-httt/fi.po
    M po/wesnoth-httt/fr.po
    M po/wesnoth-httt/fur_IT.po
    M po/wesnoth-httt/ga.po
    M po/wesnoth-httt/gd.po
    M po/wesnoth-httt/gl.po
    M po/wesnoth-httt/he.po
    M po/wesnoth-httt/hr.po
    M po/wesnoth-httt/hu.po
    M po/wesnoth-httt/id.po
    M po/wesnoth-httt/is.po
    M po/wesnoth-httt/it.po
    M po/wesnoth-httt/ja.po
    M po/wesnoth-httt/ko.po
    M po/wesnoth-httt/la.po
    M po/wesnoth-httt/lt.po
    M po/wesnoth-httt/lv.po
    M po/wesnoth-httt/mk.po
    M po/wesnoth-httt/mr.po
    M po/wesnoth-httt/nb_NO.po
    M po/wesnoth-httt/nl.po
    M po/wesnoth-httt/pl.po
    M po/wesnoth-httt/pt.po
    M po/wesnoth-httt/pt_BR.po
    M po/wesnoth-httt/racv.po
    M po/wesnoth-httt/ro.po
    M po/wesnoth-httt/ru.po
    M po/wesnoth-httt/sk.po
    M po/wesnoth-httt/sl.po
    M po/wesnoth-httt/sr.po
    M po/wesnoth-httt/sr at ijekavian.po
    M po/wesnoth-httt/sr at ijekavianlatin.po
    M po/wesnoth-httt/sr at latin.po
    M po/wesnoth-httt/sv.po
    M po/wesnoth-httt/tl.po
    M po/wesnoth-httt/tr.po
    M po/wesnoth-httt/uk.po
    M po/wesnoth-httt/vi.po
    M po/wesnoth-httt/wesnoth-httt.pot
    M po/wesnoth-httt/zh_CN.po
    M po/wesnoth-httt/zh_TW.po
    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/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/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/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/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/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/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/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/is.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/af.po
    M po/wesnoth-manual/ang.po
    M po/wesnoth-manual/ang at latin.po
    M po/wesnoth-manual/ar.po
    M po/wesnoth-manual/ast.po
    M po/wesnoth-manual/bg.po
    M po/wesnoth-manual/ca.po
    M po/wesnoth-manual/ca_ES at valencia.po
    M po/wesnoth-manual/cs.po
    M po/wesnoth-manual/da.po
    M po/wesnoth-manual/de.po
    M po/wesnoth-manual/el.po
    M po/wesnoth-manual/en at shaw.po
    M po/wesnoth-manual/en_GB.po
    M po/wesnoth-manual/eo.po
    M po/wesnoth-manual/es.po
    M po/wesnoth-manual/et.po
    M po/wesnoth-manual/eu.po
    M po/wesnoth-manual/fi.po
    M po/wesnoth-manual/fr.po
    M po/wesnoth-manual/fur_IT.po
    M po/wesnoth-manual/ga.po
    M po/wesnoth-manual/gd.po
    M po/wesnoth-manual/gl.po
    M po/wesnoth-manual/he.po
    M po/wesnoth-manual/hr.po
    M po/wesnoth-manual/hu.po
    M po/wesnoth-manual/id.po
    M po/wesnoth-manual/is.po
    M po/wesnoth-manual/it.po
    M po/wesnoth-manual/ja.po
    M po/wesnoth-manual/ko.po
    M po/wesnoth-manual/la.po
    M po/wesnoth-manual/lt.po
    M po/wesnoth-manual/lv.po
    M po/wesnoth-manual/mk.po
    M po/wesnoth-manual/mr.po
    M po/wesnoth-manual/nb_NO.po
    M po/wesnoth-manual/nl.po
    M po/wesnoth-manual/pl.po
    M po/wesnoth-manual/pt.po
    M po/wesnoth-manual/pt_BR.po
    M po/wesnoth-manual/racv.po
    M po/wesnoth-manual/ro.po
    M po/wesnoth-manual/ru.po
    M po/wesnoth-manual/sk.po
    M po/wesnoth-manual/sl.po
    M po/wesnoth-manual/sr.po
    M po/wesnoth-manual/sr at ijekavian.po
    M po/wesnoth-manual/sr at ijekavianlatin.po
    M po/wesnoth-manual/sr at latin.po
    M po/wesnoth-manual/sv.po
    M po/wesnoth-manual/tl.po
    M po/wesnoth-manual/tr.po
    M po/wesnoth-manual/uk.po
    M po/wesnoth-manual/vi.po
    M po/wesnoth-manual/wesnoth-manual.pot
    M po/wesnoth-manual/zh_CN.po
    M po/wesnoth-manual/zh_TW.po
    M po/wesnoth-multiplayer/af.po
    M po/wesnoth-multiplayer/ang.po
    M po/wesnoth-multiplayer/ang at latin.po
    M po/wesnoth-multiplayer/ar.po
    M po/wesnoth-multiplayer/ast.po
    M po/wesnoth-multiplayer/bg.po
    M po/wesnoth-multiplayer/ca.po
    M po/wesnoth-multiplayer/ca_ES at valencia.po
    M po/wesnoth-multiplayer/cs.po
    M po/wesnoth-multiplayer/da.po
    M po/wesnoth-multiplayer/de.po
    M po/wesnoth-multiplayer/el.po
    M po/wesnoth-multiplayer/en at shaw.po
    M po/wesnoth-multiplayer/en_GB.po
    M po/wesnoth-multiplayer/eo.po
    M po/wesnoth-multiplayer/es.po
    M po/wesnoth-multiplayer/et.po
    M po/wesnoth-multiplayer/eu.po
    M po/wesnoth-multiplayer/fi.po
    M po/wesnoth-multiplayer/fr.po
    M po/wesnoth-multiplayer/fur_IT.po
    M po/wesnoth-multiplayer/ga.po
    M po/wesnoth-multiplayer/gd.po
    M po/wesnoth-multiplayer/gl.po
    M po/wesnoth-multiplayer/he.po
    M po/wesnoth-multiplayer/hr.po
    M po/wesnoth-multiplayer/hu.po
    M po/wesnoth-multiplayer/id.po
    M po/wesnoth-multiplayer/is.po
    M po/wesnoth-multiplayer/it.po
    M po/wesnoth-multiplayer/ja.po
    M po/wesnoth-multiplayer/ko.po
    M po/wesnoth-multiplayer/la.po
    M po/wesnoth-multiplayer/lt.po
    M po/wesnoth-multiplayer/lv.po
    M po/wesnoth-multiplayer/mk.po
    M po/wesnoth-multiplayer/mr.po
    M po/wesnoth-multiplayer/nb_NO.po
    M po/wesnoth-multiplayer/nl.po
    M po/wesnoth-multiplayer/pl.po
    M po/wesnoth-multiplayer/pt.po
    M po/wesnoth-multiplayer/pt_BR.po
    M po/wesnoth-multiplayer/racv.po
    M po/wesnoth-multiplayer/ro.po
    M po/wesnoth-multiplayer/ru.po
    M po/wesnoth-multiplayer/sk.po
    M po/wesnoth-multiplayer/sl.po
    M po/wesnoth-multiplayer/sr.po
    M po/wesnoth-multiplayer/sr at ijekavian.po
    M po/wesnoth-multiplayer/sr at ijekavianlatin.po
    M po/wesnoth-multiplayer/sr at latin.po
    M po/wesnoth-multiplayer/sv.po
    M po/wesnoth-multiplayer/tl.po
    M po/wesnoth-multiplayer/tr.po
    M po/wesnoth-multiplayer/uk.po
    M po/wesnoth-multiplayer/vi.po
    M po/wesnoth-multiplayer/wesnoth-multiplayer.pot
    M po/wesnoth-multiplayer/zh_CN.po
    M po/wesnoth-multiplayer/zh_TW.po
    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/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/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/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/af.po
    M po/wesnoth-sotbe/ang.po
    M po/wesnoth-sotbe/ang at latin.po
    M po/wesnoth-sotbe/ar.po
    M po/wesnoth-sotbe/ast.po
    M po/wesnoth-sotbe/bg.po
    M po/wesnoth-sotbe/ca.po
    M po/wesnoth-sotbe/ca_ES at valencia.po
    M po/wesnoth-sotbe/cs.po
    M po/wesnoth-sotbe/da.po
    M po/wesnoth-sotbe/de.po
    M po/wesnoth-sotbe/el.po
    M po/wesnoth-sotbe/en at shaw.po
    M po/wesnoth-sotbe/en_GB.po
    M po/wesnoth-sotbe/eo.po
    M po/wesnoth-sotbe/es.po
    M po/wesnoth-sotbe/et.po
    M po/wesnoth-sotbe/eu.po
    M po/wesnoth-sotbe/fi.po
    M po/wesnoth-sotbe/fr.po
    M po/wesnoth-sotbe/fur_IT.po
    M po/wesnoth-sotbe/ga.po
    M po/wesnoth-sotbe/gd.po
    M po/wesnoth-sotbe/gl.po
    M po/wesnoth-sotbe/he.po
    M po/wesnoth-sotbe/hr.po
    M po/wesnoth-sotbe/hu.po
    M po/wesnoth-sotbe/id.po
    M po/wesnoth-sotbe/is.po
    M po/wesnoth-sotbe/it.po
    M po/wesnoth-sotbe/ja.po
    M po/wesnoth-sotbe/ko.po
    M po/wesnoth-sotbe/la.po
    M po/wesnoth-sotbe/lt.po
    M po/wesnoth-sotbe/lv.po
    M po/wesnoth-sotbe/mk.po
    M po/wesnoth-sotbe/mr.po
    M po/wesnoth-sotbe/nb_NO.po
    M po/wesnoth-sotbe/nl.po
    M po/wesnoth-sotbe/pl.po
    M po/wesnoth-sotbe/pt.po
    M po/wesnoth-sotbe/pt_BR.po
    M po/wesnoth-sotbe/racv.po
    M po/wesnoth-sotbe/ro.po
    M po/wesnoth-sotbe/ru.po
    M po/wesnoth-sotbe/sk.po
    M po/wesnoth-sotbe/sl.po
    M po/wesnoth-sotbe/sr.po
    M po/wesnoth-sotbe/sr at ijekavian.po
    M po/wesnoth-sotbe/sr at ijekavianlatin.po
    M po/wesnoth-sotbe/sr at latin.po
    M po/wesnoth-sotbe/sv.po
    M po/wesnoth-sotbe/tl.po
    M po/wesnoth-sotbe/tr.po
    M po/wesnoth-sotbe/uk.po
    M po/wesnoth-sotbe/vi.po
    M po/wesnoth-sotbe/wesnoth-sotbe.pot
    M po/wesnoth-sotbe/zh_CN.po
    M po/wesnoth-sotbe/zh_TW.po
    M po/wesnoth-tb/af.po
    M po/wesnoth-tb/ang.po
    M po/wesnoth-tb/ang at latin.po
    M po/wesnoth-tb/ar.po
    M po/wesnoth-tb/ast.po
    M po/wesnoth-tb/bg.po
    M po/wesnoth-tb/ca.po
    M po/wesnoth-tb/ca_ES at valencia.po
    M po/wesnoth-tb/cs.po
    M po/wesnoth-tb/da.po
    M po/wesnoth-tb/de.po
    M po/wesnoth-tb/el.po
    M po/wesnoth-tb/en at shaw.po
    M po/wesnoth-tb/en_GB.po
    M po/wesnoth-tb/eo.po
    M po/wesnoth-tb/es.po
    M po/wesnoth-tb/et.po
    M po/wesnoth-tb/eu.po
    M po/wesnoth-tb/fi.po
    M po/wesnoth-tb/fr.po
    M po/wesnoth-tb/fur_IT.po
    M po/wesnoth-tb/ga.po
    M po/wesnoth-tb/gd.po
    M po/wesnoth-tb/gl.po
    M po/wesnoth-tb/he.po
    M po/wesnoth-tb/hr.po
    M po/wesnoth-tb/hu.po
    M po/wesnoth-tb/id.po
    M po/wesnoth-tb/is.po
    M po/wesnoth-tb/it.po
    M po/wesnoth-tb/ja.po
    M po/wesnoth-tb/ko.po
    M po/wesnoth-tb/la.po
    M po/wesnoth-tb/lt.po
    M po/wesnoth-tb/lv.po
    M po/wesnoth-tb/mk.po
    M po/wesnoth-tb/mr.po
    M po/wesnoth-tb/nb_NO.po
    M po/wesnoth-tb/nl.po
    M po/wesnoth-tb/pl.po
    M po/wesnoth-tb/pt.po
    M po/wesnoth-tb/pt_BR.po
    M po/wesnoth-tb/racv.po
    M po/wesnoth-tb/ro.po
    M po/wesnoth-tb/ru.po
    M po/wesnoth-tb/sk.po
    M po/wesnoth-tb/sl.po
    M po/wesnoth-tb/sr.po
    M po/wesnoth-tb/sr at ijekavian.po
    M po/wesnoth-tb/sr at ijekavianlatin.po
    M po/wesnoth-tb/sr at latin.po
    M po/wesnoth-tb/sv.po
    M po/wesnoth-tb/tl.po
    M po/wesnoth-tb/tr.po
    M po/wesnoth-tb/uk.po
    M po/wesnoth-tb/vi.po
    M po/wesnoth-tb/wesnoth-tb.pot
    M po/wesnoth-tb/zh_CN.po
    M po/wesnoth-tb/zh_TW.po
    M po/wesnoth-test/ja.po
    M po/wesnoth-thot/af.po
    M po/wesnoth-thot/ang.po
    M po/wesnoth-thot/ang at latin.po
    M po/wesnoth-thot/ar.po
    M po/wesnoth-thot/ast.po
    M po/wesnoth-thot/bg.po
    M po/wesnoth-thot/ca.po
    M po/wesnoth-thot/ca_ES at valencia.po
    M po/wesnoth-thot/cs.po
    M po/wesnoth-thot/da.po
    M po/wesnoth-thot/de.po
    M po/wesnoth-thot/el.po
    M po/wesnoth-thot/en at shaw.po
    M po/wesnoth-thot/en_GB.po
    M po/wesnoth-thot/eo.po
    M po/wesnoth-thot/es.po
    M po/wesnoth-thot/et.po
    M po/wesnoth-thot/eu.po
    M po/wesnoth-thot/fi.po
    M po/wesnoth-thot/fr.po
    M po/wesnoth-thot/fur_IT.po
    M po/wesnoth-thot/ga.po
    M po/wesnoth-thot/gd.po
    M po/wesnoth-thot/gl.po
    M po/wesnoth-thot/he.po
    M po/wesnoth-thot/hr.po
    M po/wesnoth-thot/hu.po
    M po/wesnoth-thot/id.po
    M po/wesnoth-thot/is.po
    M po/wesnoth-thot/it.po
    M po/wesnoth-thot/ja.po
    M po/wesnoth-thot/ko.po
    M po/wesnoth-thot/la.po
    M po/wesnoth-thot/lt.po
    M po/wesnoth-thot/lv.po
    M po/wesnoth-thot/mk.po
    M po/wesnoth-thot/mr.po
    M po/wesnoth-thot/nb_NO.po
    M po/wesnoth-thot/nl.po
    M po/wesnoth-thot/pl.po
    M po/wesnoth-thot/pt.po
    M po/wesnoth-thot/pt_BR.po
    M po/wesnoth-thot/racv.po
    M po/wesnoth-thot/ro.po
    M po/wesnoth-thot/ru.po
    M po/wesnoth-thot/sk.po
    M po/wesnoth-thot/sl.po
    M po/wesnoth-thot/sr.po
    M po/wesnoth-thot/sr at ijekavian.po
    M po/wesnoth-thot/sr at ijekavianlatin.po
    M po/wesnoth-thot/sr at latin.po
    M po/wesnoth-thot/sv.po
    M po/wesnoth-thot/tl.po
    M po/wesnoth-thot/tr.po
    M po/wesnoth-thot/uk.po
    M po/wesnoth-thot/vi.po
    M po/wesnoth-thot/wesnoth-thot.pot
    M po/wesnoth-thot/zh_CN.po
    M po/wesnoth-thot/zh_TW.po
    M po/wesnoth-trow/af.po
    M po/wesnoth-trow/ang.po
    M po/wesnoth-trow/ang at latin.po
    M po/wesnoth-trow/ar.po
    M po/wesnoth-trow/ast.po
    M po/wesnoth-trow/bg.po
    M po/wesnoth-trow/ca.po
    M po/wesnoth-trow/ca_ES at valencia.po
    M po/wesnoth-trow/cs.po
    M po/wesnoth-trow/da.po
    M po/wesnoth-trow/de.po
    M po/wesnoth-trow/el.po
    M po/wesnoth-trow/en at shaw.po
    M po/wesnoth-trow/en_GB.po
    M po/wesnoth-trow/eo.po
    M po/wesnoth-trow/es.po
    M po/wesnoth-trow/et.po
    M po/wesnoth-trow/eu.po
    M po/wesnoth-trow/fi.po
    M po/wesnoth-trow/fr.po
    M po/wesnoth-trow/fur_IT.po
    M po/wesnoth-trow/ga.po
    M po/wesnoth-trow/gd.po
    M po/wesnoth-trow/gl.po
    M po/wesnoth-trow/he.po
    M po/wesnoth-trow/hr.po
    M po/wesnoth-trow/hu.po
    M po/wesnoth-trow/id.po
    M po/wesnoth-trow/is.po
    M po/wesnoth-trow/it.po
    M po/wesnoth-trow/ja.po
    M po/wesnoth-trow/ko.po
    M po/wesnoth-trow/la.po
    M po/wesnoth-trow/lt.po
    M po/wesnoth-trow/lv.po
    M po/wesnoth-trow/mk.po
    M po/wesnoth-trow/mr.po
    M po/wesnoth-trow/nb_NO.po
    M po/wesnoth-trow/nl.po
    M po/wesnoth-trow/pl.po
    M po/wesnoth-trow/pt.po
    M po/wesnoth-trow/pt_BR.po
    M po/wesnoth-trow/racv.po
    M po/wesnoth-trow/ro.po
    M po/wesnoth-trow/ru.po
    M po/wesnoth-trow/sk.po
    M po/wesnoth-trow/sl.po
    M po/wesnoth-trow/sr.po
    M po/wesnoth-trow/sr at ijekavian.po
    M po/wesnoth-trow/sr at ijekavianlatin.po
    M po/wesnoth-trow/sr at latin.po
    M po/wesnoth-trow/sv.po
    M po/wesnoth-trow/tl.po
    M po/wesnoth-trow/tr.po
    M po/wesnoth-trow/uk.po
    M po/wesnoth-trow/vi.po
    M po/wesnoth-trow/wesnoth-trow.pot
    M po/wesnoth-trow/zh_CN.po
    M po/wesnoth-trow/zh_TW.po
    M po/wesnoth-tsg/af.po
    M po/wesnoth-tsg/ang.po
    M po/wesnoth-tsg/ang at latin.po
    M po/wesnoth-tsg/ar.po
    M po/wesnoth-tsg/ast.po
    M po/wesnoth-tsg/bg.po
    M po/wesnoth-tsg/ca.po
    M po/wesnoth-tsg/ca_ES at valencia.po
    M po/wesnoth-tsg/cs.po
    M po/wesnoth-tsg/da.po
    M po/wesnoth-tsg/de.po
    M po/wesnoth-tsg/el.po
    M po/wesnoth-tsg/en at shaw.po
    M po/wesnoth-tsg/en_GB.po
    M po/wesnoth-tsg/eo.po
    M po/wesnoth-tsg/es.po
    M po/wesnoth-tsg/et.po
    M po/wesnoth-tsg/eu.po
    M po/wesnoth-tsg/fi.po
    M po/wesnoth-tsg/fr.po
    M po/wesnoth-tsg/fur_IT.po
    M po/wesnoth-tsg/ga.po
    M po/wesnoth-tsg/gd.po
    M po/wesnoth-tsg/gl.po
    M po/wesnoth-tsg/he.po
    M po/wesnoth-tsg/hr.po
    M po/wesnoth-tsg/hu.po
    M po/wesnoth-tsg/id.po
    M po/wesnoth-tsg/is.po
    M po/wesnoth-tsg/it.po
    M po/wesnoth-tsg/ja.po
    M po/wesnoth-tsg/ko.po
    M po/wesnoth-tsg/la.po
    M po/wesnoth-tsg/lt.po
    M po/wesnoth-tsg/lv.po
    M po/wesnoth-tsg/mk.po
    M po/wesnoth-tsg/mr.po
    M po/wesnoth-tsg/nb_NO.po
    M po/wesnoth-tsg/nl.po
    M po/wesnoth-tsg/pl.po
    M po/wesnoth-tsg/pt.po
    M po/wesnoth-tsg/pt_BR.po
    M po/wesnoth-tsg/racv.po
    M po/wesnoth-tsg/ro.po
    M po/wesnoth-tsg/ru.po
    M po/wesnoth-tsg/sk.po
    M po/wesnoth-tsg/sl.po
    M po/wesnoth-tsg/sr.po
    M po/wesnoth-tsg/sr at ijekavian.po
    M po/wesnoth-tsg/sr at ijekavianlatin.po
    M po/wesnoth-tsg/sr at latin.po
    M po/wesnoth-tsg/sv.po
    M po/wesnoth-tsg/tl.po
    M po/wesnoth-tsg/tr.po
    M po/wesnoth-tsg/uk.po
    M po/wesnoth-tsg/vi.po
    M po/wesnoth-tsg/wesnoth-tsg.pot
    M po/wesnoth-tsg/zh_CN.po
    M po/wesnoth-tsg/zh_TW.po
    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/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/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/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/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/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/af.po
    M po/wesnoth/ang.po
    M po/wesnoth/ang at latin.po
    M po/wesnoth/ar.po
    M 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/wesnoth.cbp
    A projectfiles/VC12/README.md
    A projectfiles/VC12/WML_tests.cmd
    A projectfiles/VC12/WindowsTimeout.cpp
    A projectfiles/VC12/WindowsTimeout.vcxproj
    A projectfiles/VC12/files_with_deactivated_warnings.txt
    A projectfiles/VC12/liblua.vcxproj
    A projectfiles/VC12/liblua.vcxproj.filters
    A projectfiles/VC12/schema_generator.vcxproj
    A projectfiles/VC12/schema_generator.vcxproj.filters
    A projectfiles/VC12/wesnoth.sln
    A projectfiles/VC12/wesnoth.vcxproj
    A projectfiles/VC12/wesnoth.vcxproj.filters
    A projectfiles/VC12/wesnothd.vcxproj
    A projectfiles/VC12/wesnothd.vcxproj.filters
    A projectfiles/VC12/wesnothlib.vcxproj
    A projectfiles/VC12/wesnothlib.vcxproj.filters
    R projectfiles/VC9/README.md
    R projectfiles/VC9/WML_tests.cmd
    R projectfiles/VC9/WindowsTimeout.cpp
    R projectfiles/VC9/WindowsTimeout.vcproj
    R projectfiles/VC9/files_with_deactivated_warnings.txt
    R projectfiles/VC9/liblua.vcproj
    R projectfiles/VC9/schema_generator.vcproj
    R projectfiles/VC9/wesnoth.sln
    R projectfiles/VC9/wesnoth.vcproj
    R projectfiles/VC9/wesnothd.vcproj
    R projectfiles/VC9/wesnothlib.vcproj
    M projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj
    M src/CMakeLists.txt
    M src/SConscript
    M src/actions/undo_action.cpp
    M src/ai/actions.cpp
    M src/ai/default/ca_move_to_targets.cpp
    R src/array.hpp
    M src/attack_prediction.cpp
    M src/controller_base.cpp
    M src/controller_base.hpp
    M src/editor/controller/editor_controller.cpp
    M src/editor/controller/editor_controller.hpp
    M src/generators/default_map_generator_job.cpp
    M src/generators/default_map_generator_job.hpp
    M src/gui/dialogs/addon/list.cpp
    M src/gui/dialogs/addon/list.hpp
    M src/gui/dialogs/loadscreen.cpp
    M src/gui/dialogs/loadscreen.hpp
    M src/gui/dialogs/unit_create.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_command.cpp
    M src/hotkey/hotkey_command.hpp
    M src/hotkey/hotkey_handler.cpp
    M src/hotkey/hotkey_handler.hpp
    R src/race.cpp
    R src/race.hpp
    M src/scripting/game_lua_kernel.cpp
    M src/scripting/lua_race.cpp
    M src/server/server.cpp
    M src/storyscreen/controller.cpp
    M src/storyscreen/part.cpp
    M src/tstring.cpp
    A src/units/race.cpp
    A src/units/race.hpp
    M src/units/types.hpp
    M src/units/unit.cpp
    M src/util.hpp
    A src/utils/context_free_grammar_generator.cpp
    A src/utils/context_free_grammar_generator.hpp
    A src/utils/markov_generator.cpp
    A src/utils/markov_generator.hpp
    A src/utils/name_generator.hpp
    M src/whiteboard/manager.cpp
    M src/widgets/scrollbar.cpp
    A utils/pywmlx/__init__.py
    A utils/pywmlx/autof.py
    A utils/pywmlx/nodemanip.py
    A utils/pywmlx/postring.py
    A utils/pywmlx/state/__init__.py
    A utils/pywmlx/state/lua_states.py
    A utils/pywmlx/state/machine.py
    A utils/pywmlx/state/state.py
    A utils/pywmlx/state/wml_states.py
    A utils/pywmlx/wmlerr.py
    M utils/wmlxgettext
    A utils/wmlxgettext_perl

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


  Commit: cac07b3e79cdae722489e33bb4787c66f851b26b
      https://github.com/wesnoth/wesnoth/commit/cac07b3e79cdae722489e33bb4787c66f851b26b
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2016-05-04 (Wed, 04 May 2016)

  Changed paths:
    M src/server/server.cpp

  Log Message:
  -----------
  Fix invalid iterator usage


  Commit: f76327ad6f6769bcd01293165cba05e83c8edc4e
      https://github.com/wesnoth/wesnoth/commit/f76327ad6f6769bcd01293165cba05e83c8edc4e
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2016-05-05 (Thu, 05 May 2016)

  Changed paths:
    M src/server/server.cpp

  Log Message:
  -----------
  Reimplement message for admins recognized via user_handler


  Commit: 99dff79b74502f39e63b03bcdc5c266dd56608e8
      https://github.com/wesnoth/wesnoth/commit/99dff79b74502f39e63b03bcdc5c266dd56608e8
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2016-05-05 (Thu, 05 May 2016)

  Changed paths:
    M src/server/server.cpp

  Log Message:
  -----------
  Re-enable ip log functionality


  Commit: 157a0f9c623f7af9b805b52c7d841fb21a32561b
      https://github.com/wesnoth/wesnoth/commit/157a0f9c623f7af9b805b52c7d841fb21a32561b
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2016-05-05 (Thu, 05 May 2016)

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

  Log Message:
  -----------
  Reimplemented the ability to count currently active games


  Commit: 87f4a00e47efbcf26bbaa583e9bb70cb789dee37
      https://github.com/wesnoth/wesnoth/commit/87f4a00e47efbcf26bbaa583e9bb70cb789dee37
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2016-05-05 (Thu, 05 May 2016)

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

  Log Message:
  -----------
  Reenabled nickserv functionality


  Commit: c11728e66f8fd5ca775777e9c9992757961766a4
      https://github.com/wesnoth/wesnoth/commit/c11728e66f8fd5ca775777e9c9992757961766a4
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2016-05-06 (Fri, 06 May 2016)

  Changed paths:
    M src/server/game.cpp
    M src/server/game.hpp
    M src/server/player_connection.cpp
    M src/server/player_connection.hpp
    M src/server/server.cpp
    M src/server/server.hpp

  Log Message:
  -----------
  Change casing in class names to be more in line with c++ std, boost and
rest of wesnoth


  Commit: ee71c19d11d3787dd0d8de41c9fbd477cf3c747e
      https://github.com/wesnoth/wesnoth/commit/ee71c19d11d3787dd0d8de41c9fbd477cf3c747e
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2016-05-06 (Fri, 06 May 2016)

  Changed paths:
    M src/server/server.hpp

  Log Message:
  -----------
  Remove some more obsolete commented code


  Commit: 37688d57d61a78f0db7a73f89a6c2c5b3aca815b
      https://github.com/wesnoth/wesnoth/commit/37688d57d61a78f0db7a73f89a6c2c5b3aca815b
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2016-05-07 (Sat, 07 May 2016)

  Changed paths:
    M SConstruct

  Log Message:
  -----------
  Remove redundant SDL check


  Commit: 0be0b91ee6beb009bc3e26030d96b5b2ed9dc30f
      https://github.com/wesnoth/wesnoth/commit/0be0b91ee6beb009bc3e26030d96b5b2ed9dc30f
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2016-05-10 (Tue, 10 May 2016)

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

  Log Message:
  -----------
  Fully implemented graceful shutdown


  Commit: 2b717a7f3d2b4cd404037964dc86368a1b913fd1
      https://github.com/wesnoth/wesnoth/commit/2b717a7f3d2b4cd404037964dc86368a1b913fd1
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2016-05-12 (Thu, 12 May 2016)

  Changed paths:
    M src/CMakeLists.txt

  Log Message:
  -----------
  Update wesnothd sources in cmake


  Commit: 3f91836ded262f0301d25f931d9edfb4fa280b32
      https://github.com/wesnoth/wesnoth/commit/3f91836ded262f0301d25f931d9edfb4fa280b32
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2016-05-15 (Sun, 15 May 2016)

  Changed paths:
    M src/server/ban.cpp

  Log Message:
  -----------
  Uncomment filesystem code in ban_manager::write


  Commit: fc9e08e6d9129a14b3256dcbfc15875b47e7c66e
      https://github.com/wesnoth/wesnoth/commit/fc9e08e6d9129a14b3256dcbfc15875b47e7c66e
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2016-05-15 (Sun, 15 May 2016)

  Changed paths:
    M src/server/server.cpp

  Log Message:
  -----------
  Fixed invalid iterator usage


  Commit: eafba52b60f7fa37e8cf8cbf1e9535ff1eb7f040
      https://github.com/wesnoth/wesnoth/commit/eafba52b60f7fa37e8cf8cbf1e9535ff1eb7f040
  Author: Sergey Popov <loonycyborg at gmail.com>
  Date:   2016-05-31 (Tue, 31 May 2016)

  Changed paths:
    M SConstruct
    M projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj
    M src/CMakeLists.txt
    M src/SConscript
    M src/filesystem_common.cpp
    A src/filesystem_sdl.cpp
    M src/game_config.hpp
    M src/game_launcher.cpp
    M src/log.cpp
    M src/log.hpp
    M src/scripting/lua_race.cpp
    M src/scripting/lua_unit_type.cpp
    M src/server/game.cpp
    M src/server/game.hpp
    A src/server/player_connection.cpp
    A src/server/player_connection.hpp
    M src/server/player_network.cpp
    M src/server/player_network.hpp
    R src/server/proxy.cpp
    R src/server/proxy.hpp
    M src/server/server.cpp
    M src/server/server.hpp
    M src/terrain/translation.hpp
    M src/util.hpp

  Log Message:
  -----------
  Merge pull request #645 from wesnoth/asio_wesnothd

Make wesnothd use asio network api instead of SDL_net


Compare: https://github.com/wesnoth/wesnoth/compare/bfffc881f6c5...eafba52b60f7


More information about the Commits mailing list