[Commits] [wesnoth/wesnoth] f822a0: remove display dependency form filechooser dialog
GitHub
noreply at github.com
Tue Jan 12 23:53:31 UTC 2016
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: f822a0864ab546423f87cda89603cf81d046a780
https://github.com/wesnoth/wesnoth/commit/f822a0864ab546423f87cda89603cf81d046a780
Author: gfgtdf <f492343 at rmqkr.net>
Date: 2016-01-12 (Tue, 12 Jan 2016)
Changed paths:
M src/editor/map/context_manager.cpp
M src/filechooser.cpp
M src/filechooser.hpp
M src/game_preferences_display.cpp
M src/gui/dialogs/editor/custom_tod.cpp
M src/menu_events.cpp
Log Message:
-----------
remove display dependency form filechooser dialog
Commit: 9a0037495690f449b8020681b68154621a742af1
https://github.com/wesnoth/wesnoth/commit/9a0037495690f449b8020681b68154621a742af1
Author: gfgtdf <f492343 at rmqkr.net>
Date: 2016-01-13 (Wed, 13 Jan 2016)
Changed paths:
M src/editor/controller/editor_controller.cpp
M src/game_initialization/multiplayer.cpp
M src/game_launcher.cpp
M src/game_preferences_display.cpp
M src/hotkey/hotkey_preferences_display.cpp
M src/menu_events.cpp
M src/preferences_display.hpp
Log Message:
-----------
partly remove the display dependency from prefernces dialog.
In places whether it is needed, (like telling the display object when
the display settings have changed) it is still used.
Commit: 6e3aa0836ee72dc0295b79e2c238a95cc413244a
https://github.com/wesnoth/wesnoth/commit/6e3aa0836ee72dc0295b79e2c238a95cc413244a
Author: gfgtdf <f492343 at rmqkr.net>
Date: 2016-01-13 (Wed, 13 Jan 2016)
Changed paths:
M src/game_initialization/multiplayer.cpp
M src/game_initialization/multiplayer.hpp
M src/game_initialization/playcampaign.cpp
M src/game_initialization/playcampaign.hpp
M src/game_initialization/singleplayer.cpp
M src/game_initialization/singleplayer.hpp
M src/game_launcher.cpp
M src/tests/utils/play_scenario.cpp
Log Message:
-----------
remove display depencendy from multiplayer.cpp and campaign_controller
Commit: f9fdcb1ebb209b6c4f6732bf3c0e5236714cfb96
https://github.com/wesnoth/wesnoth/commit/f9fdcb1ebb209b6c4f6732bf3c0e5236714cfb96
Author: gfgtdf <f492343 at rmqkr.net>
Date: 2016-01-13 (Wed, 13 Jan 2016)
Changed paths:
M src/tests/gui/test_gui2.cpp
Log Message:
-----------
fix unused variable.
Commit: f738020486618f4add964f61f98597c34e9ce6a1
https://github.com/wesnoth/wesnoth/commit/f738020486618f4add964f61f98597c34e9ce6a1
Author: gfgtdf <f492343 at rmqkr.net>
Date: 2016-01-13 (Wed, 13 Jan 2016)
Changed paths:
M src/about.cpp
M src/about.hpp
M src/game_launcher.cpp
M src/wesnoth.cpp
Log Message:
-----------
remove display dependency form show_about()
Commit: 28be388d6d59783e140aeaad1f3410766212d056
https://github.com/wesnoth/wesnoth/commit/28be388d6d59783e140aeaad1f3410766212d056
Author: gfgtdf <f492343 at rmqkr.net>
Date: 2016-01-13 (Wed, 13 Jan 2016)
Changed paths:
M src/display.cpp
M src/game_launcher.cpp
M src/game_launcher.hpp
M src/wesnoth.cpp
Log Message:
-----------
remove game_display instance form game_launcher
This fixes https://gna.org/bugs/?24139 so that there is always at most
in display object. display objects are the ingame/editor views which
use theme wml and show the map with its units. So the exist only during
the editor or ingame.
This removes some display_manager objects which had no effect because the
registered display was a dummy.
Commit: e37c8d6d2ae2909493267177adb657d2f2866d9f
https://github.com/wesnoth/wesnoth/commit/e37c8d6d2ae2909493267177adb657d2f2866d9f
Author: gfgtdf <f492343 at rmqkr.net>
Date: 2016-01-13 (Wed, 13 Jan 2016)
Changed paths:
M src/game_config_manager.cpp
M src/game_config_manager.hpp
M src/tests/test_mp_connect.cpp
M src/wesnoth.cpp
Log Message:
-----------
remove display dependency from game_config_manager
Commit: 8c63aff9c8531efd0d53fd3bffb729b54c1ee5da
https://github.com/wesnoth/wesnoth/commit/8c63aff9c8531efd0d53fd3bffb729b54c1ee5da
Author: gfgtdf <f492343 at rmqkr.net>
Date: 2016-01-13 (Wed, 13 Jan 2016)
Changed paths:
M src/hotkey/command_executor.cpp
Log Message:
-----------
fix unused parameter
Compare: https://github.com/wesnoth/wesnoth/compare/056298bfc7a6...8c63aff9c853
More information about the Commits
mailing list