userJarryd Campicancel
reporust_rebootcancel

10,994 Commits over 1,950 Days - 0.23cph!

2 Years Ago
Conveyor now requires power to function, can be switched on/off Added a toggle IO input for smart switch integration
2 Years Ago
Add crafting slots to all 3 workbenches Fixed some item handling bugs with the industrial crafter
2 Years Ago
First pass on filter system for conveyors, can specify up to 5 items that an item conveyor will allow to pass
2 Years Ago
Merge from main
2 Years Ago
▋█▋ ▄▄▊▊▅▍█▍▄▊ ▍▋▍▇▍▊▉▋█ ▋▅ ▍▍▋█▅▋ ▉▅▉▋
2 Years Ago
Adjust spray can description to remove mention of inserting attachments
2 Years Ago
Fix lumberjack hazmat geometry being visible in eyes view (while downed)
2 Years Ago
Fixed missing sfx on new hatchet/pickaxes
2 Years Ago
Unsaved
2 Years Ago
First pass on crafter loot panel Add support for Inventory loadouts to include blueprints Restrict blueprint slot of crafter
2 Years Ago
Merge from main
2 Years Ago
Typo fix
2 Years Ago
Fixed incorrect weather effect interval change from yesterday
2 Years Ago
Merge from static_group
2 Years Ago
Disable static colliders on HLOD affected meshes (very experimental, probably going to cause issues)
2 Years Ago
NPC corpses will no longer use streamer mode names in their loot panel if streamer mode is active
2 Years Ago
Fix NPC ragdoll clothing going missing if a player leaves and enters network range Dead NPC's will no longer display clothing/belt rows in the loot panel
2 Years Ago
Fixed code locks appearing incorrectly when using authcount command
2 Years Ago
Merge from invoke_performance
2 Years Ago
Default invoke performance tracking to false
2 Years Ago
Merge from invoke_performance
2 Years Ago
Space out weather effect invokes more when the intensity drops to 0 (x5) Might make weather effects slightly less responsive when increasing from 0 intensity but should reduce the frequency that these effects are processed when they don't need to be Don't allow the FadingToggle invoke in AmbientLightLOD to run during loading screens
2 Years Ago
Expose to convar (debug.invokePerformanceTracking and debug.invokePerformanceThreshold)
2 Years Ago
Some initial tests on an Invoke performance monitor, prints out all the invokes and the time taken per invoke if the total time takes more than 0.5ms in a frame Created an InvokeSpammer
2 Years Ago
Merge from static_group
2 Years Ago
Update swamp_c, harbor_1 and launch_site after merge
2 Years Ago
Merge from main
2 Years Ago
Split count functionality into two convars, entcount and authcount AuthCount returns entities that the player is authed to, regardless of whether they placed it EntCount returns all entities that the player has placed
2 Years Ago
Fixed incorrect user id check in entcount convar
2 Years Ago
Added ID column to entcount convar results
2 Years Ago
Flashing train tunnel barricade lights no longer flash if the player is more than 30m above the lights (on the surface) Each toggle was taking 0.3-0.5ms
2 Years Ago
Merge from static_group
2 Years Ago
Merge from main
2 Years Ago
Clear queues when enabling/disabling hlod Add graphics.PrintLodQueues for debugging
2 Years Ago
Move LightGroupAtTime work queue processing to LateUpdate (it has physics lookups for IO entity connections now so it should happen here to elimiate physics syncs) Don't run the IO entity physics lookup more than once every 8-12s, these light groups were running every frame on monuments that are out of network range since the client side IO entities didn't exist
2 Years Ago
Update the SeedPosInfo UI every 2s, not every frame
2 Years Ago
Potentially fix NRE on boot due to DynamicMouseCursor
2 Years Ago
Merge from static_group
2 Years Ago
Merge from copydebuginfo
2 Years Ago
Build compile fixes
2 Years Ago
Added debug.showWorldInfoInPerformanceReadout that adds the current world position, level name, seed and size to the f8 performance menu Won't display in hardcore mode
2 Years Ago
Added DofExposer from Media_Projects Added cinematic tab to RustEditor from Media_Projects
2 Years Ago
Copy over DemoTrack components from Media_Projects, fixes missing script on playblast object warning on boot
2 Years Ago
Fixed dynamic mouse cursor not working in main menu
2 Years Ago
More mesh toggle fixes
2 Years Ago
Adjusted some mesh trim settings, shave 2-10k tris from some HLODs
2 Years Ago
Merge from static_group
2 Years Ago
Fixed MeshCull objects getting incorrectly enabled if graphics.hlod is false
2 Years Ago
Merge from radio_manifest
2 Years Ago
Subtract 74861