1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-07-05 05:57:45 +00:00
kawari/src/world
Joshua Goins 53a3d5d6a4 Load the actual weather rates for zones instead of using Sunny
This doesn't match up with retail yet (I don't know why.) But this
fixes the appearance of lots of dungeons and other instanced
content that have their own special weather.
2025-06-21 14:55:17 -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 Reimplement several commands in Lua (#37) 2025-06-21 13:30:52 -04:00
common.rs Send action requests to global server state 2025-06-21 10:36:44 -04:00
connection.rs Load the actual weather rates for zones instead of using Sunny 2025-06-21 14:55:17 -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 Make the current classjob persistent, and your levels too 2025-06-20 19:08:53 -04:00
event.rs Create GenericWarp script to handle simple warps 2025-05-05 23:30:36 -04:00
lua.rs Reimplement several commands in Lua (#37) 2025-06-21 13:30:52 -04:00
mod.rs Allow reloading Global.lua with the new !reload debug command 2025-06-21 12:16:27 -04:00
server.rs Only execute actions at the end of their cast timer, if any 2025-06-21 11:20:21 -04:00
status_effects.rs Re-organize IPC segments into the ipc module 2025-05-02 00:47:11 -04:00
zone.rs Send action requests to global server state 2025-06-21 10:36:44 -04:00