reporust_rebootcancel

105,901 Commits over 3,806 Days - 1.16cph!

9 Months Ago
█▄▄▄ ▆▊▌▍▄▇▄ ▍▅▍▊▉▇▇.
9 Months Ago
fixed some 90concave_R conditionals in the triangle roof prefab being assigned to container skin
9 Months Ago
Disabled texture streaming in edit-mode
9 Months Ago
Merge from main
9 Months Ago
▆▉▋▌▅ ▇▌▇█ ▊▋▇ ▆▌ ▇█▆▇██ ▄▌▌▇▄▄▆ ▇▆▇▋▅▍▄▍▊▌▍▆▊▆
9 Months Ago
set up rocket launcher entity with placeholder grip and holster poistion, exported launcher deploy anim
9 Months Ago
Layout for new vendor ui
9 Months Ago
Youtooz added rigged models and animations
9 Months Ago
▊▅▆▋▌▍ ▊▌▌▋▄█▋
9 Months Ago
Updated Youtooz with animations
9 Months Ago
player update. pickaxe anim set exported and set up holdtype override controller and holster position for it
9 Months Ago
merge from youtooz branch
9 Months Ago
Merge from camlock
9 Months Ago
Cleanup / refactor.
9 Months Ago
merge from xmas_2023
9 Months Ago
▊▇▆▌█ ▌▇▇▍ ▇▄█▍ ▆▋▍█▄
9 Months Ago
AI design viewer/editor shelved work.
9 Months Ago
merge from metal_detector main
9 Months Ago
merge from main
9 Months Ago
Ground fire experiments with new 2021 freeform particle stretching feature.
9 Months Ago
Add some easing to the spine look at weight when looking up or down, leave hand weight untouched though Add a head look at constraint
9 Months Ago
▍▋▍ ▍█ ▄▆▌▌▍ ██▋ ▊█▇▊ ██▅ ▅▋▊██▆██▄, ▉▄█▄ ▅▍▄▆▋ ▍▊▌▆ ▊▊▍▋▍▄▆▆▉▇ ▍▍▄▅▄ (██▅▉▌ ▋▆▍▄▇▊ ▊█▅ ▍█ ▋▇▍ ▅▍█) ▊▆█▅▌▄▋ █▄▅▌▍ ▋▆ ▋▅▍█▇ ▋▍█ ▇█▌ ▅▊▌▅▊, ▄▄ ▄▍▌ ▍▄▊▍▅ ▅▉▇█ ▋█▇ ▊▋ ▉▇█▋ ▆▉▆▌ ▄▇▊ █▍▇ █▄▌▌▌ █▌▄▆█
9 Months Ago
Various hierarchy improvements, gib overrides, set up heavy scientist version
9 Months Ago
Deployable setup Add a Poke interaction, gives comfort in a radius for 15s
9 Months Ago
Added a hand look at constraint and adjusted the spine look weights down to match Applied a slight look at bump when in ADS to offset the height in held weapon (applied universally right now, might need to modify per weapon)
9 Months Ago
▋▋▍▌ ▍▆▋▋▊▆▄ ▊▍▇█, ▅█▆▅▆▌▇ ▍▍█▋▌▆ ▆▉▇▋ ▄▍█▉
9 Months Ago
Minor code cleanup, improve clarity on layer use
9 Months Ago
Merge RagdollFloatFix -> main
9 Months Ago
Fix floating server-side ragdolls when construction destroyed
9 Months Ago
Merge SSRagdollDeathVal -> main
9 Months Ago
Merge CorpseRagdollParentingFix -> main
9 Months Ago
Merge from main -> qol_cached_browser_ping_text
9 Months Ago
Merge from backpacks -> aux2
9 Months Ago
Prevented animals from doorcamping shelter
9 Months Ago
9 Months Ago
updated player prefab & skeleton asset to use new rust player avatar
9 Months Ago
Reverted serverside implementation (didn't work) Added to clientside instead (still server only with replicated var)
9 Months Ago
Added server convar to skip death screen warmup
9 Months Ago
player update. exported wip rocket launcher anims and populated rpg override controller
9 Months Ago
Comment
9 Months Ago
Clear mouse Y input when cam is locked. Lerp cam to locked target position.
9 Months Ago
swing bridge whitebox - figuring out design
9 Months Ago
removed shadow proxies using colliders as source and some less precise proxies
9 Months Ago
More tests
9 Months Ago
merge from mesh memory review
9 Months Ago
Stripped out rig controller into it's own prefab for easier merges Added per spine bone look at weights
9 Months Ago
Add animation rigging package (third times the charm) Add new Facepunch.BoneJobs plugin BoneJobs is a stripped down, simplified way of using Animation Rigging without having to use the cumbersome RigController (and espensive) rig handling system that the package depends on Currently only has a single component, the AimSpineComponent Instead of relying on a selection of loose rig controllers, this component does exactly what we need in a single place - adjust all of the spine bones to look at a given target with a variable rotation offset so we can account for 3/4 stance poses on a per weapon basis The advantage of still using the underlying tools in the Animation Rigging package is that the core math is really fast and runs in jobs so we can in theory move all of our IK and bone manipulation handling to threads It also has quite a bit of functionality we want and all of the math already done (quaternions are confusing), so next steps will be porting over some more components that we need
9 Months Ago
Improved eye and eyelid position on both client- and server-side ragdolls
9 Months Ago
- Move all TimedExplosive projectiles to the Physics Projectile layer - Remove collider from those that still had one
9 Months Ago
There's no need to add a EntityCollisionMessage script to rockets and things that don't have a collider. It is needed for stuff like C4, so let's make it conditional.