Commit Graph

16 Commits

Author SHA1 Message Date
florian.berthold e7b3d4fb93 ci(release): hide auto-generated source archives (hide_archive_links) 2026-05-29 20:51:15 +02:00
florian.berthold a969cf5fbd fix(libs): pcall AceGUI OnGamePadButtonDown (3.3.5 has no gamepad script type)
release / release (push) Successful in 3s
2026.05.25-coa.2
2026-05-29 20:23:33 +02:00
florian.berthold 1887013749 fix(class): resolve player class at login and defer class-specific defaults/options (was hardcoded DRUID) 2026-05-29 10:43:54 +02:00
florian.berthold 3b8d9b36b7 ci: respect GITHUB_REPOSITORY + tolerate per-asset upload failures
release / release (push) Successful in 3s
2026.05.25-coa.1
2026-05-25 12:16:51 +02:00
florian.berthold 3f478be582 ci: add Gitea Actions release workflow (per-addon git-archive zip)
release / release (push) Successful in 3s
2026-05-25 12:01:38 +02:00
florian.berthold 47c02e09c7 chore: remove .github/ (upstream templates, not relevant on Gitea) 2026-05-25 11:02:51 +02:00
florian.berthold 7a2d38d6e0 fix(libs): pick up coa-ace3 9583952 (AceDB falsy-defaults PR #10 backport)
Re-sync after coa-ace3 9583952 backported WoWUIDev/Ace3 PR #10 which fixes
the AceDB-3.0 simple-value defaults metatable: previously falsy defaults
like ["*"] = false read back as nil because of `k2~=nil and v or nil`
short-circuiting. Now they round-trip correctly.
2026-05-24 19:31:45 +02:00
florian.berthold f6db3caee0 fix(libs): pick up coa-ace3 3ec2009 (BlizOptionsGroup + Settings.* CoA-compat)
Re-sync after coa-ace3 3ec2009 added two CoA-compat patches:
  - AceGUI-3.0/widgets/AceGUIContainer-BlizOptionsGroup.lua: parent
    falls back to UIParent when InterfaceOptionsFramePanelContainer is nil
  - AceConfig-3.0/AceConfigDialog-3.0: Settings.* block guarded with
    fallback to InterfaceOptions_AddCategory on WotLK-era clients

Without these, every addon registering a Blizzard Interface Options
panel via AceConfigDialog errors on load on the CoA client.
2026-05-24 17:41:31 +02:00
florian.berthold 7229fb3a37 chore(libs): sync shared LibStub-registered libs to canonical highest
Bumps in this fork:
  - LibDualSpec-1.0

Brings these libs in line with the highest version any Exiles fork currently
bundles, so LibStub resolution is predictable regardless of load order.
2026-05-24 17:07:53 +02:00
florian.berthold 83836d2666 fix(libs): pick up coa-ace3 d422ad3 (FileDataID → string paths)
Re-sync after coa-ace3 d422ad3 which converted 42 numeric FileDataIDs in
Set*Texture() calls back to string paths. Upstream Ace3 uses FDIDs which
silently fail on WoW 3.3.5 / CoA, rendering color swatches, checkboxes
and window chrome as solid-red placeholders.
2026-05-23 14:03:45 +02:00
florian.berthold b2dcb144ce chore(libs): sync Ace3 to coa-ace3 (WoWUIDev master @ 52e5f2c)
Bring every embedded Ace3 / CallbackHandler / LibStub copy in line with the
canonical Exiles/coa-ace3 bundle so LibStub resolution is predictable across
all Exiles forks regardless of which addons are enabled.

Libraries updated in this fork:
  AceAddon-3.0           13  (5 → 13)
  AceConfig-3.0          3  (2 → 3)
  AceConfigCmd-3.0       14  (12 → 14)
  AceConfigDialog-3.0    92  (45 → 92)
  AceConfigRegistry-3.0  22  (11 → 22)
  AceConsole-3.0         7
  AceDB-3.0              33  (20 → 33)
  AceDBOptions-3.0       15  (11 → 15)
  AceEvent-3.0           4  (3 → 4)
  AceGUI-3.0             41  (30 → 41)
  AceLocale-3.0          6  (2 → 6)
  CallbackHandler-1.0    8  (5 → 8)
  LibStub                2
2026-05-23 13:42:19 +02:00
florian.berthold cf60ac0f76 ci: preserve upstream line endings (CRLF) for clean upstream diffs 2026-05-08 04:03:09 +02:00
Andrew 2fb156c53c Libs/LibStatLogic: Use BasicTooltipTemplate (#1) 2023-02-08 09:09:56 -07:00
Andrew6810 004b174706 hero class fixes from Mattibalize 2022-10-24 05:01:11 -07:00
Andrew6810 34b48be542 init 2022-10-23 21:31:42 -07:00
Andrew 6be6250b25 Initial commit 2022-10-23 21:30:50 -07:00