useroctocancel

712 Commits over 304 Days - 0.10cph!

8 Months Ago
Switch GetRootEntity in Ballista to use GetRootParentEntity instead.
8 Months Ago
merge from naval_update
8 Months Ago
Fix LODs on cannon skinned mesh renderers, hook up basic wheel spin, fix handle animation being broken after using the new model, disable reload for now.
8 Months Ago
merge fix_invisible_nametags to main
8 Months Ago
MemClear query vis arrays before scheduling new jobs to fix nametags sometimes staying invisible after teleporting.
8 Months Ago
Fix cannon rotation being independent of the boat when turning.
8 Months Ago
Add a way for oneshots to disable the leg animator, blend the weights for it in/out.
8 Months Ago
Fix wrong gibs on cannon
8 Months Ago
merge tropical1_prefab to deep_sea
8 Months Ago
Setup s2p for tropical1, bake the prefab
8 Months Ago
Bake terrain mesh with LODs for tropical_1
8 Months Ago
merge terrain to mesh utility into deep_sea
8 Months Ago
Implement cannon reloading animations
8 Months Ago
Implement animation handles for code driven player model animations, basically the same as one shots but with a way to control them after they get added to the mixer.
8 Months Ago
Implement one shot in/out blending. Fix input weight on the main animation controller always being set to 0, causing transitions to jitter.
8 Months Ago
Fix player model OnEnable being called before any of the init fields were set.
8 Months Ago
merge from deployable_cannon
8 Months Ago
merge from deployable_cannon
8 Months Ago
Play recoil anim on the mounted player model, push up missing protobuf files
8 Months Ago
Clear one shot layer once the clip is done playing, add a full body mask.
8 Months Ago
Sync mounted player references to clients
8 Months Ago
Turn player model into a playable graph, implement one shot animations layer with additive blending and avatar masks.
8 Months Ago
merge ghostship_npcs to naval_update
8 Months Ago
Setup enemy spawners for all ghost ship variants
8 Months Ago
Setup navigation for all ghostship variants
8 Months Ago
Setup new cannon models
8 Months Ago
merge from deployable_cannon
8 Months Ago
Add "wait" command support, to help test an unrelated bug. Allows for chaining commands, waiting x frames, then chaining another set. for e.g. "teleportpos; wait 3; teleportpos;"
8 Months Ago
merge from main
8 Months Ago
Fix cannons using the wrong dismount points when on a boat
8 Months Ago
merge to naval_update
8 Months Ago
merge from naval_update
8 Months Ago
Fix up dismount points on cannons and cannonball LODs
8 Months Ago
merge queryvisoptimization_bugs to main
8 Months Ago
Fix threading issues with removing transforms from query vis, clean up null transform access array entries for pending removals.
8 Months Ago
Create tooling to setup mesh LODs for terrain chunks.
8 Months Ago
merge cherry_pick_iteration_speed to main
8 Months Ago
Cherry pick interation speed prefs
8 Months Ago
merge iteration_time_improvements to naval_update
8 Months Ago
Disable deep sea in playground
8 Months Ago
Add settings on Editor Preferences to speed up entering playmode
8 Months Ago
merge cannon_code to naval_update
8 Months Ago
Fix missing material on cannonball, replace old cannon projectiles with the new model
8 Months Ago
merge new cannonball model into cannon_code
8 Months Ago
Fix cannon ammo staying active after firing
8 Months Ago
merge from naval_update
8 Months Ago
merge from main
8 Months Ago
Make the cannon handle spin depending on the height of the back block, raise/lower the back block as the cannon rotates
8 Months Ago
Replace old model with the new LODed model. Adjust: cannon hand IK, pitch clamping to fix the cannon clipping into itself, mount anchor offsets.
8 Months Ago
merge from deployable_cannon