Skip to content

feat: add debug log tab and split CC data by game version#30

Merged
Xerrion merged 1 commit into
masterfrom
feat/debug-tab-and-cc-data-split
May 15, 2026
Merged

feat: add debug log tab and split CC data by game version#30
Xerrion merged 1 commit into
masterfrom
feat/debug-tab-and-cc-data-split

Conversation

@Xerrion
Copy link
Copy Markdown
Owner

@Xerrion Xerrion commented May 15, 2026

Summary

  • Implement Debug tab with log viewer and copy-paste support
  • Add in-memory ring buffer for filtered debug logging
  • Restructure CC spell data into version-specific files (Retail, MoP, TBC, Era)
  • Expand TBC CC database with 44+ dungeon/raid and player IDs
  • Refactor AuraListener to load CC data based on WOW_PROJECT_ID

Value Added

  • Easier Diagnostics: New Debug tab allows for quick troubleshooting in-game without console noise.
  • Better Maintainability: CC data split by game version prevents ID collisions and reduces memory footprint for non-target versions.
  • Robust TBC Support: Significant expansion of TBC dungeon and raid CC IDs ensures better coverage for anniversary players.

- Implement Debug tab with log viewer and copy-paste support
- Add in-memory ring buffer for filtered debug logging
- Restructure CC spell data into version-specific files (Retail, MoP, TBC, Era)
- Expand TBC CC database with 44+ dungeon/raid and player IDs
- Refactor AuraListener to load CC data based on WOW_PROJECT_ID
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 15, 2026

Warning

Rate limit exceeded

@Xerrion has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 53 minutes before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Pro

Run ID: 17cef6a3-cf05-4b03-ac16-3045be29f897

📥 Commits

Reviewing files that changed from the base of the PR and between 1502ed0 and 3952970.

📒 Files selected for processing (26)
  • .luacheckrc
  • DragonShout/Core/Init.lua
  • DragonShout/Core/SlashCommands.lua
  • DragonShout/Data/CC_Era.lua
  • DragonShout/Data/CC_MoP.lua
  • DragonShout/Data/CC_Retail.lua
  • DragonShout/Data/CC_TBC.lua
  • DragonShout/DragonShout.toc
  • DragonShout/Listeners/AuraListener.lua
  • DragonShout/Listeners/CombatLogListener.lua
  • DragonShout/Listeners/DispelListener.lua
  • DragonShout/Listeners/InterruptListener.lua
  • DragonShout/Locales/deDE.lua
  • DragonShout/Locales/enUS.lua
  • DragonShout/Locales/esES.lua
  • DragonShout/Locales/esMX.lua
  • DragonShout/Locales/frFR.lua
  • DragonShout/Locales/itIT.lua
  • DragonShout/Locales/koKR.lua
  • DragonShout/Locales/ptBR.lua
  • DragonShout/Locales/ruRU.lua
  • DragonShout/Locales/zhCN.lua
  • DragonShout/Locales/zhTW.lua
  • DragonShout_Options/DragonShout_Options.toc
  • DragonShout_Options/Tabs/DebugTab.lua
  • DragonShout_Options/Tabs/GeneralTab.lua

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@Xerrion Xerrion merged commit 5b24562 into master May 15, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant