mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-12 05:30:09 +00:00
1.19.1
This commit is contained in:
parent
d63e06d87a
commit
6189964a77
17
changelog.md
17
changelog.md
@ -1,19 +1,14 @@
|
|||||||
## Version 1.19.0+dev
|
## Version 1.19.1
|
||||||
### Add-ons client
|
|
||||||
### Add-ons server
|
|
||||||
### Campaigns
|
|
||||||
### Editor
|
|
||||||
### Multiplayer
|
|
||||||
### Lua API
|
|
||||||
### Packaging
|
|
||||||
### Terrain
|
|
||||||
### Translations
|
### Translations
|
||||||
* Updated translations: Bengali, British English, Chinese (Simplified), Czech, French, Japanese, Ukrainian
|
* Updated translations: Bengali, British English, Chinese (Simplified), Czech, French, Japanese, Ukrainian
|
||||||
### Units
|
### Units
|
||||||
### User interface
|
* Added a melee animation for the Dragoon and Cavalier.
|
||||||
|
* Added a wounded bob animation for the Cavalier.
|
||||||
### WML Engine
|
### WML Engine
|
||||||
* modify 'apply_to' in [experimental_filter_ability(_active)] or [overwrite][experimental_filter_specials] to do an inclusion check for a comma-separated list of damage types in [resistance] abilities.
|
* Modified 'apply_to' in [experimental_filter_ability(_active)] or [overwrite][experimental_filter_specials] to do an inclusion check for a comma-separated list of damage types in [resistance] abilities.
|
||||||
|
* Removed the deprecated 'controller=number' from [side]
|
||||||
### Miscellaneous and Bug Fixes
|
### Miscellaneous and Bug Fixes
|
||||||
|
* Fixed erroneous sidebar text caused by [damage_type] assuming that an alternate_type is always present.
|
||||||
|
|
||||||
## Version 1.19.0
|
## Version 1.19.0
|
||||||
### Add-ons client
|
### Add-ons client
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
major = 1
|
major = 1
|
||||||
minor = 19
|
minor = 19
|
||||||
release = 0
|
release = 1
|
||||||
dev_suffix = "+dev" # either use "+dev", "-dev", "" (empty string) or None
|
dev_suffix = "" # either use "+dev", "-dev", "" (empty string) or None
|
||||||
|
|
||||||
as_string = "{}.{}.{}{}".format(major,
|
as_string = "{}.{}.{}{}".format(major,
|
||||||
minor,
|
minor,
|
||||||
|
@ -38,7 +38,7 @@ PROJECT_NAME = "The Battle for Wesnoth"
|
|||||||
# could be handy for archiving the generated documentation or if some version
|
# could be handy for archiving the generated documentation or if some version
|
||||||
# control system is used.
|
# control system is used.
|
||||||
|
|
||||||
PROJECT_NUMBER = 1.19.0+dev
|
PROJECT_NUMBER = 1.19.1
|
||||||
|
|
||||||
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
||||||
# for a project that appears at the top of each page and should give viewer a
|
# for a project that appears at the top of each page and should give viewer a
|
||||||
|
@ -19,11 +19,11 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.19.0</string>
|
<string>1.19.1</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1.19.0</string>
|
<string>1.19.1</string>
|
||||||
<key>LSApplicationCategoryType</key>
|
<key>LSApplicationCategoryType</key>
|
||||||
<string>public.app-category.strategy-games</string>
|
<string>public.app-category.strategy-games</string>
|
||||||
<key>NSHighResolutionCapable</key>
|
<key>NSHighResolutionCapable</key>
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
#undef VERSION
|
#undef VERSION
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define VERSION "1.19.0+dev"
|
#define VERSION "1.19.1"
|
||||||
|
|
||||||
// Used for the Windows executables' version info resource.
|
// Used for the Windows executables' version info resource.
|
||||||
#define RC_VERSION_MAJOR 1
|
#define RC_VERSION_MAJOR 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user