ModernUO/Projects/UOContent/Items/Containers/Fillable Containers
Kamron Batman 6cae6db360
feat: convert timers to [DeserializeTimer]; drifting timers become anchored
The 8 drifting timers ([TimerDrift]) change wire format from delta to anchored
time, so each class bumps its serialization version with a MigrateFrom that
replays the old delta read through the migration schema. The 2 wall-clock
timers (Aquarium, FountainOfLife) keep their format via wallClock: true with
no bump. Restart methods drop their TimeSpan.MinValue sentinel checks - v4
invokes them only when a timer was actually running at save.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-22 17:46:00 -07:00
..
FillableContainer.cs feat: convert timers to [DeserializeTimer]; drifting timers become anchored 2026-08-22 17:46:00 -07:00
FillableContainers.cs fix: Fixes fillable containers start respawn on unlock. (#2069) 2025-01-20 09:20:26 -08:00
FillableContent.ContentTypes.cs fix: Fixes fillable containers start respawn on unlock. (#2069) 2025-01-20 09:20:26 -08:00
FillableContent.cs chore: Use var everywhere (#2294) 2025-12-27 16:47:28 -08:00
FillableEntry.cs fix: Codegens fillable containers (#862) 2022-06-13 01:13:59 -07:00