[wesnoth-commits] [wesnoth/wesnoth] d6718c: Cleaned up game_board.hpp and some related include...

GitHub noreply at github.com
Fri Apr 20 06:37:22 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: d6718cd1f9b7ca08b947f090be66d908b63cb4c0
      https://github.com/wesnoth/wesnoth/commit/d6718cd1f9b7ca08b947f090be66d908b63cb4c0
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2018-04-20 (Fri, 20 Apr 2018)

  Changed paths:
    M src/ai/formula/candidates.cpp
    M src/editor/controller/editor_controller.cpp
    M src/editor/map/context_manager.cpp
    M src/editor/map/map_context.cpp
    M src/gui/dialogs/game_stats.cpp
    M src/gui/dialogs/game_stats.hpp
    M src/gui/dialogs/gamestate_inspector.cpp
    M src/mouse_events.cpp
    M src/movetype.cpp
    M src/terrain/filter.cpp
    M src/units/abilities.cpp

  Log Message:
  -----------
  Cleaned up game_board.hpp and some related includes

Includes a minor cleanup of the Game Stats dialog to not use a game_board reference.
Dunno why I was taking a game_board reference in the show() function anyway... the
class held a display_context reference and didn't use any functions exclusive to
game_board.




More information about the Commits mailing list