[Commits] [wesnoth/wesnoth] 5925ff: Fix some parameter shadowing.

GitHub noreply at github.com
Sat Oct 3 16:44:08 UTC 2015


  Branch: refs/heads/1.8
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 5925ff0d6e9c61678f7b72f95040c09c4cafb213
      https://github.com/wesnoth/wesnoth/commit/5925ff0d6e9c61678f7b72f95040c09c4cafb213
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2015-10-03 (Sat, 03 Oct 2015)

  Changed paths:
    M src/gui/auxiliary/event/dispatcher_private.hpp

  Log Message:
  -----------
  Fix some parameter shadowing.

Issue found with clang 2.8.


  Commit: d518e3899d5302b1f7db7cae7c727c2a350a6db9
      https://github.com/wesnoth/wesnoth/commit/d518e3899d5302b1f7db7cae7c727c2a350a6db9
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2015-10-03 (Sat, 03 Oct 2015)

  Changed paths:
    M CMakeLists.txt
    M changelog

  Log Message:
  -----------
  cmake: Disable strict compilation by default

It's no good for users who are likely to hit issues with compilers not
used by the release team.


  Commit: ea3f81fa8a4b2915991001ed82a62004dce100de
      https://github.com/wesnoth/wesnoth/commit/ea3f81fa8a4b2915991001ed82a62004dce100de
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2015-10-03 (Sat, 03 Oct 2015)

  Changed paths:
    M src/about.cpp
    M src/actions.cpp
    M src/addon_checks.cpp
    M src/addon_management.cpp
    M src/ai/composite/ai.cpp
    M src/ai/composite/aspect.hpp
    M src/ai/composite/component.cpp
    M src/ai/composite/goal.cpp
    M src/ai/composite/property_handler.hpp
    M src/ai/configuration.cpp
    M src/ai/contexts.cpp
    M src/ai/default/ai.cpp
    M src/ai/default/move.cpp
    M src/ai/formula/ai.cpp
    M src/ai/formula/candidates.cpp
    M src/ai/formula/function_table.cpp
    M src/ai/manager.cpp
    M src/ai/testing/aspect_attacks.cpp
    M src/ai/testing/ca.cpp
    M src/ai/testing/stage_rca.cpp
    M src/builder.cpp
    M src/campaign_server/campaign_server.cpp
    M src/cavegen.cpp
    M src/config.cpp
    M src/config_cache.cpp
    M src/controller_base.cpp
    M src/dialogs.cpp
    M src/display.cpp
    M src/editor/action.cpp
    M src/editor/brush.cpp
    M src/editor/editor_controller.cpp
    M src/editor/editor_map.cpp
    M src/editor/editor_palettes.cpp
    M src/editor/map_context.cpp
    M src/editor/map_fragment.cpp
    M src/filesystem.cpp
    M src/font.cpp
    M src/foreach.hpp
    M src/formula.cpp
    M src/formula_function.cpp
    M src/game.cpp
    M src/game_config.cpp
    M src/game_display.cpp
    M src/game_events.cpp
    M src/game_preferences.cpp
    M src/game_preferences_display.cpp
    M src/gamestatus.cpp
    M src/generate_report.cpp
    M src/gui/auxiliary/canvas.cpp
    M src/gui/auxiliary/event/handler.cpp
    M src/gui/auxiliary/widget_definition.hpp
    M src/gui/auxiliary/window_builder.cpp
    M src/gui/auxiliary/window_builder/helper.cpp
    M src/gui/auxiliary/window_builder/horizontal_listbox.cpp
    M src/gui/auxiliary/window_builder/listbox.cpp
    M src/gui/auxiliary/window_builder/menubar.cpp
    M src/gui/auxiliary/window_builder/multi_page.cpp
    M src/gui/auxiliary/window_builder/slider.cpp
    M src/gui/auxiliary/window_builder/stacked_widget.cpp
    M src/gui/auxiliary/window_builder/tree_view.cpp
    M src/gui/dialogs/addon_list.cpp
    M src/gui/dialogs/campaign_selection.cpp
    M src/gui/dialogs/chat_log.cpp
    M src/gui/dialogs/dialog.cpp
    M src/gui/dialogs/formula_debugger.cpp
    M src/gui/dialogs/game_load.cpp
    M src/gui/dialogs/gamestate_inspector.cpp
    M src/gui/dialogs/language_selection.cpp
    M src/gui/dialogs/lobby/lobby_data.cpp
    M src/gui/dialogs/lobby/lobby_info.cpp
    M src/gui/dialogs/lobby_main.cpp
    M src/gui/dialogs/message.cpp
    M src/gui/dialogs/mp_connect.cpp
    M src/gui/dialogs/mp_create_game.cpp
    M src/gui/dialogs/unit_create.cpp
    M src/gui/widgets/control.cpp
    M src/gui/widgets/debug.cpp
    M src/gui/widgets/generator.cpp
    M src/gui/widgets/generator_private.hpp
    M src/gui/widgets/grid.cpp
    M src/gui/widgets/grid_private.hpp
    M src/gui/widgets/scrollbar.cpp
    M src/gui/widgets/scrollbar_container.cpp
    M src/gui/widgets/settings.cpp
    M src/gui/widgets/slider.cpp
    M src/gui/widgets/stacked_widget.cpp
    M src/gui/widgets/text_box.cpp
    M src/gui/widgets/toggle_button.cpp
    M src/gui/widgets/toggle_panel.cpp
    M src/gui/widgets/tree_view_node.cpp
    M src/gui/widgets/window.cpp
    M src/help.cpp
    M src/hotkeys.cpp
    M src/image.cpp
    M src/language.cpp
    M src/log.cpp
    M src/map_label.cpp
    M src/mapgen.cpp
    M src/menu_events.cpp
    M src/mouse_events.cpp
    M src/multiplayer.cpp
    M src/multiplayer_connect.cpp
    M src/multiplayer_create.cpp
    M src/multiplayer_lobby.cpp
    M src/multiplayer_ui.cpp
    M src/multiplayer_wait.cpp
    M src/pathfind/pathfind.cpp
    M src/play_controller.cpp
    M src/playcampaign.cpp
    M src/playsingle_controller.cpp
    M src/playturn.cpp
    M src/preferences_display.cpp
    M src/replay.cpp
    M src/savegame.cpp
    M src/scripting/lua.cpp
    M src/serialization/binary_wml.cpp
    M src/serialization/parser.cpp
    M src/serialization/preprocessor.cpp
    M src/server/ban.cpp
    M src/server/room_manager.cpp
    M src/server/server.cpp
    M src/soundsource.cpp
    M src/statistics.cpp
    M src/storyscreen/controller.cpp
    M src/storyscreen/render.cpp
    M src/team.cpp
    M src/terrain.cpp
    M src/tests/gui/test_gui2.cpp
    M src/theme.cpp
    M src/time_of_day.cpp
    M src/titlescreen.cpp
    M src/unit.cpp
    M src/unit_abilities.cpp
    M src/unit_animation.cpp
    M src/unit_types.cpp
    M src/variable.cpp
    M src/video.cpp

  Log Message:
  -----------
  Use BOOST_FOREACH instead of foreach

<https://svn.boost.org/trac/boost/ticket/6131>


  Commit: 38e1a48e2cb6c58c4d040fb0cd60010af23c1760
      https://github.com/wesnoth/wesnoth/commit/38e1a48e2cb6c58c4d040fb0cd60010af23c1760
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2015-10-03 (Sat, 03 Oct 2015)

  Changed paths:
    M changelog

  Log Message:
  -----------
  Update changelog


Compare: https://github.com/wesnoth/wesnoth/compare/c369e0fe6e5d...38e1a48e2cb6


More information about the Commits mailing list