1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-07-01 20:27:46 +00:00
kawari/src/world
Joshua Goins cbeaa83307 Implement basic zone isolation for multiplayer
Now you don't see every player from every zone, like some kind of
madman. The code still sucks, but it works.
2025-05-09 19:27:18 -04:00
..
actor.rs Add opcode for despawning actors, send that when changing zones 2025-04-14 16:09:14 -04:00
chat_handler.rs "Implement" the Crystal Bell 2025-05-06 22:39:57 -04:00
connection.rs Implement basic zone isolation for multiplayer 2025-05-09 19:27:18 -04:00
custom_ipc_handler.rs Replace (most of) the remaining Excel parsing with Physis Sheets 2025-05-09 18:35:44 -04:00
database.rs Update dependencies (binrw, physis, bitflags) 2025-05-09 15:25:57 -04:00
event.rs Create GenericWarp script to handle simple warps 2025-05-05 23:30:36 -04:00
lua.rs Port classjob debug command to Lua 2025-05-06 22:03:31 -04:00
mod.rs Move custom IPC handling to a separate file 2025-05-05 21:03:47 -04:00
server.rs Implement basic zone isolation for multiplayer 2025-05-09 19:27:18 -04:00
status_effects.rs Re-organize IPC segments into the ipc module 2025-05-02 00:47:11 -04:00
zone.rs Replace (most of) the remaining Excel parsing with Physis Sheets 2025-05-09 18:35:44 -04:00