ModernUO/Projects/UOContent/Engines
Kamron Batman 24858f3989
fix: Changes Map.Sector.Items to link list. (#1547)
### Summary

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

```cs
foreach (var item in m.GetItemsInRange(5))
{
}
```
The code above no longer requires an eable and calling `Free()`.
2023-10-16 20:51:02 -07:00
..
Bulk Orders fix: Codegens BulkOrderBooks (#1531) 2023-10-03 20:44:15 -07:00
CannedEvil fix: Fixes extension method refactors causing crash (#1529) 2023-10-02 22:24:16 -07:00
Chat feat: Adds a memory mirrored ring buffer for networking. (#1533) 2023-10-09 00:57:53 -07:00
ConPVP fix: Changes Map.Sector.Items to link list. (#1547) 2023-10-16 20:51:02 -07:00
Craft fix: Changes Map.Sector.Items to link list. (#1547) 2023-10-16 20:51:02 -07:00
Doom fix: Changes Map.Sector.Items to link list. (#1547) 2023-10-16 20:51:02 -07:00
Ethics fix: Changes Map.Sector.Items to link list. (#1547) 2023-10-16 20:51:02 -07:00
Events fix(core): Caches DateTime.NowUtc (#548) 2021-03-13 01:32:04 -08:00
Factions fix: Changes Map.Sector.Items to link list. (#1547) 2023-10-16 20:51:02 -07:00
Harvest fix: Changes Map.Sector.Items to link list. (#1547) 2023-10-16 20:51:02 -07:00
Help feat: Adds KR/EC client versions (No actual support yet). (#1506) 2023-09-18 23:53:18 -07:00
Khaldun fix: Changes Map.Sector.Items to link list. (#1547) 2023-10-16 20:51:02 -07:00
ML Quests fix: Changes Map.Sector.Items to link list. (#1547) 2023-10-16 20:51:02 -07:00
Party fix: Fixes more packet initializations (#1507) 2023-09-19 00:02:17 -07:00
Pathing fix: Changes Map.Sector.Items to link list. (#1547) 2023-10-16 20:51:02 -07:00
Plants fix: Cleans up FindItems and removes allocations (#1516) 2023-09-28 22:20:36 -07:00
Player Murder System fix: Fixes extension method refactors causing crash (#1529) 2023-10-02 22:24:16 -07:00
Quests fix: Codegens doom items and mobs (#1541) 2023-10-11 23:53:51 -07:00
Spawners fix: Changes Map.Sector.Items to link list. (#1547) 2023-10-16 20:51:02 -07:00
Stealables fix: Cleans up entity persistence. Generalizes Mobiles/Items/Guilds (#1528) 2023-10-01 22:10:47 -07:00
Treasures of Tokuno fix: Codegens ToT and replaces persistence with config (#1524) 2023-09-30 02:09:28 -07:00
UltimaStore feat: Adds a memory mirrored ring buffer for networking. (#1533) 2023-10-09 00:57:53 -07:00
Veteran Rewards fix: Prepares for IPooledEnumerable removal (#1548) 2023-10-15 11:20:49 -07:00
Virtues fix: Fixes extension method refactors causing crash (#1529) 2023-10-02 22:24:16 -07:00