Reorganizing nakama integration example#1
Draft
GustavoLR548 wants to merge 7 commits intofinepointcgi:mainfrom
Draft
Reorganizing nakama integration example#1GustavoLR548 wants to merge 7 commits intofinepointcgi:mainfrom
GustavoLR548 wants to merge 7 commits intofinepointcgi:mainfrom
Conversation
- Reorganized screen - Fixed issue with updating the friends list - Added notification system
Moved chat and notification logic from MainMenu.gd into dedicated scripts and scenes under Lobby/Chat and Lobby/Notifications. Updated MainMenu.tscn to use new ChatTab and Notifications nodes, removing old inline UI and code. Improved modularity and maintainability by isolating chat and notification features, and updated related NakamaManager.gd logic.
Refactored chat and notification systems to batch-fetch user display names for improved performance and accuracy. Added TimeUtils utility for parsing and formatting Nakama timestamps, enabling relative and formatted time displays in notifications. Updated signal handling in NakamaManager for better event proxying, and improved UI logic for chat and notification panels.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The purpose of this project is for me to learn how to use the Nakama plugin, while also making the code more readable, and organizing the UI.
Current state
The project isn't ready to be fully used, but you can see some screenshots of the current progress.
Checklist