[Commits] [wesnoth/wesnoth] a8a132: remove unused member of game_display
GitHub
noreply at github.com
Tue Jun 17 18:28:16 UTC 2014
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: a8a132692d9b4eb533867177a9269595dc0bb7f9
https://github.com/wesnoth/wesnoth/commit/a8a132692d9b4eb533867177a9269595dc0bb7f9
Author: Chris Beck <render787 at gmail.com>
Date: 2014-06-17 (Tue, 17 Jun 2014)
Changed paths:
M src/game_display.cpp
M src/game_display.hpp
Log Message:
-----------
remove unused member of game_display
Commit: 3d6bcb4c399f6b8145c01424b358e21e49806bf7
https://github.com/wesnoth/wesnoth/commit/3d6bcb4c399f6b8145c01424b358e21e49806bf7
Author: Chris Beck <render787 at gmail.com>
Date: 2014-06-17 (Tue, 17 Jun 2014)
Changed paths:
M src/play_controller.cpp
M src/play_controller.hpp
M src/unit_animation_component.cpp
Log Message:
-----------
move animation cache from play_controller to only fcn that uses it
This allows us to eliminate two headers and move code out of
play_controller, and keep related code together. The cache is
now a static variable in the only function that calls it.
Commit: 9266fd392612e206b945b1bed0b258993ed87cab
https://github.com/wesnoth/wesnoth/commit/9266fd392612e206b945b1bed0b258993ed87cab
Author: Chris Beck <render787 at gmail.com>
Date: 2014-06-17 (Tue, 17 Jun 2014)
Changed paths:
M src/saved_game.cpp
M src/saved_game.hpp
Log Message:
-----------
Merge branch 'master' of git://github.com/wesnoth/wesnoth
Compare: https://github.com/wesnoth/wesnoth/compare/6b3af33fc8dd...9266fd392612
More information about the Commits
mailing list