Skip to content

Releases: arx-tools/arx-convert

v8.1.0

01 Dec 13:19
Compare
Choose a tag to compare
  • added DoubleOf type

v8.0.0

04 Nov 20:08
Compare
Choose a tag to compare
  • update package from commonjs to esm

v7.1.0

26 Aug 11:39
Compare
Choose a tag to compare
  • fix Zones always setting the draw distance and background color flags

v7.0.1

27 May 23:11
Compare
Choose a tag to compare

Update dependencies

v7.0.0

24 May 22:43
Compare
Choose a tag to compare

Add support for FTL format

v6.3.0

01 Apr 15:15
Compare
Choose a tag to compare

Allow interactive objects to keep the file part of their names as sometimes the file in the parent folder is not the same (items/provisions/mushroom/food_mushroom.asl)

v6.0.0

14 Jan 21:56
Compare
Choose a tag to compare
  • add amb file support

v5.0.0

14 Dec 19:01
Compare
Choose a tag to compare
  • Rebrand the package as arx-convert
  • Export types in a centralised d.ts for easier access
  • Improve documentation both in readme and in jsdoc blocks
  • Rename a few type properties for better readability

v4.6.2

14 Dec 14:15
Compare
Choose a tag to compare

This release adds various optimizations for the json format compared to 4.0.0. A lot of things were made optional or even removed to reduce the size of the generated json.

v4.0.0

02 Dec 18:41
Compare
Choose a tag to compare
  • converted the whole package to typescript
  • removed unused support for older formats
  • added compatibility to existing game files
  • dropped BSON support
  • fixed a lot of issues and did a lot of cleanup