[Commits] [wesnoth/wesnoth] 4656cb: Editor Controller: add getter for current map cont...
GitHub
noreply at github.com
Mon Apr 24 06:36:00 UTC 2017
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 4656cbfd511fcb4333d568932bfe8e0e1947c689
https://github.com/wesnoth/wesnoth/commit/4656cbfd511fcb4333d568932bfe8e0e1947c689
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-04-24 (Mon, 24 Apr 2017)
Changed paths:
M src/editor/controller/editor_controller.cpp
M src/editor/controller/editor_controller.hpp
Log Message:
-----------
Editor Controller: add getter for current map context
Commit: 21add65dca858dfbf629f1ac42f5a5d412ab7874
https://github.com/wesnoth/wesnoth/commit/21add65dca858dfbf629f1ac42f5a5d412ab7874
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-04-24 (Mon, 24 Apr 2017)
Changed paths:
M src/editor/controller/editor_controller.cpp
M src/editor/editor_display.cpp
M src/editor/editor_display.hpp
Log Message:
-----------
Editor Display: override display::get_tod_man and display::get_time_of_day
Commit: fa5e7fe73c676d0db56c41abd96a10e9d1e87834
https://github.com/wesnoth/wesnoth/commit/fa5e7fe73c676d0db56c41abd96a10e9d1e87834
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-04-24 (Mon, 24 Apr 2017)
Changed paths:
M src/editor/controller/editor_controller.cpp
Log Message:
-----------
Editor: use proper method to update ToD coloring
Instead of using adjust_color_overlay, which is supposed to be used for additional tint by [color_adjust],
we use the proper ToD-setting method in the display class.
The Custom ToD dialog still uses the adjust_color_overlay mechanism. That needs to be changed later.
Commit: 9e812f9122f078b99272b4d24cbfe49dda32ffc8
https://github.com/wesnoth/wesnoth/commit/9e812f9122f078b99272b4d24cbfe49dda32ffc8
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-04-24 (Mon, 24 Apr 2017)
Changed paths:
M src/image.cpp
M src/image.hpp
Log Message:
-----------
Removed the color_adjustment_resetter
This is unused as of fa5e7fe7. I'll probably need to add a different type of resetter for the ToD dialog, but for
now this isn't needed anymore.
Commit: 4c0422d491166db4b777fa38001bcab3028ab510
https://github.com/wesnoth/wesnoth/commit/4c0422d491166db4b777fa38001bcab3028ab510
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-04-24 (Mon, 24 Apr 2017)
Changed paths:
M src/display.cpp
M src/display.hpp
Log Message:
-----------
Allow manual override of ToD color used in display::update_tod
Compare: https://github.com/wesnoth/wesnoth/compare/ce9ec5912a33...4c0422d49116
More information about the Commits
mailing list