[Commits] [wesnoth/wesnoth] c67f5c: Cleaned up more unnecessary CVideo function argume...
GitHub
noreply at github.com
Mon Nov 20 16:09:42 UTC 2017
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: c67f5c352aa51008622b8619222352f9108ef803
https://github.com/wesnoth/wesnoth/commit/c67f5c352aa51008622b8619222352f9108ef803
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-11-21 (Tue, 21 Nov 2017)
Changed paths:
M src/addon/client.cpp
M src/addon/client.hpp
M src/addon/manager_ui.cpp
M src/addon/manager_ui.hpp
M src/controller_base.hpp
M src/editor/editor_main.hpp
M src/game_config_manager.cpp
M src/game_config_manager.hpp
M src/game_initialization/create_engine.cpp
M src/game_initialization/create_engine.hpp
M src/game_initialization/depcheck.cpp
M src/game_initialization/depcheck.hpp
M src/game_initialization/multiplayer.hpp
M src/game_initialization/playcampaign.hpp
M src/game_launcher.cpp
M src/generators/map_create.hpp
M src/generators/map_generator.hpp
M src/gui/core/window_builder.hpp
M src/gui/dialogs/attack_predictions.hpp
M src/gui/dialogs/help_browser.hpp
M src/gui/dialogs/loading_screen.hpp
M src/gui/dialogs/lua_interpreter.cpp
M src/gui/dialogs/modal_dialog.hpp
M src/gui/dialogs/modeless_dialog.hpp
M src/gui/dialogs/multiplayer/lobby.cpp
M src/gui/dialogs/multiplayer/mp_create_game.cpp
M src/gui/dialogs/outro.hpp
M src/gui/dialogs/statistics_dialog.hpp
M src/gui/dialogs/terrain_layers.hpp
M src/gui/dialogs/title_screen.cpp
M src/gui/dialogs/tooltip.hpp
M src/hotkey/hotkey_item.hpp
M src/play_controller.cpp
M src/preferences/display.hpp
M src/savegame.cpp
M src/savegame.hpp
M src/scripting/application_lua_kernel.cpp
M src/scripting/application_lua_kernel.hpp
M src/scripting/game_lua_kernel.hpp
M src/scripting/lua_gui2.cpp
M src/scripting/lua_gui2.hpp
M src/scripting/lua_kernel_base.hpp
M src/wesnoth.cpp
M src/wml_exception.hpp
Log Message:
-----------
Cleaned up more unnecessary CVideo function arguments and class members
* Dropped unused CVideo class member references.
* Replaced the lone usecase of the CVideo member in loadgame with the singleton and removed said member.
* Removed CVideo references from a bunch of addon management functions.
* Cleaned up a *lot* of now-unnecessary forward CVideo declarations.
Commit: 935e07af03fa40a6b5d56c0ecf85198a198d7530
https://github.com/wesnoth/wesnoth/commit/935e07af03fa40a6b5d56c0ecf85198a198d7530
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-11-21 (Tue, 21 Nov 2017)
Changed paths:
M src/gui/dialogs/multiplayer/lobby.cpp
Log Message:
-----------
Fixup b46a64b8ad7a (forgot to commit this bit)
Compare: https://github.com/wesnoth/wesnoth/compare/9dd497db4a0c...935e07af03fa
More information about the Commits
mailing list