reporust_rebootcancel

123,984 Commits over 4,171 Days - 1.24cph!

3 Years Ago
Final loading/unloading
3 Years Ago
Updated egg suit item and store description to state it'll be released publicly in 2023.
3 Years Ago
Fixed avoidance bug, some more tidying + optimizations
3 Years Ago
merge from main
3 Years Ago
Made changes on the marketpalce terminal
3 Years Ago
A bit of tidying up
3 Years Ago
Switch order of sorting operations for performance
3 Years Ago
Merge from main
3 Years Ago
updated wooden signs model, textures, lods, gibs, icon, prefab
3 Years Ago
Ensure GetIdealSlot is in #Server
3 Years Ago
Replaced a lot of the maths with simpler trig functions
3 Years Ago
Fix right clicking items into multiple unfilled stacks
3 Years Ago
Reverted all weather profiles to how they were on main
3 Years Ago
Reverted all postprocess profiles to how they were on main Reverted sunlight intensity back to 8
3 Years Ago
Rotation improvement
3 Years Ago
Updated textures of the marketplace's tarpaulin
3 Years Ago
Forgotten prefab (player_preview)
3 Years Ago
Fixed RustCamera NRE in edit mode
3 Years Ago
Fixed player preview not setting global_SkyReflection (breaks certain shaders under certain conditions)
3 Years Ago
Fixed lighting not updating completly when changing reflection.quality convar
3 Years Ago
Tweaks to reflection quality 0 and 1 in order to better match the brightness of reflection quality 2 and 3
3 Years Ago
Moved GetIdealSlot and GetIdealContainer to serverside to fix furnace slots once and for all (and break some existing behaviour I'm sure)
3 Years Ago
Minimise (where possible) changes to item pickup notice transforms
3 Years Ago
FX iterating backup
3 Years Ago
Add global.clearugcentitiesinrange (eg. clearugcentitiesinrange 5,5,18 30)
3 Years Ago
Merge from main
3 Years Ago
Client compile fix
3 Years Ago
Scale out of zone bounds coordinates down on the nexus map so markers shouldn't appear over the wrong zone when far in the ocean Early exit from update if map isn't open
3 Years Ago
Improved the "friction" help for lining up wagons to unload.Now variable based on train velocity and distance to the perfect spot
3 Years Ago
Fix controls missing on campfire (again) and off phrase
3 Years Ago
Split up loot panel into fuel vs materials Large furnace speed increased from 12 -> 15, material slots from 4 -> 5
3 Years Ago
Added jobs for obstacle avoidance
3 Years Ago
Increased transition speed on Environment Collection to fix issues where some areas (like underground tunnels) were not darkening fast enough
3 Years Ago
Coaling tower emptying FX prefab & related files
3 Years Ago
Tweaked ambient multiplier for the BuildingVeryDark environment type. Should no longer be pitch black
3 Years Ago
Reverted eye-adaptation and autoexposure because it was causing too many visual issues Tweaked post-process profiles to be closer to original values but kept ACES for now. Will revert to neutral depending on feedback Lowered sunlight intensity to 12, which is 50% stronger than original
3 Years Ago
Wagon unloading fx & train prefab iteration
3 Years Ago
teleport + pathing improvements.
3 Years Ago
Smaller underwater labs
3 Years Ago
Converting AnimalFur shader to Core (fixes it not being affected by new cubemap ambient light)
3 Years Ago
Updated sphere tank LOD textures to better match new materials
3 Years Ago
Fixed new ambient light missing from viewmodels under certain conditions
3 Years Ago
Merge from main
3 Years Ago
Moved rocket factory building light switches further away from the door to prevent confusion
3 Years Ago
merge from main
3 Years Ago
▌▇▋▍▌▄▋▌▇▌▇▉▄▌▍▌▉▄▌▇▊▇▆▊ ▊▆ ▉█▅▋ ▊▆▅▍ ▌▍▌ ▌▅▄▋▆▅▆▋▋, ▊▍▊▇▊▋▊▇▄▉▅▅▇ ▊█▆ ▊▊▅▅▇▅▍▍▄▊ (▌▌▉█▅▍▍▌ ▉▉▌▌▄▌ ▊▋▍▆▋▋▉ ▉▉█, ▊█▄▊ ▇▉ ▍▊▇▍ ▌▌▌▊█▆▆▉▄▍█▌▉ ▇█▊▅ ▊▆▇▅)
3 Years Ago
Resave T0 tech tree, fixes incorrect total required scrap display in tech tree dialog
3 Years Ago
Add a new SpawnableBoundsBlockers component that can be used to block spawnable objects from spawning inside their bounds Applied this setup to trees and the prevent building volumes on ziplines so trees should no longer spawn in the path of ziplines
3 Years Ago
Minor fix
3 Years Ago
Rather than snap the fuel wagon etc into place, I've decided to sort of increase "friction" when it's lined up correctly, so that the train wants to slow down. Let's see how this goes. First basic version here.