Skip to content

Version 1.8.0 (A package of 3D)

Compare
Choose a tag to compare
@SuperIlu SuperIlu released this 19 Mar 14:55
· 27 commits to master since this release
  • Added LFN_SUPPORTED global to indicate if long filenames are supported by the current DOS installation.
  • Fixed some docs
  • Added QOI Image decoder in jsboot/qoi.js. See https://qoiformat.org/
  • Improved error reporting in case Setup(), Loop() or Input() are missing when running a script.
  • Updated openssl to 1.1.1n
  • Updated cURL to 7.80.0
  • Added -t command line option to disable TCP/IP (faster startup with a loaded packet driver).
  • Improved Console class with basic input handling
  • Updated Zip to 0.2.2
  • Added ZIPFILE.DELETE and Zip.DeleteFile()
  • Improved project structure, DOjS main source is now located in src/, all native libraries in plugins/ and all third party code in 3rdparty/.
  • Optimized buildfiles
  • Improved IPX remote logging with REMLOG.BAT and EnableRemoteDebug()
  • implemented DPM package manager
  • A sketch can now query if it is running on DOjS using if (navigator.appName === "DOjS") {