[Commits] [wesnoth/wesnoth] 4d84d4: iterator_range instead of pair for config::child_i...
GitHub
noreply at github.com
Sat Aug 13 15:50:33 UTC 2016
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 4d84d42c47d5ae66d8cbe2134b01a74ca2836a22
https://github.com/wesnoth/wesnoth/commit/4d84d42c47d5ae66d8cbe2134b01a74ca2836a22
Author: gfgtdf <daniel.gfgtdf at gmail.com>
Date: 2016-08-13 (Sat, 13 Aug 2016)
Changed paths:
M src/about.cpp
M src/config.hpp
M src/display.cpp
M src/game_data.cpp
M src/game_initialization/multiplayer_lobby.cpp
M src/game_initialization/multiplayer_wait.cpp
M src/gui/core/widget_definition.cpp
M src/gui/core/window_builder.cpp
M src/gui/dialogs/lobby/info.cpp
M src/gui/dialogs/unit_advance.cpp
M src/help/help_impl.cpp
M src/help/help_topic_generators.cpp
M src/scripting/game_lua_kernel.cpp
M src/storyscreen/interface.cpp
M src/units/abilities.cpp
M src/units/animation.cpp
M src/units/types.cpp
M src/units/unit.cpp
M src/variable.cpp
M src/variable_info.cpp
Log Message:
-----------
iterator_range instead of pair for config::child_itors
with this wwe can use .size(), .empty(), .front(), operator bool, etc.
on config::child_itors objects.
Commit: 59284452c6dcd009b685eba865a4317d2b44b679
https://github.com/wesnoth/wesnoth/commit/59284452c6dcd009b685eba865a4317d2b44b679
Author: gfgtdf <daniel.gfgtdf at gmail.com>
Date: 2016-08-13 (Sat, 13 Aug 2016)
Changed paths:
M data/gui/widget/unit_preview_pane.cfg
M src/gui/widgets/unit_preview_pane.cpp
M src/gui/widgets/unit_preview_pane.hpp
Log Message:
-----------
show ability and wepon specials tooltips in unit recruti dialog.
Compare: https://github.com/wesnoth/wesnoth/compare/714661490601...59284452c6dc
More information about the Commits
mailing list