[Commits] [wesnoth/wesnoth] 07169f: tpreferences: fixup ad8468698916

GitHub noreply at github.com
Wed Feb 24 09:03:40 UTC 2016


  Branch: refs/heads/guifixes
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 07169f5e7afe146bd0a02190183bfd7710039f2f
      https://github.com/wesnoth/wesnoth/commit/07169f5e7afe146bd0a02190183bfd7710039f2f
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-21 (Sun, 21 Feb 2016)

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

  Log Message:
  -----------
  tpreferences: fixup ad8468698916

The previous iteration caused a crash on exit if you weren't in the display tab,
since the scale slider couldn't be found. This keeps the value of the slider in
a class member variable so its always accessible.


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

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

  Log Message:
  -----------
  tpreferences: hopefully silenced unused parameter warning


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

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

  Log Message:
  -----------
  gui2: tweaked layout of listbox header toggle button definition

This lays out the text by a 5 left offset, alleviating the necessary use
of a border in dialogs using this widget, since borders meant that the
colors backgrounds would not be drawn. As such, any use of this widget
should *not* have borders defined.


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

  Changed paths:
    M data/gui/default/window/game_load.cfg
    M data/gui/default/window/unit_create.cfg

  Log Message:
  -----------
  gui2: removed borders from usecases of listbox_header type toggle buttons

This deliberately excludes the addon_list dialog, since work is being done
on that elsewhere.


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

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

  Log Message:
  -----------
  tgame_load: very subtle layout fix

The Delete button wasn't perfectly aligned with the listbox scrollbar
on the right.


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

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

  Log Message:
  -----------
  gui2: cleanup of the text box widget design

This reduces border size as well as removes a hack related to transparent
backgrounds and text rendering. I can't observe any issue with text AA
using semi-transparent backgrounds anymore.


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

  Changed paths:
    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/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/terrain-graphics/new-macros.cfg

  Log Message:
  -----------
  Replaced feathered beach wave masks with hard-edged ones

This both improves performance slightly and eliminates glitches resulting from the feathered masks overlapping.


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

  Changed paths:
    M data/gui/default/macros/horizontal_scrollbar.cfg
    M data/gui/default/macros/vertical_scrollbar.cfg

  Log Message:
  -----------
  gui2: dropped repeating buttons from scrollbars


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

  Changed paths:
    M data/gui/default/widget/horizontal_scrollbar_default.cfg
    M data/gui/default/widget/vertical_scrollbar_default.cfg
    A images/buttons/scrollbars/scrollbottom-active.png
    A images/buttons/scrollbars/scrollbottom-minimal-active.png
    A images/buttons/scrollbars/scrollbottom-minimal-pressed.png
    A images/buttons/scrollbars/scrollbottom-minimal.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-minimal-active.png
    A images/buttons/scrollbars/scrollmid-minimal-pressed.png
    A images/buttons/scrollbars/scrollmid-minimal.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-minimal-active.png
    A images/buttons/scrollbars/scrolltop-minimal-pressed.png
    A images/buttons/scrollbars/scrolltop-minimal.png
    A images/buttons/scrollbars/scrolltop-pressed.png
    A images/buttons/scrollbars/scrolltop.png
    R images/buttons/scrollbottom-active.png
    R images/buttons/scrollbottom-minimal-active.png
    R images/buttons/scrollbottom-minimal-pressed.png
    R images/buttons/scrollbottom-minimal.png
    R images/buttons/scrollbottom-pressed.png
    R images/buttons/scrollbottom.png
    R images/buttons/scrollgroove-bottom-minimal.png
    R images/buttons/scrollgroove-bottom.png
    R images/buttons/scrollgroove-horizontal.png
    R images/buttons/scrollgroove-left.png
    R images/buttons/scrollgroove-mid-minimal.png
    R images/buttons/scrollgroove-mid.png
    R images/buttons/scrollgroove-right.png
    R images/buttons/scrollgroove-top-minimal.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-minimal-active.png
    R images/buttons/scrollmid-minimal-pressed.png
    R images/buttons/scrollmid-minimal.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-minimal-active.png
    R images/buttons/scrolltop-minimal-pressed.png
    R images/buttons/scrolltop-minimal.png
    R images/buttons/scrolltop-pressed.png
    R images/buttons/scrolltop.png

  Log Message:
  -----------
  Moved scrollbar images to their own folder


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

  Changed paths:
    R data/gui/default/widget/label_title_screen_revision.cfg
    M data/gui/default/window/title_screen.cfg

  Log Message:
  -----------
  ttitle_screen: use a standard label definition for version label

Since this label no longer has a special background, the custom definition isn't
necessary anymore.


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

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

  Log Message:
  -----------
  tcontrol: add text_alignment setter to set_members


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

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

  Log Message:
  -----------
  tcampaign_dialog: add support for setting alignment of description text from WML


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

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

  Log Message:
  -----------
  SoF: center description poem


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

  Changed paths:
    M src/widgets/scrollbar.cpp

  Log Message:
  -----------
  Update GUI1 scrollbar image paths post-5aa86c42f004


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

  Changed paths:
    M src/game_initialization/playcampaign.cpp

  Log Message:
  -----------
  attempt to fix replays of mp games not beeing loaded correctly.

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


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

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

  Log Message:
  -----------
  Fixup e8c3fdb2381c

This makes the dialog look good at 800x480 again


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

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

  Log Message:
  -----------
  tpreferences: ensure all descriptions are shown


  Commit: 74973218b1502c78efc2cedfa256a5e0fdba25dc
      https://github.com/wesnoth/wesnoth/commit/74973218b1502c78efc2cedfa256a5e0fdba25dc
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2016-02-22 (Mon, 22 Feb 2016)

  Changed paths:
    M data/gui/default/macros/horizontal_scrollbar.cfg
    M data/gui/default/macros/vertical_scrollbar.cfg

  Log Message:
  -----------
  Revert "gui2: dropped repeating buttons from scrollbars"

This reverts commit 04d510a91cb9d9ff97a56b09690ca9499c82ab30.


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

  Changed paths:
    M data/campaigns/Under_the_Burning_Suns/scenarios/02_Across_the_Harsh_Sands.cfg

  Log Message:
  -----------
  UtBS S2: fixed Go’hag not being included in undead group death event


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

  Changed paths:
    M data/campaigns/Under_the_Burning_Suns/scenarios/02_Across_the_Harsh_Sands.cfg

  Log Message:
  -----------
  Fixup 2d9996093010


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

  Changed paths:
    M src/unit_filter.cpp

  Log Message:
  -----------
  remove support for name= in standart unit filters

This causes OOS because the name differs in different languages
Also this wasn't documented in the wiki


  Commit: 89e8341b1aa1ff72a05c014c1136b481df9479cd
      https://github.com/wesnoth/wesnoth/commit/89e8341b1aa1ff72a05c014c1136b481df9479cd
  Author: gfgtdf <tischpapier at gmail.com>
  Date:   2016-02-23 (Tue, 23 Feb 2016)

  Changed paths:
    M data/campaigns/Under_the_Burning_Suns/scenarios/02_Across_the_Harsh_Sands.cfg

  Log Message:
  -----------
  fix use of invalid name= attribute in standard unit filtes in UtbS scenario2


  Commit: 43e3f8e6316462fe1f3d837ad63d073ac0ca62a9
      https://github.com/wesnoth/wesnoth/commit/43e3f8e6316462fe1f3d837ad63d073ac0ca62a9
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-02-22 (Mon, 22 Feb 2016)

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

  Log Message:
  -----------
  XCode: Split up copy files phase a little

May or may not speed up the build.
Definitely improves the progress indicator a little bit.


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

  Changed paths:
    M data/gui/default/window/preferences/01_general.cfg
    M data/gui/default/window/preferences/02_display.cfg
    M data/gui/default/window/preferences/03_sound.cfg
    M data/gui/default/window/preferences/05_advanced.cfg

  Log Message:
  -----------
  tpreferences: cleaned up some unnecessary grid nesting


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

  Changed paths:
    M data/gui/default/window/preferences/01_general.cfg

  Log Message:
  -----------
  tpreferences: made sure Scroll Speed slider fills all available space


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

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

  Log Message:
  -----------
  tpreferences: fixed incorrect use of doxygen comments


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

  Changed paths:
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter1/03_Kalian_under_Attack.cfg

  Log Message:
  -----------
  LoW S3: fixed incorrectly placed labels (bugs #22931, #23776)

I'm not sure why, but it seems the labels need to be initialized in prestart
if using [shift_labels] since I removed the explicit loading of that tag's lua
in a preload event. I'm also not sure why the shift values needed to be updated,
but everything seems to work now, which is what matters.


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

  Changed paths:
    M src/team.cpp

  Log Message:
  -----------
  Add 'is_local' to recognized key list


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

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

  Log Message:
  -----------
  Implement is_replay() in playsingle_controller


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

  Changed paths:
    M src/synced_context.cpp

  Log Message:
  -----------
  Moved synced_context replay check deeper

It's caught by more calls this way.


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

  Changed paths:
    M src/replay.cpp

  Log Message:
  -----------
  Fixed a typo in an error


  Commit: 3683490ac6885e58c7577a3080e747975dd1f9dc
      https://github.com/wesnoth/wesnoth/commit/3683490ac6885e58c7577a3080e747975dd1f9dc
  Author: gfgtdf <tischpapier at gmail.com>
  Date:   2016-02-23 (Tue, 23 Feb 2016)

  Changed paths:
    M src/unit_filter.cpp

  Log Message:
  -----------
  add wanring for name= in standard unit filters.


  Commit: fd939cee76c47207db73f71a8194a3d2611f7252
      https://github.com/wesnoth/wesnoth/commit/fd939cee76c47207db73f71a8194a3d2611f7252
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-02-23 (Tue, 23 Feb 2016)

  Changed paths:
    M src/unit_filter.cpp

  Log Message:
  -----------
  Unit filters: move name warning to constructor and suggest alternatives


  Commit: 18bcd519e0dd9de9f411e0bb1aecd77f555629eb
      https://github.com/wesnoth/wesnoth/commit/18bcd519e0dd9de9f411e0bb1aecd77f555629eb
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-02-23 (Tue, 23 Feb 2016)

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

  Log Message:
  -----------
  XCode: Suppress warnings about unknown warnings


  Commit: 708af564095390490048d04fbd40709cbcda9185
      https://github.com/wesnoth/wesnoth/commit/708af564095390490048d04fbd40709cbcda9185
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-02-23 (Tue, 23 Feb 2016)

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

  Log Message:
  -----------
  Fix function name typo


  Commit: afd53cf6a1b20b9f5efc6143274faa888a308a3f
      https://github.com/wesnoth/wesnoth/commit/afd53cf6a1b20b9f5efc6143274faa888a308a3f
  Author: Robert Wallace <robert at peterwallace.org>
  Date:   2016-02-23 (Tue, 23 Feb 2016)

  Changed paths:
    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

  Log Message:
  -----------
  Fixed deprecated code in ANL


  Commit: df45dd9aab034ff08c0af27ac087bf986dddc603
      https://github.com/wesnoth/wesnoth/commit/df45dd9aab034ff08c0af27ac087bf986dddc603
  Author: Robert Wallace <robert at peterwallace.org>
  Date:   2016-02-23 (Tue, 23 Feb 2016)

  Changed paths:
    M data/core/about.cfg

  Log Message:
  -----------
  Update about.cfg


  Commit: 0484fdd4149fc794d59517f7a19873bbb5fe6ad6
      https://github.com/wesnoth/wesnoth/commit/0484fdd4149fc794d59517f7a19873bbb5fe6ad6
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-02-23 (Tue, 23 Feb 2016)

  Changed paths:
    M src/controller_base.hpp
    M src/editor/controller/editor_controller.cpp
    M src/editor/controller/editor_controller.hpp
    M src/gui/dialogs/synced_choice_wait.cpp
    M src/hotkey/command_executor.cpp
    M src/play_controller.cpp
    M src/play_controller.hpp
    M src/quit_confirmation.cpp
    M src/quit_confirmation.hpp

  Log Message:
  -----------
  fix quit confirmation promt in editor

previously it showed the default "do you want to quit the game" message
when leaving the editor. using the red cross in the corner.

This also changes some dublication of the "Do you really want to quit?"
translatable string in the c++ code.


  Commit: baed863df07360f8753c81d160c3ea202da681c5
      https://github.com/wesnoth/wesnoth/commit/baed863df07360f8753c81d160c3ea202da681c5
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-02-23 (Tue, 23 Feb 2016)

  Changed paths:
    M src/addon/info.cpp
    M src/addon/info.hpp
    M src/addon/state.cpp
    M src/addon/state.hpp
    M src/editor/palette/common_palette.hpp
    M src/editor/toolkit/editor_toolkit.hpp
    M src/game_classification.cpp
    M src/game_classification.hpp
    M src/game_end_exceptions.cpp
    M src/game_end_exceptions.hpp
    M src/gui/dialogs/addon_list.hpp
    M src/gui/dialogs/campaign_selection.hpp
    M src/gui/dialogs/core_selection.hpp
    M src/gui/dialogs/editor/editor_edit_scenario.hpp
    M src/gui/dialogs/editor/editor_edit_side.hpp
    M src/gui/dialogs/lobby_player_info.hpp
    M src/help/help.cpp
    M src/help/help_impl.hpp
    M src/hotkey/hotkey_item.cpp
    M src/hotkey/hotkey_item.hpp
    M src/network_asio.hpp
    M src/replay.hpp
    M src/replay_helper.hpp
    M src/scripting/lua_api.hpp
    M src/serialization/schema_validator.hpp
    M src/synced_checkup.hpp
    M src/synced_commands.hpp

  Log Message:
  -----------
  Don't include config.hpp when possible

Instead, try to forward-declare it only.


  Commit: c08ea95c72566614a5d44a347e2517f4491d0e70
      https://github.com/wesnoth/wesnoth/commit/c08ea95c72566614a5d44a347e2517f4491d0e70
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-02-23 (Tue, 23 Feb 2016)

  Changed paths:
    M src/config.hpp

  Log Message:
  -----------
  config: make static string constants private


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

  Changed paths:
    M src/help/help_impl.hpp

  Log Message:
  -----------
  Restore a config.hpp include

This fixes compilation


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

  Changed paths:
    M src/help/help_impl.hpp

  Log Message:
  -----------
  Redid c0df87a47049 correctly


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

  Changed paths:
    M data/multiplayer/scenarios/ANL_utils/ANL_research_options.cfg
    M data/multiplayer/scenarios/ANL_utils/ANL_worker_options.cfg

  Log Message:
  -----------
  ANL: strip unnecessary wmltools guards and ran wmlindent


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

  Changed paths:
    M src/hotkey/command_executor.cpp
    M src/hotkey/command_executor.hpp

  Log Message:
  -----------
  Simplify handling of HOTKEY_QUIT_TO_DESKTOP


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

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

  Log Message:
  -----------
  Small formatting cleanup


  Commit: f067332d0ff5c78541f5cb31c4cdff47f83e61cb
      https://github.com/wesnoth/wesnoth/commit/f067332d0ff5c78541f5cb31c4cdff47f83e61cb
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-02-23 (Tue, 23 Feb 2016)

  Changed paths:
    M src/gui/dialogs/synced_choice_wait.cpp
    M src/hotkey/command_executor.cpp
    M src/quit_confirmation.cpp
    M src/quit_confirmation.hpp

  Log Message:
  -----------
  fix spelling


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

  Changed paths:
    M src/gui/dialogs/synced_choice_wait.cpp
    M src/gui/dialogs/synced_choice_wait.hpp
    M src/hotkey/command_executor.cpp
    M src/hotkey/command_executor.hpp
    M src/quit_confirmation.cpp
    M src/quit_confirmation.hpp

  Log Message:
  -----------
  Add flag to quit_confirmation::quit() to only quit out of game


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

  Changed paths:
    M src/quit_confirmation.hpp

  Log Message:
  -----------
  Reapplied a fix from f067332d0ff5 that got lost in ed9ead2ac9e4


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

  Changed paths:
    M src/editor/controller/editor_controller.cpp
    M src/events.cpp
    M src/gui/dialogs/synced_choice_wait.cpp
    M src/hotkey/command_executor.cpp
    M src/quit_confirmation.cpp
    M src/quit_confirmation.hpp
    M src/wesnoth.cpp

  Log Message:
  -----------
  Bunch of refactoring of editor quit handling


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

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

  Log Message:
  -----------
  Applied some formatting to Editor quit confirmation-with-maps-open message


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

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

  Log Message:
  -----------
  Small Editor quit confirmation message wording change


  Commit: 7d2eaef38d4fed1f10bdb2aad01ed2163f794270
      https://github.com/wesnoth/wesnoth/commit/7d2eaef38d4fed1f10bdb2aad01ed2163f794270
  Author: sigurdfdragon <jjwcoat at gmail.com>
  Date:   2016-02-23 (Tue, 23 Feb 2016)

  Changed paths:
    M data/campaigns/An_Orcish_Incursion/scenarios/01_Defend_the_Forest.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/07_Showdown.cfg

  Log Message:
  -----------
  AOI: Make the named loyal units unnameable.


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

  Changed paths:
    M data/campaigns/An_Orcish_Incursion/scenarios/01_Defend_the_Forest.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/07_Showdown.cfg

  Log Message:
  -----------
  Merge pull request #607 from sigurdfdragon/AOI_Named_Loyals

AOI: Make the named loyal units unnameable.


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

  Changed paths:
    M data/multiplayer/scenarios/2p_Dark_Forecast.cfg
    M data/multiplayer/scenarios/Random_Scenario_Lua_Cave.cfg

  Log Message:
  -----------
  Run wmlindent


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

  Changed paths:
    M data/campaigns/An_Orcish_Incursion/_main.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/05_Linaera_the_Quick.cfg
    M data/campaigns/Eastern_Invasion/scenarios/13_The_Drowned_Plains.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/07_Crossroads.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
    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/17_Breaking_the_Siege.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter5/19_Costly_Revenge.cfg
    M data/campaigns/Legend_of_Wesmere/utils/characters.cfg
    M data/campaigns/Legend_of_Wesmere/utils/low-macros.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/12_The_Final_Confrontation.cfg

  Log Message:
  -----------
  Ran wmlindent on campaigns


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

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

  Log Message:
  -----------
  tsynced_choice_wait: removed now-unused CVideo parameter from pre_show


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

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

  Log Message:
  -----------
  Redo 5418ddfc2495 properly


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

  Changed paths:
    M src/quit_confirmation.hpp

  Log Message:
  -----------
  Mark quit_confirmation constructor as explicit


  Commit: c0f7fb6be25e9d10ca054d6ea00cc703d520e5b2
      https://github.com/wesnoth/wesnoth/commit/c0f7fb6be25e9d10ca054d6ea00cc703d520e5b2
  Author: Andreas Löf <andreas at alternating.net>
  Date:   2016-02-24 (Wed, 24 Feb 2016)

  Changed paths:
    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/05_Linaera_the_Quick.cfg
    M data/campaigns/An_Orcish_Incursion/scenarios/07_Showdown.cfg
    M data/campaigns/Eastern_Invasion/scenarios/13_The_Drowned_Plains.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/07_Crossroads.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
    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/17_Breaking_the_Siege.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter5/19_Costly_Revenge.cfg
    M data/campaigns/Legend_of_Wesmere/utils/characters.cfg
    M data/campaigns/Legend_of_Wesmere/utils/low-macros.cfg
    M data/campaigns/Sceptre_of_Fire/_main.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/02_Across_the_Harsh_Sands.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/12_The_Final_Confrontation.cfg
    M data/core/about.cfg
    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/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/terrain-graphics/new-macros.cfg
    M data/gui/default/widget/horizontal_scrollbar_default.cfg
    R data/gui/default/widget/label_title_screen_revision.cfg
    M data/gui/default/widget/text_box_default.cfg
    M data/gui/default/widget/toggle_button_listbox_header.cfg
    M data/gui/default/widget/vertical_scrollbar_default.cfg
    M data/gui/default/window/campaign_dialog.cfg
    M data/gui/default/window/game_load.cfg
    M data/gui/default/window/preferences/01_general.cfg
    M data/gui/default/window/preferences/02_display.cfg
    M data/gui/default/window/preferences/03_sound.cfg
    M data/gui/default/window/preferences/05_advanced.cfg
    M data/gui/default/window/title_screen.cfg
    M data/gui/default/window/unit_create.cfg
    M data/multiplayer/scenarios/2p_Dark_Forecast.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
    M data/multiplayer/scenarios/Random_Scenario_Lua_Cave.cfg
    A images/buttons/scrollbars/scrollbottom-active.png
    A images/buttons/scrollbars/scrollbottom-minimal-active.png
    A images/buttons/scrollbars/scrollbottom-minimal-pressed.png
    A images/buttons/scrollbars/scrollbottom-minimal.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-minimal-active.png
    A images/buttons/scrollbars/scrollmid-minimal-pressed.png
    A images/buttons/scrollbars/scrollmid-minimal.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-minimal-active.png
    A images/buttons/scrollbars/scrolltop-minimal-pressed.png
    A images/buttons/scrollbars/scrolltop-minimal.png
    A images/buttons/scrollbars/scrolltop-pressed.png
    A images/buttons/scrollbars/scrolltop.png
    R images/buttons/scrollbottom-active.png
    R images/buttons/scrollbottom-minimal-active.png
    R images/buttons/scrollbottom-minimal-pressed.png
    R images/buttons/scrollbottom-minimal.png
    R images/buttons/scrollbottom-pressed.png
    R images/buttons/scrollbottom.png
    R images/buttons/scrollgroove-bottom-minimal.png
    R images/buttons/scrollgroove-bottom.png
    R images/buttons/scrollgroove-horizontal.png
    R images/buttons/scrollgroove-left.png
    R images/buttons/scrollgroove-mid-minimal.png
    R images/buttons/scrollgroove-mid.png
    R images/buttons/scrollgroove-right.png
    R images/buttons/scrollgroove-top-minimal.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-minimal-active.png
    R images/buttons/scrollmid-minimal-pressed.png
    R images/buttons/scrollmid-minimal.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-minimal-active.png
    R images/buttons/scrolltop-minimal-pressed.png
    R images/buttons/scrolltop-minimal.png
    R images/buttons/scrolltop-pressed.png
    R images/buttons/scrolltop.png
    M projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj
    M src/addon/info.cpp
    M src/addon/info.hpp
    M src/addon/state.cpp
    M src/addon/state.hpp
    M src/config.hpp
    M src/controller_base.hpp
    M src/editor/controller/editor_controller.cpp
    M src/editor/controller/editor_controller.hpp
    M src/editor/map/context_manager.cpp
    M src/editor/palette/common_palette.hpp
    M src/editor/toolkit/editor_toolkit.hpp
    M src/events.cpp
    M src/game_classification.cpp
    M src/game_classification.hpp
    M src/game_end_exceptions.cpp
    M src/game_end_exceptions.hpp
    M src/game_initialization/playcampaign.cpp
    M src/gui/dialogs/addon_list.hpp
    M src/gui/dialogs/campaign_selection.cpp
    M src/gui/dialogs/campaign_selection.hpp
    M src/gui/dialogs/core_selection.hpp
    M src/gui/dialogs/editor/editor_edit_scenario.hpp
    M src/gui/dialogs/editor/editor_edit_side.hpp
    M src/gui/dialogs/lobby_player_info.hpp
    M src/gui/dialogs/preferences_dialog.cpp
    M src/gui/dialogs/preferences_dialog.hpp
    M src/gui/dialogs/synced_choice_wait.cpp
    M src/gui/dialogs/synced_choice_wait.hpp
    M src/gui/widgets/control.cpp
    M src/help/help.cpp
    M src/help/help_impl.hpp
    M src/hotkey/command_executor.cpp
    M src/hotkey/command_executor.hpp
    M src/hotkey/hotkey_item.cpp
    M src/hotkey/hotkey_item.hpp
    M src/hotkey_handler_sp.cpp
    M src/network_asio.hpp
    M src/play_controller.cpp
    M src/play_controller.hpp
    M src/playsingle_controller.hpp
    M src/quit_confirmation.cpp
    M src/quit_confirmation.hpp
    M src/replay.cpp
    M src/replay.hpp
    M src/replay_helper.hpp
    M src/scripting/game_lua_kernel.cpp
    M src/scripting/lua_api.cpp
    M src/scripting/lua_api.hpp
    M src/serialization/schema_validator.hpp
    M src/synced_checkup.hpp
    M src/synced_commands.hpp
    M src/synced_context.cpp
    M src/team.cpp
    M src/unit_filter.cpp
    M src/wesnoth.cpp
    M src/widgets/scrollbar.cpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into guifixes


Compare: https://github.com/wesnoth/wesnoth/compare/12d1fd006fd3...c0f7fb6be25e


More information about the Commits mailing list