[Commits] [wesnoth/wesnoth] 4afd41: Decoupled delay() from display class and moved it ...

GitHub noreply at github.com
Tue Jan 12 03:15:28 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 4afd4151438680120c518c109270709ec40170be
      https://github.com/wesnoth/wesnoth/commit/4afd4151438680120c518c109270709ec40170be
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/about.cpp
    M src/construct_dialog.cpp
    M src/controller_base.cpp
    M src/display.cpp
    M src/display.hpp
    M src/game_initialization/multiplayer.cpp
    M src/generators/default_map_generator.cpp
    M src/help/help.cpp
    M src/hotkey/hotkey_preferences_display.cpp
    M src/intro.cpp
    M src/scripting/game_lua_kernel.cpp
    M src/storyscreen/render.cpp
    M src/unit_animation.cpp
    M src/video.cpp
    M src/video.hpp

  Log Message:
  -----------
  Decoupled delay() from display class and moved it to a static CVideo function


  Commit: 41dab9fe5b11f0676b6bafb18b27358f2f86474a
      https://github.com/wesnoth/wesnoth/commit/41dab9fe5b11f0676b6bafb18b27358f2f86474a
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/construct_dialog.cpp
    M src/help/help.cpp

  Log Message:
  -----------
  Remove GUI1 calls to invalidate_all()


  Commit: 716b6e8e877492315dfc40ba87d773782406e827
      https://github.com/wesnoth/wesnoth/commit/716b6e8e877492315dfc40ba87d773782406e827
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/construct_dialog.cpp
    M src/dialogs.cpp
    M src/help/help.cpp

  Log Message:
  -----------
  Call CVideo::flip() instead of display::flip() in GUI1


  Commit: 8c0e56213bb836eee51269588c73c32f938def08
      https://github.com/wesnoth/wesnoth/commit/8c0e56213bb836eee51269588c73c32f938def08
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/actions/undo_recall_action.cpp
    M src/actions/undo_recruit_action.cpp
    M src/addon/manager_ui.cpp
    M src/attack_prediction_display.cpp
    M src/construct_dialog.cpp
    M src/construct_dialog.hpp
    M src/dialogs.cpp
    M src/filechooser.cpp
    M src/game_initialization/multiplayer_wait.cpp
    M src/game_preferences_display.cpp
    M src/hotkey/command_executor.cpp
    M src/hotkey/hotkey_preferences_display.cpp
    M src/leader_scroll_dialog.hpp
    M src/menu_events.cpp
    M src/show_dialog.cpp
    M src/show_dialog.hpp
    M src/statistics_dialog.cpp
    M src/widgets/combo.cpp

  Log Message:
  -----------
  Convert GUI1 functions to use CVideo directly instead of display


  Commit: 5f732c3dfb499dcf3f7290ed2a2eadcbf8fad7f5
      https://github.com/wesnoth/wesnoth/commit/5f732c3dfb499dcf3f7290ed2a2eadcbf8fad7f5
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/construct_dialog.hpp
    M src/filechooser.cpp
    M src/statistics_dialog.cpp

  Log Message:
  -----------
  Restore a GUI1 get_video method

Replacement for get_display() removed in db29fa8a20d2b5547ad0a636b3af66b1629a4b6f


  Commit: aff6c1b998abe46380e334b56c4a1c969f0343b6
      https://github.com/wesnoth/wesnoth/commit/aff6c1b998abe46380e334b56c4a1c969f0343b6
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/about.cpp
    M src/actions/undo_recall_action.cpp
    M src/actions/undo_recruit_action.cpp
    M src/addon/manager_ui.cpp
    M src/attack_prediction_display.cpp
    M src/construct_dialog.cpp
    M src/construct_dialog.hpp
    M src/controller_base.cpp
    M src/dialogs.cpp
    M src/display.cpp
    M src/display.hpp
    M src/filechooser.cpp
    M src/game_initialization/multiplayer.cpp
    M src/game_initialization/multiplayer_wait.cpp
    M src/game_preferences_display.cpp
    M src/generators/default_map_generator.cpp
    M src/help/help.cpp
    M src/hotkey/command_executor.cpp
    M src/hotkey/hotkey_preferences_display.cpp
    M src/intro.cpp
    M src/leader_scroll_dialog.hpp
    M src/menu_events.cpp
    M src/scripting/game_lua_kernel.cpp
    M src/show_dialog.cpp
    M src/show_dialog.hpp
    M src/statistics_dialog.cpp
    M src/storyscreen/render.cpp
    M src/unit_animation.cpp
    M src/video.cpp
    M src/video.hpp
    M src/widgets/combo.cpp

  Log Message:
  -----------
  Merge pull request #580 from Vultraz/master

[WIP] remove GUI1 reliance on display class


Compare: https://github.com/wesnoth/wesnoth/compare/93091519bd3d...aff6c1b998ab


More information about the Commits mailing list