userlamalovecancel

6,577 Commits over 2,496 Days - 0.11cph!

1 Year Ago
Update manifest
1 Year Ago
Merge from main
1 Year Ago
▍▊█▆ █▇▊▋██▅▍▌ ▌▋▉▍ ▍▇▆ ▄▇ ▉▋▊ ▋▊▄▌▅█▇▌▅ ▆▋▆██ (▆▍▍ █▉ ▍▋▇▇▇▄█ ▋▉▇ █▊▄ ▊▉-▊▊▉▍ ▇▍▌▄▊▊▍ ▆██▅▇)
1 Year Ago
▇▄▍▅ ▉▌▇█▊▋▊▆▌ ▄█▇▍ ▅▍▍ ██ ▋██ ▄▆▆▄▊▌▌▉█ ▄█▋▋▍ (▉█▇ ▇█ ▄▄▍█▅▇▋ ▌▋▄ ▊▍▇ ▉▊-▉▉▄█ ▄▍▌▊▇▄▄ ▉▆▆▇█)
1 Year Ago
█▉▊▅▉▇ ▌▋▉ ▊█▆▇▇▍▉▌▄ ▋▍▌█▉▇▇▇▍ ▆▅ ▌▊▍▆▉ ▌▋█▅▇ ▉▉.▆.▊ ▌▇▉▆▍▍▌▊▍▅█▉▍
1 Year Ago
Require multiple ping samples from the server before showing the ping warning screen so it is more reliable
1 Year Ago
Merge from nexus
1 Year Ago
Fix ferry stuck at dock after spawning in automatically
1 Year Ago
▊▉█ ▍▌ ▌█▄▆▅▉▍ ▆▌▊ ▊▆▊▄▊▊▅ ▌▋▉ ▊▌▌ ▌▄▄▍█▅▇
1 Year Ago
Merge from nexus
1 Year Ago
Update FP.Nexus Automatically render and upload the map to the nexus at server boot Add a convar to force reupload it just in case
1 Year Ago
Revert System.Memory to 4.5.4 because of some Unity issues Add in APIs to check and upload zone map images
1 Year Ago
▍▌▅▄▌ ▍█▉ ▅▋▌▌▄▆▇ ▄█▅ ▌▅▉▍▆▉▋ ▌▅▇▇ ▌▋▉▋▌▅▄ ▍█▌ ▆▉▆▌ ▊▇██▇█ ▉▅▆▊█ ▍▄▉▉ ▇ ▍▌▅ ▅▇ ▄▇▅ ▅▄▇ ▅▍▆▉▉▆▄ ▊▆▆▇▌▌▌▊█▌▇▍▅ █▇▅ ▍██▄▉▊ ▄▇▆▆▅ █▆▄▄ ▍▋ ▍▍▇ ▄▉▍▆+ ▇▊▉█
1 Year Ago
█▉█▌ ▇▄▄▄▄█ ▅▅▇▊▊█ ▄█▋▋▇▊▅▆▊▆▆ ▊▄ ▄▇▆▇ ▌▌▄ "▅▌▊▊ ▌▄▇▉" ▌▉ ▅ ▆▇█▄▌▍ ▆▋▋█▅▆▅
1 Year Ago
Merge from nexus
1 Year Ago
Merge from nexus/map
1 Year Ago
Fix World.Nexus not being set in editor mode when the expected scene is already loaded Refresh the nexus map when opening the map UI instead of in Update (was testing only)
1 Year Ago
Click on a nexus zone to show details for it (player count for now) Mark the zone which we are currently playing on Don't scale the zone name/details when zooming into the map Add a button to show/hide the nexus map Disable the nexus map when the server isn't running as a nexus
1 Year Ago
Merge from nexus
1 Year Ago
Subtract 71745
1 Year Ago
Revert System.Memory back to cs41063 (4.5.5 -> 4.5.4)
1 Year Ago
Subtract 71684 and 71722 - troubleshooting build issue
1 Year Ago
WIP map of the nexus in GameUI
1 Year Ago
Manifest and codegen
1 Year Ago
Merge from nexus
1 Year Ago
Merge from main
1 Year Ago
Update FP.Nexus to fix IL2CPP issues
1 Year Ago
Replace System.Text.Json with Newtonsoft.Json because it's not working with Il2CPP
1 Year Ago
Zone Name -> Key
1 Year Ago
Fix wrong endpoint being used for player info Fix missing result mapping for some role deletion error codes Add result mapping for clan is full error code
1 Year Ago
▆▊▊ ▉ ▊▌▍▋▉▄▉▆▄█▉▌ ▆▍▇▉ ▉█▊▄▋█ ▄▊▇▄█ ▋▅▅ ▌▊▅▉▅ █▉▄▆▆ ▅▆▅ ▆▌▉▊▅▋ ▄▆▋▄ ▉▌▅ ▋▆█ █▉▋▅▍▉▌▊ ▊▋▍▄ █▆█ ▌█▆▌ ▌▋ ▇▇▄▄▌ ▄▊▉▊▄
1 Year Ago
Merge from nexus
1 Year Ago
Set up the game client's connection to the nexus API (via NexusClient) Fill in proper zone names on the sleeping bag buttons and island transfer HUD message
1 Year Ago
Rename base client classes, rename NexusSteamPlayerClient to NexusPlayerClient Change NexusPlayerClient to expect player auth tokens (from fpapi) instead of steam tickets
1 Year Ago
Update FP.Nexus Rename zone Name -> Key
1 Year Ago
Refactor API calls to return the ApiResult (which has the status code and response if there is one) API calls no longer automatically throw for non-2xx responses Connector functions for calling all of the new clan APIs WIP setting up the NexusZoneClient to provide access to clans Progress on clans implementation Hook up all the clan functions Refactor VariableUpdate so it's not annoying to use Automatically handle clan events from the nexus Expose clan events to consumers so they can do extra stuff if needed Compile fix Add an event for when a clan is unloaded Add accessors for role and member variables Fix roles never getting their name set Fix incorrect error codes being returned when changing a clan member's role Add a MaxMemberCount field to clan info (always 0, no limit for now) Automatically refresh clan info in case we missed some change events Rename zone Name -> Key Merge branch 'clans'
1 Year Ago
Rename zone Name -> Key
1 Year Ago
▇▆▌▋▇▇▍ ▄▆▊▊▋▉▋▊ ▄▆ ▊ █▅▇▆▉ ▊▆▊▄▇▋▌▍ ▉▅ ██▄▉▉▌ (▊▇▇▍▅▋-▄▋▉▇) ▇▆ ▍▍▆ ▌▅▊▅ █▊▆ ▉▇█▊▅ ▊▄▆▉█ ▊▋▋▋▍▆ █▌▅▌ ▉▄▇▊ ▄▊▌▉▇ ▇▇ ▅▅▇, ▋▍▉ █ ▊▇▋▆▋▌▉▅ ▅█▌▍ ▆▆▆▌▋ ▉▍▌ ▊ ▉▋█▍▆▅▉ ▉▇▄▄ ▊▍▆▋ ▅▆▆█▄▌ █▇▋█▅▄▌ ▇▊▆▄▋▌ ▅▊▆▆▉▋▄▉ ▋█ ▌▆▆ ▄▉▊
1 Year Ago
Fix nexus initialize failure in editor leaving the DB file open forever
1 Year Ago
Show an icon on the server you are currently assigned to
1 Year Ago
Support removing server groups so the button does something now
1 Year Ago
Fetch player info from the nexus to get appKey etc Remove appKey fields from server and notification data
1 Year Ago
Fix issues with the getNexusAth rust+ rpc
1 Year Ago
▄▉▊▆▅▇ ▌▄▆▋▌ ▆▉██▄▉ ▋▄▍▅ ▆▌▄▊▇▆█▇▍▄ ▇▊ ▄▌▇▆▊▅ ▉ ▄▌▌▇▇▍ ▇▆▌▆ ▇▋▇▍▊ ▋▋▉▊▋▄▇ ▋▇ ▊ ▉▉█▉▄ ▋▌▉█▌ ▇█▉▋▋▄ ▄▊▄ ▉▇▄▊▇▅ ▊▊▄▇▉ ▋▅ ▉▊▋ ▇▌▋▋ ▉▉▅▌▅▇ ▆▅ ▌▍▋▄ ▊▊ ▋▇▉▌ ▄▇ █▄▋▆▍
1 Year Ago
Don't mark the player's appKey as private so they can retrieve it from the nexus directly Remove the app key from pairing data
1 Year Ago
Automatically correct the IP address and port of paired nexus servers if they changed Ungroup servers when their zone is not found in the nexus anymore
1 Year Ago
Update protos Automatically add other servers from the nexus when we have at least one already
1 Year Ago
Remove redundant playerId field in getNexusAuth
1 Year Ago
Render server groups under a group header
1 Year Ago
Fix nexus servers not immediately being grouped correctly when adding/removing them Automatically refresh groups once in a while just in case data changes