branchrust_reboot/main/new_menucancel

956 Commits over 91 Days - 0.44cph!

52 Days Ago
Pressing enter while searching in the settings menu now cycles through all the matches
52 Days Ago
Don't highlight text inside rich tags
52 Days Ago
Added a setting to TMP_InputField to prevent losing focus when pressing submit
52 Days Ago
Fixed OneActiveSibling component yelling when entering playmode with a prefab opened
52 Days Ago
Fixed overlap issues when highlighting a string
52 Days Ago
Settings search now highlight matching letters/words Added HighlightText in RustText, can be useful in other screens
53 Days Ago
Generic search bar Added a cancel button to clear the current search
53 Days Ago
Better settings menu search results
53 Days Ago
merge from main
54 Days Ago
Finally displaying server listings. Tags working correctly.
54 Days Ago
Closer to a working browser. Basic tag setup. Use correct page for browser (keep it isolated)
54 Days Ago
main -> new_menu
54 Days Ago
Settings layout fixes
57 Days Ago
Settings keybind tab progress + some refactoring
57 Days Ago
merge from main
58 Days Ago
main -> new_menu
58 Days Ago
Settings keybinds tab
58 Days Ago
merge from main
58 Days Ago
Prefab changes
58 Days Ago
Hook up server browser page to our server browser list backend Run same setup/methods as current main menu (this wont be changed anyway)
58 Days Ago
ServerBrowserList port to use the new UI entries Ported the tag system over to the new setup Tag prefab new style
59 Days Ago
Fixed more strange spacing on larger sets of server listings
59 Days Ago
Wire up server entries UI Tag system Precache all tags Fixed some strange spacing on larger server listings
59 Days Ago
Ensure scroll starts at 0 Ensure server tabs are set to toggle Ensure gamemode tabs are set to toggle
59 Days Ago
More improved scroll behaviour Use absolute scrollbox setup Use padding rather than hardcoding values Fixed scrollbar
59 Days Ago
Managed to get scrollbar setup with flex categories (that was a nightmare!) ScrollFadeGradient object
59 Days Ago
merge from main
59 Days Ago
Settings keybinds tab wip
59 Days Ago
Added support for gradients in StyleAsset (only implemented by RustButton for now) Also fixed refresh not working in edit mode
60 Days Ago
Changed Bootstrap again - make sure the menu doesnt leak in whilst loading
60 Days Ago
Setup server browser server types Setup server browser gamemodes Icons, and localisation linking Setup tab groups on navbar Setup tab groups on gamemodes and server selection
60 Days Ago
Settings controls tab
60 Days Ago
Add URL system to the main menu. Manager can be sent a URL and will parse out the correct path to the correct page. Pages will be injected with query arguments based on the URL. Allows us to have buttons that will open up specific pages/settings/areas of the menu automatically.
60 Days Ago
Working graphics presets Some layout and toggle fixes
60 Days Ago
Turn down bootstrap image opacity
60 Days Ago
Remove flex transition from page animations
60 Days Ago
Headers
60 Days Ago
New standardised way to handle Rust Button tab groups. Child class which can handle main menu or specific tab menu navigation. Code cleanup Added namespace to add pages/ui scripts
2 Months Ago
Settings graphics tab
2 Months Ago
Settings experimental tab
2 Months Ago
Settings image effects tab
2 Months Ago
Restored bootstrap fonts on bootstrap scene texts
2 Months Ago
merge from main
2 Months Ago
Settings menu: Some layout fixes Opening transition
2 Months Ago
Fixed OnPointerUp being fired instantly when starting to drag a RustButton in a scroll view
2 Months Ago
Fixed settings toggle NRE Fixed some sliders using the wrong formatting Tweaked scroll view
2 Months Ago
ParticleTestMap crap file
2 Months Ago
Added a flex element to the ui context scene, so flexed prefabs look nice when opened
2 Months Ago
Custom unpress siblings setup Works with options settings
2 Months Ago
Hook settings menu into new main menu