reporust_rebootcancel

106,865 Commits over 3,836 Days - 1.16cph!

2 Years Ago
Editor tool to toggle all canvas on or off
2 Years Ago
Auto hide lots of canvases
2 Years Ago
Add canvas disabler component
2 Years Ago
bit of refactoring
2 Years Ago
merge from main
2 Years Ago
Coaling tower unloading time longer Coaling tower skip larger container
2 Years Ago
Disable UI culling
2 Years Ago
Reset any Navigator update delay when brain changes state
2 Years Ago
Fixed several bugs with wagon vehicle_world colliders
2 Years Ago
Can now set an update delay for the next BaseNavigator update. Added some delays to PetNavigator for situations where faster updates aren't needed.
2 Years Ago
Unfortunately, one more fix for coaling tower loot wagon detection
2 Years Ago
One more fix for checking the parent of the loot crates
2 Years Ago
Fixed coaling tower not detecting loot wagons well after 73343. Look at the parent entity.
2 Years Ago
Fixed incorrect collision layers for vehicle use on the loot wagon crates. Sometimes during high-speed collisions between a train and a loot wagon, this would cause the train to think the crates were a static object and cause the train to come to a complete stop. The TrainCar SpaceIsClear check now also ignores colliders on child entities, since otherwise it would now detect the crates as objects in the way.
2 Years Ago
Fixed loot wagon only showing as 1/3 full
2 Years Ago
codegen after merge. made pet UI a prefab to make future merges easier.
2 Years Ago
merge from main and fixes
2 Years Ago
GameUI prefab. No changes, but my earlier change to GameTip formatting has made the GameUI prefab want to adjust slightly
2 Years Ago
Separated Main and End colliders on the non-unloadable wagons. Fixes the coaling tower not detecting them correctly due to TriggerBase not handling multiple colliders on one object.
2 Years Ago
merge from main
2 Years Ago
network++ codegen checks Phrases
2 Years Ago
loot wagon unloadable loot tweaks
2 Years Ago
Build fix
2 Years Ago
Cleanup
2 Years Ago
Molotov.deployed fire trail while in the air (a bit ghetto atm) HDR tweak on Molo flames.
2 Years Ago
Code review: ApplyBoundsChecks now takes an additional LayerMask that will get rejected regardless of whether it has a SpawnableBoundsBlocker, use this to remove a bounds check in SpawnHandler.Spawn
2 Years Ago
Code review: don't repeat physics checks for each BoundsCheck component on an entity
2 Years Ago
Molotov ground flame iteration
2 Years Ago
▌▊█▊▋▉█ ▇▆▉▄▍▆ - ▊▍▅▆▉▇▄ ▆▍▍▅▅▍▇ - ▄█▌▇▍█▋ ▍▅▌▌▆▄▅▇ ▉▍▅▇▇▇█▇█ - ▋▉▌▅▌ ▊▇█▌ ▅█▍ ▇▅▄ ▉▉▊ ▋▇ ▇▆▆ ▌▍▇▄▍▌▉ -▄▉▅█▊█▉ ▉▄ ▉███▍▋▇ ▆▋▄ ▋▌▊▋▍▅▉ ▆▄ ▅▉▊▇ - ▊▆▅▍▌ ▍▉▉▄▄▉▆ ▌▌▋ ▇▅▊▄ ▆▍▄▋█ - ▋▅▆▄▆ ▉▇▉▌ ▅▌▅▌ ▋▉ ▇▅▉▋ ▋▄▉ ▅▆▋▍▌ ▉█ ▇█▉ ▉▊▅▋▊█▇ (█▊▄▇ ▋▄ ▊▉▇▅ ▋▅▇▆▍▇) ▆▍ ▄▇ ▆▋▋▅ ▉▊▆▊▅▊ ▋▋▊▆ ▇▅▄ ▅█▅▅███(▊) - ▆▄▆▉ ▆▌▋ ▊▄▄ ▋▌▌▋▄▌▍▇ ▋▇▄█ - ▅▍▌▇▅▉▌ ▆▌'▆ ▇█ ▇▊▍▄▌▋▍▄ ▊▆▊ ▆▅▇▇▇▅▄▋
2 Years Ago
Merge from main
2 Years Ago
Fixed GameTips error if a player who has never used voice chat walked close to an NPC
2 Years Ago
Fix clan table notification in vitals area being the wrong size Fix right clicking on the nexus map moving the point of interest
2 Years Ago
Disabled vertex compression on Position. Everything else still turned on.
2 Years Ago
added isToggleSwitch option to SimpleSwitch_LightSwitch
2 Years Ago
flashbang tech tree setup
2 Years Ago
Final'ish ground flame prefab
2 Years Ago
Merge from main
2 Years Ago
▆▍▆▄ ▍▌▌▇▍▍ ▌▊█▅▋▌
2 Years Ago
▅▌ █▆▅▇▄
2 Years Ago
Disable plant genes canvas when invisible
2 Years Ago
Disable deathscreen canvas when invisible
2 Years Ago
█▅▅ ▆▅█▄▋ ▇▅▆▉█▇
2 Years Ago
Disable crafting canvas when invisible
2 Years Ago
fixed molotov 'placement'
2 Years Ago
Disable inventory canvas when invisible
2 Years Ago
Disable main menu canvas when not visible
2 Years Ago
Add editor tool to list all active canvas and number of children
2 Years Ago
Gamemodes can customize sleeping bag reset range (needs balance pass)
2 Years Ago
Merge from main
2 Years Ago
Cherry picking 73306