ModernUO/Projects/UOContent/Engines/Harvest/Core
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
..
BonusHarvestResource.cs feat: Adds TextDefinition serialization support. (#1217) 2022-10-30 01:42:48 -07:00
FurnitureAttribute.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
HarvestBank.cs fix(core): Caches DateTime.NowUtc (#548) 2021-03-13 01:32:04 -08:00
HarvestDefinition.cs fix: Overhauls virtue system (#1376) 2023-07-19 21:43:47 -07:00
HarvestResource.cs fix: Adds more null checks for text definition to prevent NPEs (#936) 2022-02-18 11:13:38 -08:00
HarvestSoundTimer.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
HarvestSystem.cs fix: Changes Map.Sector.Items to link list. (#1547) 2023-10-16 20:51:02 -07:00
HarvestTarget.cs chore: Cleans up pattern checks. (#892) 2021-12-24 15:53:59 -08:00
HarvestTimer.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
HarvestVein.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
IChoppable..cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00