reporust_rebootcancel

135,269 Commits over 4,444 Days - 1.27cph!

10 Days Ago
Optim: skip BeeSwarmMaster.StartDie call if already dying Saves on ActuallyDie invoke and allocation Tests: none, trivial change
10 Days Ago
Cherrypick CS 155224 (elevator deploy NRE)
10 Days Ago
Added softcore gamemode modal, opens when clicking on the softcore tag
10 Days Ago
Optim: avoid repeated invoke scheduling in BeeSwarmAI - SetOnFire gets skipped if bees are already on fire (saves StartDie scheduling) - StartDie gets skipped if bees are already dying (saves Egress scheduling) Tests: none, trivial changes
10 Days Ago
Fix NRE when placing elevator
10 Days Ago
Rename animation specific menu items to be more descriptive. [MenuItem("Tools/Animation/CSV Dump")] -> [MenuItem("Tools/Animation/Dump Animator Controller to CSV")] [MenuItem("Tools/Animation/Hash Debug")] -> [MenuItem("Tools/Animation/Animator String-to-Hash Calculator")] [MenuItem("Tools/Animation/Animator Override Updater")] -> [MenuItem("Tools/Animation/Replace Clip in All Override Controllers")]
10 Days Ago
Bugfix: fix caching of DiveSiteBuoy.updateAction Tests: checked IL
10 Days Ago
Enable radial menu on apartment elevators only
10 Days Ago
Make radial menu for elevators opt-in
10 Days Ago
Layer shifting on large apartment & lighting prefab.
10 Days Ago
Optim: cache Sprinkler.DoSplash invoke Tests: none, trivial change
10 Days Ago
merge from game_room_dlc
10 Days Ago
Metas
10 Days Ago
merge from main
10 Days Ago
Remove MaterialReserialzer script (removes the menu option, script is deprecated)
10 Days Ago
Optim: cache HBHFSensor.UpdatePassthroughAmount invoke Tests: none, trivial change
10 Days Ago
Optim: cache ElectricBattery.TickUsage invoke Tests: none, trivial change
10 Days Ago
Fixed an issue with render pipeline global settings not being set after loading them from resources
10 Days Ago
tanker area sphere tank progress
10 Days Ago
Optim: cache ElectricBattery.AddCharge invoke Tests: none, trivial change
10 Days Ago
Merge from worldposiitongenerator_optim
10 Days Ago
Added the grain volume component and added it to all RRP volumes that needed it
10 Days Ago
Applied lighting prefab WIP to scene.
10 Days Ago
tanker area sphere tank progress
10 Days Ago
Optim: cache CoalingTower.CheckWagonLinedUp invoke Tests: none, trivial change
10 Days Ago
Optim: Cache StrobeLight.SelfDamage invoke Tests: none, trivial change
10 Days Ago
Optim: cache SamSite.WeaponTick invoke Tests: none, trivial change
10 Days Ago
mag drop, shell eject and mag visibitly added for M16a2 vm and 3p anims
10 Days Ago
More optimisations for missions WorldPositionGenerator Remove the uneccessary persistent heap allocations for quadtree element arrays and element->rect lookup. Just store rect arrays directly Only keep in memory rects which we know are within valid bounds for a given set of input values rather than all of them Don't do boundary checks on those rects which have been preprocessed (we already know they are within valid bounds) Remove some garbage allocs from lambda captures in PrecalculatePositions (takes place once at server boot)
10 Days Ago
tweaked draw distances on vent large duct prefabs, were culling too soon
10 Days Ago
New "Blocked by industrial piping" error when building is blocked by an industrial pipe (before it would say blocked by the entity the pipe is connected to, which could be far away) Phrases
10 Days Ago
merge from blocked_by_piping_error
10 Days Ago
apartment complex HLOD+S2P
10 Days Ago
NPC lean animations first pass
10 Days Ago
fixed new fridge prefab not culling
10 Days Ago
tarp draw distance increase bg apartment barricades entity > static mesh prefabs fill hole in terrain near apartment building
10 Days Ago
merge from clan_bugfixes
10 Days Ago
Add UI section in the keybind settings, add clan menu and contacts menu bind options, move crafting menu option to it
10 Days Ago
fixed up transparent edge on wallpaper edge across uv0 and uv1, set to use detail mask transparency
10 Days Ago
Enable clan name tag color accessibility option
10 Days Ago
merge from main
10 Days Ago
mask tweaks
10 Days Ago
Added a new property to the Standard and Standard (Specular Setup) shaders for allowing the use of the detail layer's albedo alpha channel
10 Days Ago
merge from main
11 Days Ago
update from main
11 Days Ago
wallpaper inventory model material setup, texture resize,base prefab
11 Days Ago
merge from settings_serch_fix
11 Days Ago
Tweaks
11 Days Ago
Added Unity's build-only API for setting the render pipeline global settings before switching pipelines at runtime
11 Days Ago
Added arrow buttons to the settings search bar to cycle results