userBill Bcancel

13,182 Commits over 2,830 Days - 0.19cph!

8 Years Ago
Fixed vehicle seat merge issue
8 Years Ago
Plastic made me merge all in the last commit, just reverting this bay window I didn't mean to touch
8 Years Ago
Merging vehicle updates - multiple seats with driver/passengers, player models in cars
8 Years Ago
Merging in vehicle camera smoothness branch.
8 Years Ago
Stopped footstep sounds playing while driving cars - this isn't The Flintstones
8 Years Ago
Car audio working again, sending sounds from client to server.
8 Years Ago
Tweaked values again
8 Years Ago
Adjusted cockpit cam settings to handle high/variable ping more smoothly. Feels a bit floaty but floaty is better than jittery.
8 Years Ago
Minor adjustment
8 Years Ago
Updated chase cam as well
8 Years Ago
Cockpit cam now works well in both CLIENT and CLIENT+SERVER modes
8 Years Ago
Wrote a smooth alternative spring-like implementation for the vehicle cockpit view, removing the need for a rigidbody. Note: Only works perfectly in true CLIENT mode.
8 Years Ago
Basic cockpit cam that works, but no spring forces anymore. Car audio removed for now.
8 Years Ago
Chase cam super smooth now
8 Years Ago
Experimenting with no rigidbody on client
8 Years Ago
Vehicle smoothness experiments
8 Years Ago
Vehicle movement smoother/more accurate on client
8 Years Ago
Disabling some car camera code when not needed.
8 Years Ago
Fixed vehicle exit bug, and fixed issues with vehicle entry/exit in CLIENT+SERVER mode. Renamed my test map.
8 Years Ago
Commented a few debug logs that might get spammy
8 Years Ago
Adjusting interpolation
8 Years Ago
Doubled desired time buffer on interpolation from 20ms to 40ms.
8 Years Ago
Merging in
8 Years Ago
Oops, didn't mean to commit to the main branch! Reverting...
8 Years Ago
Reduced potential size of input packets, while also increasing local input storage to handle latency >1s.
8 Years Ago
Fixed interaction text sometimes staying up aftering entering a vehicle
8 Years Ago
Fix flags
8 Years Ago
Merging in
8 Years Ago
Some variable renaming only
8 Years Ago
Prevent cheating via input rate
8 Years Ago
Prevent cheating via input rate
8 Years Ago
8 Years Ago
Merging in
8 Years Ago
Added differing message when trying to enter a vehicle that's already occupied
8 Years Ago
Fixed vehicle state not being set correctly when a player connects and another player is already in a vehicle.
8 Years Ago
Ignore damage to players in vehicles for this release. Note that impact blood FX still spawn since that's done by the bullet itself, whether or not it does actual damage.
8 Years Ago
Added client cheating to move at mega speed. Must remove this later!
8 Years Ago
Fixed inactive vehicles not becoming active when in CLIENT+SERVER mode, and made becoming active easier so things like quick collisions can trigger it.
8 Years Ago
Fixed inactive vehicles not becoming active when in CLIENT+SERVER mode, and made becoming active easier so things like quick collisions can trigger it.
8 Years Ago
Merge: Fixed inactive vehicles "bouncing"
8 Years Ago
Fixed inactive vehicles "bouncing"
8 Years Ago
Fixed animation setting
8 Years Ago
Added driver/passenger support, and more seats to vehicles
8 Years Ago
Merging in latest changes.
8 Years Ago
Basic in-vehicle animation mode implemented. "Animation" is static right now
8 Years Ago
- Show player model in car again. - Coupled move angle directly with look angle. No more moving sideways when they get out of sync.
8 Years Ago
Merge building and character updates
8 Years Ago
Reset FOV when aiming down sights and deselecting weapon, or when entering a vehicle
8 Years Ago
Simpler forced vehicle exit, since I found out I don't need to worry about the player object being destroyed on disconnect
8 Years Ago
Fixing double input events when entering vehicles that could sometimes dump you straight back out. Let's just not clear the input and deal with it.