ModernUO/Projects
Kamron Batman 1d916fe2df
fix(timers): Fixes multiple issue with timer wheel (#705)
* Fixed an issue where a timer truncated the link list.
* Fixed an issue where a timer stopped and started itself within an OnTick causing it to remove itself from the link list, but still think it's running.
2021-08-20 18:04:34 -07:00
..
Benchmarks fix: Optimize OrderedHashSet and introduce more high perf collections (#679) 2021-08-08 21:37:25 -07:00
SerializationGenerator fix(codegen): Adds default codegen option for save flags. Fixes world load issues. (#707) 2021-08-19 22:51:44 -07:00
SerializationSchemaGenerator fix(codegen): Adds codegen for embedded objects and timer fields (#686) 2021-08-16 14:48:18 -07:00
Server fix(timers): Fixes multiple issue with timer wheel (#705) 2021-08-20 18:04:34 -07:00
Server.Tests fix: Optimize OrderedHashSet and introduce more high perf collections (#679) 2021-08-08 21:37:25 -07:00
UOContent fix(timers): Fixes multiple issue with timer wheel (#705) 2021-08-20 18:04:34 -07:00
UOContent.Tests cleanup: Fixes bugs and cleans up code (#660) 2021-07-19 20:49:59 -07:00