[wesnoth-commits] [wesnoth/wesnoth] 4d54b2: Used std::optional directly since we support C++17...

Charles Dang noreply at github.com
Sun Jan 17 00:49:42 UTC 2021


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 4d54b2a7fd75696e9d7f745104f4c2e2ce5d0e6c
      https://github.com/wesnoth/wesnoth/commit/4d54b2a7fd75696e9d7f745104f4c2e2ce5d0e6c
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2021-01-17 (Sun, 17 Jan 2021)

  Changed paths:
    M src/actions/attack.cpp
    M src/commandline_options.hpp
    M src/editor/map/map_context.hpp
    M src/font/font_description.hpp
    M src/game_board.cpp
    M src/game_board.hpp
    M src/game_config_manager.cpp
    M src/game_config_manager.hpp
    M src/game_events/action_wml.cpp
    M src/game_launcher.cpp
    M src/game_launcher.hpp
    M src/game_state.hpp
    M src/generators/cave_map_generator.cpp
    M src/generators/cave_map_generator.hpp
    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/attack_predictions.cpp
    M src/gui/dialogs/drop_down_menu.hpp
    M src/gui/dialogs/editor/generate_map.cpp
    M src/gui/dialogs/editor/generate_map.hpp
    M src/gui/widgets/listbox.cpp
    M src/help/help_impl.cpp
    M src/help/help_impl.hpp
    M src/help/help_topic_generators.cpp
    M src/lexical_cast.hpp
    M src/map/map.hpp
    M src/mp_game_settings.hpp
    M src/play_controller.hpp
    M src/replay_controller.hpp
    M src/scripting/lua_gui2.cpp
    M src/scripting/mapgen_lua_kernel.cpp
    M src/scripting/mapgen_lua_kernel.hpp
    M src/serialization/preprocessor.cpp
    M src/serialization/preprocessor.hpp
    M src/serialization/schema/type.cpp
    M src/server/campaignd/options.hpp
    M src/sound.cpp
    M src/sound.hpp
    M src/units/frame.hpp
    M src/units/unit.hpp
    R src/utils/optional_fwd.hpp

  Log Message:
  -----------
  Used std::optional directly since we support C++17 now


  Commit: c35a73f5f14a4bed74658b9da9eeaa535ff37bb8
      https://github.com/wesnoth/wesnoth/commit/c35a73f5f14a4bed74658b9da9eeaa535ff37bb8
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2021-01-17 (Sun, 17 Jan 2021)

  Changed paths:
    M src/actions/attack.cpp
    M src/attack_prediction.cpp
    M src/commandline_options.cpp
    M src/display.cpp
    M src/game_classification.cpp
    M src/game_config.cpp
    M src/game_launcher.cpp
    M src/gui/dialogs/campaign_selection.cpp
    M src/gui/dialogs/preferences_dialog.cpp
    M src/gui/dialogs/story_viewer.cpp
    M src/gui/widgets/slider.cpp
    M src/gui/widgets/slider_base.cpp
    M src/gui/widgets/stacked_widget.cpp
    M src/map_settings.cpp
    M src/preferences/game.cpp
    M src/preferences/general.cpp
    M src/time_of_day.hpp
    M src/units/frame_private.hpp
    M src/utils/general.hpp

  Log Message:
  -----------
  Used std::clamp directly


  Commit: bb49aa839760341e637da37701e72dfe81c287d1
      https://github.com/wesnoth/wesnoth/commit/bb49aa839760341e637da37701e72dfe81c287d1
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2021-01-17 (Sun, 17 Jan 2021)

  Changed paths:
    M src/gettext.hpp

  Log Message:
  -----------
  Used [[maybe_unused]] directly


  Commit: 3ff0b7f08141bed0abec1d24f2467168f1709aa2
      https://github.com/wesnoth/wesnoth/commit/3ff0b7f08141bed0abec1d24f2467168f1709aa2
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2021-01-17 (Sun, 17 Jan 2021)

  Changed paths:
    M src/global.hpp

  Log Message:
  -----------
  Added a HAVE_CXX20 define


  Commit: e3f8b68796f114d556ae310cc55005baab45d535
      https://github.com/wesnoth/wesnoth/commit/e3f8b68796f114d556ae310cc55005baab45d535
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2021-01-17 (Sun, 17 Jan 2021)

  Changed paths:
    A data/gui/window/mp_match_history.cfg
    M source_lists/wesnoth
    A src/gui/dialogs/multiplayer/match_history.cpp
    A src/gui/dialogs/multiplayer/match_history.hpp

  Log Message:
  -----------
  Added basic dialog definitions for the Match History viewer


  Commit: 6d155ced6134d20a4b153569ab59f94077831159
      https://github.com/wesnoth/wesnoth/commit/6d155ced6134d20a4b153569ab59f94077831159
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2021-01-17 (Sun, 17 Jan 2021)

  Changed paths:
    M projectfiles/VC16/wesnoth.vcxproj
    M projectfiles/VC16/wesnoth.vcxproj.filters
    M projectfiles/VC16/wesnothd.vcxproj
    M projectfiles/VC16/wesnothd.vcxproj.filters

  Log Message:
  -----------
  Updated VS projectfiles for recent changes

- Adding the Match History viewer
- Removing utils/optional_fwd.hpp
- Adding the wesnothd game history query handling


  Commit: 3176c7a5a5f4b3b4edd01fd200b6aea44fd69849
      https://github.com/wesnoth/wesnoth/commit/3176c7a5a5f4b3b4edd01fd200b6aea44fd69849
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2021-01-17 (Sun, 17 Jan 2021)

  Changed paths:
    M src/config_attribute_value.hpp
    M src/formula/variant_value.hpp
    M src/gui/auxiliary/field.hpp
    M src/gui/core/event/dispatcher_private.hpp
    M src/gui/widgets/status_label_helper.hpp
    M src/gui/widgets/styled_widget.hpp
    M src/lexical_cast.hpp
    M src/scripting/push_check.hpp
    M src/units/unit.hpp
    M src/utils/const_clone.hpp
    M src/variable_info.hpp

  Log Message:
  -----------
  Used inline variables for metaprogramming constants


  Commit: 8037076e5d1b90919f1310d56150eb91f1683114
      https://github.com/wesnoth/wesnoth/commit/8037076e5d1b90919f1310d56150eb91f1683114
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2021-01-17 (Sun, 17 Jan 2021)

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

  Log Message:
  -----------
  Synced Context: defined static members inline


  Commit: f8bf44ecf063eb57212bc1c74cea5a73166a4bc8
      https://github.com/wesnoth/wesnoth/commit/f8bf44ecf063eb57212bc1c74cea5a73166a4bc8
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2021-01-17 (Sun, 17 Jan 2021)

  Changed paths:
    M changelog.md

  Log Message:
  -----------
  Updated changelog


Compare: https://github.com/wesnoth/wesnoth/compare/8433134e53fa...f8bf44ecf063



More information about the Commits mailing list