userIan Hendersoncancel
reporust_rebootcancel

6,094 Commits over 1,004 Days - 0.25cph!

2 Months Ago
Add pocket support (which deletes the ball on contact)
2 Months Ago
Ball collision detection (against other bodies that arent walls) Velocity response when two of those bodies hit (equal and opposite reaction) 🤓
2 Months Ago
main -> game_room_dlc
2 Months Ago
- Add entity name and create/update distinction to Entities inbound profiling - Add packet profiling to GlobalNetworkHandler - Improve network profiler coverage for entity packets
2 Months Ago
When sprinkling in local servers ensure they're under like 150km rather than < 1000km
2 Months Ago
Fix deployable snapping not working properly in some cases Client now sends over its setup and server validates (just like regular placement)
2 Months Ago
Final fixes
2 Months Ago
More WIP changes
2 Months Ago
Another attempt at a fix
2 Months Ago
Attempt to solve a weird issue where the country chosing canvas is invisible in build. I reckon it's something to do with flex layout and having child absolute elements but I cant be certain
2 Months Ago
Ensure mask update group is provided
2 Months Ago
Ensure support for weapon attachments and plant genetics throughout the new vending machine sell pipeline
2 Months Ago
Fix typo
2 Months Ago
Fix hidden items showing up in the vending machine search
2 Months Ago
empty_country_fix -> main
2 Months Ago
Fix countries not being shown in the drop down country selection window
2 Months Ago
Fix shop name input being at a weird position when opening the dialog window
2 Months Ago
Ensure 'remove all' popup closes if you disconenct
2 Months Ago
Support UI popup with empty string titles
2 Months Ago
Fix dodgy shadow on apply, modify and discard buttons
2 Months Ago
Fix broken open transition
2 Months Ago
empty_country_list_fix -> main
2 Months Ago
Debug commands to test whats going wrong with geolocation - Codegen - Rebuild phrases
2 Months Ago
increase max player sprinkle
2 Months Ago
Final volume checks
2 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
2 Months Ago
New default sorting order - Initially sort via population - Use distance as tie breaker - Very occasionally sprinkle in lower pop
2 Months Ago
Remove region locations help print out
2 Months Ago
Left align country text in the server browser
2 Months Ago
vending_fixes_2 -> main
2 Months Ago
Phrase fix
2 Months Ago
Add an 'are you sure' popup when clearing all vending orders
2 Months Ago
Can now press the larger area around the cost and sell icons
2 Months Ago
Fix emojis not working properly on loot panel purchasing - Additional filtering on the name before being displayed (just in case)
2 Months Ago
Remove rich text support
2 Months Ago
- Add broken item support to vending sell orders - Add support to fake inventory as well
2 Months Ago
Make 'sold out' look less ass
2 Months Ago
Entering a higher number than in stock automatically lowers the number to max available stock like it used to
2 Months Ago
Missed file
2 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
2 Months Ago
Vending name max limit = 32
2 Months Ago
Set character limit of 4 for all vending admin/purchase input boxes
2 Months Ago
- Remove sell order play animation when adding/removing - Change increase/decrease price indicator saturation
2 Months Ago
Fix existing sell order NRE
2 Months Ago
binocuar_fixes_2 -> main
2 Months Ago
Ensure binoculars are hidden when relogging in
2 Months Ago
Use in environment check on the binoculars to correctly set day/night mode better than just day/night time
2 Months Ago
server_browser_update_2 -> main
2 Months Ago
- Hide distance behind a popup - Country select window changes - Minor cleanup all around
2 Months Ago
main -> server_browser_update_2