branchrust_reboot/main/crafting_improvementscancel
96 Commits over 0 Days - ∞cph!
Fix for blueprint button favourite hover-state icon disappearing when hovered and getting an inventory refresh
Fix for blueprint button favourite hover-state icon disappearing when hovered and getting an inventory refresh
Do the category jiggle on the Favourites category when favouriting an item.
Do the category jiggle on the Favourites category when favouriting an item.
Favourite icons now have active/inactive colours, toggle on hover and favourited status.
Moved some duplicated code to a single location, called by all favourite UI code.
Favourite icons now have active/inactive colours, toggle on hover and favourited status.
Moved some duplicated code to a single location, called by all favourite UI code.
Favourited status/button for item panel
Favourited status/button for item panel
Crafting blueprint icons now use star toggle for favouriting, too.
Crafting blueprint icons now use star toggle for favouriting, too.
quick craft star sprite change/scale on hover
quick craft star sprite change/scale on hover
Changed QuickCraft to a singleton component, sync'd up favourite indicators across quickcraft/crafting when toggling using the new method.
Changed QuickCraft to a singleton component, sync'd up favourite indicators across quickcraft/crafting when toggling using the new method.
Updated quick craft buttons to use Lewis' star setup. Can now click the star to toggle favourited status directly from the quick craft button.
Updated quick craft buttons to use Lewis' star setup. Can now click the star to toggle favourited status directly from the quick craft button.
Switched to IPointerClickHandler for QuickCraftButton
Switched to IPointerClickHandler for QuickCraftButton
QuickCraft is no longer a scrollable rect, removed some work-around events that are no longer necessary.
QuickCraft is no longer a scrollable rect, removed some work-around events that are no longer necessary.
Scroll rect no longer static.
Changed blueprint comparer function to also sort by favourited status, and changed QuickCraft to use it again.
Scroll rect no longer static.
Changed blueprint comparer function to also sort by favourited status, and changed QuickCraft to use it again.
Right click an item in the crafting queue to fast track it to the start of the queue (resets crafting progress on previous item).
Right click an item in the crafting queue to fast track it to the start of the queue (resets crafting progress on previous item).