1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-25 16:52:59 +01:00
Commit Graph

12 Commits

Author SHA1 Message Date
Ted John
237e0be7ef Add basic window API 2020-04-26 14:34:59 +01:00
Ted John
c340c2abec Fix segfault on exit
By ensuring duk_context is disposed last in ScriptEngine
2020-04-26 14:34:59 +01:00
Ted John
d445cfc125 Refactor plugin scope 2020-04-26 14:34:59 +01:00
Ted John
f54b3efe9e Use shared_ptr for Plugin 2020-04-26 14:34:59 +01:00
Ted John
a6bb9a9b64 Add tile element support 2020-04-26 14:34:59 +01:00
Ted John
5697bcf0bd Add basic map and thing support 2020-04-26 14:34:59 +01:00
Ted John
4a575975f6 Add hook system 2020-04-26 14:34:59 +01:00
Ted John
3556dead74 Add hot reloading support 2020-04-26 14:34:59 +01:00
Ted John
de527b3ff7 Add load and start plugin scripts 2020-04-26 14:34:59 +01:00
Ted John
1acf1e870a Add park API 2020-04-26 14:34:59 +01:00
Ted John
839dd6842b Add console API using dukglue 2020-04-26 14:34:59 +01:00
Ted John
43508e0402 Add script engine and connect to std console 2020-04-26 14:34:58 +01:00