Skip to content

Releases: simbroadcasts/node-insim

v4.6.0

26 Jan 19:05
Compare
Choose a tag to compare

4.6.0 (2025-01-26)

Bug Fixes

  • insim: Derive InSimPacket type from packetTypeToClass (54baceb)

Features

  • is_aic: repeat AI info using special CS_REPEAT_AI_INFO input type (9dded53)
    • CS_SEND_AI_INFO input to send a single IS_AII packet
    • CS_REPEAT_AI_INFO input to send IS_AII packets at regular intervals
  • is_aic: support for array of inputs, optional time to hold (53c5e24)
    • Each input can optionally take a time value to hold
    • Exported all packet enums:
      • AICGear
      • AICHeadlights
      • AICIndicators
      • AICInput
      • AICLook
      • AICSteering
      • AICToggleValue
      • AIInputVal

v4.5.0

24 Jan 09:07
Compare
Choose a tag to compare

4.5.0 (2025-01-24)

Features

  • is_aic: create enums for input values (c668af4)
  • is_aii: mark spare unsigned properties as readonly (308f417)

v4.4.0

23 Jan 23:47
Compare
Choose a tag to compare

4.4.0 (2025-01-23)

Added support for new AI control packets introduced in LFS test patch F2.

Features

  • insim: Add IS_AIC packet for AI control (332afea)
  • insim: Add IS_AII packet and SMALL_AII subtype for IS_SMALL (8348470)

v4.3.0

26 Nov 16:24
Compare
Choose a tag to compare

4.3.0 (2024-11-26)

Features

  • insim: add sendLocalMessage for sending messages to appear on local computer only (717aa1d), closes #54
  • insim: add sendMessage method for sending commands or chat messages (8406a11), closes #54
  • insim: add sendMessageToPlayer and sendMessageToConnection for sending messages to a specific player / connection in multiplayer (6e3d8e2), closes #54

v4.2.1

28 Jul 14:50
Compare
Choose a tag to compare

4.2.1 (2024-07-28)

Bug Fixes

  • is_ipb: throw a RangeError if an IP address is out of range 0-255 (44ad0dd)

v4.2.0

28 Jul 13:31
Compare
Choose a tag to compare

4.2.0 (2024-07-28)

Features

  • add IS_IPB packet (0b86949), closes #47
  • is_tiny: add TINY_IPB subtype of IS_TINY packet (c50c6c1), closes #47

v4.1.5

28 Jul 09:17
Compare
Choose a tag to compare

4.1.5 (2024-07-28)

Bug Fixes

  • is_reo: remove readonly modifier from ReqI property (d1b4c7e), closes #45

v4.1.4

16 Jul 20:44
Compare
Choose a tag to compare

4.1.4 (2024-07-16)

Bug Fixes

  • is_mso: adjust TextStart property value according to the decoded string length of player name (533d107), closes #43

v4.1.3

07 May 22:22
e7d3207
Compare
Choose a tag to compare

4.1.3 (2024-05-07)

Bug Fixes

  • insim: Derive InSimPacketEvents type from packetTypeToClass object (66f8350)

v4.1.2

05 May 16:25
Compare
Choose a tag to compare

4.1.2 (2024-05-05)

Bug Fixes

  • export InSimError class value (d1a80ab)
  • insim: default InSim flags set to 0 (420a45d)