reporust_rebootcancel

126,711 Commits over 4,109 Days - 1.28cph!

4 Months Ago
Align to terrain when possible
4 Months Ago
New RepositionOnGroundMissing component, move objects down in the world instead of being destroyed when their underlying surface is destroyed
4 Months Ago
▍▆▇▅▉▄
4 Months Ago
█▍▊▌▅▅
4 Months Ago
▌▊▍▊▊▆
4 Months Ago
Reapply LookAtHealth changes
4 Months Ago
Merge from parent
4 Months Ago
Merge from main
4 Months Ago
Possible fix for having to click twice to reskin an item in the repair bench if switching from a redirect to a workshop skin Reworks a bunch of repair bench logic, still a bit of a nightmare
4 Months Ago
▊▋▍▉▅ ▉▋▆▅ ▄▅▍▄
4 Months Ago
Removed old chicken assets (20 files, about 30mb)
4 Months Ago
Adjust alignment a little to match the railroad planter
4 Months Ago
Retake triangle planter icon, fixed alignment
4 Months Ago
Fixed warning spam when cooking food in the cursed cauldron
4 Months Ago
Fixed meat losing it's stack size when it spoils
4 Months Ago
Merge from main
4 Months Ago
Fixed hopper removing any item attachments from weapons/armour it picks up The item contents should only be removed if the item is a backpack Also added a few checks to ensure the rigidbody exists before trying to modify it (modded issue)
4 Months Ago
▊▍▌▊▋█
4 Months Ago
Merge from crocodile
4 Months Ago
Port croc corpse carry ragdoll stability fixes to tiger
4 Months Ago
- Improve crocodile behaviour against static prey - Fix crocodile getting stuck cycling between states when live prey is near food
4 Months Ago
Fix player corpse bouncing a lot when carried by the crocodile
4 Months Ago
Fix croc sliding during zigzag bite
4 Months Ago
merge from large_planter_deployables_fix
4 Months Ago
merge from graphics_ui_doubledigit
4 Months Ago
merge from hbhf_optims
4 Months Ago
merge from lodbias_min_clamp_increase
4 Months Ago
merge from trophy_nre
4 Months Ago
Weapon rack parachute NRE fix
4 Months Ago
Clamped minimum lodbias to 0.5
4 Months Ago
█▍▆▄▋▇
4 Months Ago
▍▊▉▌▇█
4 Months Ago
█▇▌▉▌▊
4 Months Ago
Check if player model exists before trying to assign skin variables
4 Months Ago
merge from main
4 Months Ago
merge from trophy_nre
4 Months Ago
Fix small trophy player heads not appearing on first time player enters network range
4 Months Ago
Jungle plants progress
4 Months Ago
merge from trophy_nre
4 Months Ago
▅▇▌█ ▇▌▆ ▅▄▊██ ▊█▅▊█▅▍▄█▉▋▍▄▌▄▅ ▉▍▊▋█▇▉ ▇▅ ▆▊▋▇▅▋▉ ▇█▍▊▅▍▆▅ ▌▅▉▊ ▊ ▌▇█/▌▅▊▄▄, ▋▄▇▍▋ █▅█ ▅▊▇ ▌▅▊▊▍█ ▍▊ ▋▉▍▆▌▍▋▇
4 Months Ago
merge from puzzle_reset_underground_fix
4 Months Ago
progress on baking normal map/smoothness
4 Months Ago
Added refresh_foliage console command
4 Months Ago
Pixelate censor fixes
4 Months Ago
Underwear censor fixes
4 Months Ago
Rebase on /main
4 Months Ago
Merge from fix_texture_streaming_2: Super cautious texture streaming enablement!
4 Months Ago
Cherry pick live fixes
4 Months Ago
Be very cautious about enabling texture streaming. Only enable it if Texture.streamingTextureLoadingCount = 0 and Texture.allowThreadedTextureCreation = false. If not, set Texture.allowThreadedTextureCreation = false and try again in 1 second. One second is enough to upload a few textures, right?