1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-07-11 00:17:44 +00:00
kawari/src/ipc/zone
Joshua Goins 6951f9448d Port GM commands to Lua
This removes a ton of implementation overlap between the two
command systems. For example, we had two different implementations
of unlocking aetherytes which is just unnecessary.

On the flipside, this makes implementing new GM commands just as
easy as writing debug ones. I moved the existing debug Lua
implementations into their GM counterparts and updated the USAGE
accordingly.
2025-06-28 10:27:56 -04:00
..
action_request.rs Implement Fantasia and remaking your character 2025-05-02 15:36:22 -04:00
action_result.rs Re-organize IPC segments into the ipc module 2025-05-02 00:47:11 -04:00
actor_control.rs Add various things useful for using Kawari downstream 2025-06-26 20:59:46 -04:00
chat_message.rs Re-organize IPC segments into the ipc module 2025-05-02 00:47:11 -04:00
client_trigger.rs Implement more back and forth packets for events 2025-06-25 23:11:49 -04:00
common_spawn.rs Add GM rank to database, default to normal user and set online status 2025-05-12 15:44:39 -04:00
config.rs Support toggling displaying your weapon and other flags 2025-06-25 21:30:14 -04:00
container_info.rs Overhaul how we send inventory packets again 2025-05-02 16:15:54 -04:00
currency_info.rs Finish implementing currency 2025-06-25 17:02:19 -04:00
equip.rs Re-organize IPC segments into the ipc module 2025-05-02 00:47:11 -04:00
event_scene.rs Document the EventScene struct more: We'll support only two params for now. 2025-06-27 21:26:10 -04:00
event_start.rs Re-organize IPC segments into the ipc module 2025-05-02 00:47:11 -04:00
init_zone.rs Re-organize IPC segments into the ipc module 2025-05-02 00:47:11 -04:00
item_info.rs Overhaul how we send inventory packets again 2025-05-02 16:15:54 -04:00
item_operation.rs Update IPC struct names and filenames to match their opcode name 2025-05-02 23:24:31 -04:00
mod.rs Port GM commands to Lua 2025-06-28 10:27:56 -04:00
move.rs Fix rotations sent to other players 2025-05-08 21:52:50 -04:00
npc_spawn.rs Fix tests not compiling 2025-05-02 00:56:48 -04:00
player_setup.rs Fix the size of the aetheryte unlock bitmask 2025-06-28 08:22:01 -04:00
player_spawn.rs Fix tests not compiling 2025-05-02 00:56:48 -04:00
player_stats.rs Re-organize IPC segments into the ipc module 2025-05-02 00:47:11 -04:00
social_list.rs Re-organize IPC segments into the ipc module 2025-05-02 00:47:11 -04:00
status_effect.rs Re-organize IPC segments into the ipc module 2025-05-02 00:47:11 -04:00
status_effect_list.rs Re-organize IPC segments into the ipc module 2025-05-02 00:47:11 -04:00
update_class_info.rs Begin implementing EXP 2025-06-22 09:19:06 -04:00
warp.rs Update IPC struct names and filenames to match their opcode name 2025-05-02 23:24:31 -04:00
weather_change.rs Re-organize IPC segments into the ipc module 2025-05-02 00:47:11 -04:00