userBill Bcancel

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

5 Years Ago
Merge from Main -> Vehicles
5 Years Ago
More driving physics experimentation
5 Years Ago
More driving physics experimentation
5 Years Ago
More driving physics experimentation
5 Years Ago
Minor cleanup only
5 Years Ago
Minor cleanup only
5 Years Ago
True support for multiple drivers at once. Multi-driver drifting? Inputs are combined in a way where they won't cancel each other out.
5 Years Ago
True support for multiple drivers at once. Multi-driver drifting? Inputs are combined in a way where they won't cancel each other out.
5 Years Ago
Remove vehicle settings that are currently unused
5 Years Ago
Remove vehicle settings that are currently unused
5 Years Ago
Initial support for multiple driver's seats. Driver seats now defined per mount point, instead of always being mount point zero. Updated existing vehices.
5 Years Ago
Initial support for multiple driver's seats. Driver seats now defined per mount point, instead of always being mount point zero. Updated existing vehices.
5 Years Ago
Fix for wheel data being accessed before init on separate client/server. Don't take passenger input as driver input when there's also a driver.
5 Years Ago
Fix for wheel data being accessed before init on separate client/server. Don't take passenger input as driver input when there's also a driver.
5 Years Ago
Fix client/server define
5 Years Ago
Fix client/server define
5 Years Ago
Line endings only
5 Years Ago
Line endings only
5 Years Ago
Adjust COM
5 Years Ago
Adjust COM
5 Years Ago
Adjust module weights some more
5 Years Ago
Adjust module weights some more
5 Years Ago
Adjust module weights
5 Years Ago
Adjust module weights
5 Years Ago
"▄▉▋▍▍ ▅██▉█▉▉▆▆▆▄█▍" ▄▍ ▉▍▆▆▆▄▊ ▆▌▆ ▉▆▋▍▋▊ ▉ ▊▍▄▌▋▉ ▍▇▍▅▍▍▉ █▌▊▍█▅▇
5 Years Ago
"▅▉▌▋▌ ▅▅▉▊▋▍█▌▊▋█▊▇" █▌ █▊▌▅▌▍▆ ▍█▅ ▅▌▊▅▅▋ ▆ ▇▇▍▉▍▌ ▍▋█▋▌▍▅ █▆▇▋▆▉▊
5 Years Ago
Fix drive wheel visuals bug on the client when there was no driver. Moving a couple of things.
5 Years Ago
Fix some issues with init order
5 Years Ago
Show true drive wheel RPM on the client
5 Years Ago
Fix old infinite HasDriver loop in BaseVehicle
5 Years Ago
Wheel physics work + refactoring/cleanup
5 Years Ago
Adjust wheel collider setup
5 Years Ago
▋▅▊▆█▊▆ ▌▆▌█▋▆▅ ▅▆▉▉▋▌▉▊▅▆ ▅▊▇▌▌ █▍██▌▋▄▌▄▋▍ ▅▋▄▉▊▌ ▍▊▌▊▋ █▇▄▌▅▄█▅▌ ▆▇▍▌ ▌▍▇▇▇▄██▌▌▋▌▊▊▊▆▊▊▄▆▊ ▉▄▇▄▊ ▄█▍▌ ▊▋▌▅▊▊▉ ▊▇▋▆▇▉. █▆▄ ▉▇▋▌ ▆▊▇▊▅ ▇▌▍▇ ▋▍▍█, ▍▆ ▄▄█▍▄▋ ▄▇▆▄ ▇▍▊ ▅▍▅▋▊▅▊▍▇ ▅▄▇ ▋▉▇▉▌ ▆▌▊▆ ▆▄ ▄▇▊▄▅▇▅▉ ▌█▆▌▇ ▊▆▇▇▇▆▊▌█.
5 Years Ago
Add brake inputs, refactor throttle input
5 Years Ago
Vehicle physics and visuals work. May revert some of this - trying some different options for wheels and friction. Network protocol++
5 Years Ago
Properly solved mounting seats via sub-module; no more InteractionAreaBox hack
5 Years Ago
Merge from Main -> Vehicles
5 Years Ago
Adjust brackets only
5 Years Ago
Check wheelSmoke for null - Update is called a few times before init methods are
5 Years Ago
Test map update
5 Years Ago
Fixed discrepancy between client/server interaction caused by server rigidbody making the vision raycast result return the rigidbody GameObject entity instead of the collider's one. Getting entity from the hit collider instead of the hit transform. This change is probably OK, but could potentially break something if anything relies on the base rigidbody object being returned on the server.
5 Years Ago
Fix #if SERVER enclosing load method
5 Years Ago
▋▆▅ ▇▋▍▅▍▇▋▇ ▋▄ ▉█▊ ▄▍▇▄▌▇▆ ▄█▇▉▇, ▇▉▋ █▉▌▉▇▇▅▆▋▌▌ ▄▋▊▌▉▉. ▆▄█▌▆▄▊'█ ▍▅▍█ █▌ ▊▌▍▌▆▅▍▄▇▍▊▉▆ ▍▆█...?
5 Years Ago
Fixed storage container bounds bug
5 Years Ago
Fix some issues with the flatbed storage entity. Remove InteractionAreaBox hack, working on a proper fix.
5 Years Ago
Allow module sub-components to save/load network data. Storage component syncs UID. Deleted temp_test_vehicle.
5 Years Ago
Add wheel smoke script to the modular car script, no more endless dirt and water FX.
5 Years Ago
Moved the storage container on the flatbeds
5 Years Ago
Minor test map edit
5 Years Ago
Fix realmed remove on all vehicle modules being the wrong way around 🤦