[wesnoth-commits] [wesnoth/wesnoth] 554c3b: Add a deprecation message for the Giant Stoat
Celtic Minstrel
noreply at github.com
Tue Jul 13 18:10:19 UTC 2021
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 554c3bd49c8ac4daa6a8ee2e39879b82b645bbfd
https://github.com/wesnoth/wesnoth/commit/554c3bd49c8ac4daa6a8ee2e39879b82b645bbfd
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2021-07-13 (Tue, 13 Jul 2021)
Changed paths:
M data/core/units/monsters/Frost_Stoat.cfg
Log Message:
-----------
Add a deprecation message for the Giant Stoat
Commit: 82a98fd96ea608d5bef828ab6be8c4ff83811646
https://github.com/wesnoth/wesnoth/commit/82a98fd96ea608d5bef828ab6be8c4ff83811646
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2021-07-13 (Tue, 13 Jul 2021)
Changed paths:
M data/lua/core/wml.lua
M src/scripting/game_lua_kernel.cpp
Log Message:
-----------
Lua API: Revive mp_settings.active_mods and mp_settings.era_id
These were removed without deprecation in 0efd35acbcba45724be4737073dc7f77480ec781
This adds them back as deprecated.
Fixes #5941
Commit: 357bc7b8216ea4fa4b8c903b0ccf1835926b601b
https://github.com/wesnoth/wesnoth/commit/357bc7b8216ea4fa4b8c903b0ccf1835926b601b
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2021-07-13 (Tue, 13 Jul 2021)
Changed paths:
M src/scripting/lua_common.hpp
Log Message:
-----------
Lua API: Fix extraneous quotes in deprecation messages for attributes
Commit: 009b9b9ffe09745299e745c8880edffe2ad918bd
https://github.com/wesnoth/wesnoth/commit/009b9b9ffe09745299e745c8880edffe2ad918bd
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2021-07-13 (Tue, 13 Jul 2021)
Changed paths:
M src/scripting/mapgen_lua_kernel.cpp
Log Message:
-----------
Fix crash when accessing variables from a map generator
On some machines, the crash doesn't occur, but the variable is still not loaded correctly.
Addresses #5896
Commit: e19590c73de233d2a009224bb4fc95b57881725f
https://github.com/wesnoth/wesnoth/commit/e19590c73de233d2a009224bb4fc95b57881725f
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2021-07-13 (Tue, 13 Jul 2021)
Changed paths:
M src/game_data.cpp
Log Message:
-----------
Fix a missing detail in saved game serialization
The translatable string explaining why you can't currently end your turn was missing from the saved game. This fixes that.
Commit: a74cabbbd010f5eeaea7aa772933044d4335ea13
https://github.com/wesnoth/wesnoth/commit/a74cabbbd010f5eeaea7aa772933044d4335ea13
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2021-07-13 (Tue, 13 Jul 2021)
Changed paths:
M src/scripting/game_lua_kernel.cpp
Log Message:
-----------
Lua API: Some clean-up of the mp_settings API
This basically adds more reasonable representations of some of the fields, or in some cases just gives them a new, less confusing name.
This also adds wesnoth.scenario.name, which is basically the same as wesnoth.scenario.mp_settings.mp_scenario_name except for the fact that it retains its translatable property
Commit: 284f7149e373ec1ccea093fe1dd469df63c0d966
https://github.com/wesnoth/wesnoth/commit/284f7149e373ec1ccea093fe1dd469df63c0d966
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2021-07-13 (Tue, 13 Jul 2021)
Changed paths:
M data/lua/wml-tags.lua
Log Message:
-----------
WML API: [story]title= is now optional even in ActionWML
Make it default to the scenario name, as it would for scenario-level [story].
Compare: https://github.com/wesnoth/wesnoth/compare/87e09007299b...284f7149e373
More information about the Commits
mailing list