Difference between revisions of "User:Shadowm/Stable 1.14 Announcement Outline"

From The Battle for Wesnoth Wiki
m (Forgot stone floor from new terrains list)
 
(16 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 +
'''This is an outline for the 1.14 Press Release-type announcement page'''
 +
 +
Add items you worked on or you know someone else worked on throughout 1.13.x. We don't want prose, we just want to enumerate items we'll talk about in the real release announcement. Someone else (or a plurality of someone elses) will magically turn your bullet points into marketing speech-style text for the announcement so you don't need to worry about doing that yourself.
 +
 +
For each section, try to list items in descending order of importance. The announcement team might not follow the order of the outline but it'd greatly help us to have a rough idea of how visible each item should be.
 +
 +
Tag platform specific features like this: "(<b>Windows only</b>) New user files location".
 +
 
== For Players ==
 
== For Players ==
  
Line 4: Line 12:
  
 
* <b>Steam launch</b>
 
* <b>Steam launch</b>
* New terrains
+
* New title screen music, refined background and overall UI design, new UI font.
 +
* New or updated terrains (notably: water, lava, desert mountains, walls (mine, straight mine, white, clean stone), aquatic camp and castle, troll encampment, sconces, stone floor and carpets, rusty and wooden gates, fake map edge now fully functional, added time of day variants for many villages)
 
* New unit animations
 
* New unit animations
 
* New portraits
 
* New portraits
 +
* Completely redesigned add-ons manager, more intuitive and featureful like.
 +
* Revamped Preferences dialog.
 
* SDL 2.0, including:
 
* SDL 2.0, including:
** Retina support for macOS at last
+
** (<b>macOS only</b>) Resolves issues like non-working controls on Retina displays
 
** Borderless windowed instead of real fullscreen on all platforms
 
** Borderless windowed instead of real fullscreen on all platforms
 
** Performance improvements when scrolling
 
** Performance improvements when scrolling
Line 30: Line 41:
 
* Version info dialog with build info, paths, library versions, Copy to Clipboard option for bug reports
 
* Version info dialog with build info, paths, library versions, Copy to Clipboard option for bug reports
 
* (<b>Windows only</b>) New user files location, need to document how to make a "portable Wesnoth" on the wiki somewhere as well
 
* (<b>Windows only</b>) New user files location, need to document how to make a "portable Wesnoth" on the wiki somewhere as well
 +
* Possibility to change unit status orb colours to make it easier for people who require it to tell them apart.
 +
* Music is now silenced by default when the game window loses focus.
 +
* Cache Manager dialog.
  
 
== For Content Creators ==
 
== For Content Creators ==
  
* Lua interpreter update from version ??? to ??? compared to 1.12
+
* Lua interpreter update from version ??? to 5.3.4 compared to 1.12
 
* New WML preprocessor feature for named optional arguments (<code>#arg/#endarg</code>)
 
* New WML preprocessor feature for named optional arguments (<code>#arg/#endarg</code>)
* Lua console
+
* Lua console and redesigned gamestate inspector
 +
* Expand the Wesnoth Formula Language (WFL) with new syntax features and functions
 +
* Allow use of WFL in many new places, including all four types of filter, unit abilities, weapon specials, and even some Image path Functions
 +
* Several built-in predefined dialogs are now exposed to Lua, including the storyscreen
 +
* Many expansions and some simplifications to the specification of AI parameter in WML and the Lua AI API
 +
* [modification]s for singleplayer
 +
* [on_undo] to make gamechanging actions undoable.
 +
* New looping tags
 +
* custom mapgenerator written in lua
 +
* New file dialog to make it easier to open and edit your own and others' maps in the editor
 
* (<b>Windows only</b>) <code>--wconsole</code> to make Wesnoth's console output display in real time in a native console window
 
* (<b>Windows only</b>) <code>--wconsole</code> to make Wesnoth's console output display in real time in a native console window
* (<b>Windows only</b>) Log files folder and new location for logs
+
* (<b>Windows only</b>) Log files folder and new location for logs, easy access to the log for the current session from the build info UI
 +
* Add-on <b>and</b> mainline content licensing policy changes
  
 
[[Category:Development]]
 
[[Category:Development]]

Latest revision as of 10:20, 16 April 2018

This is an outline for the 1.14 Press Release-type announcement page

Add items you worked on or you know someone else worked on throughout 1.13.x. We don't want prose, we just want to enumerate items we'll talk about in the real release announcement. Someone else (or a plurality of someone elses) will magically turn your bullet points into marketing speech-style text for the announcement so you don't need to worry about doing that yourself.

For each section, try to list items in descending order of importance. The announcement team might not follow the order of the outline but it'd greatly help us to have a rough idea of how visible each item should be.

Tag platform specific features like this: "(Windows only) New user files location".

For Players

Highlights

  • Steam launch
  • New title screen music, refined background and overall UI design, new UI font.
  • New or updated terrains (notably: water, lava, desert mountains, walls (mine, straight mine, white, clean stone), aquatic camp and castle, troll encampment, sconces, stone floor and carpets, rusty and wooden gates, fake map edge now fully functional, added time of day variants for many villages)
  • New unit animations
  • New portraits
  • Completely redesigned add-ons manager, more intuitive and featureful like.
  • Revamped Preferences dialog.
  • SDL 2.0, including:
    • (macOS only) Resolves issues like non-working controls on Retina displays
    • Borderless windowed instead of real fullscreen on all platforms
    • Performance improvements when scrolling
    • (TODO other stuff)

Campaigns

  • Secrets of the Ancients addition to mainline
  • Under the Burning Suns playable units refresh
  • Refreshed maps in Northern Rebirth
  • Ability to use mod add-ons in single-player campaigns

Multiplayer

  • New MP UI and interaction flow
  • Khalifate renamed to Dunefolk, balancing changes to the faction
  • Addition of the ability to forfeit a game

Others

  • Version info dialog with build info, paths, library versions, Copy to Clipboard option for bug reports
  • (Windows only) New user files location, need to document how to make a "portable Wesnoth" on the wiki somewhere as well
  • Possibility to change unit status orb colours to make it easier for people who require it to tell them apart.
  • Music is now silenced by default when the game window loses focus.
  • Cache Manager dialog.

For Content Creators

  • Lua interpreter update from version ??? to 5.3.4 compared to 1.12
  • New WML preprocessor feature for named optional arguments (#arg/#endarg)
  • Lua console and redesigned gamestate inspector
  • Expand the Wesnoth Formula Language (WFL) with new syntax features and functions
  • Allow use of WFL in many new places, including all four types of filter, unit abilities, weapon specials, and even some Image path Functions
  • Several built-in predefined dialogs are now exposed to Lua, including the storyscreen
  • Many expansions and some simplifications to the specification of AI parameter in WML and the Lua AI API
  • [modification]s for singleplayer
  • [on_undo] to make gamechanging actions undoable.
  • New looping tags
  • custom mapgenerator written in lua
  • New file dialog to make it easier to open and edit your own and others' maps in the editor
  • (Windows only) --wconsole to make Wesnoth's console output display in real time in a native console window
  • (Windows only) Log files folder and new location for logs, easy access to the log for the current session from the build info UI
  • Add-on and mainline content licensing policy changes
This page was last edited on 16 April 2018, at 10:20.