ModernUO/Projects/UOContent/Engines/Harvest/Core
Kamron Batman d919f71149
fix: Fixes map iterators for Items (#1564)
### Summary

Modifying a ValueLinkList using one of the methods will bump the "version". This field is used by iterators (foreach loops) to determine if the link list was modified while iterating. The sector.Items (and in the future other lists), will no longer be safe to modify while iterating. The server will _CRASH_ if the ValueLinkList is modified.

Thanks to @stefanomerotta for help!


### Screenshots
<img width="588" alt="image" src="https://github.com/modernuo/ModernUO/assets/3953314/83ee0b6e-ff4f-4768-9e29-84456e04b1ec">
2023-10-26 17:49:15 -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: Fixes map iterators for Items (#1564) 2023-10-26 17:49:15 -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