Skip to content

Releases: BeamNG/vscode-jbeam-editor

v0.3.6

24 May 22:14
Compare
Choose a tag to compare
  • Bugfixes:
    • tweaked node sizing
    • tweaked node label sizing in orthographic mode

v0.3.5

24 May 17:42
Compare
Choose a tag to compare
  • Bugfixes:
    • fixed plugin not working under Linux
  • Features:
    • now mouse double click in order to select nodes
    • added ability toggle focusing on selected nodes (off by default)

v0.3.4

14 May 23:50
Compare
Choose a tag to compare
  • Bugfixes:
    • fixed bug with duplicate diagnoses, when the archivar processes all jbeam files, and then you open a jbeam file, and you modify it
    • fixed showing nodes in 3D view from a different vehicle
    • in 3D scene view, virtual nodes colored blue and have "(v)" appended to the node name
    • fixed JBeam files parsed counter
    • fixed parsing jbeam/sjson files that don't have an outer object
    • more parsing bugs fixed
    • fixed/updated jbeam/part config file icons thanks to Sopze92

v0.3.3

27 Mar 04:29
6012a2b
Compare
Choose a tag to compare
  • Bugfixes:
    • fixed syntax checker not working in some cases
    • fixed displaying duplicate diagnostics
    • fixed JBeam file/part counter
  • Features:
    • added ability to detect duplicate dictionary keys

v0.3.2

11 Dec 21:14
Compare
Choose a tag to compare

0.3.2

  • Bugfixes:
    • fixed tooltip textures not updating correctly
    • improved label scaling
    • improved error handling on sim sync
    • fixed CTRL + SHIFT + P : "Sync with simulation"
    • improved simconnection protocol to have message identifiers and lengths

0.3.1

  • Bugfixes:
    • fixed node selection scrolling the viewport when leaving and re-entering the 3D view

v0.3.0

08 Dec 18:29
Compare
Choose a tag to compare
  • Bugfixes:
    • improved groundplane size for large models
    • improved stability
    • nodes are picked in 2d space for better accurancy
    • exchanged left/right mouse button for pan/rotate
    • fixed node sizes in orthographic view
    • fixed json number parsing for numbers with a leading plus sign
  • Features:
    • completely new json parser with better and improved metadata support and improved error diagnostics
    • added 3D line to mark the origin 0,0,0
    • beamng.log parser
    • triangles are not visible unless editing that section
    • only show 3d meshes if in flexbodies section
    • support for floating 3D labels. Used to display node names right now
    • added simconnection: will connect to the simulation and interact with it (if running)
    • added knowledge of all existing jbeam files for part finding reasons
    • added partconfig parsing and completion basics - experimental

v0.2.5

10 Nov 14:08
Compare
Choose a tag to compare
  • Bugfixes:

    • fixed empty sections crashing the parser
    • improved error handling sjson/table parsing
    • improved stability with multiple webviews open
    • improved stability with changing documents
    • fixed memory leaks due to improper geometry/material management
    • Fixed meshes disappearing: fixed normal and bounds calculation
  • Features:

    • Added extension settings. Open with Open Settings on top right corner
    • Added new settings
      • Enable/Disable hover
      • Enable/Disable hover highlight with the breadCrumb
      • Enable/Disable hover documentation
      • Enable/Disable hover data
      • Enable/Disable mesh default loading
      • FPS Limit
      • Load common folder

settingsShortcut
settings1
settings2

v0.2.4

09 Nov 15:01
Compare
Choose a tag to compare
  • fixed leaking `options`` in the table parser
  • removed ground floor for now
  • implemented triangles section visualizer

triDisplay

v0.2.0

09 Nov 10:26
Compare
Choose a tag to compare

Initial release :)