Skip to content

Commit 0a61706

Browse files
committed
Added links to some relevant info and added a section explaining the version number scheme change
1 parent 368194a commit 0a61706

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Changelog.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
## [19.0.0-RC1] - 2019-08-29 [Thread](https://www.hard-light.net/forums/index.php?topic=95868.0)
7+
### Meta
8+
- With this release we decided to drop the "`3.Major_revision.Minor_revision`" versioning scheme in favor of a year based scheme since the Major and Minor versions did not have much meaning anymore. Instead the scheme will now be "`<year>.<number that is incremented every release>.0`". The last 0 is still there because some of our systems expect that. It will be gone at some point.
79
### Added
810
- Full Unicode text support: You can now use non-ASCII characters without having to worry about special fonts and special characters. This is an opt-in mod flag.
911
- Translation features for making it easier to only distribute one version of a mod which includes all languages.
1012
- OpenAL Soft is included by default in binary distributions of FSO now.
1113
- System for dynamically adding new SEXPs. With this a Lua script can expose functionality to the mission which can be used exactly the same as a standard SEXP with all the usual editing features in FRED.
1214
- Support for displaying decals on the surface of an object.
13-
- Integrated support for the Discord Rich Presence API
14-
- New markup based user interface system using libRocket.
15+
- Integrated support for the [Discord Rich Presence API](https://discordapp.com/rich-presence).
16+
- New markup based user interface system using [libRocket](https://github.com/libRocket/libRocket).
1517
### Changed
1618
- Exposed the movie player to the scripting API for advanced display features
1719
- Various OpenGL optimizations for better graphics performance:

0 commit comments

Comments
 (0)