reporust_rebootcancel

134,878 Commits over 4,444 Days - 1.26cph!

3 Years Ago
Remove all unused GameObjects from the server side of server-side ragdolls. They only need the bones that actually have colliders on, and can ignore+remove all the other bones.
3 Years Ago
Changed Metal frag step wording slightly
3 Years Ago
Switched smelt frags step to a HaveItem objective, had to add a Can Reset toggle so it doesn't fail once the frags are used to craft the workbench
3 Years Ago
Just more materials to commit
3 Years Ago
Fix reversed conditional!
3 Years Ago
Merge ImproveButtFloating -> main
3 Years Ago
Removed old unused help infos
3 Years Ago
Added a popup prompt reminding player to close the door on the way out of their base
3 Years Ago
Merge from main
3 Years Ago
Fixed GenericSpawnPoint gizmo not appearing in the right place when in hierarchies
3 Years Ago
Don't sleep ragdolls if they need the buoyancy sim
3 Years Ago
Merge main -> ImproveButtFloating
3 Years Ago
Fixed find scrap objective missing ping icon in missions HUD
3 Years Ago
Removed Think coroutine in MissionsHUD, I don't think it's necessary? (easy to revert if I'm wrong) Fixes missions hud popping out twice when the player receives a mission Slight optimisations to MIssionHud hide process that is called constantly during regular gameplay, now has no cost if the missions hud is already disabled
3 Years Ago
Fixed issue with header icon and text not being placed correctly Fixed header icon aspect ratio Adjusted padding throughout Finalised standard availability ui
3 Years Ago
Added placeholder shovel vm & prefab folder structure
3 Years Ago
Added in stock to standard vendor layout
3 Years Ago
Layout now supports multiple entries
3 Years Ago
player update. rocket launcher reload anim
3 Years Ago
Added avaliable and cost icons, amounts and divider
3 Years Ago
lightpost update - remove spotlights that were integrated in favor of in prefab spotlights
3 Years Ago
harbor_1 and 2 layout changes continued
3 Years Ago
merge from main
3 Years Ago
Fixed black cream material on gingerbread tunnel entrances
3 Years Ago
Fixed a few alt look issues
3 Years Ago
Ragdoll preprocess to match new pose
3 Years Ago
Adjusted initial arm rotation for server-side ragdolls. Makes them less prone to t-pose
3 Years Ago
Added profiling for PlayerCorpse SleepCheck
3 Years Ago
First pass on alt look support, added a new alt look at option to the single bone aim constraint with an alt look weight so we can blend nicely between alt looking and regular looking
3 Years Ago
Update Facepunch.BoneJobs, better runtime editing of values
3 Years Ago
Unsaved
3 Years Ago
Make steam item asset Can now create SteamInventoryItem via right click create menu in "Create/Rust/Skins" Moved ItemSkin into the above folder (for reference, create an ItemSkin when creating a skin for something, create a SteamInventoryItem for a generic inventory item)
3 Years Ago
Only do ragdoll kinematic sleep if parented or in water
3 Years Ago
Fixed animator states not being reset to default when disabling the animator, leading to drifitng bones after multiple uses (unity pls)
3 Years Ago
Hook up animators Swap LodGroups for RendererLOD Disable shadows on Lod2 and Lod3 Enable GPU instancing on new materials Add Decay components Adjust prevent building volume
3 Years Ago
Merge main -> RagdollImprovedInactive
3 Years Ago
Fixed christmas stockings not getting killed when the wall they are attached to is destroyed
3 Years Ago
Fix cooldown not running for correct time
3 Years Ago
gingerbread fix
3 Years Ago
Sorting fixes
3 Years Ago
fixed some 90concave_R conditionals in the triangle roof prefab being assigned to container skin
3 Years Ago
Disabled texture streaming in edit-mode
3 Years Ago
Merge from main
3 Years Ago
set up rocket launcher entity with placeholder grip and holster poistion, exported launcher deploy anim
3 Years Ago
Layout for new vendor ui
3 Years Ago
Youtooz added rigged models and animations
3 Years Ago
Updated Youtooz with animations
3 Years Ago
player update. pickaxe anim set exported and set up holdtype override controller and holster position for it
3 Years Ago
merge from youtooz branch
3 Years Ago
Merge from camlock