1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-07-22 20:47:45 +00:00
kawari/src/world/ipc
Joshua Goins 216778ea8b Add more inventory management
Instead of one single slot available in your inventory, all four pages
should be available now. Moving items around should be less buggy, and
it's now possible to discard items.

Items cannot stack still, and when given will always take up the next
free slot.
2025-04-01 21:37:41 -04:00
..
action_request.rs Start informing the player of the consequences of their actions 2025-03-29 14:15:01 -04:00
action_result.rs Replicate actor spawning and movement to other clients 2025-03-30 18:03:42 -04:00
actor_control.rs Add //gm wireframe command 2025-03-29 00:39:00 -04:00
actor_move.rs Replicate actor spawning and movement to other clients 2025-03-30 18:03:42 -04:00
actor_set_pos.rs Replicate actor spawning and movement to other clients 2025-03-30 18:03:42 -04:00
chat_message.rs Re-organize the IPC structures so they live in their own server-specific module 2025-03-16 17:43:29 -04:00
common_spawn.rs Restore player position and rotation on login 2025-03-29 00:28:49 -04:00
container_info.rs Add more inventory management 2025-04-01 21:37:41 -04:00
equip.rs Allow unequipping items, add packet for updating equipped model ids 2025-03-31 21:49:12 -04:00
event_play.rs Add packets related to playing events and scenes 2025-03-28 23:00:32 -04:00
event_start.rs Add packets related to playing events and scenes 2025-03-28 23:00:32 -04:00
init_zone.rs Re-organize the IPC structures so they live in their own server-specific module 2025-03-16 17:43:29 -04:00
inventory_modify.rs Add GM command to give items, support equipping from inventory 2025-03-31 23:23:29 -04:00
item_info.rs Add ContainerType enum 2025-03-23 16:49:48 -04:00
mod.rs Add //gm lv command to set your current level 2025-04-01 20:39:57 -04:00
npc_spawn.rs Update testdata for 7.2 2025-03-26 19:23:14 -04:00
player_setup.rs More misc packet size fixes 2025-03-30 22:29:17 -04:00
player_spawn.rs Update testdata for 7.2 2025-03-26 19:23:14 -04:00
player_stats.rs More misc packet size fixes 2025-03-30 22:29:17 -04:00
social_list.rs Move some constants to common module 2025-03-22 19:17:01 -04:00
status_effect.rs Implement basic support for actions 2025-03-19 00:28:47 -04:00
status_effect_list.rs Send ActorControl and StatusEffectList packets in vain 2025-03-18 23:30:59 -04:00
update_class_info.rs More misc packet size fixes 2025-03-30 22:29:17 -04:00
weather_change.rs Fix size of WeatherChange packet 2025-03-21 19:58:48 -04:00