[Commits] [wesnoth/wesnoth] bdaddd: New syntax for campaign difficulty

GitHub noreply at github.com
Tue Sep 29 23:47:00 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: bdaddd9a4f177931d9eea8fb765c4f6f866361c7
      https://github.com/wesnoth/wesnoth/commit/bdaddd9a4f177931d9eea8fb765c4f6f866361c7
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-09-29 (Tue, 29 Sep 2015)

  Changed paths:
    M data/gui/default/window/campaign_difficulty.cfg
    M src/game_initialization/create_engine.cpp
    M src/gui/dialogs/campaign_difficulty.cpp
    M src/gui/dialogs/campaign_difficulty.hpp
    M src/savegame.cpp
    M src/tests/gui/test_gui2.cpp

  Log Message:
  -----------
  New syntax for campaign difficulty

This replaces the old format using the tlegacy_menu_item syntax with a new one using a [difficulty] tag.
The only syntax is still supported for now


  Commit: bd6467d1664df78f0a2466a7cc738d9d21db8834
      https://github.com/wesnoth/wesnoth/commit/bd6467d1664df78f0a2466a7cc738d9d21db8834
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-09-29 (Tue, 29 Sep 2015)

  Changed paths:
    M data/campaigns/An_Orcish_Incursion/_main.cfg
    M data/campaigns/Dead_Water/_main.cfg
    M data/campaigns/Delfadors_Memoirs/_main.cfg
    M data/campaigns/Descent_Into_Darkness/_main.cfg
    M data/campaigns/Eastern_Invasion/_main.cfg
    M data/campaigns/Heir_To_The_Throne/_main.cfg
    M data/campaigns/Legend_of_Wesmere/_main.cfg
    M data/campaigns/Liberty/_main.cfg
    M data/campaigns/Northern_Rebirth/_main.cfg
    M data/campaigns/Sceptre_of_Fire/_main.cfg
    M data/campaigns/Son_Of_The_Black_Eye/_main.cfg
    M data/campaigns/The_Hammer_of_Thursagan/_main.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/_main.cfg
    M data/campaigns/The_South_Guard/_main.cfg
    M data/campaigns/Two_Brothers/_main.cfg
    M data/campaigns/Under_the_Burning_Suns/_main.cfg
    M data/core/macros/scenario-utils.cfg

  Log Message:
  -----------
  Converted mainline campaigns to use new difficulty syntax


  Commit: 7f8f428ec49a21de5d00dc45c27635f8559acbd1
      https://github.com/wesnoth/wesnoth/commit/7f8f428ec49a21de5d00dc45c27635f8559acbd1
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-09-30 (Wed, 30 Sep 2015)

  Changed paths:
    M src/gui/dialogs/campaign_difficulty.cpp

  Log Message:
  -----------
  Removed underscores from non-class member variables


  Commit: a849e862d8453b1a585a61ef39548a41f957fca2
      https://github.com/wesnoth/wesnoth/commit/a849e862d8453b1a585a61ef39548a41f957fca2
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-09-30 (Wed, 30 Sep 2015)

  Changed paths:
    M data/campaigns/An_Orcish_Incursion/_main.cfg
    M data/campaigns/Dead_Water/_main.cfg
    M data/campaigns/Delfadors_Memoirs/_main.cfg
    M data/campaigns/Descent_Into_Darkness/_main.cfg
    M data/campaigns/Eastern_Invasion/_main.cfg
    M data/campaigns/Heir_To_The_Throne/_main.cfg
    M data/campaigns/Legend_of_Wesmere/_main.cfg
    M data/campaigns/Liberty/_main.cfg
    M data/campaigns/Northern_Rebirth/_main.cfg
    M data/campaigns/Sceptre_of_Fire/_main.cfg
    M data/campaigns/Son_Of_The_Black_Eye/_main.cfg
    M data/campaigns/The_Hammer_of_Thursagan/_main.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/_main.cfg
    M data/campaigns/The_South_Guard/_main.cfg
    M data/campaigns/Two_Brothers/_main.cfg
    M data/campaigns/Under_the_Burning_Suns/_main.cfg
    M data/core/macros/scenario-utils.cfg
    M data/gui/default/window/campaign_difficulty.cfg
    M src/game_initialization/create_engine.cpp
    M src/gui/dialogs/campaign_difficulty.cpp
    M src/gui/dialogs/campaign_difficulty.hpp
    M src/savegame.cpp
    M src/tests/gui/test_gui2.cpp

  Log Message:
  -----------
  Merge pull request #512 from Vultraz/master

New syntax for campaign difficulty.


Compare: https://github.com/wesnoth/wesnoth/compare/cf49e2407001...a849e862d845


More information about the Commits mailing list