[Commits] [wesnoth/wesnoth] a9e499: Cleaned up register_*_property functions

GitHub noreply at github.com
Tue Apr 11 20:52:10 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: a9e499bb64fdb69ca2e4a7c5f7a0cce0fd19cf55
      https://github.com/wesnoth/wesnoth/commit/a9e499bb64fdb69ca2e4a7c5f7a0cce0fd19cf55
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2017-04-12 (Wed, 12 Apr 2017)

  Changed paths:
    M src/ai/composite/property_handler.hpp

  Log Message:
  -----------
  Cleaned up register_*_property functions

Marked inline to fix unused function warnings


  Commit: 0c3260dc0513d5cc9933f16fd74fd7ad798331f8
      https://github.com/wesnoth/wesnoth/commit/0c3260dc0513d5cc9933f16fd74fd7ad798331f8
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2017-04-12 (Wed, 12 Apr 2017)

  Changed paths:
    M src/ai/actions.cpp
    M src/ai/configuration.cpp
    M src/ai/default/ca.cpp
    M src/ai/manager.cpp
    M src/campaign_server/campaign_server.cpp
    M src/editor/palette/terrain_palettes.cpp
    M src/editor/toolkit/editor_toolkit.cpp
    M src/font/sdl_ttf.cpp
    M src/help/help_impl.cpp
    M src/image.cpp
    M src/movetype.cpp
    M src/mp_game_settings.cpp
    M src/pathfind/teleport.cpp
    M src/scripting/game_lua_kernel.cpp
    M src/scripting/plugins/context.cpp
    M src/terrain/terrain.cpp
    M src/tooltips.cpp
    M src/units/map.cpp
    M src/units/types.cpp
    M src/wesnoth.cpp

  Log Message:
  -----------
  Finished deploying std::map::emplace (cont. e1a579da51)

Apparently, the last time I did this I only grepped for `insert(std::pair` not `insert(std::make_pair`. Oversight, much?


Compare: https://github.com/wesnoth/wesnoth/compare/e9eb98743ef4...0c3260dc0513


More information about the Commits mailing list