[PR #532] [MERGED] netplay dispatcher #593

Closed
opened 2026-03-03 13:48:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/gopher64/gopher64/pull/532
Author: @loganmc10
Created: 8/1/2025
Status: Merged
Merged: 8/3/2025
Merged by: @loganmc10

Base: mainHead: new


📝 Commits (10+)

📊 Changes

7 files changed (+394 additions, -286 deletions)

View changed files

📝 README.md (+1 -1)
📝 src/ui/gui/appwindow.slint (+1 -0)
📝 src/ui/gui/netplay_create.slint (+7 -9)
📝 src/ui/gui/netplay_join.slint (+21 -31)
📝 src/ui/gui/netplay_page.slint (+2 -2)
📝 src/ui/gui/netplay_wait.slint (+7 -0)
📝 src/ui/netplay.rs (+355 -243)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/gopher64/gopher64/pull/532 **Author:** [@loganmc10](https://github.com/loganmc10) **Created:** 8/1/2025 **Status:** ✅ Merged **Merged:** 8/3/2025 **Merged by:** [@loganmc10](https://github.com/loganmc10) **Base:** `main` ← **Head:** `new` --- ### 📝 Commits (10+) - [`0b8da9c`](https://github.com/gopher64/gopher64/commit/0b8da9c7061a0ff84ed92f9ee960d69cee123a40) netplay dispatcher - [`82b60f9`](https://github.com/gopher64/gopher64/commit/82b60f96c5f2fd7f8497a76a8f3a224d9a1422a0) more - [`a1f10e8`](https://github.com/gopher64/gopher64/commit/a1f10e85b0a1c7798340c3aaba1a34dfc2822ac4) more - [`443c71b`](https://github.com/gopher64/gopher64/commit/443c71b52b32cf922f48411c311059d39107d6d9) more - [`fe1decb`](https://github.com/gopher64/gopher64/commit/fe1decb9e25158c21476a7256e0151214a2a349c) more - [`f30f218`](https://github.com/gopher64/gopher64/commit/f30f21805f50220c4e78af8256c44f7ca9b03ab7) more - [`7a28320`](https://github.com/gopher64/gopher64/commit/7a2832078d6cda259c883a744c496121d163622e) more - [`16d0bbd`](https://github.com/gopher64/gopher64/commit/16d0bbd96233ebb12140126b75829e005e5b2ec4) more - [`236032e`](https://github.com/gopher64/gopher64/commit/236032e966fbfb740993ec405bb9fa9191e95412) more - [`33d6b39`](https://github.com/gopher64/gopher64/commit/33d6b399c0e194cc93b4972e86cc2dfd7c30486b) more ### 📊 Changes **7 files changed** (+394 additions, -286 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `src/ui/gui/appwindow.slint` (+1 -0) 📝 `src/ui/gui/netplay_create.slint` (+7 -9) 📝 `src/ui/gui/netplay_join.slint` (+21 -31) 📝 `src/ui/gui/netplay_page.slint` (+2 -2) 📝 `src/ui/gui/netplay_wait.slint` (+7 -0) 📝 `src/ui/netplay.rs` (+355 -243) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:48:14 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/gopher64#593
No description provided.