Nobody knows how to sort things alphabetically anymore
[ci skip]
This commit is contained in:
parent
0512345c7f
commit
93d5264eec
1 changed files with 13 additions and 13 deletions
26
changelog.md
26
changelog.md
|
@ -1,7 +1,4 @@
|
|||
## Version 1.15.5+dev
|
||||
### Multiplayer
|
||||
* Delay Advancements modification:
|
||||
* The Delay Advancements modification allows changing how advancements are handled. With this enabled, units that previously would have advanced on another player's turn will instead not advance until it is again their side's turn. The benefit of this is that units will also not pick an advancement at random if they have multiple.
|
||||
### Language and i18n
|
||||
* Updated translations: British English, Czech, French, Japanese, Polish,
|
||||
Portuguese (Brazil)
|
||||
|
@ -9,6 +6,17 @@
|
|||
* A bug in the removed code treated the first font containing U+4E00 as having the whole CJK Unified Ideographs block.
|
||||
* Fixes a bug where many Chinese characters were invisible if DroidSansJapanese was loaded before DroidSansFallbackFull (issue #5194).
|
||||
* Changing the language immediately updates the order of the fonts, instead of waiting for the next restart (issue #5194).
|
||||
### Lua API
|
||||
* Implement new GUI2 widget userdata for working with custom dialogs.
|
||||
* Renamed wesnoth.show_dialog to gui.show_dialog. The preshow and postshow now take a single parameter - a widget userdata.
|
||||
* All other dialog functions (such as wesnoth.get_dialog_value and wesnoth.set_dialog_value) are now deprecated.
|
||||
### Multiplayer
|
||||
* Delay Advancements modification:
|
||||
* The Delay Advancements modification allows changing how advancements are handled. With this enabled, units that previously would have advanced on another player's turn will instead not advance until it is again their side's turn. The benefit of this is that units will also not pick an advancement at random if they have multiple.
|
||||
### Packaging
|
||||
* When building wesnothd with database support enabled, Boost 1.66 is now the minimum required version.
|
||||
### Terrain
|
||||
* New wall variation: Overgrown stone walls ('Xof')
|
||||
### Units
|
||||
* Added Tusker line - Gorer and Tusklet (by TSI 2009)
|
||||
* Revised Falcon and Elder Falcon sprites
|
||||
|
@ -34,19 +42,11 @@
|
|||
* Cost of Sea Serpent changed from 40 to 55.
|
||||
* Cost of Wild Wyvern changed from 54 to 75.
|
||||
* Cost of Wyvern Rider changed from 80 to 102.
|
||||
### Lua API
|
||||
* Implement new GUI2 widget userdata for working with custom dialogs.
|
||||
* Renamed wesnoth.show_dialog to gui.show_dialog. The preshow and postshow now take a single parameter - a widget userdata.
|
||||
* All other dialog functions (such as wesnoth.get_dialog_value and wesnoth.set_dialog_value) are now deprecated.
|
||||
### WML Engine
|
||||
* Fix a bug with [set_variables][join] failing on boolean (yes/no) values
|
||||
### Miscellaneous and Bug Fixes
|
||||
* Removed font-analysis utils: codecomp codeextract codeglyphs codelist
|
||||
* [harm_unit] now calculates liminal damage by using the 1.15 algorithm
|
||||
### Terrain
|
||||
* New wall variation: Overgrown stone walls ('Xof')
|
||||
### WML Engine
|
||||
* Fix a bug with [set_variables][join] failing on boolean (yes/no) values
|
||||
### Packaging
|
||||
* When building wesnothd with database support enabled, Boost 1.66 is now the minimum required version.
|
||||
|
||||
## Version 1.15.5
|
||||
### Add-ons client
|
||||
|
|
Loading…
Add table
Reference in a new issue