[Commits] [wesnoth/wesnoth] b59596: fixup a problem in unit filter handling of strange...
GitHub
noreply at github.com
Wed Jul 9 19:40:00 UTC 2014
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: b59596a60865f1f6b40a26fdc3f55b2f72423ffc
https://github.com/wesnoth/wesnoth/commit/b59596a60865f1f6b40a26fdc3f55b2f72423ffc
Author: Chris Beck <render787 at gmail.com>
Date: 2014-07-09 (Wed, 09 Jul 2014)
Changed paths:
M src/unit_filter.cpp
Log Message:
-----------
fixup a problem in unit filter handling of strange children
Right now, many places in the code construct unit filters with
children that it ignores, for instance [message] results in
unit_filters which may have [option] children. There's no easy
way to filter those out right now, so messages of spurious
children are relegated to "debug config" channel rather than
a more prominent place (since there are likely to be many
false reports of a problem in the current arrangement.)
Commit: f749136307cc2f2cd76a625e12d755176525bc4b
https://github.com/wesnoth/wesnoth/commit/f749136307cc2f2cd76a625e12d755176525bc4b
Author: Chris Beck <render787 at gmail.com>
Date: 2014-07-09 (Wed, 09 Jul 2014)
Changed paths:
M src/game_data.cpp
M src/game_data.hpp
M src/game_state.cpp
M src/teambuilder.hpp
Log Message:
-----------
Merge branch 'master' of git://github.com/wesnoth/wesnoth
Compare: https://github.com/wesnoth/wesnoth/compare/5a2d187d5a2d...f749136307cc
More information about the Commits
mailing list