userIan Hendersoncancel

6,218 Commits over 1,004 Days - 0.26cph!

3 Months Ago
Use player volume rather than player score. This prevents servers with 1/2/3 players that have hit max player count from being put up the rankings
3 Months Ago
New default sorting order - Initially sort via population - Use distance as tie breaker - Very occasionally sprinkle in lower pop
3 Months Ago
Remove region locations help print out
3 Months Ago
Left align country text in the server browser
3 Months Ago
vending_fixes_2 -> main
3 Months Ago
Phrase fix
3 Months Ago
Add an 'are you sure' popup when clearing all vending orders
3 Months Ago
Can now press the larger area around the cost and sell icons
3 Months Ago
Fix emojis not working properly on loot panel purchasing - Additional filtering on the name before being displayed (just in case)
3 Months Ago
Remove rich text support
3 Months Ago
- Add broken item support to vending sell orders - Add support to fake inventory as well
3 Months Ago
Make 'sold out' look less ass
3 Months Ago
Entering a higher number than in stock automatically lowers the number to max available stock like it used to
3 Months Ago
Missed file
3 Months Ago
- Only play animations when adding to the existing orders list - Add 'modify' and 'discard' buttons when modifying an existing sell order. Makes it very clear what you're doing
3 Months Ago
Vending name max limit = 32
3 Months Ago
Set character limit of 4 for all vending admin/purchase input boxes
3 Months Ago
- Remove sell order play animation when adding/removing - Change increase/decrease price indicator saturation
3 Months Ago
Fix existing sell order NRE
3 Months Ago
binocuar_fixes_2 -> main
3 Months Ago
Ensure binoculars are hidden when relogging in
3 Months Ago
Use in environment check on the binoculars to correctly set day/night mode better than just day/night time
3 Months Ago
server_browser_update_2 -> main
3 Months Ago
- Hide distance behind a popup - Country select window changes - Minor cleanup all around
3 Months Ago
main -> server_browser_update_2
3 Months Ago
server_browser_update_2 -> main
3 Months Ago
- Increased distance/player score to 50-50 for default sorting - Compile fix
3 Months Ago
- Add distances away to each of the servers in km - Convert it to miles if in the USA
3 Months Ago
Dont disable the country selection button
3 Months Ago
-OnCountryChanged event - attached the country button - Cleanup with country selection choices
3 Months Ago
Fix a bunch of the country select settings
3 Months Ago
- Setup convar to support auto detecting country or not - Added checkbox to enable/disable it in country selection - Minor set of bug fixes
3 Months Ago
vendingmachine_updateammocount_nre -> main
3 Months Ago
Properly fix the bug
3 Months Ago
Fix update ammo count nre
3 Months Ago
main -> server_browser_update_2
3 Months Ago
WIP on country selection window - Setup centres for each chosen country - Setup player prefs for override - Country selection screen UI setup
3 Months 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
3 Months 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
3 Months Ago
- Sort country section based on users long and lat - Steam query will poll cache for geo location before giving up
3 Months 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
3 Months Ago
- Grab geo location from hello - Initial setup
3 Months Ago
- Fixed binocular overlay from sticking around on reconnect - Fixed binocular overlay firing material changes into plastic
3 Months Ago
main -> server_browser_update_2
3 Months Ago
fix dodgy merge
3 Months Ago
binoculars_fix -> main
3 Months Ago
- Codecleanup - New binocular effects toggle at night
3 Months Ago
- Stop unity complaining about main tex - Ensure ping markers show up
3 Months Ago
binoculars_fix -> main
3 Months Ago
Ensure range transform respects ui scale