userJarryd Campicancel
branchrust_reboot/maincancel

1,320 Commits over 2,070 Days - 0.03cph!

2 Years Ago
Fixed scientists leaving behind a backpack even if they were fully looted
2 Years Ago
Remove graphics.HlodShadow and graphics.HlodDebug convars
2 Years Ago
Fixed debug.PrintDebugWorldInfo/debug.CopyDebugWorldInfo not working Remove the replicated variables used in debug.showworldinfoinperformancereadout as they're not needed
2 Years Ago
Disabled light attachment indicator on belt bar, had too many edge cases and we're getting too close to the update. Will try and get it sorted for next month.
2 Years Ago
Don't use a time of day adjusted payout sprite on the caboose slot machines
2 Years Ago
Reverted flashlight icon change from Friday, fixed icon being left on when attachment is removed
2 Years Ago
Compile fix
2 Years Ago
Fixed item light indicator staying on after removing attachment while light is on
2 Years Ago
BlackjackController compile fix
2 Years Ago
Added a TimelineConvarController asset, can use it to manipulate float convars via the timeline animation window (attaches to demo tracks)
2 Years Ago
Remove some framerate cap logs
2 Years Ago
Fixed research table not correctly updating it's UI when researching lumberjack pickaxe/hatchet
2 Years Ago
Added extinguish and ignite sfx to skull fire pit
2 Years Ago
Merge from beltbar_improvements
2 Years Ago
Fixed fluid IO entities adding incorrectly to battery drain (affected water barrels and sprinklers)
2 Years Ago
Add a server log to try and catch cases where a slot machine fails to pay out results of a spin
2 Years Ago
Fixed mysterious UnlockPunch error, was caused if a player reconnected after being disconnected from a server while the tech tree dialog was open and they had unlocked at least one tech Removed a UGC reporter log
2 Years Ago
Fix the world seed info HUD not showing corect information (will require a server update)
2 Years Ago
Fixed some broken particle effects on snow machine Added Toggle, Turn On and Turn Off electrical inputs (brings it in line with fog machine and strobe light)
2 Years Ago
If a player is assigned a sleeping by a friend while they are on the death screen, the death screen will now update instead of requiring them to respawn and die again
2 Years Ago
Merge from beltbar_improvements
2 Years Ago
Exposed limit fps in menu option
2 Years Ago
Merge from beltbar_improvements (icon on belt icons when flashlight/laser attachments are on, better contrast on belt bar item counts)
2 Years Ago
Merge from static_group
2 Years Ago
Merge from static_group
2 Years Ago
Fixed not being able to toggle showCamInfo if debugcamera_lock is enabled
2 Years Ago
Merge from static_group
2 Years Ago
Tools/Scene/Add Parent GameObject now sets the parent to the pos/rot/size of the target child Now supports undo/redo
2 Years Ago
Fix deployed boom boxes throwing errors during demo playback
2 Years Ago
Add global.hideinteracttextwhileads, makes the interaction text (eg. "Open Door") mostly transparent and moves it down the screen to keep it out of the way of the crosshair while in ADS
2 Years Ago
Remove editor only framerate cap debugging
2 Years Ago
Rework how we store the framerate cap to fix some issues with the menu cap
2 Years Ago
Add FPS.limitInMenu convar that limits the game to 60fps when in the menu and not connected to a server
2 Years Ago
Fixed furnace volumetrics appearing incorrectly in furnace icons Added HideDuringRenderer array to PropRenderer component
2 Years Ago
Merge from invoke_performance
2 Years Ago
Fixed EntCount and AuthCount not working on sleeping players
2 Years Ago
▋█▋ ▄▄▊▊▅▍█▍▄▊ ▍▋▍▇▍▊▉▋█ ▋▅ ▍▍▋█▅▋ ▉▅▉▋
2 Years Ago
Adjust spray can description to remove mention of inserting attachments
2 Years Ago
Fixed missing sfx on new hatchet/pickaxes
2 Years Ago
Fixed code locks appearing incorrectly when using authcount command
3 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
3 Years Ago
Fixed incorrect user id check in entcount convar
3 Years Ago
Added ID column to entcount convar results
3 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
3 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
3 Years Ago
Update the SeedPosInfo UI every 2s, not every frame
3 Years Ago
Potentially fix NRE on boot due to DynamicMouseCursor
3 Years Ago
Merge from copydebuginfo
3 Years Ago
Build compile fixes
3 Years Ago
Added DofExposer from Media_Projects Added cinematic tab to RustEditor from Media_Projects