userlamalovecancel
reporust_rebootcancel

2,550 Commits over 1,827 Days - 0.06cph!

1 Year Ago
Limit the size of chat history to store in memory on the server Configurable with the chat.historysize convar (default 1000)
1 Year Ago
Merge from nexus
1 Year Ago
Merge from main
1 Year 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
1 Year 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
1 Year Ago
Fix clan banner color/logo not showing on the UI if one of them was not set yet
1 Year Ago
Fix old clan logos not clearing out when trying to edit the clan logo
1 Year Ago
Merge from main
1 Year 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)
1 Year Ago
Hide the logs tab if the player doesn't have access to it
1 Year Ago
Show last seen down to the minute since we have online statuses now
1 Year Ago
Refresh clan info periodically while the UI is open so the online/last seen text updates
1 Year 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)
1 Year Ago
Extend the fake steam ID function to allow disabling randomization (it'll be consistent depending on what unity project path is open)
1 Year Ago
Get clan chat working between servers on the nexus
1 Year Ago
Always make the leader role have all permissions
1 Year Ago
Show a better error message when the clan leader tries to demote themself
1 Year Ago
Update FP.Nexus Implement the remaining IClan methods
1 Year Ago
Update FP.Nexus Pull in clan info so the clan UI can render correctly now
1 Year Ago
Update FP.Nexus WIP nexus clan backend
1 Year Ago
Add the canAccessLogs permission
2 Years Ago
Merge from clans
2 Years Ago
Auto-create the save path for servers (server.identity) Fixes exceptions thrown at boot when it doesn't exist
2 Years Ago
Codegen and manifest to fix merge errors
2 Years Ago
Merge from main
2 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
2 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
2 Years Ago
Merge from parent
2 Years Ago
Merge from main
2 Years Ago
Merge from clans
2 Years Ago
Include the clan.create command in builds (for now) Update banner texture
2 Years Ago
Cherry pick 70282
2 Years Ago
Client xor server compile fix
2 Years Ago
Merge from clans
2 Years Ago
Merge from parent
2 Years Ago
Merge from main
2 Years Ago
Add notification channel for clan announcements Send a push notification to all clan members when updating the announcement (if it's been more than 5 min since the last change) Update NotificationList to support sending notifications to over 100 different steamIDs at a time
2 Years Ago
Update icon for the clan button
2 Years Ago
Replace navigation buttons in inventory, crafting, and contacts screens with GameUI.Navigation prefab
2 Years Ago
Add navigation buttons at the top of the clan UI to switch to the inventory etc
2 Years Ago
Show clan member online status on UI Improve consistency of the clan UI styling
2 Years Ago
Include online status in protos for clan members
2 Years Ago
Keep the last few clan messages in memory so the app can load them into its scrollback Refactor how clan chat worked so it can be adapted to support nexus Fix exception thrown when loading the clan member list and a player has a note set
2 Years Ago
Merge from easter2022)crash - testing shader revert
2 Years Ago
Revert shader changes, switch egg suit to use the StandardWithDecal shader that signs etc use
2 Years Ago
Merge from easter2022_crash - testing changes
2 Years Ago
Revert changes to EngineUI and GameUI
2 Years Ago
Change RequestFileFromServer behavior to work the same as main but add a flag to optionally respond if not found (only used by egg suit)
2 Years Ago
Subtract 70097 - taking another approach with the RequestFileFromServer changes
2 Years Ago
Merge from easter2022_crash (testing)