[Commits] [wesnoth/wesnoth] 64b301: GUI2/Unit Advance: allowed text formatting in adva...
GitHub
noreply at github.com
Wed Aug 23 17:50:14 UTC 2017
Branch: refs/heads/some_gui2_refactoring
Home: https://github.com/wesnoth/wesnoth
Commit: 64b301e69183da40f8568193a55dddec53b7b1ec
https://github.com/wesnoth/wesnoth/commit/64b301e69183da40f8568193a55dddec53b7b1ec
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-08-23 (Wed, 23 Aug 2017)
Changed paths:
M data/gui/window/unit_advance.cfg
Log Message:
-----------
GUI2/Unit Advance: allowed text formatting in advancement name field (closes #1914)
Commit: c1a7452d7e5d8971ec0c1a9e425f013b2ad2146a
https://github.com/wesnoth/wesnoth/commit/c1a7452d7e5d8971ec0c1a9e425f013b2ad2146a
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-08-23 (Wed, 23 Aug 2017)
Changed paths:
M src/gui/core/event/dispatcher.hpp
M src/gui/dialogs/addon/manager.cpp
M src/gui/dialogs/drop_down_menu.cpp
M src/gui/dialogs/multiplayer/mp_create_game.hpp
M src/gui/widgets/listbox.cpp
Log Message:
-----------
Standardized my comment signature date format (using ISO 8601)
[ci skip]
Commit: ba85f0b99f991b2f6107e251ee5a80cbb6a48766
https://github.com/wesnoth/wesnoth/commit/ba85f0b99f991b2f6107e251ee5a80cbb6a48766
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-08-23 (Wed, 23 Aug 2017)
Changed paths:
M src/gui/widgets/listbox.cpp
M src/gui/widgets/toggle_button.cpp
M src/scripting/lua_gui2.cpp
Log Message:
-----------
Removed some TODOs and an excess space
Commit: d391fdf8b0c71814d7a285cceb61c0e7322908e9
https://github.com/wesnoth/wesnoth/commit/d391fdf8b0c71814d7a285cceb61c0e7322908e9
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-08-23 (Wed, 23 Aug 2017)
Changed paths:
M src/gui/core/event/dispatcher.cpp
M src/gui/core/event/dispatcher.hpp
Log Message:
-----------
GUI2/Dispatcher: removed inline specifier from [dis]connect_signal_* functions
This isn't really necessary (the compiler does a fine job of knowing when something should be inlined)
and increases binary size.
Compare: https://github.com/wesnoth/wesnoth/compare/4be311199234...d391fdf8b0c7
More information about the Commits
mailing list