branchrust_reboot/main/Bikescancel

455 Commits over 151 Days - 0.13cph!

1 Year Ago
Fixed steering speed bug when turning one direction and and then immediately in the other direction
1 Year Ago
Pedal bike mass, suspension, power, handling setup
1 Year Ago
Minor suspension edit on pedal bike
1 Year Ago
Fixed wobbly pedal bike wheels, adjusted suspension
1 Year Ago
Don't show suspension visually on the pedal bike. Reduce suspension distance. Adjust bike wheel colliders.
1 Year Ago
Fixed some bike suspension problems
1 Year Ago
Bring back fast manifest updates. Sometimes even if the full rebuild is fairly fast, I want to rebuild the manifest file without possibly affecting a bunch of other files.
1 Year Ago
Code gen, proto, manifest rebuild, meta files
1 Year Ago
Merge main -> Bikes
1 Year Ago
Meta files and other things that Unity wants to update with the 2022 upgrade
1 Year Ago
Manifest
1 Year Ago
Code gen + protobuf
1 Year Ago
Merge main -> Bikes. Updates bikes branch to Unity 2022
1 Year Ago
wip pedalbike model
1 Year Ago
Functional motorbike kickstand, some refactoring
1 Year Ago
Comment out PingEstimator spam
1 Year Ago
missing kickstand model
1 Year Ago
separated kickstand from the main rig to allow for the sidecar connections
1 Year Ago
Fixed reversed suspension on new bike model (suspension still needs other work)
1 Year Ago
updating motorbike temp model/prefab
1 Year Ago
Merge main -> Bikes (before 2022 update)
1 Year Ago
Merge main -> Bikes
1 Year Ago
Merge main -> Bikes
1 Year Ago
Minor edit
1 Year Ago
Fixed still pedalling sometimes when stopped, adjusted pedal ratio
1 Year Ago
Use gears for the pedal animation, like a real pedal bike rider would. New separate placeholder engine audio sets for motorbike and bike
1 Year Ago
Keep pedals flat as the pedal axle turns
1 Year Ago
Pedals rotate, matching drive wheel rotation at a specified ratio
1 Year Ago
Materials
1 Year Ago
Added pedals to the pedal bikes and IK'd driver feet to them
1 Year Ago
Both real wheels of the trike are now power wheels, and all wheels of pedal bikes are brake wheels. Fixed lack of friction of right-rear trike wheel
1 Year Ago
Added pedal bike and pedal trike to my test map
1 Year Ago
Added placeholder pedal bike and pedal trike rideable entities. Manifest update
1 Year Ago
Enabled head clipping check on bikes but this time it actually works (I still have a cold, ok?)
1 Year Ago
Enabled head clipping check on bikes
1 Year Ago
Updated in-air wheel rotation for vehicles, now wheels loose rotation speed slowly while not grounded, and there's no tie to speed
1 Year Ago
Air control improvements and refactoring
1 Year Ago
Re-enabled mouse steer for bikes. Changed mouse steer input modifier to FIRE_THIRD (attack3) instead of DUCK.
1 Year Ago
Disable mouse steer on motorbikes since it conflicts with the intentional duck input. Bug fixes
1 Year Ago
Air control changes, using duck input now
1 Year Ago
Small fixes
1 Year Ago
Fixed broken inspector vals
1 Year Ago
Sprint and air control torque
1 Year Ago
Refactoring, three-wheeled bikes now also support sprint torque
1 Year Ago
Missing meta file
1 Year Ago
Lift the bike a bit when holding sprint. To be improved (though engine limitation prevents us from doing full wheelies unfortunately - wheelcolliders always raycast downward with respect to parent rigidbody orientation)
1 Year Ago
Comment out ping estimator editor spam
1 Year Ago
Merge main -> Bikes
1 Year Ago
Merge Main -> Bikes
1 Year Ago
New sprint input networking. Rename smowmobile protobuf to smallVehicle since it's shared with bikes. Network++ Also fixed snowmobile not sending fuel fraction in save/load.