1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-07-01 04:07:45 +00:00
kawari/src/world
Joshua Goins ca8d36e48c Fix remaining inn warps, prevent the player from getting stuck
This means the three ARR inns are now "functional" (as in, you can enter
and exit them.) I also added some code to give you control of your
character in case you hit an unimplemented event.
2025-05-05 23:45:22 -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 Create GenericWarp script to handle simple warps 2025-05-05 23:30:36 -04:00
connection.rs Fix remaining inn warps, prevent the player from getting stuck 2025-05-05 23:45:22 -04:00
custom_ipc_handler.rs Move custom IPC handling to a separate file 2025-05-05 21:03:47 -04:00
database.rs Switch out rand crate with fastrand 2025-05-02 23:06:59 -04:00
event.rs Create GenericWarp script to handle simple warps 2025-05-05 23:30:36 -04:00
lua.rs Add inn bed handling, let event scripts decie when they are finished 2025-05-05 23:04:53 -04:00
mod.rs Move custom IPC handling to a separate file 2025-05-05 21:03:47 -04:00
server.rs Move global world server logic to it's own module 2025-05-02 23:51:34 -04:00
status_effects.rs Re-organize IPC segments into the ipc module 2025-05-02 00:47:11 -04:00
zone.rs Update to latest Physis changes 2025-04-13 18:36:43 -04:00