[wesnoth-commits] [wesnoth/wesnoth] 436d99: Fix erroneous/useless [event] in [titlescreen_musi...

GitHub noreply at github.com
Sat May 19 20:33:37 UTC 2018


  Branch: refs/heads/1.14
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 436d99e261c72f808d683c57da2914f8b51879ec
      https://github.com/wesnoth/wesnoth/commit/436d99e261c72f808d683c57da2914f8b51879ec
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-05-19 (Sat, 19 May 2018)

  Changed paths:
    M data/core/editor/_main.cfg
    M data/core/editor/music.cfg
    M data/core/macros/sound-utils.cfg
    M data/multiplayer/_main.cfg

  Log Message:
  -----------
  Fix erroneous/useless [event] in [titlescreen_music], [lobby_music], [editor_music]

The playlist macros set the music list twice, once before the
story screen and again in prestart, but the order of tracks is different.

This means that the track order at the titlescreen and in the lobby is now the same
as the track order in a scenario using the default playlist, which previously was not the case.

Similarly, the track order in the editor is now the same as the track order
in a scenario using the full playlist.

Whether that actually matters? I have no idea. I doubt it.

In any case, as of this commit, there are no schema validation errors
at the title screen, when entering the MP Create screen, or in the map editor.


  Commit: e00c3a043e1f82fa9b2b0e5e1f83187518aa1079
      https://github.com/wesnoth/wesnoth/commit/e00c3a043e1f82fa9b2b0e5e1f83187518aa1079
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-05-19 (Sat, 19 May 2018)

  Changed paths:
    M data/ai/micro_ais/scenarios/The_Elves_Besieged.cfg
    M data/ai/micro_ais/scenarios/animals.cfg
    M data/ai/micro_ais/scenarios/bottleneck_defense.cfg
    M data/ai/micro_ais/scenarios/dragon.cfg
    M data/ai/micro_ais/scenarios/fast.cfg
    M data/ai/micro_ais/scenarios/goto.cfg
    M data/ai/micro_ais/scenarios/guardians.cfg
    M data/ai/micro_ais/scenarios/hang_out.cfg
    M data/ai/micro_ais/scenarios/healer_support.cfg
    M data/ai/micro_ais/scenarios/lurkers.cfg
    M data/ai/micro_ais/scenarios/messenger_escort.cfg
    M data/ai/micro_ais/scenarios/patrols.cfg
    M data/ai/micro_ais/scenarios/protect_unit.cfg
    M data/ai/micro_ais/scenarios/recruiting.cfg
    M data/ai/micro_ais/scenarios/scenario_micro_ai.cfg
    M data/ai/micro_ais/scenarios/simple_attack.cfg
    M data/ai/micro_ais/scenarios/swarm.cfg
    M data/ai/micro_ais/scenarios/wolves.cfg
    M data/ai/scenarios/scenario-AI_Arena_small.cfg
    M data/ai/scenarios/scenario-high_xp_attack.cfg
    M data/campaigns/Dead_Water/scenarios/08_Talking_to_Tyegea.cfg
    M data/campaigns/Dead_Water/scenarios/11_Getting_Help.cfg
    M data/campaigns/Dead_Water/scenarios/12_Revenge.cfg
    M data/campaigns/Dead_Water/scenarios/13_Epilogue.cfg
    M data/campaigns/Delfadors_Memoirs/scenarios/05_Council_in_Weldyn.cfg
    M data/campaigns/Delfadors_Memoirs/scenarios/16_Dark_Sky_Over_Weldyn.cfg
    M data/campaigns/Delfadors_Memoirs/scenarios/23_Epilogue.cfg
    M data/campaigns/Descent_Into_Darkness/scenarios/06_Return_to_Parthyn.cfg
    M data/campaigns/Descent_Into_Darkness/scenarios/11_Descent_into_Darkness.cfg
    M data/campaigns/Descent_Into_Darkness/scenarios/12_Endless_Night.cfg
    M data/campaigns/Eastern_Invasion/scenarios/08_Training_the_Ogres.cfg
    M data/campaigns/Eastern_Invasion/scenarios/11_Captured.cfg
    M data/campaigns/Eastern_Invasion/scenarios/17a_The_Duel.cfg
    M data/campaigns/Eastern_Invasion/scenarios/17b_Weldyn_Besieged.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/14_Plunging_Into_the_Darkness.cfg
    M data/campaigns/Northern_Rebirth/scenarios/05a_01_The_Pursuit.cfg
    M data/campaigns/Northern_Rebirth/scenarios/08b_Ray_of_Hope.cfg
    M data/campaigns/Northern_Rebirth/scenarios/09b_Judgment.cfg
    M data/campaigns/Northern_Rebirth/scenarios/13a_Showdown.cfg
    M data/campaigns/Northern_Rebirth/scenarios/14a_Epilogue.cfg
    M data/campaigns/Sceptre_of_Fire/scenarios/8_The_Dragon.cfg
    M data/campaigns/Sceptre_of_Fire/scenarios/9_Caverns_of_Flame.cfg
    M data/campaigns/Secrets_of_the_Ancients/scenarios/09_Training_Session.cfg
    M data/campaigns/Secrets_of_the_Ancients/scenarios/17_Mortality.cfg
    M data/campaigns/Secrets_of_the_Ancients/scenarios/21_Against_the_World.cfg
    M data/campaigns/Secrets_of_the_Ancients/scenarios/22_Epilogue.cfg
    M data/campaigns/Son_Of_The_Black_Eye/scenarios/18_Northern_Alliance.cfg
    M data/campaigns/Son_Of_The_Black_Eye/scenarios/19_Epilogue.cfg
    M data/campaigns/The_Hammer_of_Thursagan/scenarios/02_Reclaiming_the_Past.cfg
    M data/campaigns/The_Hammer_of_Thursagan/scenarios/12_The_Underlevels.cfg
    M data/campaigns/The_Hammer_of_Thursagan/scenarios/13_Epilogue.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/15_A_New_Land.cfg
    M data/campaigns/The_South_Guard/scenarios/07b_Pebbles_in_the_Flood.cfg
    M data/campaigns/The_South_Guard/scenarios/09a_Vengeance.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/07a_Dealing_with_Dwarves.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/07b_Talking_with_Trolls.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/13_Epilogue.cfg
    M data/scenario-leaders.cfg
    M data/scenario-movethrough.cfg
    M data/scenario-test.cfg

  Log Message:
  -----------
  Embrace turns=unlimited as a way of specifying unlimited turns


  Commit: f7e2a9794f5e51d6a924fc1e67df58b621fe8069
      https://github.com/wesnoth/wesnoth/commit/f7e2a9794f5e51d6a924fc1e67df58b621fe8069
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-05-19 (Sat, 19 May 2018)

  Changed paths:
    M data/multiplayer/scenarios/ANL_utils/ANL_general_macros.cfg
    M data/multiplayer/scenarios/ANL_utils/ANL_special_macros.cfg

  Log Message:
  -----------
  ANL: Remove needless silent= key from [object]s

The silent key is meaningful only when using the [object] as ActionWML.
None of these are used thusly, so it does nothing.


  Commit: 56aaa46d5f91f1272c92dc09545d384e6bb3685e
      https://github.com/wesnoth/wesnoth/commit/56aaa46d5f91f1272c92dc09545d384e6bb3685e
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-05-19 (Sat, 19 May 2018)

  Changed paths:
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter1/02_Hostile_Mountains.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter1/03_Kalian_under_Attack.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter2/04_The_Elvish_Treasury.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter2/05_The_Saurian_Treasury.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter2/06_Acquaintance_in_Need.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter5/22_Northern_Battle.cfg

  Log Message:
  -----------
  LoW: Remove redundant AI definitions

These are used by default, so there's no need to specifically include them.


  Commit: c6c66b222ceb6c65241c994c563b0bde1dfd2129
      https://github.com/wesnoth/wesnoth/commit/c6c66b222ceb6c65241c994c563b0bde1dfd2129
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-05-19 (Sat, 19 May 2018)

  Changed paths:
    M data/campaigns/Legend_of_Wesmere/utils/characters.cfg

  Log Message:
  -----------
  LoW: Fix erroneous used of unrenamable and canrecruit keys in [side] when there is no unit


  Commit: f7d5194afa7748f377a7ac9228241771a773c413
      https://github.com/wesnoth/wesnoth/commit/f7d5194afa7748f377a7ac9228241771a773c413
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-05-19 (Sat, 19 May 2018)

  Changed paths:
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter2/08_Council_of_Hard_Choices.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter3/09_Bounty_Hunters.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter4/16_The_Chief_Must_Die.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter4/17_Breaking_the_Siege.cfg
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter5/23_End_of_War.cfg
    M data/campaigns/Legend_of_Wesmere/utils/characters.cfg

  Log Message:
  -----------
  LoW: Several small fixes (misplaced keys mostly)


  Commit: a798090cc135f41dea533cfd84c68afed80883eb
      https://github.com/wesnoth/wesnoth/commit/a798090cc135f41dea533cfd84c68afed80883eb
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-05-19 (Sat, 19 May 2018)

  Changed paths:
    M data/campaigns/Two_Brothers/scenarios/01_Rooting_Out_a_Mage.cfg

  Log Message:
  -----------
  TB: Fix errors found by schema validator

- Passing () as the side to the unit util macros results in an empty side key
  There's no reason not to just pass 1 instead though.
- [modify_side] does not support [filter]; instead it uses [filter_side]
  However, it also supports inline side which is sufficient here,
  so just use that instead.

This covers both difficulty levels; TB is now clean of schema issues.


  Commit: dd95ad08ccdda1d655e57c18bd7889f84d3483a7
      https://github.com/wesnoth/wesnoth/commit/dd95ad08ccdda1d655e57c18bd7889f84d3483a7
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-05-19 (Sat, 19 May 2018)

  Changed paths:
    M data/campaigns/The_South_Guard/scenarios/05_Choice_In_The_Fog.cfg
    M data/campaigns/The_South_Guard/scenarios/06b_The_Long_March.cfg

  Log Message:
  -----------
  TSG: Fix errors found by schema validator

With this, TSG is now clean of schema issues


  Commit: 1d98b3e405cd8bbd3df16e9e5e70f87a1356bf3c
      https://github.com/wesnoth/wesnoth/commit/1d98b3e405cd8bbd3df16e9e5e70f87a1356bf3c
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-05-19 (Sat, 19 May 2018)

  Changed paths:
    M data/campaigns/Heir_To_The_Throne/units/Battle_Princess.cfg
    M data/campaigns/Heir_To_The_Throne/units/Commander.cfg
    M data/campaigns/Heir_To_The_Throne/units/Fighter.cfg
    M data/campaigns/Heir_To_The_Throne/units/Lord.cfg
    M data/campaigns/Heir_To_The_Throne/units/Princess.cfg

  Log Message:
  -----------
  HTTT: Unit variations don't need an ID


  Commit: 309a24eb1cf5a50050fbd12131039e228b5b97c0
      https://github.com/wesnoth/wesnoth/commit/309a24eb1cf5a50050fbd12131039e228b5b97c0
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-05-19 (Sat, 19 May 2018)

  Changed paths:
    M data/campaigns/Heir_To_The_Throne/scenarios/09_The_Valley_of_Death.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/17_Scepter_of_Fire.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/19c_Cliffs_of_Thoria.cfg

  Log Message:
  -----------
  HTTT: Fix errors found by schema validator

This fixes most of the errors, but there are still a few more to squelch.


  Commit: d36baf2a6e54ea39dfa39972db6c9151013eb5f4
      https://github.com/wesnoth/wesnoth/commit/d36baf2a6e54ea39dfa39972db6c9151013eb5f4
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-05-19 (Sat, 19 May 2018)

  Changed paths:
    M data/campaigns/Eastern_Invasion/scenarios/07a_The_Crossing.cfg
    M data/campaigns/Eastern_Invasion/scenarios/07b_Undead_Crossing.cfg
    M data/campaigns/Eastern_Invasion/scenarios/09_Xenophobia.cfg
    M data/campaigns/Eastern_Invasion/scenarios/11_Captured.cfg

  Log Message:
  -----------
  EI: Fix issues found by the schema validator

With this, EI is as clean of schema errors as it's going to get.
There yet remain a number of unsolvable schema errors (due to multi-use macros).

Regarding {LOYAL_UNIT}, specifying the side here is redundant;
however, an empty side key raises an error, and it doesn't hurt
to specify the redundant information.


  Commit: 82f47cab196b40d960c08a127f43492b159bfb77
      https://github.com/wesnoth/wesnoth/commit/82f47cab196b40d960c08a127f43492b159bfb77
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-05-19 (Sat, 19 May 2018)

  Changed paths:
    M data/campaigns/The_Hammer_of_Thursagan/scenarios/12_The_Underlevels.cfg

  Log Message:
  -----------
  HoT: Fix issues found by the schema validator

With this, HoT is clean of schema errors


  Commit: 80b9cd643188a1ad017fb3a6464d3ad4bff8e297
      https://github.com/wesnoth/wesnoth/commit/80b9cd643188a1ad017fb3a6464d3ad4bff8e297
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-05-19 (Sat, 19 May 2018)

  Changed paths:
    M data/campaigns/Descent_Into_Darkness/scenarios/01_Saving_Parthyn.cfg
    M data/campaigns/Descent_Into_Darkness/scenarios/03_A_Haunting_in_Winter.cfg
    M data/campaigns/Descent_Into_Darkness/scenarios/06_Return_to_Parthyn.cfg
    M data/campaigns/Descent_Into_Darkness/scenarios/07_A_Small_Favor.cfg
    M data/campaigns/Descent_Into_Darkness/scenarios/09_A_Small_Favor3.cfg
    M data/campaigns/Descent_Into_Darkness/scenarios/10_Alone_at_Last.cfg
    M data/campaigns/Descent_Into_Darkness/scenarios/11_Descent_into_Darkness.cfg

  Log Message:
  -----------
  DiD: Fix issues found by the schema validator

With this, DiD is now clean of schema errors


  Commit: e349e51b95571ce9a041e8222040010fa30f31f6
      https://github.com/wesnoth/wesnoth/commit/e349e51b95571ce9a041e8222040010fa30f31f6
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-05-19 (Sat, 19 May 2018)

  Changed paths:
    M data/campaigns/Delfadors_Memoirs/scenarios/19_Showdown_in_the_Northern_Swamp.cfg

  Log Message:
  -----------
  DM: Fix issues found by the schema validator

With this, DM is now clean of schema errors


  Commit: ae255f5b3284ce4587f352cf7952c5378f8a08ea
      https://github.com/wesnoth/wesnoth/commit/ae255f5b3284ce4587f352cf7952c5378f8a08ea
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-05-19 (Sat, 19 May 2018)

  Changed paths:
    M data/campaigns/Dead_Water/scenarios/01_Invasion.cfg
    M data/campaigns/Dead_Water/scenarios/04_Slavers.cfg

  Log Message:
  -----------
  DW: Remove [message]duration key since it does absolutely nothing


  Commit: 3586187b457d9d7a11b5be0023b5f74f053a3bbe
      https://github.com/wesnoth/wesnoth/commit/3586187b457d9d7a11b5be0023b5f74f053a3bbe
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-05-19 (Sat, 19 May 2018)

  Changed paths:
    M data/campaigns/Dead_Water/scenarios/10_The_Flaming_Sword.cfg

  Log Message:
  -----------
  DW: Fix a couple more issues found by the schema validator

With this, DW is clean of schema errors


  Commit: 58220e216cf2ae8349a6d0b836a2be8038e50ece
      https://github.com/wesnoth/wesnoth/commit/58220e216cf2ae8349a6d0b836a2be8038e50ece
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-05-19 (Sat, 19 May 2018)

  Changed paths:
    M data/campaigns/Secrets_of_the_Ancients/maps/02_Dark_Business.map
    M data/campaigns/Secrets_of_the_Ancients/maps/03_Bandits.map
    M data/campaigns/Secrets_of_the_Ancients/maps/04_Becalmed.map
    M data/campaigns/Secrets_of_the_Ancients/maps/06_Following_the_Shadow.map
    M data/campaigns/Secrets_of_the_Ancients/maps/07_Meeting_of_the_Minds.map
    M data/campaigns/Secrets_of_the_Ancients/maps/08_Carcyn.map
    M data/campaigns/Secrets_of_the_Ancients/maps/09_Training_Session.map
    M data/campaigns/Secrets_of_the_Ancients/maps/11_Battleground.map
    M data/campaigns/Secrets_of_the_Ancients/maps/12_Walking_Trees.map
    M data/campaigns/Secrets_of_the_Ancients/maps/13_Together_Again.map
    M data/campaigns/Secrets_of_the_Ancients/maps/14_Entering_the_Northlands.map
    M data/campaigns/Secrets_of_the_Ancients/maps/15_Mountain_Pass.map
    M data/campaigns/Secrets_of_the_Ancients/maps/16_The_Mage.map
    M data/campaigns/Secrets_of_the_Ancients/maps/17_Mortality.map
    M data/campaigns/Secrets_of_the_Ancients/maps/18_Abandoned_Outpost.map
    M data/campaigns/Secrets_of_the_Ancients/maps/19_Lava_and_Stone.map

  Log Message:
  -----------
  SotA: Remove obsolete map headers


  Commit: 12789fc910162324559ebd5801c5863d15fab7e8
      https://github.com/wesnoth/wesnoth/commit/12789fc910162324559ebd5801c5863d15fab7e8
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-05-19 (Sat, 19 May 2018)

  Changed paths:
    M data/campaigns/Secrets_of_the_Ancients/scenarios/02_Dark_Business.cfg
    M data/campaigns/Secrets_of_the_Ancients/scenarios/05_Blackwater.cfg
    M data/campaigns/Secrets_of_the_Ancients/scenarios/17_Mortality.cfg
    M data/campaigns/Secrets_of_the_Ancients/scenarios/20_North_Knalga.cfg
    M data/campaigns/Secrets_of_the_Ancients/utils/sota-utils.cfg

  Log Message:
  -----------
  SotA: Remove weird terrain='' convention

The wiki proscribes terrain=^ for this purpose, which has the bonus
of being detected as a valid terrain code by the schema.


  Commit: 9f63a36531c5308cbc57c8798db19bcbbc6724b7
      https://github.com/wesnoth/wesnoth/commit/9f63a36531c5308cbc57c8798db19bcbbc6724b7
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-05-19 (Sat, 19 May 2018)

  Changed paths:
    M data/campaigns/Secrets_of_the_Ancients/scenarios/06_Following_the_Shadow.cfg
    M data/campaigns/Secrets_of_the_Ancients/scenarios/15_Mountain_Pass.cfg
    M data/campaigns/Secrets_of_the_Ancients/scenarios/18_Abandoned_Outpost.cfg
    M data/campaigns/Secrets_of_the_Ancients/scenarios/21_Against_the_World.cfg

  Log Message:
  -----------
  SotA: Fix a few more issues found by the schema validator

With this, SotA is now clean of schema errors


  Commit: 05d6c84205b6c764b3d23ae29e074e60b2ff990e
      https://github.com/wesnoth/wesnoth/commit/05d6c84205b6c764b3d23ae29e074e60b2ff990e
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-05-19 (Sat, 19 May 2018)

  Changed paths:
    M data/campaigns/Sceptre_of_Fire/scenarios/1_A_Bargain_is_Struck.cfg
    M data/campaigns/Sceptre_of_Fire/scenarios/9_Caverns_of_Flame.cfg

  Log Message:
  -----------
  SoF: Fix issues found by the schema validator


  Commit: 63912b8fe6d5ec02307ee2edb050de883562e3c0
      https://github.com/wesnoth/wesnoth/commit/63912b8fe6d5ec02307ee2edb050de883562e3c0
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-05-19 (Sat, 19 May 2018)

  Changed paths:
    M data/campaigns/Northern_Rebirth/scenarios/02_01_Infested_Caves.cfg
    M data/campaigns/Northern_Rebirth/scenarios/02_02_Meeting_With_Dwarves.cfg
    M data/campaigns/Northern_Rebirth/scenarios/04_Clearing_the_Mines.cfg
    M data/campaigns/Northern_Rebirth/scenarios/05a_01_The_Pursuit.cfg
    M data/campaigns/Northern_Rebirth/scenarios/05a_02_Dealings.cfg
    M data/campaigns/Northern_Rebirth/scenarios/07a_Settling_Disputes.cfg
    M data/campaigns/Northern_Rebirth/scenarios/08a_Elvish_Princess.cfg
    M data/campaigns/Northern_Rebirth/scenarios/09a_Introductions.cfg
    M data/campaigns/Northern_Rebirth/scenarios/11a_The_Eastern_Flank.cfg

  Log Message:
  -----------
  NR: Explicitly specify redundant side parameter in unit macros


  Commit: 7b4ed334793f3b2d02d9090f773477f85bd9508e
      https://github.com/wesnoth/wesnoth/commit/7b4ed334793f3b2d02d9090f773477f85bd9508e
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-05-19 (Sat, 19 May 2018)

  Changed paths:
    M data/campaigns/Northern_Rebirth/scenarios/08b_Ray_of_Hope.cfg
    M data/campaigns/Northern_Rebirth/scenarios/10a_Stolen_Gold.cfg
    M data/campaigns/Northern_Rebirth/scenarios/13a_Showdown.cfg

  Log Message:
  -----------
  NR: [ai]villages_per_scout= is an integer


  Commit: 566b3972e40a0e5c107688b125b2a5f6d3ac8db4
      https://github.com/wesnoth/wesnoth/commit/566b3972e40a0e5c107688b125b2a5f6d3ac8db4
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-05-19 (Sat, 19 May 2018)

  Changed paths:
    M data/campaigns/Northern_Rebirth/scenarios/10a_Stolen_Gold.cfg
    M data/campaigns/Northern_Rebirth/scenarios/12a_Get_the_Gold.cfg
    M data/campaigns/Northern_Rebirth/scenarios/13a_Showdown.cfg

  Log Message:
  -----------
  NR: [store_unit] does not support fire_event

With this, NR is now clean of schema errors


  Commit: d2ac1b032394d7753f7af502dde4c427aa8d7504
      https://github.com/wesnoth/wesnoth/commit/d2ac1b032394d7753f7af502dde4c427aa8d7504
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-05-19 (Sat, 19 May 2018)

  Changed paths:
    M data/campaigns/Under_the_Burning_Suns/scenarios/01_The_Morning_After.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/02_Across_the_Harsh_Sands.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/03_Stirring_in_the_Night.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/05_A_Subterranean_Struggle.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/08_Out_of_the_Frying_Pan.cfg

  Log Message:
  -----------
  UtBS: [objectives] does not support show=


  Commit: 97f55f224ba159101d47816ec7802083cd7ede84
      https://github.com/wesnoth/wesnoth/commit/97f55f224ba159101d47816ec7802083cd7ede84
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-05-19 (Sat, 19 May 2018)

  Changed paths:
    M data/campaigns/Under_the_Burning_Suns/scenarios/03_Stirring_in_the_Night.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/04_Descending_into_Darkness.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/05_A_Subterranean_Struggle.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/06b_In_the_Domain_of_Dwarves.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/07a_Dealing_with_Dwarves.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/07b_Talking_with_Trolls.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/09_Blood_is_Thicker_Than_Water.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/10_Speaking_with_the_Fishes.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/11_Battle_for_Zocthanol_Isle.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/13_Epilogue.cfg

  Log Message:
  -----------
  UtBS: [scenario]snapshot= doesn't seem like it would have any useful effect

(It's probably technically valid, as this key is part of the savegame WML.)


  Commit: 2e8261086cf10c0d42be2babbe83d5c98b59d604
      https://github.com/wesnoth/wesnoth/commit/2e8261086cf10c0d42be2babbe83d5c98b59d604
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-05-19 (Sat, 19 May 2018)

  Changed paths:
    M data/campaigns/Under_the_Burning_Suns/scenarios/06a_In_the_Tunnels_of_Trolls.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/06b_In_the_Domain_of_Dwarves.cfg

  Log Message:
  -----------
  UtBS: silent= is meaningless in [object][modifications]


  Commit: 9c1e04706b2751b79d6c5cc40b5305475a80da15
      https://github.com/wesnoth/wesnoth/commit/9c1e04706b2751b79d6c5cc40b5305475a80da15
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-05-19 (Sat, 19 May 2018)

  Changed paths:
    M data/campaigns/Under_the_Burning_Suns/scenarios/05_A_Subterranean_Struggle.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/06b_In_the_Domain_of_Dwarves.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/08_Out_of_the_Frying_Pan.cfg
    M data/campaigns/Under_the_Burning_Suns/scenarios/09_Blood_is_Thicker_Than_Water.cfg

  Log Message:
  -----------
  UtBS: Fix a few more issues found by the schema validator

With this, UtBS is as clean of schema errors as it'll get
(There are still two spurious errors remaining)


  Commit: 9ce2bb41dd14814f87526153409f1ae0cc24649c
      https://github.com/wesnoth/wesnoth/commit/9ce2bb41dd14814f87526153409f1ae0cc24649c
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-05-19 (Sat, 19 May 2018)

  Changed paths:
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/21_The_Plan.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/23_Epilogue.cfg

  Log Message:
  -----------
  TRoW: Fix a couple of issues found by the schema validator


  Commit: da6917ee1147ae323bc20ebc07fa13d8b3a885a9
      https://github.com/wesnoth/wesnoth/commit/da6917ee1147ae323bc20ebc07fa13d8b3a885a9
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-05-19 (Sat, 19 May 2018)

  Changed paths:
    M data/campaigns/Heir_To_The_Throne/scenarios/01_The_Elves_Besieged.cfg
    M data/campaigns/Heir_To_The_Throne/utils/intro.cfg

  Log Message:
  -----------
  HTTT: Fix toplevel [story]


  Commit: bd1b2f7a9a30a82214993a334e099e38ff304e69
      https://github.com/wesnoth/wesnoth/commit/bd1b2f7a9a30a82214993a334e099e38ff304e69
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-05-19 (Sat, 19 May 2018)

  Changed paths:
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/04a_The_Swamp_of_Esten.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/04b_The_Midlands.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/05_The_Oldwood.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/07_Return_to_Oldwood.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/11_Southbay_in_Winter.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/12_A_Final_Spring.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/13_Peoples_in_Decline.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/14_Rough_Landing.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/15_A_New_Land.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/17a_The_Dragon.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/17b_Lizard_Beach.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/17c_Troll_Hole.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/17d_Cursed_Isle.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/19_The_Vanguard.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/20_Return_of_the_Fleet.cfg

  Log Message:
  -----------
  TRoW: [scenario] does not support bonus=yes

With this, TRoW is now clean of schema errors


  Commit: fa4ff3b106de406c077a74495c643a1fc903fe5a
      https://github.com/wesnoth/wesnoth/commit/fa4ff3b106de406c077a74495c643a1fc903fe5a
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-05-19 (Sat, 19 May 2018)

  Changed paths:
    M data/campaigns/Heir_To_The_Throne/scenarios/22_Return_to_Wesnoth.cfg
    M data/campaigns/Sceptre_of_Fire/scenarios/7_Outriding_the_Outriders.cfg

  Log Message:
  -----------
  HTTT, SoF: Fix a couple more issues found by the schema validator

With this, HTTT and SoF are now clean of schema errors


  Commit: b4e3616df32a95226cdedd6b86f6aa3107fb2ea4
      https://github.com/wesnoth/wesnoth/commit/b4e3616df32a95226cdedd6b86f6aa3107fb2ea4
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-05-19 (Sat, 19 May 2018)

  Changed paths:
    M data/scenario-test.cfg

  Log Message:
  -----------
  Test scenario: remove useless [object]silent=yes


  Commit: 982f51701c1bcc449e99cbe1433de17d5e416768
      https://github.com/wesnoth/wesnoth/commit/982f51701c1bcc449e99cbe1433de17d5e416768
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-05-19 (Sat, 19 May 2018)

  Changed paths:
    M data/scenario-story.cfg

  Log Message:
  -----------
  Story test scenario: Fix misplaced duplicate map data


  Commit: 3c8f05026c06b5db12c658a8fc600aa942249619
      https://github.com/wesnoth/wesnoth/commit/3c8f05026c06b5db12c658a8fc600aa942249619
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-05-19 (Sat, 19 May 2018)

  Changed paths:
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter4/13_News_from_the_Front.cfg

  Log Message:
  -----------
  LoW: [scenario]snapshot= is not supported

With this, LoW is as clean of schema errors as it's going to get
The custom [replace_map] override prevents it getting any cleaner for 1.14


  Commit: e4eff8aba3d31262e779128f990a6a5719894d1e
      https://github.com/wesnoth/wesnoth/commit/e4eff8aba3d31262e779128f990a6a5719894d1e
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-05-19 (Sat, 19 May 2018)

  Changed paths:
    M data/campaigns/Legend_of_Wesmere/scenarios/chapter3/12_Revelations.cfg

  Log Message:
  -----------
  LoW MP: Fix a few more issues found by the schema validator

With this, LoW MP is as clean of schema errors as it's going to get


  Commit: 28cb5f9e9d47126bea924a19b4c5631ee10700a4
      https://github.com/wesnoth/wesnoth/commit/28cb5f9e9d47126bea924a19b4c5631ee10700a4
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-05-19 (Sat, 19 May 2018)

  Changed paths:
    M data/ai/scenarios/ai_arena_small/0002-poisoning.cfg
    M data/ai/scenarios/scenario-poisoning.cfg
    M data/scenario-test.cfg

  Log Message:
  -----------
  Fix a few schema issues in some of the interactive test scenarios


  Commit: fa14c650fc94efa2c2eca96f0ebd7c9ed6cc24fa
      https://github.com/wesnoth/wesnoth/commit/fa14c650fc94efa2c2eca96f0ebd7c9ed6cc24fa
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-05-19 (Sat, 19 May 2018)

  Changed paths:
    M data/ai/micro_ais/scenarios/dragon.cfg
    M data/ai/micro_ais/scenarios/goto.cfg
    M data/ai/micro_ais/scenarios/guardians.cfg
    M data/ai/micro_ais/scenarios/hang_out.cfg
    M data/ai/micro_ais/scenarios/messenger_escort.cfg
    M data/ai/micro_ais/scenarios/patrols.cfg
    M data/ai/micro_ais/scenarios/protect_unit.cfg

  Log Message:
  -----------
  MicroAI Tests: Fix issues found by the schema validator

With this, the MicroAI test scenarios are clean of schema errors


Compare: https://github.com/wesnoth/wesnoth/compare/dde6fb5ffff1...fa14c650fc94
      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the Commits mailing list