userIan Hendersoncancel
branchrust_reboot/main/travelling_vendorcancel

229 Commits over 91 Days - 0.10cph!

1 Year Ago
Merge main
2 Years Ago
Fixed broken machine
2 Years Ago
Update manifest
2 Years Ago
Setup vendors own type of vending machine rather than using weapons one Vendor now grabs reference to its own machine Force machine on map update Code cleanup
2 Years Ago
Ensured travelling state and waiting state can move around seamlessly. Brakes state now dependent on travelling state
2 Years Ago
Vendor can now be stopped by a player gesture Used a state machine instead
2 Years Ago
Setup sell orders properly Add targetting system
2 Years Ago
Added vending machine. Setup custom sell orders. Disabled colliders on client.
2 Years Ago
Added a low pass smoothing filter to steering as well as tweaking existing steer deadzone values. Outside of deadzone now ensures straight wheels
2 Years Ago
Added steering deadzone to avoid over corrections
2 Years Ago
We travelling!
2 Years Ago
Add debug print outs for steering
2 Years Ago
Fixed issues with rigidbodies. Increased target throttle
2 Years Ago
Fixed Harry Potter car
2 Years Ago
Fixed vendor recreating itself
2 Years Ago
Add network time fix
2 Years Ago
Fixed is client checks
2 Years Ago
Fix dodgy rigidbody linls
2 Years Ago
Path invalid errors patched
2 Years Ago
Fixed vendor test scene
2 Years Ago
Merge main
2 Years Ago
Added console command to spawn vendor near road Wheel colliders rotated Collision detection moved to continuous
2 Years Ago
Travelling vendor can now be spawned via console command Seeks out first road to move to Acceleration added
2 Years Ago
Use a point destination as a target instead of just going forward
2 Years Ago
Missed pathing files
2 Years Ago
Ported over a bunch of pathing code from Bradley Swapped wheelbase to that of a Ford Transit :O
2 Years Ago
Added Ackermann steering to target
2 Years Ago
Swap to BaseEntity Added scene to scene loader Shock and tire animation swapped to clientside Cleaned up vendor scenes
2 Years Ago
Initial test scene and client and server script setup