modernuo/Projects/UOContent/Gumps/Base
Kamron Batman 2e6ddcd31a
fix: Removes profiling. Streamlines core tick count. (#1948)
### Summary
- Removes `Profiling` - Recommend using Visual Studio Performance Profiler,  [dotnet-trace](https://learn.microsoft.com/en-us/dotnet/core/diagnostics/dotnet-trace) or [JetBrains dotTrace](https://www.jetbrains.com/profiler/)
- Cleans up the core tick count, sampling, etc.
2024-09-11 00:55:18 -07:00
..
Grid feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
Legacy feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
BaseGump.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
DynamicGump.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
DynamicGumpBuilder.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
GumpFlags.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
GumpLayoutBuilder.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
GumpStringsBuilder.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
GumpSystem.cs fix: Removes redundant code in GumpSystem (#1921) 2024-08-10 10:20:34 -07:00
GumpSystem.IncomingPackets.cs fix: Removes profiling. Streamlines core tick count. (#1948) 2024-09-11 00:55:18 -07:00
InvalidGumpResponseException.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
NetStateGumps.cs fix: Removes redundant code in GumpSystem (#1921) 2024-08-10 10:20:34 -07:00
OutgoingGumpPackets.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
RelayInfo.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
StaticGump.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
StaticGumpBuilder.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00