1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-07-20 11:47:46 +00:00
kawari/src/ipc/zone
Joshua Goins 1c2b757359 Begin adding support for EffectResult IPC opcode
And other stuff I saw in my sprint retail capture.
2025-07-14 19:00:26 -04:00
..
action_request.rs Implement Fantasia and remaking your character 2025-05-02 15:36:22 -04:00
action_result.rs Begin adding support for EffectResult IPC opcode 2025-07-14 19:00:26 -04:00
actor_control.rs Add Cooldown ActorControl category 2025-07-14 18:28:37 -04:00
chat_message.rs Rename ChatMessage's player_id to actor_id 2025-07-14 18:19:34 -04:00
client_trigger.rs Add support for sending the title list, when requested 2025-07-13 10:15:40 -04:00
common_spawn.rs Put new rusqlite usage behind #[cfg] 2025-07-12 08:02:02 -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 Add remaining IPC size tests, fix some struct issues 2025-07-12 14:48:21 -04:00
effect_result.rs Begin adding support for EffectResult IPC opcode 2025-07-14 19:00:26 -04:00
equip.rs Re-organize IPC segments into the ipc module 2025-05-02 00:47:11 -04:00
event_scene.rs Address "warning: this impl can be derived" 2025-07-08 21:54:10 -04:00
event_start.rs Re-organize IPC segments into the ipc module 2025-05-02 00:47:11 -04:00
event_yield_handler.rs Rename EventReturnHandler to EventYieldHandler, make generic 2025-06-28 15:57:45 -04:00
init_zone.rs Begin correctly implementing packet obsfucation 2025-07-03 16:12:19 -04:00
item_info.rs Overhaul how we send inventory packets again 2025-05-02 16:15:54 -04:00
item_operation.rs Rename inventory-related opcodes to match Karashiiro/FFXIVOpcodes (#112) 2025-07-12 17:40:22 -04:00
mod.rs Begin adding support for EffectResult IPC opcode 2025-07-14 19:00:26 -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
object_spawn.rs Add ObjectSpawn IPC opcode 2025-07-13 08:56:15 -04:00
player_setup.rs Add CLASSJOB_ARRAY_SIZE constant for various classjob arrays 2025-07-12 08:36:00 -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
quest_active_list.rs Add support for the QuestActiveList IPC opcode 2025-07-13 11:24:14 -04:00
social_list.rs Add remaining IPC size tests, fix some struct issues 2025-07-12 14:48:21 -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