branchrust_reboot/main/new_menucancel

1,337 Commits over 122 Days - 0.46cph!

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