6,973 Commits over 2,741 Days - 0.11cph!
Pause animation preview when editor is paused
Add some images for raft so its not just a white square
Zero out velocity when entering seats so you can't use them as trampolines
Fix players showing up on tab menu twice
Fixed the plane gaining too much speed when spinning
Fixed requestAnimationFrame not getting timestamps
Rotate player camera with plane movements instead of being fixed to plane orientation
Now a biplane, with animated flaps
Made the plane a lot more controllable
Networked the plane controls, add events that can be used to animate it
Removed raft ground from spawn point, don't rotate players on the raft (or any other platform)
Merge branch 'master' of github.com:Facepunch/Tub
Adjusted raft map to not trap the raft on rocks as much, tweaked rudder
Should be possible to complete the raft level now
Steering that actually works
Show controls help on the raft
Rotate players with the raft
Fix some of the raft controls
Enable the wip raft level
Use regular platform grounding when not doing the physics
Disable physics on client, seems to have fxed that weird crash as well
Might have needed these to keep clients grounded (should fix it properly later though)
Added lever, used for throttle
Networked value, rotator, steering wheel
Repair damaged parts, other fixes
Add an option to push colliders instead of the rigidbody
Made a river
Merge branch 'master' of github.com:Facepunch/Tub
Breaking platforms on collision
Trying kinematic platform
Trying to fix some velocity stuff
Added the last section to the tower
Cannon tweaks, add jetpacks to tower level
Merge branch 'master' of github.com:Facepunch/Tub
Make all platforms use default scale on tower level
Make some platforms missing, throw brick at it to place it
Resist file open exceptions because it might work, don't send file size/mtime over watch server
Fix exception when retrying http request
Fixed some cache issues preventing hotload from working over webfs
Show threads better in asset profiler
More reliable webfs watch server, batch changes so clients don't try to load partially written files
Don't clear the asset server index when regaining connection