1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-04-19 22:36:49 +00:00
kawari/src
Joshua Goins 01cab0f3a1 Send position and rotation on initial spawn, and keep it updated
Now other players won't spawn at 0,0,0 (which is wrong, almost nobody
is there) and will reflect their actual position/rotation when spawned
in. This is also updated on the server - so new clients are aware of
your last position/rotation - and can be used later for visibility
checks.
2025-04-14 16:34:30 -04:00
..
bin Send position and rotation on initial spawn, and keep it updated 2025-04-14 16:34:30 -04:00
blowfish Create dedicated Connection implementations to handle future server work 2025-03-15 20:38:10 -04:00
common Fix various Clippy warnings 2025-04-14 16:24:46 -04:00
lobby Use bool in "check if name is free" IPC instead of u8 2025-04-11 08:41:50 -04:00
login Move player stat sending function to ZoneConnection 2025-04-14 16:18:03 -04:00
packet Make various packet dumping optional, turned off by default 2025-04-01 16:58:39 -04:00
patch Add version checks in the patch server for game and boot components 2025-03-23 08:21:43 -04:00
world Fix various Clippy warnings 2025-04-14 16:24:46 -04:00
config.rs Add barebones account management page 2025-04-05 22:40:44 -04:00
lib.rs Don't include a copy of unused HTML pages in each binary 2025-03-31 22:03:33 -04:00
oodle.rs Improve Oodle buffer correctness 2025-03-30 22:54:30 -04:00