> [!CAUTION] > **BREAKING CHANGE** > Removed `OrderdHashSet` and `PooledOrderedHashSet` due to bugs. > [!NOTE] > **Developer Note** > The OrderedSet is not a full data structure. It is not particularly efficient. Pull Requests are welcome for a better implementation, especially if it ends up supporting `ISet<T>` and `IReadOnlySet<T>` ## Summary The ordered hash set was buggy. It's kind of painful to implement, so for now, I added a simple `OrderedSet` to suffice for gumps. Please reach out if this causes disruption! |
||
|---|---|---|
| .. | ||
| Grid | ||
| Legacy | ||
| BaseGump.cs | ||
| DynamicGump.cs | ||
| DynamicGumpBuilder.cs | ||
| GumpFlags.cs | ||
| GumpLayoutBuilder.cs | ||
| GumpStringsBuilder.cs | ||
| InvalidGumpResponseException.cs | ||
| RelayInfo.cs | ||
| StaticGump.cs | ||
| StaticGumpBuilder.cs | ||