branchrust_reboot/main/new_menucancel

1,337 Commits over 122 Days - 0.46cph!

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