139,176 Commits over 4,352 Days - 1.33cph!

60 Days Ago
Raise min height of powerplant radiation puzzle S2P
60 Days Ago
Cleanup
60 Days Ago
Updated ghost ship icons
60 Days Ago
Raise height offset of NMS S2P
60 Days Ago
Raise height of Launch Site PuzzleReset S2P
60 Days Ago
Fix removed using statement in PuzzleReset
60 Days Ago
1p arcade idle anim update
60 Days Ago
Remove commented test
60 Days Ago
60 Days Ago
█▋█▌ ▅▄█▆ ▄█▍▆▌▊▇▍▅▉▇█ █▊▅ ▆▊▆▉ ▆▄▆▊▋▇▍
60 Days Ago
Picture Frames - removed glass from standing light up frame, fixed texture metadata
60 Days Ago
Fixed deep sea entrance marker showing inside the deep sea
60 Days Ago
Fix collider names on BBS causing warnings after a recent change
60 Days Ago
ballista_mounting_fix -> main
60 Days Ago
Fixed mounted ballistas flipping the player view when mounting. This was caused by a change on cannons (to support parented cannons on boats). Now only apply the parenting logic to cannons and not the regular Ballista entity.
60 Days Ago
merge from naval_update
60 Days Ago
merge from naval_update/deep_sea
60 Days Ago
Added a timer to portal map marker to show the time left before the deep sea closes
60 Days Ago
Updated deep sea portal markers
60 Days Ago
Tweaked wipe duration and radiations
60 Days Ago
stand driving pose update
60 Days Ago
added 60 fps reload anim for 3p paintballgun
60 Days Ago
▌▊▊▋▆▄ ▋▆▅ ▉▇▉ ▇▅▉▍ ▅▊ ▊▅▆▌▄▌▇ ▋▌ ▇▇▍▋▇ ▋▇▇▉ ▄▆▄ █▊▉▊▍ ▉▅▋▇ █▉▉▇ █▅█▄▊▌▇█▅▇ ▌▅▌▍▌▍▌ ▍▍▌▉▅▉▊ ▅▄▆▅ ▄▉▍▌▇█▍▉▍▆ ▍▅▍▊▆ ▆▋█▅▊ ▆▋ ██ ▊▋▌▆ ▊▋ ▍▉ ▉▅█▊█
60 Days Ago
passenger pose update
60 Days Ago
Merge: from useplayertasks_invisplayers - Bugfix for invisible player in helis/other vehicles with UsePlayerUpdateJobs 2 Tests: 2p on Craggy, flew heli to player outside of network range 5 times - player was visible
60 Days Ago
Bugfix: UsePlayerUpdateJobs 2 - when player leaves occlusion group, clean up last visibility timestamps - fixed whitespacing after merging messing it up in one of the files This caused negative feedback loop. If EntityQueue doesn't send snapshot during network subscription change (because of OcclusionFrameCache), the ServerOcclusion should send it, but having an expired visibility timestamp meant it didn't send the snapshot (expired == previously visible, so snapshot already sent). Tests: on Craggy with UsePlayerUpdateJobs 2 flew 2 players outside of network range, then made 2nd player fly in a minicopter to the 1st - was visible. Repeated this flight test 5 times - all passed.
60 Days Ago
▋▍██▉▌ ▄▆▇▇ ▌▌▅▄▇▆▉▍█▌█▇▄▋▋▍▋▊▋▅▉▌▆▆▆▆▄▅
60 Days Ago
▆ ▊▌▆▅▍▉▋▆ ▄▅▄██▊ ▊▅ ▆██▇ ▄▌ █▊ ▆▌▍█▇ ▅▉▌▅▌ ▆▆ ▉▍▉▆▊ ▊▅▌▍▇ ▆▋▊▋ ▅▇▋ ▄▅ ▋▇ ▉▌▄▉ ▆▍▌▉ ▆▇▊▇ ▇▊▇ ▍▅▊ █▋ ▉▊▍▊▆▌ ▉▍▅▅ ▅▋█▌▍▄ █▊▇▋ ▇▆▋▄▉▇ ▆▅▋▇ ▉▇▋ ▄▌▌▌█ ▇█ ▇▌█▄▅ ▍▌▉▊▇▉▉▇ ▋▇ ▆ ▌▍▄▌▉█▅▋▉▌ ▍█ ▍▄▆▍▇▌▇▉▌ ▋▌▊█▊██
60 Days Ago
dpv and workcart upates
60 Days Ago
Fixed deep sea rad volume not restored after a server restart
2 Months Ago
Fixed duped collider on deep sea bottom collider
2 Months Ago
▄ ▊▌▄ ▉▆▄▋▄▇▋ ▆▊▆▊▇▍ ▄▅▉▍▊ ▅▍▊▌▆▌▊▆█
2 Months Ago
Add support for different animator override controllers per surface type on wallpaper tool
2 Months Ago
Merge from main
2 Months Ago
merge from main to fix gui issue
2 Months Ago
Fixed some properties in the shader GUI script that were causing errors with the StadardWithTwoDecals shader's materials
2 Months Ago
merge from main
2 Months Ago
deleted unity viewmmodel camera anims (no longer needed)
2 Months Ago
merge from main
2 Months Ago
Anim update to Krieg shotgun and batteringram
2 Months Ago
merge from indirect_instancing
2 Months Ago
Fix deep sea island terrain not rendering properly when Indirect Instancing is enabled by not instancing all MeshTerrains for now.
2 Months Ago
Fix command count mismatch error spam due to destroyed materials.
2 Months Ago
merge from indirect_instancing (exception fix)
2 Months Ago
Fix a typo causing an access conflict between DamageTrackerRegionScanJob and TransformApplyJob
2 Months Ago
Merge from main
2 Months Ago
merge from indirect_instancing
2 Months Ago
Fix object popping caused by orphaned motion list entries in multiple ways: * Remove seq_nums from the motion list just before they are unassigned. This piggy-backs off the existing remove_queue to guarantee container safety when objects are destroyed at inconvienient times. No need for a separate motion_stop_queue. * Store parent entity for every InstancedLODComponent. When objects are returned to the pool they are unparented first, but they still need to know who their parent was so they can properly remove their seq_nums from that entity. Bonus: Fix some NREs when Indirect Instancing is disabled in the editor.
2 Months Ago
▅ ▉▆▍█▄▄▊▇▇ ▋▊▉▉▄▊▍ ▉▅▌ ▍▇▋ ▊▍█▉▆▅▊█ ▍▉▍▅ ▅█▌▊ ▆█▇▅▋▉▋▄ █▄▆ ▅▉█▍█▌▋▊▄▄█▌█▊▌▌▄▉█▌ ▅▅▌▍█▊▅▄▄ ▆█▅ ▆▍█▍█▊▉ ▆▇ ▌▋▊▌▊ ▌▉▍ ▋▊█▄▅ ▅▍▋▉ ▉▋ ▋ ▋▉ ▋▊▆▊▉ ▅▍██▍▅█▇▇▅▄▌▋▉ ▅▇ ▉▍ ▄▄▋█ ▆▌ ▄▋▉▊▆▄▄ ▉▄▆▇▍▆▆▉▌▋▌▊▉█ ▊▍▅▊▆ ▆▊▅▉▋▊▋ ▉▇▅▊▌▄ ▇▅▉▌▉▅▅
2 Months Ago
Fixed sprinklers not applying water to planters on their first tick, would have worked as normal on subsequent ticks Tests now pass