1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-06-30 19:57:46 +00:00
kawari/src/world
Joshua Goins 01697c8f62 Begin implementing currency, add //gm gil command and more
This doesn't work yet though , and I'm not sure why. I also fixed a bug
where new characters doesn't get their inventories initialized properly.
2025-06-24 19:16:32 -04:00
..
actor.rs Generate new actor IDs for debug NPCs, unify actor network paths 2025-06-18 20:49:05 -04:00
chat_handler.rs Address warning: "unneeded return statement" 2025-06-23 15:28:24 -04:00
common.rs Send action requests to global server state 2025-06-21 10:36:44 -04:00
connection.rs Begin implementing currency, add //gm gil command and more 2025-06-24 19:16:32 -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 Fix more easy Clippy warnings 2025-06-23 21:14:38 -04:00
event.rs Don't panic when the event file doesn't exist 2025-06-22 09:05:54 -04:00
lua.rs Address warning: "struct update has no effect, all the fields in the struct have already been specified" 2025-06-23 15:28:24 -04:00
mod.rs Allow reloading Global.lua with the new !reload debug command 2025-06-21 12:16:27 -04:00
server.rs Fix more easy Clippy warnings 2025-06-23 21:14:38 -04:00
status_effects.rs Re-organize IPC segments into the ipc module 2025-05-02 00:47:11 -04:00
zone.rs Allow loading invalid zone IDs 2025-06-21 19:01:56 -04:00