[Commits] [wesnoth/wesnoth] a20f22: remove dialogs.cpp
GitHub
noreply at github.com
Wed Aug 10 14:07:56 UTC 2016
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: a20f221e837e9f064484179dc7b092168fcaa18e
https://github.com/wesnoth/wesnoth/commit/a20f221e837e9f064484179dc7b092168fcaa18e
Author: gfgtdf <daniel.gfgtdf at gmail.com>
Date: 2016-08-10 (Wed, 10 Aug 2016)
Changed paths:
M src/CMakeLists.txt
M src/SConscript
A src/actions/advancement.cpp
A src/actions/advancement.hpp
M src/actions/attack.cpp
M src/actions/attack.hpp
M src/addon/manager.cpp
M src/addon/manager_ui.cpp
M src/controller_base.cpp
R src/dialogs.cpp
R src/dialogs.hpp
M src/editor/controller/editor_controller.cpp
M src/game_initialization/mp_game_utils.cpp
M src/game_initialization/multiplayer.cpp
M src/game_initialization/multiplayer_connect.cpp
M src/game_initialization/multiplayer_wait.cpp
M src/game_initialization/multiplayer_wait.hpp
M src/game_initialization/playcampaign.cpp
M src/gui/dialogs/network_transmission.cpp
M src/gui/dialogs/network_transmission.hpp
M src/gui/dialogs/unit_list.cpp
M src/gui/dialogs/unit_list.hpp
M src/hotkey/hotkey_handler.cpp
M src/menu_events.cpp
M src/menu_events.hpp
M src/mouse_events.cpp
M src/play_controller.cpp
M src/play_controller.hpp
M src/playmp_controller.cpp
M src/playsingle_controller.cpp
M src/replay.cpp
M src/scripting/game_lua_kernel.cpp
M src/synced_commands.cpp
M src/tests/gui/test_save_dialog.cpp
Log Message:
-----------
remove dialogs.cpp
And move its code in other files where it fits better.
This also moves some code from actions.cpp to the new file
advancements.cpp
This also removed a parameter from show_objectives and
menu_handler::objectives that was always gui_->viewing_side()
More information about the Commits
mailing list