[wesnoth-commits] [wesnoth/wesnoth] 2e5023: MP Create Game: attempt to fix RFM type labels bei...

GitHub noreply at github.com
Fri Mar 23 14:02:10 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 2e502334f23447609e2553cbbbae8b251f9796bc
      https://github.com/wesnoth/wesnoth/commit/2e502334f23447609e2553cbbbae8b251f9796bc
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2018-03-24 (Sat, 24 Mar 2018)

  Changed paths:
    M src/gui/dialogs/multiplayer/mp_create_game.cpp

  Log Message:
  -----------
  MP Create Game: attempt to fix RFM type labels being untranslated (#2709)

Since these are defined in their MAKE_ENUM enum with N_, we need to manually un-not-translate
them here.


  Commit: c2fd4f48f912c48e71382c61e4012ec7fae2f930
      https://github.com/wesnoth/wesnoth/commit/c2fd4f48f912c48e71382c61e4012ec7fae2f930
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2018-03-24 (Sat, 24 Mar 2018)

  Changed paths:
    M src/controller_base.cpp
    M src/editor/controller/editor_controller.cpp
    M src/editor/map/context_manager.cpp
    M src/editor/palette/editor_palettes.cpp
    M src/game_events/action_wml.cpp
    M src/game_events/wmi_manager.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_staging.cpp
    M src/gui/dialogs/preferences_dialog.cpp
    M src/gui/dialogs/statistics_dialog.cpp
    M src/hotkey/hotkey_handler.cpp
    M src/theme.cpp

  Log Message:
  -----------
  Cleaned up unnecessary instances of emplace_back(config {})

No need to invoke the copy ctor.


Compare: https://github.com/wesnoth/wesnoth/compare/b801140344c7...c2fd4f48f912


More information about the Commits mailing list