branchrust_reboot/maincancel

32,996 Commits over 4,109 Days - 0.33cph!

3 Years Ago
Ran "Reserialize All Prefabs" to ensure these changes don't have to happen on the build server over and over (this commit affects 6404 files)
3 Years Ago
full manifest update
3 Years Ago
phrases
3 Years Ago
Fixed wooden sign collision and placement issues
3 Years Ago
Subtract my temp debugging
3 Years Ago
Fixed trains not leaving the triggers of other trains if they were destroyed while inside the trigger, due to the entity getting removed from the registry before the trigger exit event
3 Years Ago
▊█▅ ▌▅▍ ▇▉▆▅▋▉ ▍▆ █▊▆█▍ ▋▌▄█▊▅ ▅▌▆█▉▋▉▊▉▆▌ ▆▅▄█▍█▆▌▄▉ ▉▅▌█▅ ▋▅▉▆▉▄█▋▄ ▅ ▅▅▋▇▅▍▇▄ ▊█▄█ ▉▌█▌▉ ▉ ▉▉▊▇▍▇▄█ ▅▇▊▌▌ █▍▇▋▆▉█ ▍▊▅ ▅▆▄▄▆▊▊
3 Years Ago
Fixed NRE when submitting items in a dropbox
3 Years Ago
Fixed a ladder volume that had gone AWOL. Fixed 3 traffic cones that were terrain diving. Fixed 3 loot boxes that would sometimes spawn kinda janky looking.
3 Years Ago
Some last minute polish: A few splat nudges to fix occasional troublesome autospawn here and there Fixed a sewer entrance where you'd annoyingly get your movement halted by the concrete curb underneath.
3 Years Ago
Update radio stations
3 Years Ago
Temporary debugging for GetTotalPushingMass NRE
3 Years Ago
Hapis: Fixed that stubborn Site A sewer terrain violation issue once and for all.
3 Years Ago
merge from main/sound-misc-aug2022
3 Years Ago
Small Hapis bug fixes: Lake boundary clipping slightly into Oxum subterrain. Clutter spawns on a few terrain holes. One missing ladder volume.
3 Years Ago
Expanded one terrain alpha hole to maybe fix a semi-potato quality issue.
3 Years Ago
Fixed HapisRoadsSplit not having read/write
3 Years Ago
Refactored the Hapis road network mesh: Fixes collisions once and for all. No sinking through anywhere. Smoother driving. 100x better terrain adherence.
3 Years Ago
▅▅▆▇█ ▌▄▇▊ ▉▊▋▇_▄█▄▄_▆▍▆▅▄▌▆▇
3 Years Ago
One more spawn fix.
3 Years Ago
Fixed a floating box spawner Jakob found.
3 Years Ago
Made rock_formation_small read/writable, since a lower LOD mesh inside of it is sometimes used as a colmesh where the dedicated _COL was too inaccurate.
3 Years Ago
Reinforced fix for gliff gap #16
3 Years Ago
Hotfixed newly discovered cliff gap #25.
3 Years Ago
Cherry picking "Tools/Update Loot Tables" NRE edge case fixes
3 Years Ago
merge from furnace_ui_rework
3 Years Ago
merge from hardcore
3 Years Ago
▌▉▆▉ █▇▆▆▆██▌
3 Years Ago
merge from save_228 - fixes
3 Years Ago
merge from hardcore
3 Years Ago
Show demo info on the loading screen when loading a demo
3 Years Ago
merge from save_228
3 Years Ago
Revert cactus 1, 2, 3, 5, 6, 7 and reapplied BoundsCheck component
3 Years Ago
Override ToString in the TimeSince classes. This makes the actual elapsed time show in a debug log automatically (even without a .ToString()), without having to cast it to float.
3 Years Ago
Merge from async_loading_3
3 Years Ago
Fixed screen shakes not applying while first person spectating in a demo
3 Years Ago
Added missing ladder volumes to the loot wagon
3 Years Ago
Removed extra TrainWagonA ladder volumes
3 Years Ago
Moved all train car ladder volumes under the Shared GameObject
3 Years Ago
Cherry pick 73848 and 73849 to Main
3 Years Ago
Merge from zipline_trees (trees should no longer spawn in places that will block ziplines)
3 Years Ago
Fixed dlss jitter bug
3 Years Ago
If the Place Monument component has no monument assigned, don't try to place it.
3 Years Ago
Fixed Jump and Duck buttons not working in demos to switch between first person spectate targets Fixed some cases where the body mesh could remain visible when switching between players in a demo while spectating Fixed some crosshair issues when switching between players in a demo while spectating
3 Years Ago
Merge PerentVelocityInherit -> Main. Train wagons now support parented vehicles correctly, and velocity is correctly retained.
3 Years Ago
Disable vehicle parenting on workcarts and locomotive (already disabled on wagons). We shouldn't really have this enabled unless we can get physics velocity to translate properly when entering/leaving the parenting zone.
3 Years Ago
Fixed train collision triggers getting the wrong base entity if an entity with a rigidbody entered the collision trigger while parented to the train car.
3 Years Ago
Tell cars not to sleep if they're parented to another rigidbody. Mainly because Unity doesn't seem to allow it anyway (even if the parent rigidbody is asleep)
3 Years Ago
merge from brain_refactor2
3 Years Ago
Added repel + damage triggers to locomotive and wagons, and re-enabled it for the workcart (was disabled in 59352 due to a bug).