userFlaviencancel
branchrust_reboot/main/new_menucancel

739 Commits over 92 Days - 0.33cph!

3 Months Ago
Checkout result buttons not clickable during the opening sequence
3 Months Ago
Added an horizontal scroll in the checkout result page for when you buy half of the store at once
3 Months Ago
merge from main
3 Months Ago
Primary green button styles tweaks, to match blue primary
3 Months Ago
Bootstrap roboto sharpness tweak
3 Months Ago
Checkout result page polish
3 Months Ago
Fixed menu having a 0.98 alpha while ingame
3 Months Ago
Limited item glow tweaks
3 Months Ago
On checkout, clear the cart before creating a new journey ID
3 Months Ago
Removed a mask on skin tiles, not needed Tweaks
3 Months Ago
Gradient glow for normal skins, looks better
3 Months Ago
Better glow, added shimmers for the featured skin Skin viewer glow tweaks
3 Months Ago
Removed trueshadow glow on limited skin tiles, we now have a gradient image using a static color based on the icon Added a glow behind the model in the skin viewer, using that color
3 Months Ago
Fixed rare scale issue when opening skin modal
3 Months Ago
Fixed skin viewer settle rotation not being consistent accross all framerates
3 Months Ago
Clamp skin viewer mouse pos on parallax, fixes models spinning while your mouse is on another screen Also inverted parralax Y axis, feels better
3 Months Ago
Added a warning when the steam overlay failed on checkout
3 Months Ago
Demo button shows up after recording your first demo, without having to restart the client
3 Months Ago
Fixed some texts not clearning their submeshes
3 Months Ago
Set fps slider input field character limit to 3
3 Months Ago
Fixed RGB brightness setting not using decimal format Fixed slider input field not resetting to convar value when left empty Fixed being able to edit FPS slider "UNLIMITED" label
3 Months Ago
Fixed cart buttons animation issue when loading cart from past sessions Skin viewer tweaks
3 Months Ago
Fixed typo in checkout page
3 Months Ago
Compile fix
3 Months Ago
Added a modal for when the store failed to load its content, for tuesday steam maintenance
3 Months Ago
Swap interaction toast icons to use the new icon font
3 Months Ago
Checkout result page first pass
3 Months Ago
Loading screen loc fixes
3 Months Ago
Fixed store overlay page not blocking clicks
3 Months Ago
TrueShadowManager NRE fix + another attempt at fixing shadows not spawning
3 Months Ago
Also add bought items to the inventory, just to make sure players can see their recent purchase
3 Months Ago
Checked out items are considered owned locally regardless of what steam returns Added editor debug command to fake checkouts
3 Months Ago
Restored shadow update flow
3 Months Ago
Removed ScrollRectDisable component for now
3 Months Ago
Fixed FPS slider again
3 Months Ago
Keybind reset button loc
3 Months Ago
Settings slider option now have an input field that can be used to enter exact values Fixed framerate slider clunkiness
3 Months Ago
Shadow update group execution order
3 Months Ago
Fixed store page overlay aspect ratio, updated all pages
3 Months Ago
Demo button shows up if you have the demo folder with demos in it
3 Months Ago
Fixed string parsing error when opening skins worth more than 1000 pounds in the inventory
3 Months Ago
Fixed skin viewer not resetting materials correctly with old skins
3 Months Ago
Fixed general store description in inventory screen, we now pulled the translated one instead of steam's one
3 Months Ago
Change shadow update group init order
3 Months Ago
merge from main
3 Months Ago
Fixed legacy furnace skin viewer issues
3 Months Ago
Cleaned up demo window
3 Months Ago
Shadow manager NRE fix
3 Months Ago
Compile fixes
3 Months Ago
TrueShadow optimisations: removed per instance LateUpdate calls, added manager with group based updates Assigned all shadows to mainmenu group, skipped when menu is closed Shadows aren't updated when invisible too