branchrust_reboot/main/server_browser_update_2cancel

22 Commits over 30 Days - 0.03cph!

12 Days Ago
- Hide distance behind a popup - Country select window changes - Minor cleanup all around
12 Days Ago
main -> server_browser_update_2
13 Days Ago
- Increased distance/player score to 50-50 for default sorting - Compile fix
13 Days Ago
- Add distances away to each of the servers in km - Convert it to miles if in the USA
13 Days Ago
Dont disable the country selection button
13 Days Ago
-OnCountryChanged event - attached the country button - Cleanup with country selection choices
13 Days Ago
Fix a bunch of the country select settings
13 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
13 Days Ago
main -> server_browser_update_2
13 Days Ago
WIP on country selection window - Setup centres for each chosen country - Setup player prefs for override - Country selection screen UI setup
14 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
14 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
14 Days Ago
- Sort country section based on users long and lat - Steam query will poll cache for geo location before giving up
14 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
14 Days Ago
- Grab geo location from hello - Initial setup
14 Days Ago
main -> server_browser_update_2
15 Days Ago
main -> server_browser_update_2
20 Days Ago
Fix an nre with country phrases Fix conenct modal nt showing ping
20 Days Ago
Add ping display to connection and session modal
20 Days Ago
Misc folder cleanup
20 Days Ago
- Add translation layer for each of the server browser names - Remove a bunch of excess name conversion stuff - Add to server browser
20 Days Ago
Show server country codes. This time taken via geolocation