[wesnoth-commits] [wesnoth/wesnoth] 0fc43b: MP Create Game: fixed campaign player numbers labe...
GitHub
noreply at github.com
Wed May 2 07:48:24 UTC 2018
Branch: refs/heads/1.14
Home: https://github.com/wesnoth/wesnoth
Commit: 0fc43b08568c96e0a6e1220c66be683dbec61080
https://github.com/wesnoth/wesnoth/commit/0fc43b08568c96e0a6e1220c66be683dbec61080
Author: Charles Dang <exodia339 at gmail.com>
Date: 2018-05-02 (Wed, 02 May 2018)
Changed paths:
M src/gui/dialogs/multiplayer/mp_create_game.cpp
Log Message:
-----------
MP Create Game: fixed campaign player numbers label being untranslatable
Fixes #2861.
Also changed the logic for when the "min to max" label is shown from != to >.
Commit: 10af777cfaf74a6ea0d124d46407951e1d40fdf8
https://github.com/wesnoth/wesnoth/commit/10af777cfaf74a6ea0d124d46407951e1d40fdf8
Author: Severin Glöckner <severin.gloeckner at stud.htwk-leipzig.de>
Date: 2018-05-02 (Wed, 02 May 2018)
Changed paths:
M src/units/attack_type.cpp
Log Message:
-----------
Fix misplaced </span> tag
Commit: 5471b530d0a4e460932d2ed2e5e185b3d6621244
https://github.com/wesnoth/wesnoth/commit/5471b530d0a4e460932d2ed2e5e185b3d6621244
Author: Severin Glöckner <severin.gloeckner at stud.htwk-leipzig.de>
Date: 2018-05-02 (Wed, 02 May 2018)
Changed paths:
M data/campaigns/tutorial/scenarios/01_Tutorial_part_1.cfg
Log Message:
-----------
Tutorial: Button was renamed, update text accordingly
[ci skip]
Commit: 453f8bcdeccf3355912141b22256509522a1a458
https://github.com/wesnoth/wesnoth/commit/453f8bcdeccf3355912141b22256509522a1a458
Author: Severin Glöckner <severin.gloeckner at stud.htwk-leipzig.de>
Date: 2018-05-02 (Wed, 02 May 2018)
Changed paths:
M data/campaigns/tutorial/scenarios/02_Tutorial_part_2.cfg
Log Message:
-----------
Tutorial: remove forgotten bracket and superfluous space
[ci skip]
Commit: d479e57bdcdcc3aa2a6eccdc8761c4542cb22d85
https://github.com/wesnoth/wesnoth/commit/d479e57bdcdcc3aa2a6eccdc8761c4542cb22d85
Author: Severin Glöckner <severin.gloeckner at stud.htwk-leipzig.de>
Date: 2018-05-02 (Wed, 02 May 2018)
Changed paths:
M data/campaigns/tutorial/scenarios/01_Tutorial_part_1.cfg
Log Message:
-----------
Tutorial: fix two strings
This is one of the white on map messages
they never use punctuation characters for ending the instructions
Can't be pofixed.
[ci skip]
Commit: 514594490bebff125a11dbdb780c6f69a9718ca6
https://github.com/wesnoth/wesnoth/commit/514594490bebff125a11dbdb780c6f69a9718ca6
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2018-05-02 (Wed, 02 May 2018)
Changed paths:
M data/advanced_preferences.cfg
Log Message:
-----------
Add the advanced prefs entry for the deprecation setting
Commit: 4fb2cd41aee3ba756fe5afe1fb5f5bf9d21a60d5
https://github.com/wesnoth/wesnoth/commit/4fb2cd41aee3ba756fe5afe1fb5f5bf9d21a60d5
Author: gfgtdf <daniel.gfgtdf at gmail.com>
Date: 2018-05-02 (Wed, 02 May 2018)
Changed paths:
M src/synced_user_choice.cpp
Log Message:
-----------
improve mp sync waiting message
Commit: 122e9a7758c5a8ce87e22bc8713d6c4a02f3fb21
https://github.com/wesnoth/wesnoth/commit/122e9a7758c5a8ce87e22bc8713d6c4a02f3fb21
Author: gfgtdf <daniel.gfgtdf at gmail.com>
Date: 2018-05-02 (Wed, 02 May 2018)
Changed paths:
M src/playturn.cpp
Log Message:
-----------
improve side drop message fixes #2820
Commit: 79ad366d095fc299c302bce1a463ca407561114b
https://github.com/wesnoth/wesnoth/commit/79ad366d095fc299c302bce1a463ca407561114b
Author: Charles Dang <exodia339 at gmail.com>
Date: 2018-05-02 (Wed, 02 May 2018)
Changed paths:
M src/gui/dialogs/preferences_dialog.cpp
M src/gui/dialogs/preferences_dialog.hpp
M src/hotkey/hotkey_command.cpp
M src/hotkey/hotkey_command.hpp
Log Message:
-----------
Some refactoring of preferences-related hotkey info storage (fixes #2953)
This commit does a few things:
First, it moves the hotkey category names out of the preferences dialog and into
the more appropriate hotkey file. Each name is now properly mapped to its corresponding
category enum, so we don't have to worry about that anymore.
Second, it adds a new mapping of hotkey categories to commands so one can easily fetch
a list of hotkeys in a given category.
Third, it excludes categories with no hotkeys from the filter dropdown in the Prefs
dialog (this is the part that actually fixes the bug above).
This also includes a slight behavior change to hotkey type filtering. Previously, if a
hotkey's category didn't match any of the ones listed in the dropdown, that hotkey's
row visibility would be set to the toggle state of the first row in the filter dropdown.
Now it gets set to false.
Commit: 0c8fd2cb371d1b2dee7eb8e08f589305b0b47ba6
https://github.com/wesnoth/wesnoth/commit/0c8fd2cb371d1b2dee7eb8e08f589305b0b47ba6
Author: Charles Dang <exodia339 at gmail.com>
Date: 2018-05-02 (Wed, 02 May 2018)
Changed paths:
M src/gui/dialogs/preferences_dialog.cpp
M src/gui/widgets/slider.cpp
M src/preferences/display.cpp
Log Message:
-----------
Fixed Boost header deprecation warning on 1.67 and later
Also removed one unnecessary inclusion of the header of the same.
Commit: d4818923b2a6ef4faed134f88ccda8d83b3e3199
https://github.com/wesnoth/wesnoth/commit/d4818923b2a6ef4faed134f88ccda8d83b3e3199
Author: Charles Dang <exodia339 at gmail.com>
Date: 2018-05-02 (Wed, 02 May 2018)
Changed paths:
M data/campaigns/Secrets_of_the_Ancients/scenarios/02_Dark_Business.cfg
M data/campaigns/Secrets_of_the_Ancients/scenarios/08_Carcyn.cfg
Log Message:
-----------
Merge branch '1.14' of github.com:wesnoth/wesnoth into 1.14
Compare: https://github.com/wesnoth/wesnoth/compare/97cc0f8afb25...d4818923b2a6
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the Commits
mailing list