Commit Graph

27 Commits

Author SHA1 Message Date
Michael Steenbeek
41724ffce0 Remove duplicate explanation [ci skip] 2024-08-11 13:09:42 +02:00
Michael Steenbeek
cfbf5dd142 Add licence specification [ci skip] 2024-08-11 13:08:25 +02:00
Bas
76e037297e Clarify local plugin load in multiplayer, change "to" to "for" 2024-08-07 22:35:14 +02:00
Bas
08c0864409 Add small note about desyncs to FAQ 2024-08-07 20:59:50 +02:00
Bas
753d58d12b Rewrite of game actions sections 2024-08-07 20:56:46 +02:00
Bas
5ab1a9af10 Renamed plug-in to plugin, clarified plugin types vs. single/multiplayer 2024-08-06 21:27:44 +02:00
Bas
d2ba91f0aa Apply feedback from Gymnasiast 2024-08-03 12:59:46 +02:00
Bas
7755dcb8a7 Update scripting.md to fix various inconsistencies 2024-08-03 12:21:33 +02:00
Ted John
530dfac7c9 Fix #20104: [Plugin] Some network APIs use player index and group index (#20115)
Change all APIs that took a player index or group index so that they now take unique IDs.
2023-05-02 15:25:05 +01:00
Basssiiie
b15a6e843a [Plugin] Wrap callback arguments for custom game actions in event arguments object, fix issue with unloading multiplayer plugins (#19091)
* Wrap custom game action arguments in event args object

* Update Typescript declaration, documentation and changelog

* Pass custom game action by value and remove log messages
2023-01-15 20:52:23 +00:00
Ted John
b579d15119 Update scripting readme 2022-03-21 21:43:02 +00:00
Ted John
ed8b7cb6ee Change API for interacting with park storage 2022-02-24 23:55:23 +00:00
Ted John
1182ff5f19 Add Plugin API for storing data in .park files 2022-02-24 23:55:23 +00:00
ZehMatt
dca117e5a0 Update scripting.md 2021-08-05 17:16:42 +03:00
Ted John
76dded4e1e Update distribution/scripting.md
Co-authored-by: Michał Janiszewski <janisozaur@users.noreply.github.com>
2020-09-03 22:38:42 +01:00
Ted John
670ec32de8 Add some information about TCP streams to scripting.md 2020-09-03 22:38:42 +01:00
Ted John
a259b6e363 Update distribute text in scripting.md 2020-09-03 22:38:42 +01:00
Tulio Leao
6a8d9007e2 Close #11614: Require plugins to specify their license 2020-06-19 16:14:33 +02:00
Peter Ryszkiewicz
3dba0d9ae6 Add mac user directory to scripting docs (#11888) 2020-06-07 10:41:34 -03:00
Ted John
b553850307 Add minimum API version information to scripting readme 2020-04-26 14:35:08 +01:00
Ted John
3fe49ca2a3 Apply suggestions from code review
Co-Authored-By: Michał Janiszewski <janisozaur@users.noreply.github.com>
Co-Authored-By: Aaron van Geffen <aaron@aaronweb.net>
Co-Authored-By: Tulio Leao <tupaschoal@gmail.com>
2020-04-26 14:35:08 +01:00
Ted John
c1ab8b0b31 Apply suggestions from code review
Co-Authored-By: Breno Rodrigues Guimarães <brenorg@gmail.com>
2020-04-26 14:35:07 +01:00
Ted John
d480fb8daa Apply suggestions from code review
Co-Authored-By: Tulio Leao <tupaschoal@gmail.com>
Co-Authored-By: Michael Steenbeek <m.o.steenbeek@gmail.com>
2020-04-26 14:35:07 +01:00
Ted John
7a62d55c5f Clean up and remove unused APIs 2020-04-26 14:35:06 +01:00
Ted John
e6011c891d Add more questions to scripting readme 2020-04-26 14:35:04 +01:00