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
New Contributors
Full Changelog: v0.7.1...v0.7.2