201,004 Commits over 4,171 Days - 2.01cph!
Fixed the always on top variant
Corpses tended to stay permanently awake if they were lying on another corpse or other rigidbody, which kept the ragdoll awake as well. Added a check that runs every 30s. If velocity is essentially zero, force sleep state. Corpse will still wake and move if it's moved later (e.g. it's on a vehicle flatbed or a floor that collapses).
Reworked some internal tooltip stuff to fix some longstanding issues
Tooltips should no longer flash into the wrong location for a frame in some cases
Tooltips now use properly renderered text (RustText)
General cleanup, less GetComponents and removed a SendMessage!
▆▉ ▇▉▍█▆▋ ▊▋ ▅▅ ▉ ▇▍▊▇ ▉▊▇▋ ▄▇▍ ▊▇▅▇▊▊ ▇▊█▄▆█▉, ▆▉▍ ▌▍▄▋▄▌▄ ▊▇█▇ ▇▄▆▆▆▆▇▌▊ ▇▍▄▍
Show the name of the entity connected to the storage adaptor when mousing over a connection connected to a storage adaptor
Causes a noticeble framerate hitch the first time an industrial connection is highlighted but that should be editor only
Adapted Core/Generic shader to Rust Standard backend
Merge Main -> RagdollRewrite
Merge from hackweek-chat-emoji
Fixed shadows on std core
Some work-in-progress skin viewer stuff I had from hack week. Converting it to use a rendertexture instead of a separate camera.
Added reflectance micro-occlusion to EvaluateBSDF_Env
Preparing std shader backend for core shaders
Fixed "Rust/Standard" detail occlusion not obeying mask
repair_inventory will repair attachments
Context menu will reflect bound keys
Refactor replacing "Alpha" part of keycodes into one function
Minor refactor
Option menu support changing keybinds as well as normal binds
Add "next skin" & "prev skin" to options menu
Add keybind system to handle systems like context menu
Command `keybind <key> <action>` to set keybinds
Keybinds can define a realm to avoid overwriting keys used in normal gameplay
Save the keybinds in `keys.cfg` file
Apply keybinds to Q & E in upgrade menu
▇▌█▄▌ ▉▇▊▊ ▍▊▍▄▉
▍▊▉▋▉ ▌█▆.▉▄▋ ▉▋▉▊█▉▅█ ▄▆▋ █▄ ▊▆▅▌▅▆ ▍▊█▄█▅▋▇▍▅
▆▅▆█▆▆ ▋▌▄▆█▉▉▄ ▆▆▆▉▅ ▇▊▊▄
▌▉▋▋█ ▊▍▅▉▊▍▅▇▄ ▆▄ ▅▅▉ █▇ ▍▇▊▊▍▌▍▇▊▅_▌
▌▍▇▇▉ ▌▄▅▆▌█▉▄ ▍▌▌ ▇▍▉▊▄▉▄▍█ ▊▅ ▊▋▄█▇▆▍▆▉▍▍▅▉▌▍█▌▇▄
█▍▅▋▇▍▋▉ ▊▇▍▇▍▌▋▇▇
▆█▅▇▄ ▋▆▌▇▋▍▋ ▄▄ ▅▊█▆▆█ ▄▊█▉▊▆▍ ▊▊ ▄▆▌▉▉▆
made quarry track animation loopable and exported with correct material name paths
▅▍ █▌▇▋▌ ▊█▆▇▅ ▅▇▍█ ▇▉▇▍, ▅▋▌▉▋▅▅ ▇▌ ▇▌█▇▋▋▆▅
▍▉▌▅▋▋▆ ▊█▇█▌, ▊▅▇ .█▄▊▅▌ ▄▌ ▉▋▍ ▄▆▇▊
Add debris to shopfront too
Add debris when vending machine is destroyed
Rotate debris when it is spawned to match vending machine
merge from main -> vending_debris_fix
Fix bag quota not updating when unclaming camper bed
Fix visual bag quota not updating when you unclaim your bed on the map
Fix sleeping bag item amount not updating if you are holding bag while unclaiming another bag
merge from infinite_ammo_convar
Updating quarry deployable static and fixing materials
Updated hardpoints, added engine collider, removed track mesh collisions as dynamic colliders need to be assigned to the bones
Re-organized prefab a little for clarity