[Commits] [wesnoth/wesnoth] d46d8c: Addons List: removed border around containing list...
GitHub
noreply at github.com
Mon Feb 20 02:57:00 UTC 2017
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: d46d8c3cb8ae7938bc98741003c65f4c71a389ed
https://github.com/wesnoth/wesnoth/commit/d46d8c3cb8ae7938bc98741003c65f4c71a389ed
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-02-20 (Mon, 20 Feb 2017)
Changed paths:
M data/gui/widget/addon_list.cfg
Log Message:
-----------
Addons List: removed border around containing listbox
Widgets usually leave it up to the dialogs to provide a border. Since this entire widget is wrapped in
a listbox, there's no need to adjust any internal borders.
Commit: de8e3224628c74287fe5a0ae6111748235aae6e6
https://github.com/wesnoth/wesnoth/commit/de8e3224628c74287fe5a0ae6111748235aae6e6
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-02-20 (Mon, 20 Feb 2017)
Changed paths:
M src/game_initialization/singleplayer.cpp
M src/gui/dialogs/sp_options_configure.cpp
M src/gui/dialogs/sp_options_configure.hpp
Log Message:
-----------
Attempt to fix bugs #25524 and #25525
In order to fix use_map_settings not being set, we create a configure_engine object in the sp game setup
and pass it to the sp options dialog.
I also added checks for the presence of [options] tags in [campaign], as well as check to ensure empty tags
don't cause the dialog to show.
@gfgtdf please confirm fix
Commit: b7d262b3c5f664fbae2e2cc0a700097e8976c61e
https://github.com/wesnoth/wesnoth/commit/b7d262b3c5f664fbae2e2cc0a700097e8976c61e
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-02-20 (Mon, 20 Feb 2017)
Changed paths:
M src/gui/dialogs/multiplayer/mp_options_helper.cpp
Log Message:
-----------
MP Options Helper: remove options from both type of games when updating (bug #25526)
Compare: https://github.com/wesnoth/wesnoth/compare/0b159f21eb75...b7d262b3c5f6
More information about the Commits
mailing list