[Commits] [wesnoth/wesnoth] 51938b: preferences::show_video_mode_dialog only needs CVi...

GitHub noreply at github.com
Tue Jan 12 22:12:01 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 51938b15ba3f08526a42f91d4c1ea3cd82f95ec2
      https://github.com/wesnoth/wesnoth/commit/51938b15ba3f08526a42f91d4c1ea3cd82f95ec2
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/game_preferences_display.cpp
    M src/preferences_display.cpp
    M src/preferences_display.hpp

  Log Message:
  -----------
  preferences::show_video_mode_dialog only needs CVideo


  Commit: 7d31505439afdac0450f3186c73d4f26ad167184
      https://github.com/wesnoth/wesnoth/commit/7d31505439afdac0450f3186c73d4f26ad167184
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/game_initialization/multiplayer_ui.cpp
    M src/game_initialization/multiplayer_ui.hpp

  Log Message:
  -----------
  remove unused hotkey related code in multiplayer_ui

hotkey_hander_ doesnt do anything, this can be seens by lookong at the
code or also by noticing that none of the hotkeys work in the mp lobby.

Also disp is just a dummy so there is no need to use
preferences::display_manager to update the display values.


  Commit: abda1dc4e2643568629d71c0c2311ce8dce6fe53
      https://github.com/wesnoth/wesnoth/commit/abda1dc4e2643568629d71c0c2311ce8dce6fe53
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/display.cpp
    M src/game_initialization/multiplayer.cpp
    M src/game_launcher.cpp
    M src/play_controller.cpp
    M src/quit_confirmation.cpp

  Log Message:
  -----------
  remove some get_singleton() calls

and use local variables instead.


  Commit: a77cc1394fd625a801ac8462599be1a3896072a4
      https://github.com/wesnoth/wesnoth/commit/a77cc1394fd625a801ac8462599be1a3896072a4
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/tests/gui/test_gui2.cpp

  Log Message:
  -----------
  attempt to fix tests

For some reason the tests generate 2 CVideo instances.


  Commit: 30522e6d340f80b8da38dbbe6f9f7de81347a2fa
      https://github.com/wesnoth/wesnoth/commit/30522e6d340f80b8da38dbbe6f9f7de81347a2fa
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/game_launcher.cpp
    M src/game_launcher.hpp

  Log Message:
  -----------
  add getter for game_launcher::video_


  Commit: 0ecf4d8ab9a9af4b3d244f8ce3149bab8b742158
      https://github.com/wesnoth/wesnoth/commit/0ecf4d8ab9a9af4b3d244f8ce3149bab8b742158
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/game_launcher.cpp
    M src/intro.cpp
    M src/intro.hpp

  Log Message:
  -----------
  the_end() only needs CVideo


  Commit: bb546c17bcea8905c05ecfbf69aa224741774982
      https://github.com/wesnoth/wesnoth/commit/bb546c17bcea8905c05ecfbf69aa224741774982
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/game_initialization/create_engine.cpp
    M src/game_initialization/create_engine.hpp
    M src/game_initialization/multiplayer_create.cpp
    M src/generators/default_map_generator.cpp
    M src/generators/default_map_generator.hpp
    M src/generators/lua_map_generator.cpp
    M src/generators/lua_map_generator.hpp
    M src/generators/map_generator.cpp
    M src/generators/map_generator.hpp
    M src/gui/dialogs/editor_generate_map.cpp

  Log Message:
  -----------
  remove display dependency from map_generator


  Commit: 94357449377ab0f1c74be6ad9b772efd8f8dfe36
      https://github.com/wesnoth/wesnoth/commit/94357449377ab0f1c74be6ad9b772efd8f8dfe36
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  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/game_initialization/multiplayer_create.cpp
    M src/game_initialization/multiplayer_lobby.cpp
    M src/wesnoth.cpp

  Log Message:
  -----------
  remove display dependency from addon manager

This temporarily disables the help button in the addon manager (will be
reenables when the display dependency is removed from the help
functions)


Compare: https://github.com/wesnoth/wesnoth/compare/80691e5685f1...94357449377a


More information about the Commits mailing list