[Commits] [wesnoth/wesnoth] 71740c: Removed render_input code from storyscreen parts
GitHub
noreply at github.com
Wed May 3 09:10:54 UTC 2017
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 71740c82167b8e339fc2ca967dc9eb5c66a22679
https://github.com/wesnoth/wesnoth/commit/71740c82167b8e339fc2ca967dc9eb5c66a22679
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-05-03 (Wed, 03 May 2017)
Changed paths:
M src/storyscreen/part.cpp
M src/storyscreen/part.hpp
Log Message:
-----------
Removed render_input code from storyscreen parts
This isn't needed anymore. The calculating of the actual loc to draw the floating images is now handled by
the Store Viewer dialog itself.
Commit: 3ff2816fee63fe65085510cecf889eaad0bfe401
https://github.com/wesnoth/wesnoth/commit/3ff2816fee63fe65085510cecf889eaad0bfe401
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-05-03 (Wed, 03 May 2017)
Changed paths:
M src/storyscreen/controller.cpp
M src/storyscreen/controller.hpp
M src/storyscreen/part.cpp
M src/storyscreen/part.hpp
Log Message:
-----------
Reformatted and cleaned up includes for the storyscreen internals
Commit: e97b99239355789c35485d190e50f36d73b51c9f
https://github.com/wesnoth/wesnoth/commit/e97b99239355789c35485d190e50f36d73b51c9f
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-05-03 (Wed, 03 May 2017)
Changed paths:
M projectfiles/CodeBlocks/wesnoth.cbp
M source_lists/wesnoth
M src/storyscreen/controller.cpp
M src/storyscreen/controller.hpp
A src/storyscreen/parser.cpp
A src/storyscreen/parser.hpp
M src/storyscreen/part.cpp
M src/storyscreen/part.hpp
Log Message:
-----------
Storyscreen: split common WML parsing code into a helper class
Commit: 478fea46b60f0e4ce57ea920dc5dc2cba7ed37a0
https://github.com/wesnoth/wesnoth/commit/478fea46b60f0e4ce57ea920dc5dc2cba7ed37a0
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-05-03 (Wed, 03 May 2017)
Changed paths:
M src/storyscreen/parser.cpp
Log Message:
-----------
Storyscreen/Parser: range-for
Seems the other loops here cannot utilize range-for.
Compare: https://github.com/wesnoth/wesnoth/compare/efb0fe05e9b6...478fea46b60f
More information about the Commits
mailing list