mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 12:33:17 +01:00
* Added API for getAllPlugins Added functionality to the Scripting API to allow Contexts to return a list of all registered plugins. * Fixed naming conventions, returning list of authors Changed function names to follow get/set convention. Removed unnecessary copies of shared pointers, now using auto instead. Changed the functionality to return an array of authors instead of a string. * Added changelog entry Also added myself to list of contributors * Moved all functionality to ScPlugin Created a ScPlugin class and moved the current getPlugins functionality there. * Changed from method to property Function names now match the get/set convention for properties. Also did some code cleanup. * Update copyright * Bump plugin version --------- Co-authored-by: Tulio Leao <tupaschoal@gmail.com>