reporust_rebootcancel

127,752 Commits over 4,201 Days - 1.27cph!

Rin
59 Days Ago
More terrain sculpting and smoothing
59 Days Ago
Add in convar to enable/disable long distance sounds, force the longer ShouldNetworkTo entity signal check if i or occlusion are enabled
Rin
59 Days Ago
Added safezone and sentry
59 Days Ago
Run scene2prefab (skip HLOD)
59 Days Ago
Only show sleepingbag team labels if: Sleeping bag and player are in building priv Have a hammer out
59 Days Ago
more_ui_fixes_3 -> main
59 Days Ago
Fix a problem which would sometimes not display your favourite servers Reduce the amount of search pruning: it was too severe: We were overly pruning servers based on wipe and play times, but servers in the favourites aren't guaranteed to having these values. This was causing us to excessivly prune search results that didnt need to be pruned.
59 Days Ago
Never skip checking objects for references or we'll delete things we need
59 Days Ago
Remove left over log in loading screen
59 Days Ago
▆▊▌█▇▄▍█▍▇█ █▅▅▋▇ ▋▊ █▉▅▇▄▄ █▋█▋██▅▌ █▊▉▍ ▅▇▊▋ ▅▉ ▊▊▇ ▊▄▉ ▅▉▅█▇██▍▉▌ ▍▊▉▅▍▉ ▅▉▄
59 Days Ago
more_ui_fixes_3 -> main
59 Days Ago
PT Boat progress
59 Days Ago
Disable flattening on a few more components Remove duplicated DungeonGridLink in entrance_ferry_terminal
59 Days Ago
tweaked mannequin skinning to work better with poses
Rin
59 Days Ago
WIP water bodies
Rin
59 Days Ago
Add workcart spawn
Rin
59 Days Ago
Re-enable vine trees added icelake altered iceberg
60 Days Ago
Cabinet casts a cookie'd spotlight forward. + Related files.
60 Days Ago
Test scene changes
60 Days Ago
Can drive in between obstacles better Left side preference seems to be the way to go Increase distance awareness
60 Days Ago
Better avoidance model Rather than appending left,right,left,right directions append all left centre then right When picking an avoidance direction attempt to pick a side that that containues with the ongoing steer, eg pick a left side if currently going left Flip steering direction (was steering left when meant to be right)
Rin
60 Days Ago
Added different triggers, NPCs, Static vendirng machines
60 Days Ago
Merge from foliage_displacement_improvements
60 Days Ago
Merge from main
Rin
60 Days Ago
merge from main
60 Days Ago
Merge from s2p_flatten
2 Months Ago
Run scene2prefab (skip HLOD)
2 Months Ago
Merge from main
2 Months Ago
Remove redundant DungeonGridInfo component from ferry terminal train tunnel entrance
2 Months Ago
Handle references to any component instead of just transforms, just to be safe Fix DungeonGridInfo NRE because DungeonVolume is no longer a child after flattening Fix animators breaking after S2P flattening
2 Months Ago
update deep_sea/portals
2 Months Ago
▊▆▉▍▆ ▆▍▌▍ ▆▇▆_█▊█▋▅_▆▄▉
2 Months Ago
▅▍▌▋▋▇▉▇ ▋▌▊█ ▋▄▋▅▋▊▄ ▅▉▄▊▉▉▉█ ▌▊▅▊ ▋▇▇▄ ▋▋▇▄█▋▊▄ ▍▍ ▊▄▋▆▍▇▍▄ ▆█ ▄▇▇▅▅ ▌ ▊▋▊ ▅▍▅█▄▄▇█ ▉▊█▌▄▊▉▍▉ ▊▉▋▌ ▋▊▄▍▄██▅▌▉ ▄▍█▌▄▉▊▋ ▆▉▍▇▇▌▉▄ ▋▋▆▊▅▅▍▌█▆ ▄█▄ ▊▍▆▊ ▅▇▌▉▋ ▉█▌▍▇ ▅▍█ ▆▆▇ ▍▊▊▍▅▇ ▍▍▊▇▋█▅ ▋▊▊▊▊▆█▊ █▍▆ ▌▋▆▋▌▌▄▍ ▌▅▄▍▆▇, █▋ ▇▍▍▇ ▋▍▋▆ ▋▉▆▋ ▍▋▊█▋█ ▅█▅▅▅▋▇▋ ▉▍▊▊ ▇▆ ▅▉▄▋▉▉█▌ ▄▍▄▆▊▆▄▄ ▉▉▅▌ ▆▄▉▆▋ ▅ ▍▄▇▋▊▄▆▍▉ █▊ ▌▍▅▍▇▇▆ ▄▍▅ ▅▋▉█▄▉█▄ ▄▍▌▄▇▉██▇ ▇▄ ▄▊▊▉█▋▊▄▌ ▍▋▇▅▌ ▄▌▆ ▌▆▉▉ ▋▍█▉▌ ▌▉▊ ▉▌▍▌ ▄▌▉█▅▄▋██. ▊▅ ▆ ▉▋▅▇▊▅▉▄ ▋█ ▆▋▆▄▉▌▄▇ ▇▄▌▉▄▍▉ █ ▄▌▉▅▄▅▋ ▅▄▅ ▊▆▍▇▇ ▌▄ ▉▊▋▆▅█ ▌▇▅
2 Months Ago
Commit .meta files for floating walkways too
2 Months Ago
Delete `private.0.meta` file that keeps popping up in plastic
2 Months Ago
Create deep sea portal entity - trigger size is networked so we have the option of doing the visual effects on client - entrances & exits are a single entity, change the enum to switch the behavior
2 Months Ago
move vclouds under graphics settings and part of graphics presets, default convar on
2 Months Ago
Show name of prefab inside `FindPrefab` profiler scope - inside `LoadFromResources` and `PrefabPreProcess.Process` scopes so we can see what entities are specifically taking time to initialize when loading (in craggy)
2 Months Ago
Add method to find next waypoint on path in c#, will not use detour crowd for now
2 Months Ago
merge query vis job runner NRE fix to main
2 Months Ago
Fix NRE in query vis job runner.
2 Months Ago
Merge from open_your_eyes
2 Months Ago
Fix issue where character eyes could remain closed.
2 Months Ago
Chandelier - removed bulbs from worldmodel
2 Months Ago
fix mannequin placement collider too low
2 Months Ago
Regenerate "ResetStaticFields" for DeepSeaManager
2 Months Ago
Allow binoculars to show distances >1000m (only for admins) so we can measure distances easier
2 Months Ago
tweaked mannequin guidemesh
2 Months Ago
Fixed ID fuckery causing overbright bulbs. Made the hanging bulb wire less emissive.