branchrust_reboot/main/new_menucancel

1,337 Commits over 122 Days - 0.46cph!

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