1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-04-26 08:37:44 +00:00
kawari/src
Joshua Goins 2bf9385079 Load the starting position from the LGB
It turns out (amazingly) that this data exists client-side, I guess because the
server and the client share the same planevent LGB file. So instead of
hardcoding the starting location in each city, it's now literally like retail*

* Except for the fact that we don't support rotation yet, and positions in pop
ranges are probably randomized too. But it's close!
2025-03-28 23:00:32 -04:00
..
bin Add basic Event scripting capaibilities 2025-03-28 23:00:32 -04:00
blowfish Create dedicated Connection implementations to handle future server work 2025-03-15 20:38:10 -04:00
common Add packets related to playing events and scenes 2025-03-28 23:00:32 -04:00
lobby Start defining IPC opcodes in JSON 2025-03-26 19:23:14 -04:00
login Run Clippy auto-fix, disable large enum size warning 2025-03-23 18:14:14 -04:00
packet Add packets related to playing events and scenes 2025-03-28 23:00:32 -04:00
patch Add version checks in the patch server for game and boot components 2025-03-23 08:21:43 -04:00
world Load the starting position from the LGB 2025-03-28 23:00:32 -04:00
config.rs Add mlua for server-side scripting support 2025-03-28 23:00:32 -04:00
lib.rs Start defining IPC opcodes in JSON 2025-03-26 19:23:14 -04:00
oodle.rs Quiet some warnings 2025-03-23 18:21:12 -04:00