[wesnoth-commits] [wesnoth/wesnoth] e31b32: Converted config_attribute_value to use utils::var...
Charles Dang
noreply at github.com
Wed Jan 20 03:24:16 UTC 2021
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: e31b327a90220ce43581c8a71d6f8f60456c67dc
https://github.com/wesnoth/wesnoth/commit/e31b327a90220ce43581c8a71d6f8f60456c67dc
Author: Charles Dang <exodia339 at gmail.com>
Date: 2021-01-20 (Wed, 20 Jan 2021)
Changed paths:
M src/ai/composite/aspect.hpp
M src/config.cpp
M src/config_attribute_value.cpp
M src/config_attribute_value.hpp
M src/formula/callable_objects.cpp
M src/scripting/lua_common.cpp
M src/scripting/lua_formula_bridge.cpp
M src/serialization/parser.cpp
M src/units/abilities.cpp
M src/units/filter.cpp
M src/units/unit.hpp
M src/variable.cpp
Log Message:
-----------
Converted config_attribute_value to use utils::variant
All visitors that are used with apply_visitor have had their boost::static_visitor inheritance
made conditional as well.
More information about the Commits
mailing list