mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Increment plugin version, update changelog
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
- Feature: [#13509] [Plugin] Add ability to format strings using OpenRCT2 string framework.
|
||||
- Feature: [#13512] [Plugin] Add item separators to list view.
|
||||
- Feature: [#13583] [Plugin] Add allowed_hosts to plugin section of config.
|
||||
- Feature: [#13593] [Plugin] Add ability to read and change the position of ride vehicles.
|
||||
- Feature: [#13614] Add terrain surfaces from RollerCoaster Tycoon 1.
|
||||
- Change: [#13346] [Plugin] Renamed FootpathScenery to FootpathAddition, fix typos.
|
||||
- Fix: [#12895] Mechanics are called to repair rides that have already been fixed.
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
using namespace OpenRCT2;
|
||||
using namespace OpenRCT2::Scripting;
|
||||
|
||||
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 15;
|
||||
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 16;
|
||||
|
||||
struct ExpressionStringifier final
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user