reporust_rebootcancel

121,440 Commits over 4,018 Days - 1.26cph!

14 Days Ago
Merge from jungle_update
14 Days Ago
vine_3d_renderer -> jungle_update
14 Days Ago
Merge from main
14 Days Ago
UV support
14 Days Ago
vine_3d_renderer -> jungle_update
14 Days Ago
Massive performance boost: Reduce vine ms usage by 50%. Only run coroutine spring lerps on use, snap to position on init> Additionally: Only run spring lerps if end point or hang point are different to what they should be
14 Days Ago
Reduced vine travel speed by 25%
14 Days Ago
Force vine visual to stay on 2d rendering only
14 Days Ago
Improved rotation snapping when starting a vine wing
14 Days Ago
Passed intial performance tests: disabling tube rendering until art is done
14 Days Ago
Fix LOD flickering issue again
14 Days Ago
Fixed bug causing invisible lines on swing. Preload both tube and line renderers, so on swapping they can quickly move over and draw the vine properly
14 Days Ago
Increased the spacing of the vine launch points, should help vines overlap less
14 Days Ago
Switch sprays to Decal/Deferred Decal
14 Days Ago
Trying to fix an invisible on swing bug
14 Days Ago
Profiling Better LOD values
14 Days Ago
Fixed descend option not working when more than one vine is overlapping
14 Days Ago
Fix LOD spamming on and off depending on player look direction. Fix LOD not respecting the OnShow mountable code
14 Days Ago
Update emoji with transparency
14 Days Ago
NRE fix
14 Days Ago
Setup new VineLOD script. Swap the physics ropes render mode on lod state change
14 Days Ago
Add test ladder/rope ladder to vine playground
14 Days Ago
Setup LOD system with new tube and line renderers. Show 3d tube vine up to 20 m then swap to line renderer, eventually culling.
14 Days Ago
Initial new emoji setup
14 Days Ago
Reduce bounce values
14 Days Ago
Animate hang point and length changes with springs
14 Days Ago
main -> syncvars
14 Days Ago
Outbreak Scientist texture update
14 Days Ago
created wip prefabs and steam items for wallpapers and sprays
14 Days Ago
Bottom hanging part of vine is now a bezier tail. Tube Renderer now uses parallel transport to push tube rings in a manifold. Results in much smoother rotational changes
14 Days Ago
added wicker and bamboo storage, set up prefab, created steam item, added jungle dlc steam item, linked up storage, obsidian knife and jungle ar to it, updated manifest and skins list
14 Days Ago
Updating skinning for coconut armour legs
14 Days Ago
Successfully working 3d representation of the vines Tube Renderer radius now better matches 2d vine width
14 Days Ago
Cleanup vine script. Doesn't need to hold a reference to a line renderer
14 Days Ago
FakePhysicsRope now has multiple render modes: LineRenderer2D, TubeRenderer3D and the option to have both. Vines are now rendered as both line and tubes.
14 Days Ago
Ensure end caps have the right normals
14 Days Ago
Merge from jungle_update
14 Days Ago
Merge from snakes
14 Days Ago
Replaced foliage shader in the arms viewmodel
14 Days Ago
Refactor
14 Days Ago
Added weapon holster offset component for the torso armor
14 Days Ago
Fix tubes rendering as ribbons Add flat caps onto the end of the tubes if hemisphere caps arent used
14 Days Ago
More cleanup
14 Days Ago
Fix occasional reposition NRE
14 Days Ago
WIP: Generate tubes as rings of verts and connect them together instead of lots of capsule segments
14 Days Ago
Fix look rotation error spam. Fix occasional double attack during reposition slither.
14 Days Ago
Expose position setting methods just like the line renderer
14 Days Ago
Initial implementation of a tube renderer. This will let us procedurally create swinging vines as 3d objects rather than bill boards
14 Days Ago
Updated arms armor icon
14 Days Ago
fix jungle not appearing in terrain diffuse pyramid texture (fixes black terrain in jungle at low shader level)