branchrust_reboot/main/new_menucancel

1,337 Commits over 122 Days - 0.46cph!

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