branchrust_reboot/main/new_console-uicancel

233 Commits over 28 Days - 0.35cph!

3 Months Ago
Changed item and vehicle list flex virtual scroll mode Fixed some loc stuff
3 Months Ago
merge from main
3 Months Ago
reduce error fade duration to 1 second
3 Months Ago
- Remove hover to preview - Make default values green again
3 Months Ago
merge from main
3 Months Ago
merge from new_console-ui/optims
3 Months Ago
Fix all the scrolling enlargement issues in console page
3 Months Ago
- Scale console autocomplete and input console fonts as you scroll zoom -Allow setting font sizes on autocomplete and input console - Fix autocomplete button putting the wrong things in the input field - Cleanup
3 Months Ago
Reorganised command list page - cleaned it up slightly
3 Months Ago
- Restore client and server autocomplete tag colours - Add them into command list as well
3 Months Ago
Make autocomplete buttons like the old ones - they are better
3 Months Ago
Better background blur shader, only used by the F1 menu for now
3 Months Ago
Added back error overlay toggle in the tools tab, it flips the convar
3 Months Ago
Fixed NRE when clicking on vehicle buttons in the main menu
3 Months Ago
Fixed rich text in search bars again
3 Months Ago
Fixed tabs allowed in demo not showing in demo
3 Months Ago
Reordered the tabs to match the old f1 menu
3 Months Ago
Made the dev tools UI less terrible at low resolution
3 Months Ago
Can't cycle through hidden tabs
3 Months Ago
Pressing TAB now cycles in between the console and the last used tab (items by default), CTRL TAB cycles through all tabs
3 Months Ago
Fixed search bar texts disappearing because their masks were still tagged as 'mainmenu' ffs
3 Months Ago
Fixed UI_ServerAdminUGCEntryAudio.Update NRE, censor recordings option is now ignored in the UGC tab
3 Months Ago
Fix attempt for RustButton.CalculateLayoutInputHorizontal NRE during bootstrap
3 Months Ago
Removed deepsea.enabled false from playground init commands, its auto disabled because theres no water anyway
3 Months Ago
Fixed console not selecting its input field when opened the first time
3 Months Ago
Removed rich text on search bars again
3 Months Ago
Fix rich text (again)
3 Months Ago
Ensure command list properly works when clicking on a convar
3 Months Ago
Remove the gap in the autocomplete button
3 Months Ago
- Setup script execution order for developer tools/console/error - Setup after TMP has initialized (seems to cause less issues on initial check) - Cleanup into a single file
3 Months Ago
Ensure error ui starts up early enough in script execution order
3 Months Ago
Stupid unity alpha calculations
3 Months Ago
Ensure legacy error ui does the same thing
3 Months Ago
Ensure new error ui doesnt render if erroroverlay is false.
3 Months Ago
main -> new_console-ui
3 Months Ago
main -> new_console-ui
3 Months Ago
Fixed gamemode restricted items not showing up as red in the item tab
3 Months Ago
Fix a bunch of edge cases with autocomplete, previews of autocomplete and when to accept/decline
3 Months Ago
Tab and left shift + tab will navigate everything up and down as well as the arrow keys
3 Months Ago
- Always show convar descriptions (dont need to highlight them) - Hide description if we have none
3 Months Ago
Fixed item buttons not working in builds
3 Months Ago
Fixed filtering ignoring items with no description Disable image for items with no icons Use item shortname if the display name is empty
3 Months Ago
Better fix for the flickering scrollbar when dragging
3 Months Ago
Awful fix for the search bar not showing its text in the item list
3 Months Ago
Fixed console and item list input fields not being deselected when closed
3 Months Ago
main -> new_console-ui
3 Months Ago
main -> new_console-ui
3 Months Ago
Compile fixes
3 Months Ago
- Remove rich text from a bunch of places in the console - Hide RconOnly command unless RCON - Hide developer only commands unless developer
3 Months Ago
Fixed feedback loop when dragging scrollbars towards the bottom, also fixed flickering caused by flex virtual scroll resizing the scroll mid scroll