Skip to content

Releases: saadbruno/openrct2_plugin_repository

Reference menu

10 May 06:27
Compare
Choose a tag to compare

Show license for plugins

10 May 02:54
e8b6ec6
Compare
Choose a tag to compare

Gets the license from GitHub and shows it in the UI.
image

image

Hotfix for descriptions not showing

06 May 20:31
Compare
Choose a tag to compare

I'm a pepega and forgot to commit before tagging

hotfix for descriptions not showing

06 May 20:12
Compare
Choose a tag to compare

hotfix for descriptions not showing

Empty descriptions, better debugging, and bugfixes

06 May 19:50
Compare
Choose a tag to compare

fixed bug where empty search results breaks the page

image

added "no description" feedback message

image

Creates a debug function that can print messages to:

1 - Docker logs
image

2 - JavaScript console
image

3 - HTML comments
image

Upgrades Dev Mysql to be the same as prod

upgrades php-fpm to 7.4

so we can use decorate_workers_output=no

Adjustments to Prod envirnonment

06 May 05:04
Compare
Choose a tag to compare

Fixed a few stuff after deploying.

Also added google analytics cause why not

Initial release!

05 May 21:46
Compare
Choose a tag to compare

A place where users can share OpenRCT2 plugins

image

For now, users can submit plugis hosted on GitHub repos. There is a button in the top right to submit links, without needing to log in.

There is server side validation to make sure it's a https://github.com link. I'm alsothinking about adding validation to check if the repo has rct2 or OpenRCT2 in the tags, but not everyone uses tags.

There is basic listing (sorting new and rating, which is based on when users submitted the plug-in, and how many stars it has on GitHub), also a basic search functionality.

Users can also check details about the plug-in (which is basicallt the README.md form the GitHub repo), and also list plugins by user (by clicking on their profiles)