userlamalovecancel
reporust_rebootcancel

2,815 Commits over 2,011 Days - 0.06cph!

2 Years Ago
Update FP.Nexus
2 Years Ago
Turn the nexus dock prefab into a monument (WIP) Automatically spawn a nexus dock in procgen when the server is running as a nexus
2 Years Ago
Update ferry to actually sail across the ocean to and from the matching island billboard entity
3 Years Ago
Make the island billboards look better (lit properly, blends in with fog) Fix island billboards being clipped when far enough away
3 Years Ago
Fix server full warning never disappearing
3 Years Ago
Show a warning on the hud when approaching an island that is currently full
3 Years Ago
Merge from nexus
3 Years Ago
Merge from main
3 Years Ago
Don't add nexus.redirect servers to the player's server history
3 Years Ago
Add an option in the editor to change all nexus.redirect calls to localhost for debugging
3 Years Ago
Fix connection and loading screens not refreshing server info correctly sometimes
3 Years Ago
Merge from nexus
3 Years Ago
Try loading server info for the transfer connection screen sooner
3 Years Ago
Compile fixes after merge
3 Years Ago
Merge from main
3 Years Ago
Limit the size of chat history to store in memory on the server Configurable with the chat.historysize convar (default 1000)
3 Years Ago
Merge from nexus
3 Years Ago
Merge from main
3 Years Ago
Can now create clans from the clan UI when at the clan table Remove the clan.create and clan.invite commands Allow apostrophes and dashes in clan names List clan members with their role in clan.info
3 Years Ago
Support limiting the number of members in a clan Add a convar to control the clan member limit for the local backend Update nexus clan implementation to pull the clan member limit from the nexus Show max clan member count on clan UI if it is non-zero Specific error text when trying to invite or join a clan that is full
3 Years Ago
Fix clan banner color/logo not showing on the UI if one of them was not set yet
3 Years Ago
Fix old clan logos not clearing out when trying to edit the clan logo
3 Years Ago
Merge from main
3 Years Ago
Correctly sort the clan member list by their role's rank (local backend) Fix creating clan members choosing the wrong default role, should be the lowest rank (local backend) Don't create an officer role by default (local backend)
3 Years Ago
Hide the logs tab if the player doesn't have access to it
3 Years Ago
Show last seen down to the minute since we have online statuses now
3 Years Ago
Refresh clan info periodically while the UI is open so the online/last seen text updates
3 Years Ago
Maintain a list of user IDs that are connected across the nexus Correctly set the online flag for clan members when they are online in a different zone (when running as a nexus)
3 Years Ago
Extend the fake steam ID function to allow disabling randomization (it'll be consistent depending on what unity project path is open)
3 Years Ago
Get clan chat working between servers on the nexus
3 Years Ago
Always make the leader role have all permissions
3 Years Ago
Show a better error message when the clan leader tries to demote themself
3 Years Ago
Update FP.Nexus Implement the remaining IClan methods
3 Years Ago
Update FP.Nexus Pull in clan info so the clan UI can render correctly now
3 Years Ago
Update FP.Nexus WIP nexus clan backend
3 Years Ago
Add the canAccessLogs permission
3 Years Ago
Merge from clans
3 Years Ago
Auto-create the save path for servers (server.identity) Fixes exceptions thrown at boot when it doesn't exist
3 Years Ago
Codegen and manifest to fix merge errors
3 Years Ago
Merge from main
3 Years Ago
Disable all editing functionality on the clan UI when not near a clan table Show a tip on the clan UI explaining that editing can only be done near a clan table
3 Years Ago
Placeholder clan table entity where you need to be near to manage your clan Show a vital on the HUD when near the clan table Don't allow inviting players to clans when not near the table All clan RPCs which modify clan-related things will fail when not near the table
3 Years Ago
Merge from parent
3 Years Ago
Merge from main
3 Years Ago
Merge from clans
3 Years Ago
Include the clan.create command in builds (for now) Update banner texture
3 Years Ago
Cherry pick 70282
3 Years Ago
Client xor server compile fix
3 Years Ago
Merge from clans
3 Years Ago
Merge from parent