ModernUO/Projects/UOContent/Items/Skill Items
Kamron Batman cde59a82f2
fix: Adds GetClients to map iterators (#1574)
### Summary

Eliminates `IPooledEnumerable<NetState>` and `eable.Free()` from `Map` for clients. This drastically simplifies code that iterates in range, for example:

```cs
foreach (var m in m.GetClientsInRange(5))
{
}
```
The code above no longer requires an eable and calling `Free()`.
2023-10-30 18:49:00 -07:00
..
Blacksmith Items/Misc fix: Codegens blacksmith, camping, and carpenter skill items (#1278) 2022-11-24 00:57:23 -08:00
Camping fix: Adds GetClients to map iterators (#1574) 2023-10-30 18:49:00 -07:00
Carpenter Items fix: Fixes crafter deserialize, cleans up bandages, and codegens misc items (#1350) 2023-02-25 00:54:12 -08:00
Fishing fix: Fixes crafter deserialize, cleans up bandages, and codegens misc items (#1350) 2023-02-25 00:54:12 -08:00
Harvest Tools fix: Fixes the limitation on static tiles for harvesting (#1396) 2023-04-22 09:14:42 -07:00
Lumberjack fix: Codegens tools and magical skill items (#1299) 2022-12-07 20:46:41 -08:00
Magical fix: Changes Map.Sector.Mobiles to link list & Fixes various related crash bugs (#1553) 2023-10-29 22:42:46 -07:00
Misc fix: Changes Map.Sector.Mobiles to link list & Fixes various related crash bugs (#1553) 2023-10-29 22:42:46 -07:00
Musical Instruments fix: Localizes specialized books, codegens instruments (#1352) 2023-02-25 10:56:05 -08:00
Ninjitsu fix: Localizes specialized books, codegens instruments (#1352) 2023-02-25 10:56:05 -08:00
Specialized fix: Localizes specialized books, codegens instruments (#1352) 2023-02-25 10:56:05 -08:00
Tailor Items fix: Updates disguises and codegens tinkering items (#1353) 2023-02-25 12:01:06 -08:00
Thief fix: Cleans up entity persistence. Generalizes Mobiles/Items/Guilds (#1528) 2023-10-01 22:10:47 -07:00
Tinkering fix: Updates disguises and codegens tinkering items (#1353) 2023-02-25 12:01:06 -08:00
Tools fix: Codegens tools (#1354) 2023-02-25 13:54:05 -08:00