Commit Graph

5 Commits

Author SHA1 Message Date
florian.berthold 330a6cf067 README-CoA: add first-tester install + BugSack instructions
Walk testers through cloning into a folder named VanillaGuide (the
.toc filename, not the repo name) under Interface/AddOns/, and ask
them to install BugSack + !BugGrabber so any Lua errors come back as
copy-pasteable stacks instead of vibes.
2026-05-12 23:41:59 +02:00
florian.berthold b96e1ce8b2 Fix Lua 5.0 getn() crash on first guide load
GuideTable.lua:88 used the Lua 5.0 global getn() to size the color-
substitution table opentext. In Lua 5.1 (WoW 3.3.5) the bare getn is
gone and table.getn is deprecated, so this would have crashed with
'attempt to call global getn (a nil value)' before any guide could
render. Replaced with the # length operator.

Also record the fix and the upstream README cleanup under 'Files we
touched' in README-CoA.md.
2026-05-11 22:09:44 +02:00
florian.berthold d29ad39617 Drop upstream Donations section from README
mrmr's PayPal donate button and volunteer pitch don't apply to the
CoA fork.
2026-05-11 22:05:47 +02:00
florian.berthold 828a99a085 Port to Ascension 3.3.5 client
- Interface: 11200 -> 30300, add -coa1 version suffix and CoA metadata
  in VanillaGuide.toc.
- Local-shadow arg = {...} inside Di/Dv debug helpers in Core.lua so
  vararg access works under Lua 5.1 (WoW 3.3.5) instead of Lua 5.0
  (WoW 1.12).
- Add README-CoA.md documenting fork rationale, patched files, and
  remaining TODO (in-game smoke test, MetaMap -> pfQuest retarget,
  CoA-custom content slot, dynamic-scaling picker UX).
2026-05-11 21:48:40 +02:00
florian.berthold 57f1a7e3b5 Import VanillaGuide 1.04.2 (mrmr) as upstream baseline 2026-05-11 21:46:17 +02:00