Skip to content

v0.7.2

Latest

Choose a tag to compare

@SuperManifolds SuperManifolds released this 13 Feb 19:20

What's Changed

  • event_signal_texture_state signature changed - Now requires an additional core_state:
    i64 parameter. For path signals, this contains the current signal check result (0 = Pass,
    1 = Stop). Always 0 for other signal types. Update your scripts accordingly.
  • Train::as_purchased - Access the original train dynamics (max speed, acceleration,
    braking, etc.) from when the train was purchased
  • Extrapolator::view_last() - Get the previous frame's Motion state for a train,
    useful for lateness estimation
  • Line::Stop::station_id - Access the station ID for any line stop
  • Motion::RunStop - Now properly exposes line_id and station_id fields
  • feat(neovim): Add support for nvim-treesitter 0.10 by @satabin in #17

New Contributors

Full Changelog: v0.7.1...v0.7.2