reporust_rebootcancel

106,019 Commits over 3,806 Days - 1.16cph!

8 Months Ago
Merged main
8 Months Ago
Ensured triangle ladder hatch can be repaired in repair bench
8 Months Ago
metal detector viewmodel prefab ( viewmodel renderer) update
8 Months Ago
Updated model/prefabs Added Christoffer's WIP textures
8 Months Ago
Generic Item Page - Brutalist Assets
8 Months Ago
Intercept potentials ALT+F4 and display the warning if necessary Updated wording
8 Months Ago
█▌▄▄▋▆ █▆▋▉-▍▆ ▍▊▉▌▇▉ (▊▍▄▅ █) & ▊▍ █▇▋█▉█/▆▌ ▆▌▍▍
8 Months Ago
merge from menu_new_items_optimisation
8 Months Ago
merge from ladder_hatch_repair
8 Months Ago
merge from directional_damage_optimise
8 Months Ago
merge from death_screen_skip_server
8 Months Ago
merge from persistent_shelter_icon_fix
8 Months Ago
▇▄▌▋▍▍▋▆▍▇█▉▌ ▉▇▅▋▌ █▊▆ ▊█▊ ▇▊▆▄▋▊
8 Months Ago
Added debug.rpcStatTracking Tracks how long each RPC takes over time, inclusing minimum and maximum timings Added debug.PrintRpcStatTracking that prints all of the saved info, including the average time spent per rpc Added debug.ClearRpcStatTracking to clear any saved data
8 Months Ago
Extend transition durations Fixed npc anims not looping Fixed case where OnConversationEnded wouldn't get called
8 Months Ago
backpack sounds
8 Months Ago
Fix new tag not appearing on first boot due to time restriction
8 Months Ago
wallLight material uses the newish Emission Fresnel in Rust/Standard to emulate a central bulb without transparency. Tiny normal map adjustment to facilitate it better.
8 Months Ago
Update item store new items check to run every 30s instead of every frame while the main menu is open, saves 0.8-2ms a frame and 96b of garbage This wouldn't have run while the menu was closed, so will have no regular gameplay performance impact
8 Months Ago
Fixed inverted light cookie.
8 Months Ago
Add support for a player model to be put into cinematic mode with a custom animator instead of the cinematic animator, allows for custom animators per npc Add cusotm animator for tutorial npc with just the states we need
8 Months Ago
Fix repair bench only playing "change skin" sfx once per skinning (due to adding 1 second cooldown after every item) instead of once per second Only apply "1 sfx per second" when autoskinning: play it every time when manually skinning
8 Months Ago
Doors and hatches can now be rotated while being deployed using R
8 Months Ago
Merge from main
8 Months Ago
Correct the poor positioning of thrown objects (e.g. rock) that spawn stuck half in the ground. Fix them sometimes falling through terrain
8 Months Ago
Fix right clicking clothing (hazmat) that conflicts with backpack slot (diving tank) not being equipped (because it tries to equip hazmat in backpack slot)
8 Months Ago
Fix hover looting items from storage while holding alt putting the items into your main inventory instead of equipping / swapping them
8 Months Ago
Fix right clicked items to wear using the first empty slot instead of the first conflicting slot (causing items to not swap slots correctly)
8 Months Ago
Try to unequip conflicting werables (equipping hazmat from hotbar when wearing hoodie + pants) into the main inventory first, then hotbar second
8 Months Ago
Increase delay when equipping clothing from hotbar from 0.2s -> 1.5s (to account for items actually swapping slots now)
8 Months Ago
Fix swapping items from inventory -> worn moving to the next free slot instead of swapping the items exactly
8 Months Ago
Merge from main -> backpacks
8 Months Ago
Stronger blurs for lewis
8 Months Ago
Fixed backpacks not facing player when they are dropped
8 Months Ago
Removed useless logs
8 Months Ago
Fix UIEffect on CoverImage
8 Months Ago
Revert import size of large backpack from 85% -> 100% as the skinned mesh is fixed properly
8 Months Ago
Rotate large backpack world model to standing upright instead of laying on the ground (also modify buoyancy points to match new rotation) Increase collider size of large backpack to prevent it tipping over when dropped on flat ground Decrease collider size of small backpack to match the new model
8 Months Ago
Added animations to vendor listings
8 Months Ago
Added Rohans fixes for Flex Element NaNs
8 Months Ago
Fix cover image sizing weirdness
8 Months Ago
Merge large backpack smaller scale -> backpacks
8 Months Ago
Fix right clicking item from inside a backpack on the ground not going into your worn backpack when it is open
8 Months Ago
Fix player model blocking certain inventory slots & having glow overlay when hovering over player model when backpack is open
8 Months Ago
ItemStore image blur
8 Months Ago
Fixed right clicking empty backpack inside a backpack trying to wear it instead of moving it into your main inventory
8 Months Ago
Add Rohans custom script to imagery on store item
8 Months Ago
Skin bundle update
8 Months Ago
Fix custom editor
8 Months Ago
Appear to have fixed NRE when wearing backpack while another backpack is equipped