userFlaviencancel
reporust_rebootcancel

7,171 Commits over 943 Days - 0.32cph!

2 Months Ago
merge from horse_cactus_fix
2 Months Ago
Fixed player dying instantly when touching a cactus while mounting a horse Could happen rarely when the rider sat on the edge of the cactus TriggerHurtEx trigger. When mounted, the mount sync force updates the player triggers every frame, so the overlap test flickered in and out of the trigger and fired OnTriggerEnter Can happen with any mountable in theory, just more common with horses TriggerHurtEx now debounces damage applied to the same entity multiple times in a single frame
2 Months Ago
merge from steam_getitems_optims
2 Months Ago
Cache the known items set because it can be quite large for a player with a lot of items
2 Months Ago
Steam inventory menu only fetch the acquired property
2 Months Ago
Back the store catalog in a dict for faster lookups
2 Months Ago
Store seen steam instance id per account, fixes switching steam account triggering all items as new
2 Months Ago
Store doesnt pull all steam item properties anymore Reworked the store external purchase notificaiton to not depend on the acquired property anymore
2 Months Ago
Added new RefreshAndGetItems overload in IPlatformService
2 Months Ago
Updated Facepunch.Steamworks InventoryResult: added GetItems(string[]) overload to fetch specific steam item properties
2 Months Ago
MonumentInfo auto fill tweaks
2 Months Ago
Created all monument info scriptables
2 Months Ago
merge from main
2 Months Ago
merge from drone_keyboardlayout_fix
2 Months Ago
merge from workshop_inputs_fix
2 Months Ago
Fixed workshop file dialog still using the old input system
2 Months Ago
Fixed drone controls not being keyboard layout aware
2 Months Ago
Tier is driven by the highest key card required Popup styling update
2 Months Ago
Monument info popup progress, polished the framing and buttons flow
2 Months Ago
Auto fill monument info scriptables based on whats inside the monument prefab
2 Months Ago
Fixed RustIconEditor text align buttons not working since the tmp update
2 Months Ago
FlexElements allow negative gaps
2 Months Ago
Monument info popup baseline
2 Months Ago
Fixed discord signout button showing under the social menu
2 Months Ago
merge from attachment_charms
2 Months Ago
merge from induslight_boat_fix
2 Months Ago
merge from heater_fix
2 Months Ago
Fixed heater heat shimmers showing up when off
2 Months Ago
Fixed heater lights not fading in when powered the first time
2 Months Ago
merge from main
2 Months Ago
Fixed industrial lights not lighting the vehicle large layer (player boats)
2 Months Ago
Fixed repair bench loot panel not switching back to skins tab when reskinning an item not supporting charms
2 Months Ago
merge from main
2 Months Ago
merge from heater_fix
2 Months Ago
Fixed electric heater appearing ON after leaving and re entering network range
2 Months Ago
merge from buildingerrors_fix
2 Months Ago
merge from console_localtime
2 Months Ago
merge from stackedsteamitems_fix
2 Months Ago
Fix building errors/toast messages not showing up when a teammate is holding a planner, when building preview is enabled
2 Months Ago
Bunch of skin viewer framing fixes
2 Months Ago
Fixed stacked steam items showing as one single item in the steam inv menu
2 Months Ago
Fixed console logs using UTC time instead of local time
2 Months Ago
Fixed NaN water heights when the map has no land Skip generation and fill with the open ocean defaults instead (happens on a deep sea with no main land spawned)
2 Months Ago
Added Deep Sea scene, turns the server into a deep sea
2 Months Ago
merge from friendlist_contextmenu_fix
2 Months Ago
merge from consoleinput_mask_fix
2 Months Ago
Fixed console input field text vanishing after pasting a long string, was a TMP bug I didnt port over after the package update
2 Months Ago
Fixed friend list context menu ordering issue
2 Months Ago
merge from wallpaper_boats_fix
2 Months Ago
Fixed not being able to place wallpaper on finished boats