Updated plans and scheduled versions

This commit is contained in:
Tefek 2021-01-16 17:54:40 +01:00
parent 5e98b830ae
commit 5151a57f09
1 changed files with 3 additions and 6 deletions

View File

@ -1,14 +1,11 @@
## Features targeted for 20.2.0.0-alpha.3 ## Features targeted for 21.0.1.0-alpha.0
* `[PlutoLib]` Completely redo the ModLoader system * `[PlutoLib]` Completely redo the ModLoader system
* The current implementation is a result of 5 years of feature creep * The current implementation is a result of 5 years of feature creep
* Large scale API changes, however the general idea should stay the same * Large scale API changes, however the general idea should stay the same
* Rethink the class loader system. * Rethink the class loader system.
* `[PlutoLib]` Redo the resource system * `[PlutoLib]` Redo the resource system
* `[PlutoLib]` Create a new Color API and port renderer code to it
* `[PlutoGUI]` FontRenderer code will not receive these changes
as it is awaiting a rewrite anyway
## Features targeted for 20.2.0.0-alpha.4 ## Features targeted for 21.0.1.0-alpha.1
* The stage subsystem * The stage subsystem
* A "stage", in this context, is a set of assets bound together * A "stage", in this context, is a set of assets bound together
by programming logic, not necessarily a game level. by programming logic, not necessarily a game level.
@ -48,5 +45,5 @@
* Improve upon the support of thread-local Pluto instances * Improve upon the support of thread-local Pluto instances
* The long term goal is to allow an unlimited amount of Pluto applications at any given time * The long term goal is to allow an unlimited amount of Pluto applications at any given time
## Features targeted for 20.2.0.0-alpha.5 ## Features targeted for 21.0.1.0-alpha.4
* The initial minimal release of `[PlutoCommandParser]` * The initial minimal release of `[PlutoCommandParser]`