branchrust_reboot/main/server_browser_update_2cancel

22 Commits over 30 Days - 0.03cph!

32 Days Ago
- Hide distance behind a popup - Country select window changes - Minor cleanup all around
32 Days Ago
main -> server_browser_update_2
33 Days Ago
- Increased distance/player score to 50-50 for default sorting - Compile fix
33 Days Ago
- Add distances away to each of the servers in km - Convert it to miles if in the USA
33 Days Ago
Dont disable the country selection button
33 Days Ago
-OnCountryChanged event - attached the country button - Cleanup with country selection choices
33 Days Ago
Fix a bunch of the country select settings
33 Days Ago
- Setup convar to support auto detecting country or not - Added checkbox to enable/disable it in country selection - Minor set of bug fixes
33 Days Ago
main -> server_browser_update_2
34 Days Ago
WIP on country selection window - Setup centres for each chosen country - Setup player prefs for override - Country selection screen UI setup
34 Days Ago
When the manifest loads/updates we save the country, lat, lon and continetn to player prefs - Check for hello data first and if we cant find it then fall back to whatever our player prefs are
34 Days Ago
Support geo lookup for steam queries by polling our cache - Add geo lookup dictionary to ServerListManager - Fix ServerAddress.Equals and operator == using reference equality on IPAddress instead of value equality, this was silently breaking all dictionary lookups including ping cache and geo lookups
34 Days Ago
- Sort country section based on users long and lat - Steam query will poll cache for geo location before giving up
34 Days Ago
- Country now displayed on country button in main menu - Cleaned up and seperated into GeoLocation class to stop us having to access Account.Hello all the time
34 Days Ago
- Grab geo location from hello - Initial setup
34 Days Ago
main -> server_browser_update_2
35 Days Ago
main -> server_browser_update_2
40 Days Ago
Fix an nre with country phrases Fix conenct modal nt showing ping
40 Days Ago
Add ping display to connection and session modal
40 Days Ago
Misc folder cleanup
40 Days Ago
- Add translation layer for each of the server browser names - Remove a bunch of excess name conversion stuff - Add to server browser
40 Days Ago
Show server country codes. This time taken via geolocation