ModernUO/Projects/Server/Network/Packets
Kamron Batman 0d3dc75330
feat: Expand packet documentation with enums, bitfields, and detailed formats
- Add 42 new packet JSON definitions (assistant, book, chat, gump, house, etc.)
- Convert inline enum/bitflag descriptions to structured enum arrays
- Add planeFormat section for 0xD8 house customization packet
- Add Plane Format rendering in HTML template
- Standardize field descriptions and remove inline value lists
- Add comprehensive gump layout command documentation
- Document boat, mahjong, party, secure trade, and weapon ability packets

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 15:28:05 -08:00
..
IncomingPackets.cs fix: Fixes crashing due to bad packet assumptions. (#1829) 2024-06-07 18:08:07 -07:00
OutgoingAccountPackets.cs chore: Use var everywhere (#2294) 2025-12-27 16:47:28 -08:00
OutgoingCombatPackets.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
OutgoingContainerPackets.cs fix: Fixes empty spellbooks with EA client on Pre-AOS (#2131) 2025-02-25 20:46:20 -08:00
OutgoingDamagePackets.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
OutgoingEffectPackets.cs chore: Use var everywhere (#2294) 2025-12-27 16:47:28 -08:00
OutgoingEntityPackets.cs chore: Use var everywhere (#2294) 2025-12-27 16:47:28 -08:00
OutgoingEquipmentPackets.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
OutgoingItemPackets.cs chore: Use var everywhere (#2294) 2025-12-27 16:47:28 -08:00
OutgoingLightPackets.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
OutgoingMapPackets.cs chore: Use var everywhere (#2294) 2025-12-27 16:47:28 -08:00
OutgoingMenuPackets.cs chore: Use var everywhere (#2294) 2025-12-27 16:47:28 -08:00
OutgoingMessagePackets.cs chore: Use var everywhere (#2294) 2025-12-27 16:47:28 -08:00
OutgoingMobilePackets.cs chore: Use var everywhere (#2294) 2025-12-27 16:47:28 -08:00
OutgoingMovementPackets.cs feat: Adds a movement throttle system. Removes Fastwalk system. (#1511) 2023-09-27 20:53:22 -07:00
OutgoingPackets.cs fix: Tidy up socket dispose. (#1334) 2023-02-07 21:22:04 -08:00
OutgoingPlayerPackets.cs feat: Expand packet documentation with enums, bitfields, and detailed formats 2026-01-01 15:28:05 -08:00
OutgoingSecureTradePackets.cs feat: Expand packet documentation with enums, bitfields, and detailed formats 2026-01-01 15:28:05 -08:00
OutgoingTargetPackets.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
OutgoingVendorBuyPackets.cs chore: Use var everywhere (#2294) 2025-12-27 16:47:28 -08:00
OutgoingVendorSellPackets.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
PacketContainerBuilder.cs chore: Use var everywhere (#2294) 2025-12-27 16:47:28 -08:00