[wesnoth-commits] [wesnoth/wesnoth] 69f026: fix issues caused by empty save id
GitHub
noreply at github.com
Sat Jun 9 19:33:48 UTC 2018
Branch: refs/heads/1.14
Home: https://github.com/wesnoth/wesnoth
Commit: 69f026fd656a7f15070e544390a6ae7565fe7d39
https://github.com/wesnoth/wesnoth/commit/69f026fd656a7f15070e544390a6ae7565fe7d39
Author: gfgtdf <daniel.gfgtdf at gmail.com>
Date: 2018-06-09 (Sat, 09 Jun 2018)
Changed paths:
M src/actions/create.cpp
M src/game_events/action_wml.cpp
M src/game_events/conditional_wml.cpp
M src/gui/dialogs/statistics_dialog.cpp
M src/play_controller.cpp
M src/scripting/game_lua_kernel.cpp
M src/side_filter.cpp
M src/statistics.cpp
M src/team.hpp
M src/variable.cpp
Log Message:
-----------
fix issues caused by empty save id
ee50171d13c7f20a3c8147201c2b78ab54fafae3 broke some codes that relied on
unique save ids, that is in particular the statistic code and
scoped_recall_unit, so now these codes fallback to the side number if
the save id is empty.
Commit: c9b713f47e57ad2654ca71af95405a40c0462f77
https://github.com/wesnoth/wesnoth/commit/c9b713f47e57ad2654ca71af95405a40c0462f77
Author: gfgtdf <daniel.gfgtdf at gmail.com>
Date: 2018-06-09 (Sat, 09 Jun 2018)
Changed paths:
M src/replay.cpp
Log Message:
-----------
fix teamchat not marked #3119
Compare: https://github.com/wesnoth/wesnoth/compare/ea65af0328cc...c9b713f47e57
**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