reporust_rebootcancel

134,946 Commits over 4,444 Days - 1.27cph!

36 Days Ago
Optim: Arg.FullString is now a StringView - updated CodeGenerator to support StringView params - ran codegen Saves an allocation(once I’m done with conversion). Currently at 12 allocs/0.85KB per call Tests: booted into cragy, tried echo and say commands
36 Days Ago
Head texture optimisations
36 Days Ago
Randomly apply a movement offset thruster effect too when tightening radius. Refactor.
36 Days Ago
more clean up
36 Days Ago
Update: add StringView.Trim(char) overload - add unit tests Tests: ran unit tests
36 Days Ago
Optim: add StringView.SplitQuotesStrings overload - Refactored logic to work on StringViews internally Only has 1 alloc(StringView[]). Using it is blocked on whether I'll be able to convert Arg.Args field to StringView[] or not Tests: none
36 Days Ago
Merge from parent
36 Days Ago
Merge from parent
36 Days Ago
Merge from main
36 Days Ago
Update: add StringView.EndsWith(StringView) - added trivial unit test Tests: ran unit tests
36 Days Ago
Fixing swimwear 05 skinning
36 Days Ago
Merge from rain_grace
36 Days Ago
exported latest M16a2 vm anims and added vm renderer script to gun parts in its viewmodel prefab
36 Days Ago
Merge from main
36 Days Ago
Remove no longer needed RustDOTSInstancing.cginc
36 Days Ago
Port UNITY_ANY_INSTANCING_ENABLED from UnityInstancing.hlsl to UnityInstancing.cginc
36 Days Ago
Fixing gap on twitch underwear
36 Days Ago
skin/core optimisations
36 Days Ago
Remove log
36 Days Ago
Texture cleanup
36 Days Ago
Use a different method to override UnityShaderVariables.cginc and clean up some unneeded changes to Standard.shader
36 Days Ago
Merge from industrial_dlc
36 Days Ago
Add compiler define in NavMeshEditorUtilities to stop compile simulator from failing Editor only script so wasn't a problem in builds
36 Days Ago
Adjusting ghost sheet brust cloth settings
36 Days Ago
Merge from main
36 Days Ago
Fix industrial shelves not retaining colour when switching LOD's, follows same pattern used on shipping container building
36 Days Ago
add workshop toggle for AK in turret
36 Days Ago
autoturret updated icon
36 Days Ago
Rework colour changing for industrial shelves to be more generic and move it all to a component that can be attached to entities we want to be able to change colours Removed all the bespoke stuff for buttons changing colour, it now uses this component and also has to use the spraycan
36 Days Ago
workshop bespoke auto turret prefab and icon generator manifest
36 Days Ago
Attempted fix for Hair.Get returned a NULL hair spam
36 Days Ago
Merge: from pool_mt - Bugfix: implemented missing Pool.Reset and ResetMaxCounterUsage Tests: booted into craggy couple times with Skip Domain Reload active - no NYI exceptions
36 Days Ago
Bugfix: Implement Pool.Reset and ResetMaxUsageCounter Tests: booted into craggy and stopped a couple times with Skip Domain Reload active
36 Days Ago
adding burst cloth to third person industrial torch
36 Days Ago
fixed renderer batch on medium apartment
36 Days Ago
Make Rust/Standard render correctly with BatchRendererGroup most of the time
36 Days Ago
Stop using material mapping
36 Days Ago
increased monument radius slightly as that caused some issues inserting in procmap fixed bunch of topology/splat leftovers apartment complex S2P
36 Days Ago
merge from autoturret_workshop
36 Days Ago
added backfaces to autoturret feet, re-assigned skinnable, set max tex res to 1024 to mirror base game res
36 Days Ago
game_room_dlc_pool -> game_room_dlc
36 Days Ago
Merge: from main
36 Days Ago
compile errors
36 Days Ago
Merge: from main
36 Days Ago
fixed carpark_e LOD2 not displaying the right baked material/UVs
36 Days Ago
cassette recorder deploy animation timing update
36 Days Ago
Merge from ai_recast_integration_post_subtract, add new navmesh, defaults to disabled
36 Days Ago
Remove "rustnav warp" log
36 Days Ago
Head no shadow object bounds are matched to head bounds, partial fix for sorting issues with glasses
36 Days Ago
Added EffectRecycle script. Stops an error in the client log everytime you deploy a large furance (old issue).