You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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.
7
9
### Added
8
10
- 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.
9
11
- Translation features for making it easier to only distribute one version of a mod which includes all languages.
10
12
- OpenAL Soft is included by default in binary distributions of FSO now.
11
13
- 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.
12
14
- 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).
15
17
### Changed
16
18
- Exposed the movie player to the scripting API for advanced display features
17
19
- Various OpenGL optimizations for better graphics performance:
0 commit comments