ModernUO/Projects/Server/World
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
..
EntityIndex.cs Updates Serialization (#292) 2020-10-31 17:38:29 -07:00
EntityPersistence.cs fix(timers): Fixes multiple issue with timer wheel (#705) 2021-08-20 18:04:34 -07:00
EntityTypeIndex.cs Updates Serialization (#292) 2020-10-31 17:38:29 -07:00
IIndexInfo.cs Updates Serialization (#292) 2020-10-31 17:38:29 -07:00
World.cs feat(timers): Adds timer pooling, fixes timer related bugs, and changes timer api (#667) 2021-08-07 14:33:35 -07:00
WorldEvents.cs fix(core): Fixes flow for saves, adds logging and configurations (#513) 2021-02-20 19:32:08 -08:00