Skip to content

Releases: codemeyer/ArgData

0.21

21 Aug 18:41
Compare
Choose a tag to compare
  • Split misc track object shape data

0.20.1

04 Jul 19:42
Compare
Choose a tag to compare
  • Hide unused/unneeded parts of 3D editing API

0.20

30 Jun 17:32
Compare
Choose a tag to compare
  • Ability to read/write known parts of the 3D object shapes
    • Can edit scale values, points and vectors

0.19.3

23 Jun 09:13
Compare
Choose a tag to compare
  • Correct writing of track files after removal

0.19.2

10 Jun 19:49
Compare
Choose a tag to compare
  • Improved support for zero-length track sections

0.19.1

01 Apr 19:50
Compare
Choose a tag to compare
  • TrackCameraCommands is initialized properly
  • TrackCameraCommandList inherits (and implements) IList instead of List
  • Minor code documentation updates

0.19

05 Nov 20:00
Compare
Choose a tag to compare
  • Track data that describes the computer car behavior and various settings is now exposed in a more logical way in the API
  • All classes concering the line that the AI cars use are now called ComputerCarLine* instead of BestLine*

0.18

09 May 20:33
Compare
Choose a tag to compare

Adds support for:

  • Reading and writing computer car behavior
  • Reading and writing trackside camera locations
  • Reading and writing misc other track data

0.17

03 Jun 19:24
Compare
Choose a tag to compare

Adds support for:

  • Reading and writing background images, especially helmet images in the driver selection menu
  • Palette class completely refactored into non-static variant
  • Most static classes converted to non-static variants
  • Regular constructors to complement For fluent creation methods

0.16.1

18 Apr 08:33
Compare
Choose a tag to compare

TrackCommand was incorrectly impossible to create