Commit graph

8 commits

Author SHA1 Message Date
1609636e90 Queue up Arg packets instead of sending instantly
Change send_rpc_arg to push_rpc_arg. Queue up and Send all Arg packets after handler finish
2024-06-02 23:32:00 +03:00
07560e605a Use parking_lot::RwLock instead of tokio::sync::RwLock
See https://docs.rs/tokio/latest/tokio/sync/struct.Mutex.html\#which-kind-of-mutex-should-you-use (same applies for RwLock). We don't need an asynchronous Mutex/RwLock for data.
2024-06-02 22:27:43 +03:00
c59fe85e67 chore: impl methods for PlayerUID 2024-05-31 20:41:19 +03:00
7ef2b76a32 Proper AccountUID/PlayerUID implementation, RpcCreatePlayer 2024-05-31 20:31:22 +03:00
650dab7606 Remove AtomicRefCell 2024-05-26 19:00:45 +03:00
cf855ef4b6 Rework message handler system, fix scene time 2024-05-25 17:04:04 +03:00
0e0a78abaa Proper character HP in battle, fix some ordering issues 2024-05-25 13:07:56 +03:00
6c89b18e7a First push 2024-03-19 08:30:08 +03:00