Skip to content

v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Dec 10:33
· 72 commits to master since this release
496ac85

4.0.0 (2023-12-18)

InSim updates for LFS 0.7E (#28) (496ac85), closes #28

Features

  • License property added to IS_NCI packet
  • IS_PLH packet which sets handicaps for individual players
  • TINY_PLH subtype of IS_TINY to request IS_PLH listing player handicaps
  • SMALL_LCL subtype of IS_SMALL - full control of lights including fog and extra lights
  • New example app using OutGauge with InSim buttons
  • New dashboard lights in DashLights enum of OutGaugePack

Deprecated

  • Deprecated LocalCarSwitches enum values:
    • SIGNALS_OFF - use SMALL_LCL with LocalCarLights.SIGNALS_OFF UVal
    • SIGNALS_LEFT - use SMALL_LCL with LocalCarLights.SIGNALS_LEFT UVal
    • SIGNALS_RIGHT - use SMALL_LCL with LocalCarLights.SIGNALS_RIGHT UVal
    • SIGNALS_HAZARD - use SMALL_LCL with LocalCarLights.SIGNALS_HAZARD UVal
    • HEADLIGHTS_OFF - use SMALL_LCL with LocalCarLights.LIGHTS_OFF UVal
    • HEADLIGHTS_ON - use SMALL_LCL with LocalCarLights.LIGHTS_SIDE, LocalCarLights.LIGHTS_LOW or LocalCarLights.LIGHTS_HIGH UVal

BREAKING CHANGES

  • Removed LocalCarSwitches enum values: LCS_SET_SIGNALS, LCS_SET_FLASH,
    LCS_SET_HEADLIGHTS, LCS_SET_HORN, LCS_SET_SIREN
  • Renamed LCS_SIGNALS_OFF to SIGNALS_OFF
  • Renamed LCS_SIGNALS_LEFT to SIGNALS_LEFT
  • Renamed LCS_SIGNALS_RIGHT to SIGNALS_RIGHT
  • Renamed LCS_SIGNALS_HAZARD to SIGNALS_HAZARD
  • Renamed LCS_FLASH_OFF to FLASH_OFF
  • Renamed LCS_HEADLIGHTS_OFF to HEADLIGHTS_OFF
  • Renamed LCS_HEADLIGHTS_ON to HORN_OFF
  • Renamed LCS_HORN_1 to HORN_1
  • Renamed LCS_HORN_2 to HORN_2
  • Renamed LCS_HORN_3 to HORN_3
  • Renamed LCS_HORN_4 to HORN_4
  • Renamed LCS_HORN_5 to HORN_5
  • Renamed LCS_SIREN_OFF to SIREN_OFF
  • Renamed LCS_SIREN_FAST to SIREN_FAST
  • Renamed LCS_SIREN_SLOW to SIREN_SLOW