thomasballinger / endless-web

A fork of Endless Sky for playing in a browser: try it at https://play-endless-web.com/
GNU General Public License v3.0
20 stars 4 forks source link

Better plugin support #30

Closed thomasballinger closed 3 years ago

thomasballinger commented 3 years ago

Currently plugins work... so long as they're listed at https://github.com/EndlessSkyCommunity/endless-sky-plugins/blob/master/generated/plugins.json. Plugins are downloaded each time, there's no caching.

thomasballinger commented 3 years ago

What was just implemented for https://github.com/quyykk/editor and ported over in https://github.com/thomasballinger/endless-web/commit/2c94b6d4b94dd72cf23630b2a0222b24cf271122 seems better: now you can upload and download plugins too.

thomasballinger commented 3 years ago

Current plugin support: https://play-endless-web.com/?plugins

image

(FYI @deiniolte2376)