File Details
v0.9.1
- R
- May 8, 2026
- 249.19 KB
- 8
- 11.1.0+3
- MoP Classic + 3
File Name
AldorTax-v0.9.1.zip
Supported Versions
- 11.1.0
- 5.5.0
- 2.5.5
- 1.15.8
tag c06fce8e2e8653a580e2c02f37dbbbdbed5905c6 v0.9.1
Author: Magnus Vikan <dizzi90@gmail.com>
Date: Fri May 8 20:21:57 2026 +0200
v0.9.1: fix BroadcastSync srvPhase on relay/auto-rebroadcast (sync protocol bumped to v6)
commit f75820ddd9e72aa87a1c6c9796a3c193ee4027ba
Author: Magnus Vikan <dizzi90@gmail.com>
Date: Fri May 8 20:21:10 2026 +0200
Release v0.9.1: fix BroadcastSync srvPhase on relay/auto-rebroadcast
When BroadcastSync was called without an explicit realTime argument
(auto-rebroadcast every 45s, zone-out, /atax sync), srvPhase fell through
to GetAbsoluteTime() % cycle — i.e. "now mod cycle" instead of the
original cycle-start mod cycle. v5 receivers then computed
elapsedInCycle ≈ 0 regardless of where the cycle actually was, snapping
to "cycle just started" up to once every 45 seconds.
Fix: derive absRT from rt (which already holds the right real-time
value in all three callsite paths) and convert to absolute server time.
Within-session relays now carry sub-frame-precise srvPhase.
Bump MSG_VERSION to 6 so v6 traffic is identifiable on the wire while
the userbase upgrades. Wire format is unchanged from v5.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
commit d170a930c5ee013ffa25cb78706b1a87346d5807
Author: Magnus Vikan <dizzi90@gmail.com>
Date: Fri May 8 15:05:02 2026 +0200
Recalibrate Aldor and Stormspire epochOffset; clean up timing tests
Aldor: 13.95 -> 12.77 (n=11 clicks 2026-04-25..2026-05-04, circ_sd 0.84s)
Stormspire: 11.5 -> 15.88 (n=7 clicks 2026-05-05, circ_sd 0.16s).
Earlier sessions drifted: Apr 10 mean 14.76, Apr 13 mean 12.76 -
within-session SDs are tight, so the spread reads as server-epoch
drift rather than measurement noise. Took the most-recent tight
session as the actionable value.
Remove orphaned /atax timing slash command calls from test_timing.lua -
the timing command moved to the options panel in a prior refactor.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
commit 757254e79f7eedbfb92f998c495b1b5edaeea53c
Author: Magnus Vikan <dizzi90@gmail.com>
Date: Mon May 4 09:22:43 2026 +0200
Move README screenshots into images/ folder
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

