[wesnoth-commits] [wesnoth/wesnoth] 91115b: Add [test] to list of tags with add-on id

Charles Dang noreply at github.com
Tue Feb 23 21:46:25 UTC 2021


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 91115ba84e27e02a705708a4e7bfc78d0e2a77f9
      https://github.com/wesnoth/wesnoth/commit/91115ba84e27e02a705708a4e7bfc78d0e2a77f9
  Author: mattsc <mattsc000 at gmail.com>
  Date:   2021-02-23 (Tue, 23 Feb 2021)

  Changed paths:
    M src/game_config_manager.cpp

  Log Message:
  -----------
  Add [test] to list of tags with add-on id

As of PR #4963, the engine ignores all global tags defined by add-ons that are not active, that is, that are not used in the current game.  Whether an add-on counts as active is determined based on a list of possible tags with add-on ids.  The [test] tag is not included in this list, resulting in test scenarios in add-ons not working any more.


  Commit: cd2dd8dc7f97844455aa62669241ac2d047cd455
      https://github.com/wesnoth/wesnoth/commit/cd2dd8dc7f97844455aa62669241ac2d047cd455
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2021-02-24 (Wed, 24 Feb 2021)

  Changed paths:
    M src/game_config_manager.cpp

  Log Message:
  -----------
  Merge pull request #5569 from mattsc/fix_addon_test_scenarios

Add [test] to list of tags with add-on id


Compare: https://github.com/wesnoth/wesnoth/compare/14285994f1d0...cd2dd8dc7f97



More information about the Commits mailing list