-
Release 20.2.0.0-alpha.1 Pre-Release
released this
2020-09-08 21:32:54 +00:00 | 107 commits to master since this release[PlutoLib#cz.tefek.pluto.io.logger]
Refactored the Logger subsystem- Renamed
Logger#logException
toLogger#log
to match the rest
of log methods and updated references to this method accordingly - Streamlined
StdOutSplitStream
andStdErrSplitStream
into a more generalized
OutputSplitStream
Logger
's output filenames now look cleaner withlog--YYYY-MM-DD--HH-MM-SS.txt
[Logger#setup]
can now throwIOException
[PlutoCore]
As a result,[PlutoApplication#run]
can now throwException
- Renamed
[PlutoLib]
Updated JavaDoc inResourceAddress
,TPL
,TPNImage
[PlutoLib]
Code cleanup inMiniTime
,TPL
[PlutoLib]
DeprecatedTPL#load(String)
in favor ofTPL#load(ResourceAddress)
,
TPL#load(File)
andTPL#load(Path)
[PlutoTexturing]
Deprecated theString
variant ofTexture#load
to reflect this change[PlutoSpritesheet]
Removed the usage of this method
inDisposablePlaceholderSprite
[PlutoLib]
Added an option to flip loaded images withTPL#loadImageSpecial
and added respectiveTPL#loadSpecial
for everyTPL#load
[PlutoLib]
RemovedTPJImage
[PlutoLib]
RemovedTPL#loadPixels
[PlutoCore]
UpdatedGLFWImageUtil
to remove the usage ofTPJImage
[PlutoCore]
[PlutoApplication]
now properly closes theLogger
on exit[PlutoLib]
Various typo fixes[Pluto*]
DeprecatedSeverity
forSmartSeverity
and replaced all usages[Pluto*]
DeprecatedCRLF
withLF
in all Java source files
Downloads