reporust_rebootcancel

111,277 Commits over 3,928 Days - 1.18cph!

31 Days Ago
More organising and combining. Deleted now unused menu items and removed their refs in presets.
31 Days Ago
initial ui sign.update.sculpture prefab variant
31 Days Ago
Started organising options layouts
31 Days Ago
exported edited wolf attack ledge rm animation
31 Days Ago
Merge from bag_pickup_auth
31 Days Ago
Fixed bag interactions when in auth
31 Days Ago
merge from /indirect_instancing
31 Days Ago
Indirect instancing: - Prevent NullReferenceException when attempting to remove instances without a MeshFilter component - Fixed shader compilation error in the shadow pass - Surround instancing code with `#ifdef CLIENT` for cleaner server builds
31 Days Ago
Updated workshop scene set dressing for new rocks
31 Days Ago
merge from font_updater
31 Days Ago
merge from caminfo_barrel_squeeze
31 Days Ago
merge from fix_toolgun_LOD
31 Days Ago
merge from hexagontile_kill_fix
31 Days Ago
merge from fix_binocular_2024
31 Days Ago
merge from bag_pickup_auth
31 Days Ago
merge from store_gesturepack_uiscale_fix
31 Days Ago
More socket fixes
31 Days Ago
Added snap sockets for the triangle planters to the triangle foundation and triangle floor piece
31 Days Ago
WIP
31 Days Ago
WIP system to track food spoilage Operates via new ItemModFoodSpoiling that stores a countdown in real time for how long an item remains unspoilt Added a new getSpoilMultiplier callback to ItemContainer that can modify the rate food spoils when items are contained within it, powered fridges reduce the rate by 90%
32 Days Ago
Moved AllowPlayerInstigatedDismount up from BaseVehicle to BaseMountable
32 Days Ago
merge from primitive
32 Days Ago
Speed and handbrake tweaks on slopes
32 Days Ago
Fridge is now an IO entity, requires 5 power
32 Days Ago
Fixed some old textures taking too much ram.
32 Days Ago
Fixed a rounding issue when receiving scrap from trades with dynamic pricing applied
32 Days Ago
Horse ground alignment tweaks
32 Days Ago
Merge from scrap_exchange_dynamic_pricing
32 Days Ago
Merge from root_label_fix
32 Days Ago
Merge from ice_sculptures
32 Days Ago
Manifest
32 Days Ago
More adjustments, can now accept either a player ID or player name
32 Days Ago
Adjusted clearUGCByPlayer convar to not require the player to be online
32 Days Ago
Merge from xmas2024
32 Days Ago
Removed a WaterVisibilityTrigger from the root xmas dungeon prefab
32 Days Ago
Gallop gait tweaks
32 Days Ago
merge from xmas2024
32 Days Ago
Horses now skid when braking at full speed Progressively reduce head leaning max angle based on speed Re-introduced spine ik Tweaks
32 Days Ago
added textures and set up mats for the knight armour
32 Days Ago
▆▍▍▌█▊▌▆█ ▆▋▄▅▅ ▊▉▇█▅▉▋▅▅▋, ▆▆ ▋▄▇█▆▌▋ ▅▇▇ ▄▄ █▋▋▍█▊ ▉▉ ▉▉▍█▊▉▍▇▄ ▄▋▅ ▊▅▌▌▍▍▄▌▇▍ ▌▆▉ ▇ ▍█▌▌▋█▆▋▋ ▆▅▌▋▊▍ - █▅▆▉▌ ▇▆▌▍▍ █▊▋▅▉▋▊▍▇▉ ▉▉▆▇ ▇ ▍▍█▊▋▄ ▆▇ ▍▍▌▉ ▊▊▍ ▊ ▉▌▌▇▌▉▉, ▅██▍▇▅█▌▍▌ ▆▌█▌▆▆▍ ▆▆▋▆ ▋▅▍▆█▌▍▊▇ ▄██▇▆▅▆▅▌▆█▄▌ ▊█▋█ ▌▇▊▍▄▊▋▇/█▇█▊▌▆▉ ▆ ▉▌▌█▅▊
32 Days Ago
battering ram anims updated
32 Days Ago
Bugfix: Prevent game-object pooling if done mid-scene switch - When MonoBehaviours are being destroyed due to scene switch, it can cause an invalid transform hierarchy modification, causing an error MonoBehaviors can clean up their resources in OnDisable, which can cause them to be pooled - example: AmbienceWaveSounds. Tests: validated it doesn't affect entity pool warmup sequence (as we create->retire there). Using `log.level Audio 2` and a bit of 100% code-forcing the issue, disconnected 3 times: - without the fix, it was 100% generating an error on disconnected - with the fix, had 0 error reports
32 Days Ago
merge from xmas2024
32 Days Ago
always unlock ginger bread building skin
32 Days Ago
battering ram anims exported on updated rig
32 Days Ago
merge ice_sculptures->main - addresses majority of feedback from previous playtest
32 Days Ago
added initial battering ram anims
32 Days Ago
Medieval Metal Double Door Folder Setup Added Medieval Metal Double Door Frame Model, Textures, Materials, LODs & GIBS Setup a Basic Prefab for the Medieval Metal Double Door Frame
32 Days Ago
added SculptingToolData to all relevant weapons (currently any melee weapon that does stab damage)