userBill Bcancel
branchrust_reboot/main/rail_networkcancel

44 Commits over 31 Days - 0.06cph!

2 Years Ago
Cherry-pick. Port my compile fix
2 Years Ago
Merge Coupling -> Rail Network
2 Years Ago
Separated the train coupling model and added them to the above-ground WorkCart
2 Years Ago
Manifest update
2 Years Ago
Allow the above-ground WorkCart bogies to pivot
2 Years Ago
Matched the above-ground WorkCart controls colour to the exterior (similar to the red variant)
2 Years Ago
Added above-ground WorkCart prefab variant. Set up different materials on it. Made it save/load.
2 Years Ago
Merge Main -> Rail Network
2 Years Ago
Copy the rail spline - fix floating trains after restart
2 Years Ago
Raised the height of the front and rear collision detectors on the WorkCart. Fixes a few cases where the train would think it was colliding with the ground, e.g. J7 on seed 1051067268 size 4500.
2 Years Ago
Merge Main -> Rail Network
2 Years Ago
ProjectSettings fix re previous commit
2 Years Ago
Merge Main -> Rail Network
2 Years Ago
Removed TrainIsland scene (it's broken beyond 69624 anyway). Use ProceduralMapTesting instead.
2 Years Ago
Merge Main -> Rail Network
2 Years Ago
Removed orphan DebugEx timer
2 Years Ago
Save settings
2 Years Ago
Enabled saving on y temp train and carriage entities
2 Years Ago
Make sure the wheels start at zero rotation
2 Years Ago
Update changed wheel bogie positions when received even if the train is off
2 Years Ago
Fix rear bogie jitter from using world instead of local rotation
2 Years Ago
Added missing time parameter info
2 Years Ago
Smoothed out train bogie rotation using the new generic interpolator
2 Years Ago
Merge Main -> Rail Network
2 Years Ago
Merge Main -> rail_network
2 Years Ago
Fixed placeholder train carriage NRE
2 Years Ago
Remove unused FX from the placeholder train carriage
2 Years Ago
Fixed spark FX not stopping on train carriage
2 Years Ago
Updated train carriage colliders, both temp train parent triggers + extra stuff
2 Years Ago
Merge wheel_tangents -> rail_network
2 Years Ago
Removed warning when spawning workcart on track that's generated at runtime
2 Years Ago
Cherry pick 69279
2 Years Ago
Added a method to TrainTrackSpline to get a tangent from the lookup-table points. Also auto-formatted a few of my train classes to Rust standard formatting.
2 Years Ago
Ported some train engine code back into BaseTrain for future wheel work
2 Years Ago
Don't collate train tracks on the client, it's unneeded
2 Years Ago
Test map collates train tracks
2 Years Ago
Test map edit
2 Years Ago
Added support for train track splines to connect to themselves when collating, making one continuous loop
2 Years Ago
Merge Main -> Rail Network
2 Years Ago
Fixed WorldSpline build compile (remove #if UNITY_EDITOR check)
2 Years Ago
Fixed WorkCart height on above-ground tracks, and collision issues with above-ground tracks. Work Cart now drivers properly above ground with collisions enabled
2 Years Ago
Added an improved TrainIsland scene
2 Years Ago
Merge Main -> rail_network
2 Years Ago
Merge TrainOnRails -> rail_network