1.15.10.
This commit is contained in:
parent
624f7d1363
commit
ba580774f1
4 changed files with 5 additions and 9 deletions
2
Doxyfile
2
Doxyfile
|
@ -38,7 +38,7 @@ PROJECT_NAME = "The Battle for Wesnoth"
|
|||
# could be handy for archiving the generated documentation or if some version
|
||||
# control system is used.
|
||||
|
||||
PROJECT_NUMBER = 1.15.9+dev
|
||||
PROJECT_NUMBER = 1.15.10
|
||||
|
||||
# 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
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
## Version 1.15.9+dev
|
||||
### Add-ons client
|
||||
## Version 1.15.10
|
||||
### Add-ons server
|
||||
* Fixed undefined behavior when servicing requests to downgrade add-ons.
|
||||
### Campaigns
|
||||
* The Rise of Wesnoth
|
||||
* Adjust campaign difficulty
|
||||
### Editor
|
||||
### 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.
|
||||
|
@ -15,8 +13,6 @@
|
|||
* 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.
|
||||
* Deprecation warnings can now be viewed in the in-game Lua console, together with a stack trace to the first location that triggered them.
|
||||
* There is now a --strict-lua command-line option that disables most deprecated Lua functions; this makes the use of deprecated APIs an error instead of a warning.
|
||||
### Packaging
|
||||
### Terrain
|
||||
### Translations
|
||||
* Updated translations: British English, Catalan, Czech, French, Portuguese (Brazil),
|
||||
Turkish
|
||||
|
|
|
@ -19,11 +19,11 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.15.9</string>
|
||||
<string>1.15.10</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.15.9</string>
|
||||
<string>1.15.10</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.strategy-games</string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#undef VERSION
|
||||
#endif
|
||||
|
||||
#define VERSION "1.15.9+dev"
|
||||
#define VERSION "1.15.10"
|
||||
|
||||
// Used for the Windows executables' version info resource.
|
||||
#define RC_VERSION_MAJOR 1
|
||||
|
|
Loading…
Add table
Reference in a new issue