branchrust_reboot/main/Bikescancel

455 Commits over 151 Days - 0.13cph!

5 Months Ago
Fixed steering speed bug when turning one direction and and then immediately in the other direction
5 Months Ago
Pedal bike mass, suspension, power, handling setup
5 Months Ago
Minor suspension edit on pedal bike
5 Months Ago
Fixed wobbly pedal bike wheels, adjusted suspension
5 Months Ago
Don't show suspension visually on the pedal bike. Reduce suspension distance. Adjust bike wheel colliders.
5 Months Ago
Fixed some bike suspension problems
5 Months 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.
5 Months Ago
Code gen, proto, manifest rebuild, meta files
5 Months Ago
Merge main -> Bikes
5 Months Ago
Meta files and other things that Unity wants to update with the 2022 upgrade
5 Months Ago
Manifest
5 Months Ago
Code gen + protobuf
5 Months Ago
Merge main -> Bikes. Updates bikes branch to Unity 2022
5 Months Ago
wip pedalbike model
5 Months Ago
Functional motorbike kickstand, some refactoring
5 Months Ago
Comment out PingEstimator spam
5 Months Ago
missing kickstand model
5 Months Ago
separated kickstand from the main rig to allow for the sidecar connections
5 Months Ago
Fixed reversed suspension on new bike model (suspension still needs other work)
5 Months Ago
updating motorbike temp model/prefab
5 Months Ago
Merge main -> Bikes (before 2022 update)
5 Months Ago
Merge main -> Bikes
5 Months Ago
Merge main -> Bikes
6 Months Ago
Minor edit
6 Months Ago
Fixed still pedalling sometimes when stopped, adjusted pedal ratio
6 Months Ago
Use gears for the pedal animation, like a real pedal bike rider would. New separate placeholder engine audio sets for motorbike and bike
6 Months Ago
Keep pedals flat as the pedal axle turns
6 Months Ago
Pedals rotate, matching drive wheel rotation at a specified ratio
6 Months Ago
Materials
6 Months Ago
Added pedals to the pedal bikes and IK'd driver feet to them
6 Months 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
6 Months Ago
Added pedal bike and pedal trike to my test map
6 Months Ago
Added placeholder pedal bike and pedal trike rideable entities. Manifest update
6 Months Ago
Enabled head clipping check on bikes but this time it actually works (I still have a cold, ok?)
6 Months Ago
Enabled head clipping check on bikes
6 Months Ago
Updated in-air wheel rotation for vehicles, now wheels loose rotation speed slowly while not grounded, and there's no tie to speed
6 Months Ago
Air control improvements and refactoring
6 Months Ago
Re-enabled mouse steer for bikes. Changed mouse steer input modifier to FIRE_THIRD (attack3) instead of DUCK.
6 Months Ago
Disable mouse steer on motorbikes since it conflicts with the intentional duck input. Bug fixes
6 Months Ago
Air control changes, using duck input now
6 Months Ago
Small fixes
6 Months Ago
Fixed broken inspector vals
6 Months Ago
Sprint and air control torque
6 Months Ago
Refactoring, three-wheeled bikes now also support sprint torque
6 Months Ago
Missing meta file
6 Months 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)
6 Months Ago
Comment out ping estimator editor spam
6 Months Ago
Merge main -> Bikes
6 Months Ago
Merge Main -> Bikes
6 Months 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.