1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-07-10 07:57:46 +00:00
kawari/src/world
thedax ca90d8b787
Move the login message from Lua scripts into the config file. (#100)
-Provide a new API function: getLoginMessage which will fetch it from the config file.
2025-07-04 11:42:52 -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 Refactor gamedata to use a more general get_item_info function (#96) 2025-07-02 17:30:48 +00:00
common.rs When equipping items, network that to other players 2025-06-28 11:13:11 -04:00
connection.rs Begin correctly implementing packet obsfucation 2025-07-03 16:12:19 -04:00
custom_ipc_handler.rs Begin correctly implementing packet obsfucation 2025-07-03 16:12:19 -04:00
database.rs Send your completed quests list 2025-07-01 19:51:33 -04:00
event.rs Fix signedness of scene yield params 2025-06-25 23:28:12 -04:00
lua.rs Move the login message from Lua scripts into the config file. (#100) 2025-07-04 11:42:52 -04:00
mod.rs Begin implementing more packet obsfucation 2025-07-03 17:00:55 -04:00
scrambler.rs Address "warning: you should consider adding a Default implementation for ScramblerKeyGenerator" 2025-07-04 11:42:08 -04:00
server.rs Address: "warning: the variable sequence is used as a loop counter" 2025-06-30 21:55:11 -04:00
status_effects.rs Re-organize IPC segments into the ipc module 2025-05-02 00:47:11 -04:00
zone.rs Make loading zone LGBs more accurate 2025-07-04 11:33:01 -04:00