branchrust_reboot/main/hackweek_boxsortingcancel

45 Commits over 549 Days - 0.00cph!

6 Months Ago
Merge from main
9 Months Ago
Fixed icons overlapping when using a custom sorter with < 5 items
9 Months Ago
Fixed missing power input arrow on storage adaptor
9 Months Ago
Merge from main
9 Months Ago
Enabled sorting on all DLC storage items (including all barrels)
9 Months Ago
Merge from main
9 Months Ago
Merge from box_sorting_ui
9 Months Ago
Merge from main
10 Months Ago
Fixed sorting settings missing some localization
10 Months Ago
Exposed allowSorting toggle on StorageContainer so we can manually opt in containers, off by default Enabled on Large and small wooden boxes, coffin
10 Months Ago
Merge from main
10 Months Ago
Styling updates
10 Months Ago
Update sort button to restore previous padding settings
10 Months Ago
Codegen
10 Months Ago
Merge from main
10 Months Ago
Align the sort settings to the top of the loot panel for large containers, the bottom for small
10 Months Ago
Cleanup, fix errors
10 Months Ago
Merge from box_sorting_ui
10 Months Ago
More sorting fixes Apply a 1s delay to all sorting after a container is marked dirty, if a container is marked dirty again in that window restart the timer. This prevents sorting running every time an item is moved if a player is hover looting a container
10 Months Ago
Sorting should preserve positions of objects that are considered equal by the selected sorting mode (eg. sort by count, can now swap around all the 1x stacks while keeping the >x1 stacks in order) Added a passthrough to the storage adaptor Storage adaptor now requires 1 power (won't require power to use industrial transfers, only for sorting)
10 Months Ago
Adjusted the recttransform so the sort settings prefab can be edited in place
10 Months Ago
Properly fixed pooling on sorting settings
10 Months Ago
Merge from parent
10 Months Ago
Run sorting in a budgeted queue
10 Months Ago
Remove manual button, all sorting is now automatic while powered and enabled Removed associated UI and RPC
10 Months Ago
Fix pooling issue on sort config panel
10 Months Ago
Added server.allowSorting convar as a safeguard (defaults to true)
10 Months Ago
Fixed storage adaptor input slot not showing handles
10 Months Ago
Only allow sorting while powered Remove automatic mode Apply translations
10 Months Ago
Merge from main
2 Years Ago
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
2 Years Ago
Styling
2 Years Ago
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
2 Years Ago
Load all translations on the server so we can do language specific alphabetic sorting server side (hardcoded to english for now)
2 Years Ago
Added a way to opt out of automatic sorting, enables a button on the container to sort instead
2 Years Ago
Fixed sorting settings not getting immediately applied on the client side when changed
2 Years Ago
More custom fixes
2 Years Ago
Items not present in the custom snapshot are now last
2 Years Ago
Better handling of blueprints in custom sorting mode
2 Years Ago
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)
2 Years Ago
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
2 Years Ago
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
2 Years Ago
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
2 Years Ago
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
2 Years Ago
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