1.15.14.
This commit is contained in:
parent
fa063eb7d4
commit
39a6a9a839
4 changed files with 5 additions and 8 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.13+dev
|
||||
PROJECT_NUMBER = 1.15.14
|
||||
|
||||
# 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,8 +1,7 @@
|
|||
## Version 1.15.13+dev
|
||||
## Version 1.15.14
|
||||
### Add-ons client
|
||||
* Fixed: using the versions drop-down in small-screen mode returned to the title screen (issue #5810)
|
||||
* Fixed: keyboard input in small-screen mode returned to the title screen (part of issue #3059)
|
||||
### Add-ons server
|
||||
### Campaigns
|
||||
* A Tale of Two Brothers
|
||||
* S02: Dialog revisions.
|
||||
|
@ -10,7 +9,6 @@
|
|||
* Revisions to the last two scenarios.
|
||||
* Tutorial
|
||||
* S02: Mention the acceleration factor preference.
|
||||
### Editor
|
||||
### Lua API
|
||||
* Pathfinding functions are now in a new wesnoth.paths module.
|
||||
* Pathfinding in map generation now takes an options table as the third argument.
|
||||
|
@ -61,7 +59,6 @@
|
|||
* Naga Sicarius hp changed form 55 to 53 and melee damage changed form 9 to 6, new special "deflect" added to melee attack
|
||||
* Fire Guardian can now level into Fire Wraith, experience needed to level up for Fire Guardian changed from 50 to 29
|
||||
* Revised statistics of all animal horses, Bay Horse can now level into Great Horse
|
||||
### User interface
|
||||
### Wesnoth Formula Language
|
||||
* The use of "side" on units and "owner" on terrain objects is now deprecated.
|
||||
Instead, you should use "side_number" or "owner_side", respectively.
|
||||
|
|
|
@ -19,11 +19,11 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.15.13</string>
|
||||
<string>1.15.14</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.15.13</string>
|
||||
<string>1.15.14</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.13+dev"
|
||||
#define VERSION "1.15.14"
|
||||
|
||||
// Used for the Windows executables' version info resource.
|
||||
#define RC_VERSION_MAJOR 1
|
||||
|
|
Loading…
Add table
Reference in a new issue