13,055 Commits over 2,831 Days - 0.19cph!
Try/catch GetDefinitionsWithPricesAsync and print any errors as warnings so we can still see it happening but don't kick people from servers
Run RefreshItemList on repair bench panel in OnOpened rather than OnEnable so it's not firing during asset warmup
Fixed some more custom mode edge cases
Fixed condition sorting not producing deterministic results when comparing items that don't have condition
WIP demo: https://files.facepunch.com/jarryd/1b0711b1/Unity_OwO8TrZeZp.mp4
Added an option to set the sorting language of a box to the current client language in the sorting settings, allows accurate alphabetic sorting for non-english languages
For when you need to sort your Pierres from your Bois
Load all translations on the server so we can do language specific alphabetic sorting server side (hardcoded to english for now)
Added a way to opt out of automatic sorting, enables a button on the container to sort instead
Fixed sorting settings not getting immediately applied on the client side when changed
Items not present in the custom snapshot are now last
Better handling of blueprints in custom sorting mode
Fixed snapshot not working reliably
Better grid layout for custom mode
Alphabetic sorting now works with blueprints (sorts based on name of the blueprint target)
Added custom sorting mode - uses a snapshot of the current state of the container and will try and recreate that
Still WIP, has some issues
Profiling
UI updates
Added a stack option, will consolidate any possible item stacks prior to sorting
Added a category option, mirrors order of F1 menu
Added a new JarrydTestMap option
Added flex versions of all of the standard rust labels
Added option to sort by count and condition
Added option to reverse whatever sort is selected
Refactor sorting settings data storage, authoring UI now supports Apply/Cancel
Don't show sorting config button if box doesn't have a storage adaptor
▊▆▊▇█▋▅ ▅▌▇▄▌, ▌▇▊▌▇▉▄, ▄▉▊▍▊▊▇▄, ▌▄▇
▉▊▆▍▉ ▍▆▅▊ ▊▉▆▉ (▇▆▉█ ▇▍▆▇▅ ▉▍█▅▇▉)
Baseline for a box sorting system
Currently only works on large wooden box, can be configured from the loot panel
Currently hardcoded to sort alphabetically by item shortname (more modes in future)
Controlled by an attached storage adaptor (no adaptor = no sorting)
Sorting removes empty slots between items
Sort is applied any time the item list is modified, so while sorting is active items cannot be dragged around inside a container by a player
▉█▄▆█ ▊▇▉▄ ▅▋█▄ █▍██▉▅▉▅ ▆▍▌▊▋▄▌█▅▌ ▉▄ ▇ ▆▋█▉▌▉ ▆▉▅█▋▉ ▇▅▋▌▍▌▄▉▍ ▆▉▅▉ ▋▊▉▄ ▌▇▅▇▋▆ ▅▄▍▊▉ ▆▉▄█
Potential SwapKeycard.UpdateAccessLevel fix
PlayerCopy tool now works if a PlayerModel is selected rather than the player itself
Will now select the newly created model after copying
Fixed maincannonshell appearing untranslated on death screen when dying from bradley
Fixed binoculars overlay covering chat
▌▇▄'▉ ▌▍▊▅█ ▋▄▉▄▆▋▊ ▌▌ ▅█▅█▊█ ▉▄▍ ▆▋▄▇▅ ▅▌ ▌▊▇▄▄▆▋█ ▊█▋ ▄▆▅ ▋▄▆█▄▇▊▇, ▊▊▄▋▄█▇▇ █▍█▅ █▄ ▆▋ ▋▍▊▊▋▆
Fixed extra GetType() causing IsComponentNotOfType check on LodStripper to fail
Fixed shields not getting OnHolster callbacks
spawn.shielddummy command can now be passed true to make the dummy holster the shield
Placeholder shield idle to fix foot IK
Fixed gibs spawning parented to the player
▄▉▄▌▍▊▌ ▉▋▍▉█▅█▊█▇▋ ▌▇█▆ █▌▆▋▋ ▅▅▉▉▋▍▉▇ ▅▊ ▆▌▌▋▌▆▍▍▊ (▋▍█▇▋▊▉▋ ▄▋▄▅▉▆ ▌▊ ▇▆█▌ █▉ ▅▉▌▅ ▍▄▊▉▄█ ▍▊▍▋▋▌▌▌)
Merge from elevator_parenting
Merge from elevator_collider_rework
Resolve import warnings on vanilla TC gibs
Mark gibs as R/W and convert vanilla TC gibs to use primitives
SB TC now uses the deploy/destroy sounds of the retro TC
Reworked how we handle broken state, entity is now properly destroyed when a shield is broken rather than just becoming invisible
Added debug.breakshield convar
Drop the shield when a player dies if it's equipped (like the current held entity)
World model
Compile fixes
Fixed some parts of ADS still working when a shield is equipped
Remove shield viewmodel component, set up placeholder animator states and surface logic there instead
Added some help text to the gesture picker
Reapplied animator changes from RPS branch
Fixed player gesture layer not fading out after a one shot gesture
Add a preview video field to gesture configs
Added test videos for most of the gestures
Fixed reset default option deleting the surrnder gesture
Merge from hackweek_crudegestures/rps
Fix options menu not having a body section enabled by default
Turn off r/w on tin can gibs mesh
Enable useContinuousCollision on tin can gibs, they are so tiny they are falling through objects
Fixed create gibs in scene button not working in editor
Fixed a rotation error in editor
Merge from homing_spectate_fix