4,305 Commits over 1,919 Days - 0.09cph!
Quick craft UI icon list optimisation
Favourited item appearance tweak
Favourited item appearance tweak
Recategorized electrical items.
Recategorized electrical items.
Added Electrical to ItemCategory. (No item changes in this commit).
Added Electrical category to crafting UI.
Reduced crafting category button height by 6 pixels so all categories will fit if visible.
Added BlueprintCategoryButton.AlwaysShow and .ShowItemCount.
Added Electrical to ItemCategory. (No item changes in this commit).
Added Electrical category to crafting UI.
Reduced crafting category button height by 6 pixels so all categories will fit if visible.
Added BlueprintCategoryButton.AlwaysShow and .ShowItemCount.
Moved favourite button out of the Footer group so that it doesn't get set to not interactable when viewing a locked item.
Moved favourite button out of the Footer group so that it doesn't get set to not interactable when viewing a locked item.
Removed an unnecessary double parent set per blueprint icon
Removed an unnecessary double parent set per blueprint icon
BlueprintButton / UIBlueprints optim
BlueprintButton / UIBlueprints optim
Got rid of 2 GetComponent calls every time the inventory is opened or closed.
Got rid of 2 GetComponent calls every time the inventory is opened or closed.
Save/load favourited items between sessions
Save/load favourited items between sessions
Reworked favourite button behaviour.
Reworked favourite button behaviour.
Blueprint lists refresh immediately when toggling favourites.
Blueprint lists refresh immediately when toggling favourites.
Sort favourited items to the start of each crafting category too (by craftable/un-craftable group)
Sort favourited items to the start of each crafting category too (by craftable/un-craftable group)
Show favourited highlight on blueprints in crafting screen too.
Tweak favourite highlight marker.
Show favourited highlight on blueprints in crafting screen too.
Tweak favourite highlight marker.
Nicer favourited item highlight. Bit of refactoring.
Nicer favourited item highlight. Bit of refactoring.
Added ui.showinventoryplayer convar and a toggle to interface options, to allow players who need/prefer the extra FPS to disable the inventory screen player model.
Added ui.showinventoryplayer convar and a toggle to interface options, to allow players who need/prefer the extra FPS to disable the inventory screen player model.
Added fps limit slider to screen settings UI.
Made TweakUISlider also now work with delayed apply changes.
Added fps limit slider to screen settings UI.
Made TweakUISlider also now work with delayed apply changes.
Added a favourites category/tab to crafting menu, lists any favourited items there, too.
Added a favourites category/tab to crafting menu, lists any favourited items there, too.
Show (placeholder) favourite icon on any favourited quick craft items.
Show (placeholder) favourite icon on any favourited quick craft items.
"Favourited" items appear first in the quick craft items, then ordered by most crafted.
"Favourited" items appear first in the quick craft items, then ordered by most crafted.
very wip quick craft item pinning.
very wip quick craft item pinning.
Quick craft miss-click prevention: added a small 0.75 second buffer when the quick craft list refreshes. If you click a different item to the previously clicked item within this time period, it gets ignored.