[Commits] [wesnoth/wesnoth] 626d6c: Made use of the "new" lexical_cast implementation
GitHub
noreply at github.com
Wed Dec 7 08:54:45 UTC 2016
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 626d6c63cb52d574aa1a1cf928892463c6c16b84
https://github.com/wesnoth/wesnoth/commit/626d6c63cb52d574aa1a1cf928892463c6c16b84
Author: Charles Dang <exodia339 at gmail.com>
Date: 2016-12-07 (Wed, 07 Dec 2016)
Changed paths:
M src/ai/composite/value_translator.hpp
M src/commandline_options.cpp
M src/config.cpp
M src/font/font_description.hpp
M src/font/marked-up_text.cpp
M src/game_initialization/lobby_data.cpp
M src/gui/auxiliary/filter.hpp
M src/gui/dialogs/campaign_selection.cpp
M src/gui/dialogs/editor/generate_map.cpp
M src/gui/dialogs/preferences_dialog.cpp
M src/gui/widgets/pane.cpp
M src/lexical_cast.hpp
M src/terrain/translation.cpp
M src/units/frame.cpp
M src/util.cpp
M src/util.hpp
Log Message:
-----------
Made use of the "new" lexical_cast implementation
Note the "old" implementation of lexical_cast_default is still used since the new code doesn't have
the equivalent functionality yet.
Commit: 81e331331262d7d84d83ae8c184e41bf610aa3f2
https://github.com/wesnoth/wesnoth/commit/81e331331262d7d84d83ae8c184e41bf610aa3f2
Author: Charles Dang <exodia339 at gmail.com>
Date: 2016-12-07 (Wed, 07 Dec 2016)
Changed paths:
M src/game_preferences.cpp
M src/preferences.cpp
M src/settings.cpp
M src/util.hpp
Log Message:
-----------
Removed lexical_cast_in_range in favor of util::clamp + lexical_cast_default
Compare: https://github.com/wesnoth/wesnoth/compare/1202eb160edd...81e331331262
More information about the Commits
mailing list