branchrust_reboot/main/new_menucancel

1,337 Commits over 122 Days - 0.46cph!

53 Days Ago
Tweaked the store overlay pages blur
53 Days Ago
Bootstrap version of Roboto regular font Polished the bootstrap text sizes
53 Days Ago
New blur to the quit modal
53 Days Ago
Pretending to be a graphics programmer: wrote a semi optimised blur shader for our UI. Old background ui blur was doing ~130 texture fetches + three draw calls New one does ~9 texture fetches + 2 draw calls. Output is pretty consistent between old and new. UI Notifications now has an icon just like the store (rather than a blank entry)
53 Days Ago
Using roboto on: generic popup body, settings tooltips, skin modal description
53 Days Ago
Applied Roboto Regular on store overlay pages
53 Days Ago
Added Roboto Regular font (non condensed version)
53 Days Ago
General store soft mask
53 Days Ago
Added SoftMask
54 Days Ago
Exposed maskable in MaskableGraphic (backported some newer unity UI stuff we dont have in our UI package, what could go wrong?)
54 Days Ago
Abyss pack + base pack styling
54 Days Ago
Removed mono speaker mode option, convar is clamped anyway
54 Days Ago
Fixed resolution dropdown being populated everytime you open the settings menu
54 Days Ago
Disabled raycast target on the featured tab scroll gradient
54 Days Ago
Some settings convar fixes
54 Days Ago
Fixed missing values on interaction crosshair mode
54 Days Ago
Fixed text and color issues with setting dropdowns
54 Days Ago
Cart content is saved between sessions
54 Days Ago
123277 applied to the new settings menu
54 Days Ago
merge from main
54 Days Ago
121963 applied to the new settings menu
54 Days Ago
Store cart empty version
54 Days Ago
Fixed keybind buttons not working Fixed some click/up/down in RustButton again
54 Days Ago
Even dumber compile errors.
54 Days Ago
compile fixes
54 Days Ago
Removed cart button on item redirect, replaced subtitle for "Available in X pack"
54 Days Ago
Weekly skins countdown widgets
54 Days Ago
Fixed text wrapping issues for the featured limited skin
54 Days Ago
Fixed store tab navigation not changing button states
54 Days Ago
Pack showcases are hidden if the player own them Added jungle pack showcase
54 Days Ago
Setup info box heros. Link info box on the dashboard to store/limited
54 Days Ago
Add patch info hero, updates itself with the latest patch from the manifest
54 Days Ago
General store background crossfade when focused on pack categories
54 Days Ago
Added a debug command to print the weekly skins
54 Days Ago
Limited tab scroll view
54 Days Ago
Fixed flex grid vertical height
54 Days Ago
Store limited tab scrollview
54 Days Ago
Minor cleanup
54 Days Ago
compile fix
54 Days Ago
Session page can now understand and quit demos
54 Days Ago
Added a super basic sessions tab so you can leave a server you're currently in without using console
54 Days Ago
Use old demo ui setup for the demo system
54 Days Ago
System to hide and show navigation links dependant on in game state
54 Days Ago
Missing codegen
54 Days Ago
Removed the ItemDefinition label from the store UI prefab (wtf)
54 Days Ago
Feature store tile text wrapping fixes
54 Days Ago
New loading screen
54 Days Ago
Added an editor convar to load ALL the game items in the steam inventory menu. Didnt go well
55 Days Ago
Client compile fix
55 Days Ago
Assigned but its value is never used compile fixes