Draft
Conversation
Chunk 3 of the Bifrost First Contact plan. Adds Nakama Java SDK integration to DestinationSol with NakamaClient (connection, chat, message queue), NakamaConfig (dual-port: gRPC + WebSocket), /say console command, and game loop message polling. Incoming cross-game messages appear in the console. Uses Java 8 compatible APIs throughout. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace hardcoded Nakama config with nakama.ini file loaded via IniReader. Default ships as a resource, user edits the copy in the save directory. Upgrade protobuf from 3.4.0 to 4.28.2 to match Nakama SDK requirements — EntityData.java regenerated with protoc 28.2. Remove protobuf exclusion hack from nakama-java dependency. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Incoming cross-game chat messages now display as a fading banner on the game HUD with a semi-transparent dark background for readability. The banner fades over 5 seconds. Messages also still go to the console log. Follows the ZoneNameAnnouncer pattern from the existing codebase. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
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.
Not for merging, at least not yet! Details at https://siliconsaga.net/bifrost-first-contact/