[Commits] [wesnoth/wesnoth] 3b276f: Implement variadic initializer list for config cla...

GitHub noreply at github.com
Sun May 21 20:27:52 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 3b276ff39a541d6cb9a9831711ee4af9ceec50cd
      https://github.com/wesnoth/wesnoth/commit/3b276ff39a541d6cb9a9831711ee4af9ceec50cd
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2017-05-21 (Sun, 21 May 2017)

  Changed paths:
    M src/config.hpp

  Log Message:
  -----------
  Implement variadic initializer list for config class


  Commit: 96ca0b026e7b73474204346343d3d28f7a374a24
      https://github.com/wesnoth/wesnoth/commit/96ca0b026e7b73474204346343d3d28f7a374a24
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2017-05-21 (Sun, 21 May 2017)

  Changed paths:
    M projectfiles/CodeBlocks/wesnoth.cbp
    M projectfiles/VC12/wesnothlib.vcxproj
    M projectfiles/VC12/wesnothlib.vcxproj.filters
    M projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj
    M src/actions/attack.cpp
    M src/actions/create.cpp
    M src/actions/move.cpp
    M src/ai/configuration.cpp
    M src/ai/default/recruitment.cpp
    M src/chat_events.cpp
    R src/config_assign.hpp
    M src/controller_base.cpp
    M src/editor/controller/editor_controller.cpp
    M src/editor/map/context_manager.cpp
    M src/editor/map/map_context.cpp
    M src/editor/palette/editor_palettes.cpp
    M src/game_events/action_wml.cpp
    M src/game_events/wmi_manager.cpp
    M src/game_initialization/connect_engine.cpp
    M src/game_initialization/create_engine.cpp
    M src/game_initialization/multiplayer.cpp
    M src/game_initialization/singleplayer.cpp
    M src/game_launcher.cpp
    M src/generators/cave_map_generator.cpp
    M src/gui/dialogs/addon/manager.cpp
    M src/gui/dialogs/campaign_selection.cpp
    M src/gui/dialogs/multiplayer/faction_select.cpp
    M src/gui/dialogs/multiplayer/mp_create_game.cpp
    M src/gui/dialogs/multiplayer/mp_options_helper.cpp
    M src/gui/dialogs/multiplayer/mp_staging.cpp
    M src/gui/dialogs/preferences_dialog.cpp
    M src/gui/dialogs/statistics_dialog.cpp
    M src/gui/widgets/chatbox.cpp
    M src/gui/widgets/menu_button.cpp
    M src/gui/widgets/multimenu_button.cpp
    M src/hotkey/hotkey_handler.cpp
    M src/menu_events.cpp
    M src/playsingle_controller.cpp
    M src/playturn_network_adapter.cpp
    M src/replay.cpp
    M src/replay_controller.cpp
    M src/saved_game.cpp
    M src/savegame.cpp
    M src/scripting/game_lua_kernel.cpp
    M src/scripting/lua_audio.cpp
    M src/scripting/plugins/context.cpp
    M src/synced_context.cpp
    M src/synced_user_choice.cpp
    M src/team.cpp
    M src/tests/gui/test_gui2.cpp
    M src/tests/test_config.cpp
    M src/tests/test_recall_list.cpp
    M src/theme.cpp
    M src/tod_manager.cpp
    M src/variable.cpp
    M src/variable_info_private.hpp

  Log Message:
  -----------
  Replace config_of with new variadic config constructor


Compare: https://github.com/wesnoth/wesnoth/compare/5138696292df...96ca0b026e7b


More information about the Commits mailing list