mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-18 19:02:58 +00:00
Disable World Conquest pending removal or a maintainer stepping forward.
This commit is contained in:
parent
b231306631
commit
e47b75940f
|
@ -9,6 +9,7 @@
|
|||
### Multiplayer
|
||||
* The Delay Advancements modification has been removed in favor of adding the Plan Unit Advance modification to mainline. Enabling this modification allows each player to choose what their units will level up into in case the advancement happens on an enemy player's turn in an online multiplayer game.
|
||||
* Unit advancement that happens on an enemy's turn in online multiplayer games are no longer randomized. Instead, the first advancement listed for the unit is always used.
|
||||
* Disabled World Conquest due to an increasing number of reported bugs and it currently lacking a maintainer. It may be removed entirely in a future release.
|
||||
### Lua API
|
||||
* Upgrade to Lua 5.4.2.
|
||||
* Added the wesnoth.as_text(...) function as a way to more easily view the contents of a lua table. This is intended as a debugging aid and nothing more.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
name="wesnoth-wc"
|
||||
[/textdomain]
|
||||
|
||||
{./config.cfg}
|
||||
# {./config.cfg}
|
||||
|
||||
#ifdef LOAD_WC2
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user