2020-10-22 14:55:31 +00:00
|
|
|
## 20.2.0.0-alpha.3
|
2022-04-05 17:10:08 +00:00
|
|
|
* `[SDK]` Restructured the repository
|
|
|
|
* All build scripts are now written in Kotlin
|
|
|
|
* **Added runnabled examples**
|
|
|
|
* **Upgraded to Java 17** to take advantage of new language features and a more efficient JVM
|
|
|
|
* **The repostiory now contains examples**
|
|
|
|
* **Moved all classes to the `org.plutoengine` package**
|
|
|
|
* `[PlutoComponent]` **Added PlutoComponent as a new module**
|
|
|
|
* `[PlutoLib]` `PlutoLib` now depends on `PlutoComponent`
|
2021-01-16 16:44:44 +00:00
|
|
|
* `[PlutoUSS2]` **Added USS2 as a new module**
|
|
|
|
* `[PlutoLib]` `PlutoLib` now depends on `PlutoUSS2`
|
2022-04-05 17:10:08 +00:00
|
|
|
* `[PlutoLib]` **Greatly simplified the API and moved PlutoEngine specific classes to `PlutoRuntime`**
|
|
|
|
* ***Moved* the module system to `PlutoRuntime`**
|
|
|
|
* *Removed* `ResourceSubscriber`,
|
|
|
|
* *Removed* `cz.tefek.pluto.io.pluto.pp`
|
|
|
|
* *Removed* `RAID`
|
|
|
|
* *Moved* `Logger`, `OutputSplitStream` to `PlutoRuntime`
|
|
|
|
* *Removed* `Severity`, use `SmartSeverity` instead
|
|
|
|
* *Removed* `TextIn`, `TextOut`, `ResourceImage` and `ResourceInputStream`
|
|
|
|
* Use Java's NIO instead
|
|
|
|
* *Removed* `StaticPlutoEventManager` as the implementation was too obscure
|
|
|
|
* The module system now uses its own event management
|
|
|
|
* *Removed* the `EventData` class
|
|
|
|
* `[PlutoRuntime]` **Added PlutoRuntime as a new module**
|
|
|
|
* **Completely rewrote the module system**
|
|
|
|
* *Removed* support for external mods as the feature needs a complete overhaul
|
|
|
|
* **Revamped resource system now based on NIO**
|
|
|
|
* *Moved* the logging system from `PlutoLib` to `PlutoRuntime`
|
|
|
|
* Made `OutputSplitStream` public as it is now reusable
|
|
|
|
* **Added the Version API**
|
|
|
|
* Added the `IVersion` interface
|
|
|
|
* Added support for version objects
|
|
|
|
* As a result, all fields in `Pluto` except the version string are no longer compile-time constants
|
|
|
|
* `[PlutoDisplay]` **Renamed `PlutoStatic` to `PlutoDisplay`**
|
|
|
|
* Added the `ModGLFW` virtual module
|
|
|
|
* `DisplayErrorCallback` and simplified the callbacks in `Display`
|
|
|
|
* `[PlutoCommandParser]` **Module discontinued as a part of PlutoEngine, it will still be developed seprately**
|
|
|
|
* `[PlutoTexturing]` Renamed to `PlutoTexture`
|
|
|
|
* Removed `Texture#load(String)` and `Texture#load(String, MagFilter, MinFilter, WrapMode...)`
|
|
|
|
|
|
|
|
|
2020-10-22 14:55:31 +00:00
|
|
|
* `[PlutoLib]` Added the `@ConstantExpression` annotation
|
|
|
|
* `[PlutoLib]` The transitive dependency JOML is now provided by `PlutoLib` instead of `PlutoStatic`
|
2020-10-22 16:05:34 +00:00
|
|
|
* `[PlutoLib]` Created a simple Color API
|
2022-04-05 17:10:08 +00:00
|
|
|
* `[PlutoLib]` Added the 8-bit RGBA `Color` class as a counterpart to AWT's `Color` class
|
|
|
|
* `[PlutoLib]` Added the `RGBA` and `RGB` single precision float color objects
|
|
|
|
* `[PlutoLib]` Added the respective `IRGBA` and `IRGB` read-only interfaces
|
|
|
|
* `[PlutoLib]` Added the `HSBA` and `HSB` single precision float color objects
|
|
|
|
* `[PlutoLib]` Added methods to convert between HSBA, RGBA, HSB and RGB
|
2020-10-22 16:05:34 +00:00
|
|
|
* `[PlutoShader]` Added the `UniformRGBA` and `UniformRGB` shader uniform types
|
2021-01-04 23:12:35 +00:00
|
|
|
* `[PlutoCore]` Made `PlutoApplication`'s constructor private
|
2021-01-04 23:14:33 +00:00
|
|
|
* `[PlutoLib]` `MiniTimeParseException` no longer contains a hardcoded String message
|
2022-04-05 17:10:08 +00:00
|
|
|
* `build.gradle` *Removed* the prepackaged JVM wrapper introduced in the previous alpha
|
|
|
|
as it caused numerous issues
|
|
|
|
* In the future, JDKs will be packaged with the SDK
|
2020-10-22 15:01:38 +00:00
|
|
|
|
2020-09-09 22:46:19 +00:00
|
|
|
## 20.2.0.0-alpha.2
|
|
|
|
* `build.gradle` Extracted the version numbers into separate variables
|
2020-12-21 03:09:44 +00:00
|
|
|
* `build.gradle` **[experimental]** `gradlew` should now automatically download JDK11 when needed
|
2020-09-18 13:42:04 +00:00
|
|
|
* `build.gradle` Updated the build scripts and added source Maven publication
|
2020-09-23 15:31:03 +00:00
|
|
|
* `[PlutoLib]` Renamed the `cz.tefek.pluto.eventsystem` package to `cz.tefek.pluto.event`
|
|
|
|
* Moved all subpackages
|
|
|
|
* `[PlutoLib]` Minor code cleanup in `cz.tefek.pluto.modloader.event`
|
|
|
|
* `[Pluto]` Moved `TPL` from `cz.tefek.pluto.tpl` to `cz.tefek.pluto.io.tpl`
|
2020-09-18 13:42:04 +00:00
|
|
|
* `[PlutoMesher]` Renamed all occurrences of `attrib` to `attribute`
|
|
|
|
* Renamed `VertexArray#createArrayAttrib` to `VertexArray#createArrayAttribute`
|
|
|
|
* Renamed `VertexArray#getVertexAttribs` to `VertexArray#getVertexAttributes`
|
2020-09-11 12:57:04 +00:00
|
|
|
* `[PlutoCore]` Made `PlutoApplication.StartupConfig` fields private, options
|
2020-12-21 03:09:44 +00:00
|
|
|
can now only be modified only through public setters
|
2020-09-24 00:34:33 +00:00
|
|
|
* `[PlutoLib]` Added the `ThreadSensitive` annotation
|
2020-09-25 10:58:04 +00:00
|
|
|
* `[PlutoLib]` Renamed `MiniTimeCouldNotBeParsedException` to `MiniTimeParseException`
|
2020-09-24 00:34:33 +00:00
|
|
|
* `[PlutoCore]` Refactored `InputBus` and added several convenience methods
|
|
|
|
* `[PlutoCore]` Refactored input callbacks
|
2020-09-24 00:52:21 +00:00
|
|
|
* `[PlutoStatic]` Slight cleanup in the `Display` and `DisplayBuilder` classes
|
2020-09-09 22:46:19 +00:00
|
|
|
|
2020-09-08 01:08:28 +00:00
|
|
|
## 20.2.0.0-alpha.1
|
|
|
|
* `[PlutoLib#cz.tefek.pluto.io.logger]` Refactored the Logger subsystem
|
2020-12-21 03:09:44 +00:00
|
|
|
* Renamed `Logger#logException` to `Logger#log` to match the rest
|
|
|
|
of log methods and updated references to this method accordingly
|
|
|
|
* Streamlined `StdOutSplitStream` and `StdErrSplitStream` into a more generalized
|
|
|
|
`OutputSplitStream`
|
|
|
|
* `Logger`'s output filenames now look cleaner with `log--YYYY-MM-DD--HH-MM-SS.txt`
|
|
|
|
* `[Logger#setup]` can now throw `IOException`
|
|
|
|
* `[PlutoCore]` As a result, `[PlutoApplication#run]` can now throw `Exception`
|
2020-09-08 21:32:20 +00:00
|
|
|
* `[PlutoLib]` Updated JavaDoc in `ResourceAddress`, `TPL`, `TPNImage`
|
|
|
|
* `[PlutoLib]` Code cleanup in `MiniTime`, `TPL`
|
2020-12-21 03:09:44 +00:00
|
|
|
* `[PlutoLib]` Deprecated `TPL#load(String)` in favor of `TPL#load(ResourceAddress)`,
|
|
|
|
`TPL#load(File)` and `TPL#load(Path)`
|
|
|
|
* `[PlutoTexturing]` Deprecated the `String` variant of `Texture#load`
|
2020-12-21 18:24:01 +00:00
|
|
|
to reflect this change
|
2020-12-21 03:09:44 +00:00
|
|
|
* `[PlutoSpritesheet]` Removed the usage of this method
|
2020-12-21 18:24:01 +00:00
|
|
|
in `DisposablePlaceholderSprite`
|
2020-12-21 03:09:44 +00:00
|
|
|
* `[PlutoLib]` Added an option to flip loaded images with `TPL#loadImageSpecial`
|
|
|
|
and added respective `TPL#loadSpecial` for every `TPL#load`
|
|
|
|
* `[PlutoLib]` *Removed* `TPJImage`
|
|
|
|
* `[PlutoLib]` Removed `TPL#loadPixels`
|
|
|
|
* `[PlutoCore]` Updated `GLFWImageUtil` to remove the usage of `TPJImage`
|
2020-09-08 01:08:28 +00:00
|
|
|
* `[PlutoCore]` `[PlutoApplication]` now properly closes the `Logger` on exit
|
2020-09-08 21:32:20 +00:00
|
|
|
* `[PlutoLib]` Various typo fixes
|
|
|
|
* `[Pluto*]` Deprecated `Severity` for `SmartSeverity` and replaced all usages
|
2020-11-21 16:16:03 +00:00
|
|
|
* `[Pluto*]` Replaced `CRLF` with `LF` in all Java source files
|