1,320 Commits over 2,070 Days - 0.03cph!
Fixed scientists leaving behind a backpack even if they were fully looted
Remove graphics.HlodShadow and graphics.HlodDebug convars
Fixed debug.PrintDebugWorldInfo/debug.CopyDebugWorldInfo not working
Remove the replicated variables used in debug.showworldinfoinperformancereadout as they're not needed
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.
Don't use a time of day adjusted payout sprite on the caboose slot machines
Reverted flashlight icon change from Friday, fixed icon being left on when attachment is removed
Fixed item light indicator staying on after removing attachment while light is on
BlackjackController compile fix
Added a TimelineConvarController asset, can use it to manipulate float convars via the timeline animation window (attaches to demo tracks)
Remove some framerate cap logs
Fixed research table not correctly updating it's UI when researching lumberjack pickaxe/hatchet
Added extinguish and ignite sfx to skull fire pit
Merge from beltbar_improvements
Fixed fluid IO entities adding incorrectly to battery drain (affected water barrels and sprinklers)
Add a server log to try and catch cases where a slot machine fails to pay out results of a spin
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
Fix the world seed info HUD not showing corect information (will require a server update)
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)
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
Merge from beltbar_improvements
Exposed limit fps in menu option
Merge from beltbar_improvements (icon on belt icons when flashlight/laser attachments are on, better contrast on belt bar item counts)
Fixed not being able to toggle showCamInfo if debugcamera_lock is enabled
Tools/Scene/Add Parent GameObject now sets the parent to the pos/rot/size of the target child
Now supports undo/redo
Fix deployed boom boxes throwing errors during demo playback
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
Remove editor only framerate cap debugging
Rework how we store the framerate cap to fix some issues with the menu cap
Add FPS.limitInMenu convar that limits the game to 60fps when in the menu and not connected to a server
Fixed furnace volumetrics appearing incorrectly in furnace icons
Added HideDuringRenderer array to PropRenderer component
Merge from invoke_performance
Fixed EntCount and AuthCount not working on sleeping players
▋█▋ ▄▄▊▊▅▍█▍▄▊ ▍▋▍▇▍▊▉▋█ ▋▅ ▍▍▋█▅▋ ▉▅▉▋
Adjust spray can description to remove mention of inserting attachments
Fixed missing sfx on new hatchet/pickaxes
Fixed code locks appearing incorrectly when using authcount command
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
Fixed incorrect user id check in entcount convar
Added ID column to entcount convar results
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
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
Update the SeedPosInfo UI every 2s, not every frame
Potentially fix NRE on boot due to DynamicMouseCursor
Added DofExposer from Media_Projects
Added cinematic tab to RustEditor from Media_Projects