Commit Graph

8 Commits

Author SHA1 Message Date
3fcabe1a53 refactor: simplify lobby server architecture and update app metadata
* remove legacy data bridge, RPC, and server bootstrap files
* simplify lobby scene and node hierarchy
* rename lobby UI scene path and update signal handlers
* replace the application icon and configure the boot splash
* add project description and version metadata
2026-08-12 16:38:38 -05:00
2ac444162f refactor: pass match data to game server launcher
* Pass full match data to InstanceLauncher instead of only match type
* Track server threads by match ID rather than thread instance ID
* Update child completion handling to use match ID
2026-08-11 23:40:09 -05:00
4dd0af2916 added freeball match type 2026-08-10 21:19:48 -05:00
7897462309 feat: support configurable game server address and port
* Launch game servers in headless mode
* Add configurable game address and port to GameData
* Pass dynamically assigned server ports to clients
* Update lobby defaults for `0.0.0.0:8080`
* Refactor server command-line argument handling
2026-08-10 00:28:23 -05:00
1eb057fefd Refactor message bus and lobby networking flow
* Add local message bus emission with optional argument expansion
* Improve message type validation and callback dispatch
* Simplify lobby match join/disconnect handling
* Move lobby server networking toward an overridable `ServerNetworking` base class
* Update lobby scene to use the dedicated lobby server script
* Remove obsolete window configuration and unused RPC stubs
2026-08-09 18:36:28 -05:00
5ab970aec5 Moving some of lobby to use MessageBus 2026-08-08 01:20:58 -05:00
de0da3de6e push project up 2026-08-07 03:02:53 -05:00
48acb406a7 Initial commit 2026-08-07 03:01:20 -05:00