Skip to content

Latest commit

 

History

History
61 lines (53 loc) · 2.15 KB

CHANGES.md

File metadata and controls

61 lines (53 loc) · 2.15 KB

[1.0.0-SNAPSHOT]

[1.0.0-b7]

  • Remove jParser
  • Remove/Move Bullet module to a standalone repository
  • Remove/Move Box2d module to a standalone repository
  • Remove hardcoded box2d, bullet and imgui load method.
  • Update teavm to version 0.9.0-dev-12
  • Update GL20 from GWT gdx 1.12.0
  • Update Sound from GWT gdx 1.12.0
  • Add GL30 from GWT gdx 1.12.0
  • Add resources automatically when module contains META-INF/gdx-teavm.properties
  • Fix freetype shadow error
  • Improve rendering performance

[1.0.0-b6]

  • Update libgdx to version 1.12.0
  • Update jParser to version b3
  • Update teavm to version 0.9.0-dev-7

[1.0.0-b5]

  • Option in App config to show download logs. Default is set to false.
  • Implement setApplicationLogger method.
  • Rename bullet desktop lib from platform to desktop.
  • Add file drag & drop using TeaWindowListener in App config.
  • Add WIP Gdx2DPixmap. Can toggle in App config.
  • Update teavm to 0.9.0-dev-4
  • Add userAgent system property
  • Add Storage prefix #94

[1.0.0-b4]

  • Fix an issue with TeaClassloader that was giving annotation error when building artemis games
  • Bugfix: Asset Loading should not re-Download 403 Errors
  • Bugfix for density calculation.
  • Bugfix: blank line on top of HTML body on mobile.
  • Bugfix: Asset Loading & Error "ERR_HTTP2_SERVER_REFUSED_STREAM

[1.0.0-b3]

  • Add gdx-bullet c++ module so desktop and web use the same c++ code/version
  • Update teaVM to 0.8.0-dev-1 and project Java version to 11
  • Add missing buffer in glBufferData
  • Add web gl debug
  • Bugfix for File Listing: file listing now also includes binary, image and audio files
  • Build Configuration: Asset Filter & Title for HTML File can now be Configured
  • Load imgui javascript file if exist (Temp)
  • Add Bullet missing methods and improvements
  • Remove backend-web
  • Deprecate some settings from TeaBuildConfiguration (obfuscate flag)
  • Add webapp loading
  • Add TeaNet HTTP Requests & Opening Links
  • Fixing the base URL for asset loading. Having a '?' with parameters won't work.
  • Option to not show the libGDX logo during loading

[1.0.0-b2]

  • Fix sound/music assets path
  • Add TeaBuildConfiguration.classesToSkip option
  • Remove MathUtilsEmu

[1.0.0-b1]

  • First beta release