Commit Graph

7 Commits

Author SHA1 Message Date
extrawurst
da5c0f8fb7 fix cash in multiplayer (#97)
* replicate it
* use collision observer to simplify
* pass entity of player that receives cash for a duplicate head
2025-12-21 21:44:43 -05:00
89e6102b06 fix player rotation 2025-12-21 16:01:36 -05:00
e22fa8d134 more clear splitting of visual stuff in client mod 2025-12-21 15:27:11 -05:00
fcb13eed31 UiActiveHeads can be a local player resource only 2025-12-21 12:46:32 -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
1eb88cc1a6 cleanup 2025-12-18 21:18:36 -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