mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Increment plugin API and update changelog
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
- Feature: [#13614] Add terrain surfaces from RollerCoaster Tycoon 1.
|
||||
- Feature: [#13675] [Plugin] Add context.setInterval and context.setTimeout.
|
||||
- Feature: [#13927] [Plugin] Add isVisible and text box widget.
|
||||
- Feature: [#13969] [Plugin] Add APIs for editing title sequences.
|
||||
- Feature: [#14002] [Plugin] Feature: Use allowed_hosts when checking the binding IP for listening
|
||||
- Change: [#13346] [Plugin] Renamed FootpathScenery to FootpathAddition, fix typos.
|
||||
- Change: [#13857] Change Rotation Control Toggle to track element number 256
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
using namespace OpenRCT2;
|
||||
using namespace OpenRCT2::Scripting;
|
||||
|
||||
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 19;
|
||||
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 20;
|
||||
|
||||
struct ExpressionStringifier final
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user