[Commits] [wesnoth/wesnoth] 25a0d0: Enable sorting campaign list in chronological or l...

GitHub noreply at github.com
Mon Aug 14 16:36:13 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 25a0d099a92887cfa08f43f74383ba7bf6d0c93e
      https://github.com/wesnoth/wesnoth/commit/25a0d099a92887cfa08f43f74383ba7bf6d0c93e
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2017-08-14 (Mon, 14 Aug 2017)

  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/Secrets_of_the_Ancients/_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/gui/window/campaign_dialog.cfg
    M projectfiles/VC12/wesnoth.vcxproj
    M projectfiles/VC12/wesnoth.vcxproj.filters
    M source_lists/test
    M source_lists/wesnoth
    M src/game_initialization/create_engine.cpp
    M src/game_initialization/create_engine.hpp
    M src/gui/dialogs/campaign_selection.cpp
    M src/gui/dialogs/campaign_selection.hpp
    A src/tests/test_irdya_date.cpp
    A src/utils/irdya_datetime.cpp
    A src/utils/irdya_datetime.hpp

  Log Message:
  -----------
  Enable sorting campaign list in chronological or lexicographical order


  Commit: 74cff9647588d7eda745c9c1e1326166ceb2b1e6
      https://github.com/wesnoth/wesnoth/commit/74cff9647588d7eda745c9c1e1326166ceb2b1e6
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2017-08-14 (Mon, 14 Aug 2017)

  Changed paths:
    A data/core/images/misc/laurel-bronze.png
    A data/core/images/misc/laurel-gold.png
    A data/core/images/misc/laurel-silver.png
    R data/core/images/misc/laurel.png
    M data/game_config.cfg
    M data/gui/window/campaign_difficulty.cfg
    M src/game_config.cpp
    M src/game_config.hpp
    M src/game_initialization/create_engine.cpp
    M src/gui/dialogs/campaign_selection.cpp

  Log Message:
  -----------
  Vary victory laurel in campaign select, depending on the difficulty beaten at

(No change to the laurel in difficulty select.)


  Commit: d192f071239348af3eeaa85f1bb34bfe1b93d95b
      https://github.com/wesnoth/wesnoth/commit/d192f071239348af3eeaa85f1bb34bfe1b93d95b
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2017-08-14 (Mon, 14 Aug 2017)

  Changed paths:
    M data/ai/lua/patrol.lua
    M data/lua/core.lua
    M data/lua/helper.lua

  Log Message:
  -----------
  Implement standard deprecation system for Lua API
    (as proposed by @DeFender1031)

All existing deprecation messages in the Lua code have been changed to
use the new deprecation system.

The goal is to eventually use an equivalent system for ALL areas of the API.


  Commit: c734f569227305bbae846facb9822f0eefe3c125
      https://github.com/wesnoth/wesnoth/commit/c734f569227305bbae846facb9822f0eefe3c125
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2017-08-14 (Mon, 14 Aug 2017)

  Changed paths:
    M data/core/macros/deprecated-utils.cfg
    M data/lua/wml-tags.lua
    M data/scenario-test.cfg

  Log Message:
  -----------
  Update the DEPRECATED macro and [deprecated_message] ActionWML to understand deprecation levels


Compare: https://github.com/wesnoth/wesnoth/compare/1fe8ed3a1386...c734f5692273


More information about the Commits mailing list