ACE icon indicating copy to clipboard operation
ACE copied to clipboard

Asheron's Call server emulator.

Results 75 ACE issues
Sort by recently updated
recently updated
newest added

Several of the functions in Sphere take parameters that were not used. This PR creates overloads that retain the existing signatures, marks them obsolete, and removes the unused parameters from...

If debug logging wasn't enabled, every log.Debug() still consumed cpu to evaluate the contents and build the string. Now, log.DebugFormat is used which results in no cpu burden if debug...

No idea if this will help or hurt high load servers like CE

PhysicsTimer.CurrentTime evalulated the stopwatch every single call. This simply redirects the timer to use the master Timers.PortalYearTicks timer

Still working on this... Bunch of little things that should hopefully add up to a big improvement on GC load.

Feruza ibn Salaq is giving out double helpings of the searing disk (7509), and eye of the storm (7514) scrolls ### Bug Report or Feature Request (mark with an `x`)...

Switches net6 projects to net8 projects net6 LTS ends in one year per [https://dotnet.microsoft.com/en-us/platform/support/policy](https://dotnet.microsoft.com/en-us/platform/support/policy)