[wesnoth-commits] [wesnoth/wesnoth] 26e8c1: GUI2: split default return value enum into its own...

GitHub noreply at github.com
Mon Mar 12 01:21:07 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 26e8c148b176fe71337ba09ebfea688b5b30d94c
      https://github.com/wesnoth/wesnoth/commit/26e8c148b176fe71337ba09ebfea688b5b30d94c
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2018-03-12 (Mon, 12 Mar 2018)

  Changed paths:
    M projectfiles/VC12/wesnoth.vcxproj
    M projectfiles/VC12/wesnoth.vcxproj.filters
    M src/actions/advancement.cpp
    M src/addon/client.cpp
    M src/addon/manager.cpp
    M src/addon/manager_ui.cpp
    M src/editor/controller/editor_controller.cpp
    M src/editor/map/context_manager.cpp
    M src/game_events/action_wml.cpp
    M src/game_initialization/multiplayer.cpp
    M src/game_initialization/playcampaign.cpp
    M src/game_initialization/singleplayer.cpp
    M src/game_launcher.cpp
    M src/gui/dialogs/addon/connect.cpp
    M src/gui/dialogs/addon/connect.hpp
    M src/gui/dialogs/addon/manager.cpp
    M src/gui/dialogs/addon/uninstall_list.cpp
    M src/gui/dialogs/advanced_graphics_options.cpp
    M src/gui/dialogs/campaign_difficulty.cpp
    M src/gui/dialogs/depcheck_select_new.cpp
    M src/gui/dialogs/drop_down_menu.cpp
    M src/gui/dialogs/edit_label.hpp
    M src/gui/dialogs/edit_text.hpp
    M src/gui/dialogs/editor/custom_tod.cpp
    M src/gui/dialogs/editor/edit_label.hpp
    M src/gui/dialogs/editor/new_map.hpp
    M src/gui/dialogs/editor/resize_map.hpp
    M src/gui/dialogs/editor/set_starting_position.cpp
    M src/gui/dialogs/file_dialog.cpp
    M src/gui/dialogs/folder_create.hpp
    M src/gui/dialogs/formula_debugger.cpp
    M src/gui/dialogs/game_load.cpp
    M src/gui/dialogs/game_stats.cpp
    M src/gui/dialogs/hotkey_bind.cpp
    M src/gui/dialogs/language_selection.cpp
    M src/gui/dialogs/message.cpp
    M src/gui/dialogs/modal_dialog.cpp
    M src/gui/dialogs/modal_dialog.hpp
    M src/gui/dialogs/multiplayer/lobby.cpp
    M src/gui/dialogs/multiplayer/mp_change_control.cpp
    M src/gui/dialogs/multiplayer/mp_connect.cpp
    M src/gui/dialogs/multiplayer/mp_create_game.cpp
    M src/gui/dialogs/multiplayer/mp_join_game.cpp
    M src/gui/dialogs/multiplayer/mp_join_game_password_prompt.hpp
    M src/gui/dialogs/multiplayer/mp_login.cpp
    M src/gui/dialogs/multiplayer/mp_method_selection.cpp
    M src/gui/dialogs/multiplayer/mp_staging.cpp
    M src/gui/dialogs/network_transmission.cpp
    M src/gui/dialogs/preferences_dialog.cpp
    M src/gui/dialogs/select_orb_colors.cpp
    M src/gui/dialogs/simple_item_selector.cpp
    M src/gui/dialogs/sp_options_configure.cpp
    M src/gui/dialogs/theme_list.cpp
    M src/gui/dialogs/title_screen.cpp
    M src/gui/dialogs/title_screen.hpp
    M src/gui/dialogs/unit_advance.cpp
    M src/gui/dialogs/unit_attack.cpp
    M src/gui/dialogs/unit_create.cpp
    M src/gui/dialogs/unit_list.cpp
    M src/gui/dialogs/unit_recall.cpp
    M src/gui/dialogs/unit_recruit.cpp
    M src/gui/widgets/label.cpp
    A src/gui/widgets/retval.hpp
    M src/gui/widgets/window.cpp
    M src/gui/widgets/window.hpp
    M src/hotkey/command_executor.cpp
    M src/menu_events.cpp
    M src/mouse_events.cpp
    M src/preferences/display.cpp
    M src/quit_confirmation.cpp
    M src/savegame.cpp
    M src/scripting/lua_gui2.cpp

  Log Message:
  -----------
  GUI2: split default return value enum into its own file

This avoid having to include gui/widgets/window.hpp every time you just want to
check a dialog's return value.


  Commit: 500a7def2eff3ba25cdedfdfa5163655c5d473c6
      https://github.com/wesnoth/wesnoth/commit/500a7def2eff3ba25cdedfdfa5163655c5d473c6
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-03-12 (Mon, 12 Mar 2018)

  Changed paths:
    M changelog
    M src/units/attack_type.cpp

  Log Message:
  -----------
  Add set_range in [effect]apply_to=attack


  Commit: 296f8b091bf591852f5b5058157895681fb940a4
      https://github.com/wesnoth/wesnoth/commit/296f8b091bf591852f5b5058157895681fb940a4
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-03-12 (Mon, 12 Mar 2018)

  Changed paths:
    M src/commandline_options.cpp
    M src/wesnoth.cpp

  Log Message:
  -----------
  Make --report imply --wconsole on Windows


  Commit: 3bececed7cc2c4ff81f223afb715bf59b7fed019
      https://github.com/wesnoth/wesnoth/commit/3bececed7cc2c4ff81f223afb715bf59b7fed019
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-03-12 (Mon, 12 Mar 2018)

  Changed paths:
    M src/build_info.cpp
    M src/filesystem.hpp
    M src/filesystem_boost.cpp
    M src/game_launcher.cpp
    M src/wesnoth.cpp

  Log Message:
  -----------
  Sanitize the build info report to blank out the user's name

This report is intended for submission in bug reports,
so it makes sense to avoid the user's name for privacy concerns.


Compare: https://github.com/wesnoth/wesnoth/compare/ab354737ef6b...3bececed7cc2


More information about the Commits mailing list