useroctocancel

552 Commits over 274 Days - 0.08cph!

6 Months Ago
Bake terrain mesh with LODs for tropical_1
6 Months Ago
merge terrain to mesh utility into deep_sea
6 Months Ago
Implement cannon reloading animations
6 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.
6 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.
6 Months Ago
Fix player model OnEnable being called before any of the init fields were set.
6 Months Ago
merge from deployable_cannon
6 Months Ago
merge from deployable_cannon
7 Months Ago
Play recoil anim on the mounted player model, push up missing protobuf files
7 Months Ago
Clear one shot layer once the clip is done playing, add a full body mask.
7 Months Ago
Sync mounted player references to clients
7 Months Ago
Turn player model into a playable graph, implement one shot animations layer with additive blending and avatar masks.
7 Months Ago
merge ghostship_npcs to naval_update
7 Months Ago
Setup enemy spawners for all ghost ship variants
7 Months Ago
Setup navigation for all ghostship variants
7 Months Ago
Setup new cannon models
7 Months Ago
merge from deployable_cannon
7 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;"
7 Months Ago
merge from main
7 Months Ago
Fix cannons using the wrong dismount points when on a boat
7 Months Ago
merge to naval_update
7 Months Ago
merge from naval_update
7 Months Ago
Fix up dismount points on cannons and cannonball LODs
7 Months Ago
merge queryvisoptimization_bugs to main
7 Months Ago
Fix threading issues with removing transforms from query vis, clean up null transform access array entries for pending removals.
7 Months Ago
Create tooling to setup mesh LODs for terrain chunks.
7 Months Ago
merge cherry_pick_iteration_speed to main
7 Months Ago
Cherry pick interation speed prefs
7 Months Ago
merge iteration_time_improvements to naval_update
7 Months Ago
Disable deep sea in playground
7 Months Ago
Add settings on Editor Preferences to speed up entering playmode
7 Months Ago
merge cannon_code to naval_update
7 Months Ago
Fix missing material on cannonball, replace old cannon projectiles with the new model
7 Months Ago
merge new cannonball model into cannon_code
7 Months Ago
Fix cannon ammo staying active after firing
7 Months Ago
merge from naval_update
7 Months Ago
merge from main
7 Months Ago
Make the cannon handle spin depending on the height of the back block, raise/lower the back block as the cannon rotates
7 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.
7 Months Ago
merge from deployable_cannon
7 Months Ago
Suppress warning in prefab preprocess for when we're running in CLIENT and SERVER, otherwise it shows up as unreachable code.
7 Months Ago
Rework cannon reloading: - Don't start reloading if we have no ammo - Cancelling a reload restarts reload progress
7 Months Ago
merge from naval_update
7 Months Ago
merge cherrypick_queryvisjobs_optimizations to main
7 Months Ago
cherry pick query vis optimizations
7 Months Ago
Don't keep count of processed transforms, they no longer vary. Reset pendingTransforms to avoid domain reload issues.
7 Months Ago
Optimize query vis job runner: - Enable burst on existing query vis jobs - Don't immediately complete jobs, let query vis be delayed by a frame.
7 Months Ago
merge naval_update to cannon_code
7 Months Ago
Fix mouse aiming with the cannon
7 Months Ago
Add Tropical1 terrain mesh, leave it in the scene as disabled for now.