Skip to content

Releases: arx-tools/arx-level-generator

v3.2.0

23 Sep 13:40
Compare
Choose a tag to compare
  • added uniqueDelay function to useDelay scripting hook

v3.1.0

23 Sep 00:41
Compare
Choose a tag to compare
  • added invokeType parameter to ScriptSubroutine to allow calling subroutines with goto, not just with gosub (useful when calling subroutines from within a subroutine as double returning seems to be not working as one would think)

v3.0.0

22 Sep 19:12
Compare
Choose a tag to compare
  • made 2nd parameter of Polygons.addThreeJsMesh() optional
  • breaking: updated three.js version from 0.156.0 to 0.156.1

v2.8.0

21 Sep 17:02
Compare
Choose a tag to compare
  • added PlayerInterface, PlayerControls and Cinemascope ScriptProperties

v2.7.0

21 Sep 13:15
Compare
Choose a tag to compare
  • limited Texture size to 128x128 in normal variant
  • added useDelay scripting hook

v2.6.1

13 Sep 21:46
Compare
Choose a tag to compare
  • fix sounds not getting their extensions within Audio class

v2.6.0

13 Sep 21:37
Compare
Choose a tag to compare
  • added Polygons.scale()
  • added Polygon.scale()

v2.5.0

13 Sep 21:12
Compare
Choose a tag to compare
  • added Texture.equals()
  • added Color.black

v2.4.0

13 Sep 19:32
Compare
Choose a tag to compare
  • added Vector3.fromThreeJsVector3()
  • added Rotation.fromThreeJsEuler()

v2.3.0

09 Sep 16:38
Compare
Choose a tag to compare
  • add support for non-english speech files in Audio