userBill Bcancel

13,109 Commits over 2,800 Days - 0.20cph!

3 Years Ago
- Add glass break effect - Adjust glass protection
3 Years Ago
Respawn glass after thirty minutes, dependent on no players being nearby
3 Years Ago
Fixed glass colliders, add glass protection type
3 Years Ago
Initial work moving WorkCart glass to a separate sub-entity
3 Years Ago
Adjust collision damage forces
3 Years Ago
Add missing bool
3 Years Ago
Remove no-longer-used ground quality enum
3 Years Ago
Add IsOnSnowOrIce bool to terrain handler
3 Years Ago
Allow setting the weather adjust toggle when game is not running
3 Years Ago
Rust Editor changes: - Add master toggle for weather selection, so it doesn't override automatically - Refactor some layout so the editor window works without horizontal scrolling at smaller widths
3 Years Ago
Simplify VehicleTerrainHandler ground quality method since we only use the road component
3 Years Ago
Train protection values edit
3 Years Ago
New handling for collisions between kinematic trains
3 Years Ago
Initial setup for train better collision handling
3 Years Ago
Refactored train collisions trigger, working on improving train collision physics forces
3 Years Ago
Speed calculation fix + throttle adjust
3 Years Ago
Fix near desired speed calculation
3 Years Ago
Comment notes and a minor change to train audio
3 Years Ago
Merge Main -> WorkCart
3 Years Ago
Adjust engine pitch
3 Years Ago
Refactor some track selection code into BaseTrain
3 Years Ago
Compile fix for track selection
3 Years Ago
Update to the audio manager, do some tricks with the throttle
3 Years Ago
Initial work on WorkCart audio manager
3 Years Ago
When kinematic trains died and went non-kinematic, they'd sometimes be partly inside something which would cause the rigidbody to go flying off. For simplicity, have trains just gib immediately on death (like most other vehicles) instead of going into "corpse" state for a few seconds.
3 Years Ago
Add grounded check for fake drag
3 Years Ago
- Add fake side friction for WorkCart when off track, since it doesn't use wheel colliders - Add required vehicle methods: GetLocalVelocityServer, GetAngularVelocityServer, MaxVelocity
3 Years Ago
Refactor the basic train movement and collision code into BaseTrain
3 Years Ago
▅▌▅▆▉▅▉ ▍▉▅
3 Years Ago
Move train collision code to BaseTrain
3 Years Ago
Merge Main -> WorkCart
3 Years Ago
- Get WorkCart rigidbody to sleep and wake appropriately - TriggerBase now passes the actual collider that was hit in OnObjectAdded as well as the object it's on, allowing WorkCart collision effects to handle GameObjects that have multiple colliders
3 Years Ago
Parent trigger size adjustment
3 Years Ago
More efficient speed calculation for modular vehicles
3 Years Ago
Hurt triggers and repel triggers for WorkCart
3 Years Ago
Code gen and manifest update, fixes disconnect when damage FX play on client
3 Years Ago
Test map terrain
3 Years Ago
Only allow looting WorkCart fuel while standing on its platform
3 Years Ago
Disable WorkCart monitor canvas when >10M away
3 Years Ago
Add collision damage FX for WorkCart
3 Years Ago
Adjust top speed/acceleration/drag/throttle settings
3 Years Ago
Adjust WorkCart acceleration and top speed
3 Years Ago
Increase force-to-derail threshold
3 Years Ago
Don't show mount interaction on the client if train is dead
3 Years Ago
Train settings edits
3 Years Ago
Improve static collision handling (+static collision bugfix)
3 Years Ago
Improve WorkCart collision forces
3 Years Ago
Add collision damage to WorkCart. Also have the WorkCart jump and shift a bit when it's destroyed, causing a more convincing derailment
3 Years Ago
Remove unused code from TrainEngine.Collision
3 Years Ago
WorkCart headlights off by default