Updated plans and scheduled versions
This commit is contained in:
parent
5e98b830ae
commit
5151a57f09
|
@ -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
|
||||
* The current implementation is a result of 5 years of feature creep
|
||||
* Large scale API changes, however the general idea should stay the same
|
||||
* Rethink the class loader 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
|
||||
* A "stage", in this context, is a set of assets bound together
|
||||
by programming logic, not necessarily a game level.
|
||||
|
@ -48,5 +45,5 @@
|
|||
* 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
|
||||
|
||||
## Features targeted for 20.2.0.0-alpha.5
|
||||
## Features targeted for 21.0.1.0-alpha.4
|
||||
* The initial minimal release of `[PlutoCommandParser]`
|
Loading…
Reference in New Issue