userJake_Richcancel
branchrust_reboot/main/premium_serverscancel

23 Commits over 28 Days - 0.03cph!

21 Days Ago
Fixed premium refresh interval being set <5s, clamp it from 30s -> 1hr
21 Days Ago
Indicate which `hello` api call is the first one
21 Days Ago
Final fix for premium status not deserializing properly
21 Days Ago
Initial refresh premium status 60s after launch to reduce worst case players waiting 10m before seeing their initial premium status
21 Days Ago
Print out content as warning if HTTP request fails and slight cleanup
21 Days Ago
Switch PremiumStatusResult from struct -> class because it seems IL2CPP can't deserialize JSON into a struct
21 Days Ago
Cherrpick rest of commits from `manual_refresh` -> `premium_servers` after the merge from main (so we don't take staging updates onto `premium_servers`)
21 Days Ago
merge from manual_refresh -> premium_servers (before the merge from main)
23 Days Ago
merge from ranking_change -> premium_servers
30 Days Ago
Hide current inventory value (since we don't have that exposed in API yet) and shift "Not Active" text over to compensate
30 Days Ago
merge from premium-servers-ui-tweaks -> premium_servers
30 Days Ago
Hide logging behind `log_premium_status` convar
30 Days Ago
Add PremiumClientCache - stores last premium result in PlayerPref so it will show last result if web api has issues - queries web api every 10min to recheck premium status - switch from convars to check premium to using web api - add convar `qualify_premium_override` to manually override whether you qualify for premium on the client - add convar `recheck_premium` to manually refresh premium status ` add convar `premium_refresh_interval` to control how often client checks premium api (default 10min)
30 Days Ago
Refactor `CheckIfPlayerIsPremium()` so it can be called from both server and client - don't print errors on client since it will cause a kick - return struct instead of bool so can get the string message we want to reject connection attempt with
30 Days Ago
merge from main -> premium_servers
33 Days Ago
Fix premium tag having to be clicked twice to open premium modal
33 Days Ago
Include 2 more background images for the premium modal
33 Days Ago
Fix premium tag offset vertically in loading screen
33 Days Ago
Remove `premiumfilter` test convar
33 Days Ago
merge from main -> premium_servers
35 Days Ago
merge from main -> premium_servers
35 Days Ago
merge from server_browser -> premium_servers
35 Days Ago
merge from server_browser -> premium_servers