branchrust_reboot/main/hackweek_console-uicancel
65 Commits over 92 Days - 0.03cph!
Tools tab HUD components toggles
Optimisations and refactoring
Changing the zoom of the item list also updates the vehicle list and the other way around
Renamed the item and vehicles tab classes and prefabs
Fixed toggling the hidden item buttons resetting your search
Vending machine and sculpture UGC widgets
Added legacyconsoletoggle command to open the old console dev tools
Pattern boomer UGC widget
UGC audio widget and edit history panel
Started on the server admin UGC tab
Auto select console inputfield on open
Server admin tab, layout changes
Added zooming in the item list menu (ctrl + scroll wheel)
Dev tools tab are instantiated on init instead of sitting in the prefab
Admin only tab setup
Added teleport button to admin UI player panel
Server admin UI tab progress
Item list flex scroll fixes
Attempt at fixing the god awful unity scrollrect default behaviour, feels better now
Added keyboard controls to the item list
Item list fixes and optims
Fixed RobotoMono base material
Restored drag and dropped items spawning in the overlay canvas
Restored blur when F1 menu is open
Server admin tab layout changes to match the design
Fixed UI_DeveloperTools tab opening issues
Removed the escape capture from the item list search bar, its cancelling the escape to close and its annoying
Restore consoletoggle arg to open a specific tab
Added a button to toggle hidden items
Use flex columns for the itemlist, instead of a grid
Console null check, removed unused vars
Pressing enter with the item tab open focus on the search bar
Updated search bar styling
Pressing tab with F1 menu open cycle through all the tabs
giveequip put the item in the inventory main container before moving it to the wear container, otherwise the swap logic doesnt work
Added "Equip" button for wearable items
Added giveequip command
Works half of the time, it can't swap existing items currently
Item list tab:
- Added Recents tab, holds the recently used items
- Added a scrollbar
- Fixed some bugs
Virtual scrolled the item list
Can favorite items
Added All and Favourites tabs
Added a mask to dev tool body, changed the height to match the old one
Fixed dev tools open by default
Item buttons are working, added styling etc