- Modules can now provide version information with
__VERSION__
DPM
will automatically update modules that are installed if there are more recent versions in the index.- Updated zlib to 1.2.12
DOJS_VERSION
is now a string.- Class
TexInfo()
can now load 3DF from ZIP files (#24) - Updated
Zip
to 0.2.3 - Updated openssl to 1.1.1q
- Added
DirExists()
andFileExists()
. - Updated AnimatedGIF to 1.4.7
- Updated nanosvg
- Updated PL_MPEG
- Renaming
DOjS.EXE
andJSBOOT.ZIP
for packaging purposes should now work as intended (#22) - Added
dojs.ini
loading for parameters (#25) - Added
IniFile
class - Removed missleading VBE3 error messages on failed Font/Bitmap/etc loading/saving (#26).
- Included a stripped down version of GrxFntConv that can convert BDF fonts to FNT format (#27).
- Added PDF rendering plugin using pdfgen.
File
,Zip
,Socket
andCurl
now useByteArray
instead ofIntArray
(#30)File
andZip
now supports partial reads/writes usingReadBytes()/ReadInts()/WriteBytes()/WriteInts()
(#31)- Added missing error detection when reading/writing data using
File
File
now supportsSeek
andTell
(#31)- QOI loading from
ByteArray
is now possible viaDecodeQoi
(e.g. to load from ZIP or network socket). - Created a Discord for DOjS and jSH and put the link into
README.md