[Commits] [wesnoth/wesnoth] 3c0dfc: use weak ptr for soundsources, plugins context in ...
GitHub
noreply at github.com
Sun Dec 21 00:59:58 UTC 2014
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 3c0dfc314d71b9bc831063732db2768db370ccdf
https://github.com/wesnoth/wesnoth/commit/3c0dfc314d71b9bc831063732db2768db370ccdf
Author: Chris Beck <render787 at gmail.com>
Date: 2014-12-20 (Sat, 20 Dec 2014)
Changed paths:
M src/controller_base.cpp
M src/controller_base.hpp
M src/play_controller.cpp
M src/play_controller.hpp
Log Message:
-----------
use weak ptr for soundsources, plugins context in controller_base
This reduces the amount of ownership controller base has, for
things only needed in play_controller anyways.
Commit: ce6f2bce117ffe0ff247d82f381e92972074c72a
https://github.com/wesnoth/wesnoth/commit/ce6f2bce117ffe0ff247d82f381e92972074c72a
Author: Chris Beck <render787 at gmail.com>
Date: 2014-12-20 (Sat, 20 Dec 2014)
Changed paths:
M src/controller_base.cpp
M src/controller_base.hpp
Log Message:
-----------
remove an unused function from controller_base
Commit: b0592f4c21b7e68d7dd78f5e9f1cf771420beca1
https://github.com/wesnoth/wesnoth/commit/b0592f4c21b7e68d7dd78f5e9f1cf771420beca1
Author: Chris Beck <render787 at gmail.com>
Date: 2014-12-20 (Sat, 20 Dec 2014)
Changed paths:
M src/controller_base.cpp
M src/controller_base.hpp
M src/editor/controller/editor_controller.cpp
M src/play_controller.cpp
M src/play_controller.hpp
Log Message:
-----------
move "ticks" out of controller_base to play_controller
Compare: https://github.com/wesnoth/wesnoth/compare/0ffc54fe91b7...b0592f4c21b7
More information about the Commits
mailing list