reporust_rebootcancel

136,429 Commits over 4,324 Days - 1.31cph!

4 Days Ago
Merge from fix_guid_null_primitive
4 Days Ago
Merge from fix_paste_mountable
4 Days Ago
Merge from heli_fixcars_changes_2
4 Days Ago
don't need this anymore
4 Days Ago
Include any SkeletonProperties referenced models as well
4 Days Ago
Convert hair dye collection to use material parameters for Rust/Standard instead of Core/Hair Added some wip parameters to hair dye properties
4 Days Ago
Fixed BBQ gibs not being skinned
4 Days Ago
merge from naval_update/io_boats
4 Days Ago
merge from workshop_unload_fix
4 Days Ago
Updated perf text to show the skins waiting to unload count
4 Days Ago
We now wait 120s before unloading a workshop skins with 0 references Fixes the missing material on gibs of skinned deployables, it was frequent with unpooled prefabs like vending machines
4 Days Ago
Scan the project for animations we need on the server every build
4 Days Ago
- emulate BiRP implicit stencil write in g-buffer pass - provide global_DeferredIndirectLightingActive flag
4 Days Ago
Foundation corner conditional model checks
4 Days Ago
Foundation corner sockets
4 Days Ago
Added CornerSocket
4 Days Ago
Added ModelConditionTest_FoundationCornerLeft and ModelConditionTest_FoundationCornerRight
4 Days Ago
Support for alpha in cap base colour, gives some more control for lighter skin tones
4 Days Ago
Switch cap base color to be non-HDR in hairdyecollection
4 Days Ago
Don't do gamma correction on capbasecolor in hair dye collection
4 Days Ago
Initial hair work, set up for average skin set collection so not available by default (part 2)
4 Days Ago
Initial hair work, set up for average skin set collection so not available by default (part 1)
4 Days Ago
Optimize sleeping bags - switch List<> of all sleeping bags on server to ListHashSet<> so Contains() and Remove() isn't slow - update methods to iterate through list of sleeping bags per player instead of old global list of all sleeping bags on server
4 Days Ago
further SSS
4 Days Ago
Tweaked some prefabs ground watch, fixing issues on boats
4 Days Ago
merge from main
4 Days Ago
merge from io_boats
4 Days Ago
merge from hackweek_more_tests
4 Days Ago
Fixed DeployVolumeEntityBounds showing editable bounds gizmos, its set to entity's bounds at preprocess
4 Days Ago
Fixed 51 prefabs clipping with the vehicle_large layer, mostly IO stuff again
4 Days Ago
merge from fix_roof_debris -> main
4 Days Ago
Also add debris DeployVolume to the top of the normal roof
4 Days Ago
merge from fix_roof_debris -> main
4 Days Ago
Fix roof placement not being blocked by debris by adding a DeployVolume specifically looking for debris
4 Days Ago
merge from main -> fix_roof_debris
4 Days Ago
▇ ▋▍▋▄▋▊█▄▄ ▌▄▍▄▋▍▇ ▍▇▇█ ▋▉ ▋▊▆ ▌█▌█▊▍▍▌▌▆▄ ▊▌ ▆█▅▊▇ ▅▉ ▊█▆ ▅▇▋▄█▆ ▊▆▅▅▌▌▆▉
4 Days Ago
▇ ▅▉▇▅▍ ▋█▌▆ ██▊▍▇▋█▊▆▉▆▆▆▄█▍▅
4 Days Ago
Clean: leave a note why we're not running water traces and raycs concurrently Tests: none, trivial change
4 Days Ago
- Region bug fixes - Ensure category button starts counting players again
4 Days Ago
▊ ▅▊▌▄▌▊ ▍▍▊▆▄ ▋▇█▇▉▇▄▌▆█▄▊▋█▅▌▇▅▇▉▇▉▋▌▊ ▉▆▄▉▊ █▆▇▊ ▉▇▇▍▇▋▉▉ █▅▄▄ ▅▉▋▋▉▋▇▊▋▆▉▊▋▄ ▄▍▆▊▄▋ ▆▅ ▌▌ ▉█▌▊▄▋ ▅▉▋▉ █▊▇ ▌▄ ▋▍▊▍▇ ▋▊▅
4 Days Ago
Fixed 52 prefabs clipping with the vehicle_large layer, mostly IO stuff 2/2
4 Days Ago
phrases
4 Days Ago
Fixed 52 prefabs clipping with the vehicle_large layer, mostly IO stuff 1/2
4 Days Ago
Swap in improved IOSwitch Icons
4 Days Ago
merge from fix_copy_paste_duplicate_entity/refactor -> main
4 Days Ago
Go through the SetHeld flow for weapon scientists to allow the lights to be turned on by SetLightsOn
4 Days Ago
4 Days Ago
Re-run codegen
4 Days Ago
More WIP: - Store closest regions to our local machine on start up so we can sort via distances to data centres - Fix has known region code - Ensure browser ping estimates are back on false - Region ranking system
4 Days Ago
Update: remove TestLineOfSightBatched unit test as we never implemented the batched version (I think?) Tests: ran all GamePhysics.UnitTests - now they all green