Releases: arx-tools/arx-level-generator
Releases · arx-tools/arx-level-generator
v3.2.0
- added
uniqueDelay
function touseDelay
scripting hook
v3.1.0
- added invokeType parameter to ScriptSubroutine to allow calling subroutines with
goto
, not just withgosub
(useful when calling subroutines from within a subroutine as double returning seems to be not working as one would think)
v3.0.0
- made 2nd parameter of Polygons.addThreeJsMesh() optional
- breaking: updated three.js version from
0.156.0
to0.156.1
v2.8.0
- added PlayerInterface, PlayerControls and Cinemascope ScriptProperties
v2.7.0
- limited Texture size to 128x128 in normal variant
- added useDelay scripting hook
v2.6.1
- fix sounds not getting their extensions within Audio class
v2.6.0
- added
Polygons.scale()
- added
Polygon.scale()
v2.5.0
- added
Texture.equals()
- added
Color.black
v2.4.0
- added
Vector3.fromThreeJsVector3()
- added
Rotation.fromThreeJsEuler()
v2.3.0
- add support for non-english speech files in Audio