Commit Graph

7 Commits

Author SHA1 Message Date
e9f53c11e9 allow local netcode multiplayer
* fix crashing when steam client not available
* allow more than 1 connected player
* disable settings persistence when in dbg
2025-12-20 12:08:52 -05:00
12c3cdc87b allow to choosing renet_netcode vs steam 2025-12-20 11:33:23 -05:00
1a632e729e set_rich_presence, more logging 2025-12-19 21:56:36 -05:00
0f5a21995a Merge branch 'master' 2025-12-19 20:12:41 -05:00
4fb37e27c5 switch out renet netcode with renet_steam 2025-12-19 20:03:45 -05:00
PROMETHIA-27
f6fa9ce1e4 implement player id allocation (#90)
* implement player id allocation

* move `bevy/debug` to `dbg`
2025-12-19 17:41:16 -05:00
extrawurst
7cfae285ed Crate unification (#88)
* move client/server/config into shared

* move platforms into shared

* move head drops into shared

* move tb_entities to shared

* reduce server to just a call into shared

* get solo play working

* fix server opening window

* fix fmt

* extracted a few more modules from client

* near completely migrated client

* fixed duplicate CharacterInputEnabled definition

* simplify a few things related to builds

* more simplifications

* fix warnings/check

* ci update

* address comments

* try fixing macos steam build

* address comments

* address comments

* CI tweaks with default client feature

---------

Co-authored-by: PROMETHIA-27 <electriccobras@gmail.com>
2025-12-18 12:31:22 -05:00