userBill Bcancel

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

8 Years Ago
Fixed eye direction confusion
8 Years Ago
Committing current work before trying something risky
8 Years Ago
Stop mouse being grabbed even when editor is paused!
8 Years Ago
Adding my test scene to the build list, sick of re-adding it.
8 Years Ago
Partial work on vehicle eye rotation etc
8 Years Ago
Resetting eye direction when entering vehicles. Look straight forward.
8 Years Ago
Fixed animator assignment bug
8 Years Ago
Comments only
8 Years Ago
Resetting player state on vehicle entry and exit. No ore getting stuck crouching in the driver's seat etc
8 Years Ago
Refactoring
8 Years Ago
Allow separate player positioning in vehicle between view and world models
8 Years Ago
Removing vehicle camera again - player view only.
8 Years Ago
Player now moves correctly along with vehicle rotation when inside
8 Years Ago
Only driver gets to drive!
8 Years Ago
Players get a vehicle control "item" when entering a vehicle that lets them control it when selected. Still in progress.
8 Years Ago
Vehicle interaction work. Removed the whole concept of a separate "vehicle" camera - players continue to control their own vision directly. Added (placeholder) steering wheel as a HeldItem type, with the intention of it being the "item" selected when driving a vehicle.
8 Years Ago
Disabling damage to players in vehicle again for now. Coloured "enter as driver" green.
8 Years Ago
Working on players in vehicles. Not exactly correct at the moment, but it's stable enough for a release.
8 Years Ago
Show proxy players in vehicles. Version number display. Prevent interaction properly while in vehicles.
8 Years Ago
Fixed mouse getting unlocked after window lost focus
8 Years Ago
Added a really basic version number with display on the main screen.
8 Years Ago
Just increased MAX_PROXY_TIME_DELAY since we have no extrapolation ability.
8 Years Ago
Added documentation comments for posterity
8 Years Ago
Added console commands getbuf setbuf
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