Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-21 | basic support for showing packages in frontend | 0neGal | |
2023-07-16 | minor changes to packages.install() | 0neGal | |
2023-07-16 | remove mods in old folder if installing to new one | 0neGal | |
If you're now installing a mod that's currently in the `mods/` folder it'll remove that, then install the new one to `packages/` with the new naming scheme and everything. | |||
2023-07-16 | fixed unzipper pre-maturily thinking it's finished | 0neGal | |
This caused errors where the folder would already be moved even though it's not entirely done unzipping. | |||
2023-07-16 | fixed packages without plugins not installing | 0neGal | |
2023-07-16 | initial support for packages dir | 0neGal | |
This is missing a lot of things, notably support for detecting and installing dependencies, it also is actually being used by the frontend, that still uses `mods.js`, this'll change soon™️ It should also when done, be capable of removing mods installed in the old `mods/` folder when updating those mods, and then installing in the new `packages/` folder, making the upgrade a smooth ride. |