CCRotationHelper

Helps players to set up and track a CC rotation for M+ content.

File Details

v1.3.0

  • R
  • Aug 3, 2025
  • 351.52 KB
  • 38
  • 11.1.7
  • Retail

File Name

CCRotationHelper-v1.3.0.zip

Supported Versions

  • 11.1.7

lightweight tag fe462d74d65a45d99e2139041a6702c9153dede9 v1.3.0
Author:    A. Tromp <alexandert@live.nl>
Date:    Sun Aug 3 11:15:55 2025 +0200

commit fe462d74d65a45d99e2139041a6702c9153dede9
Author: A. Tromp <alexandert@live.nl>
Date:   Sun Aug 3 11:15:55 2025 +0200

    Rotation core -> Event-based architecture

commit 5331ff5321af63b7c9eb34858955e10f3b1fbd1b
Author: A. Tromp <alexandert@live.nl>
Date:   Sun Aug 3 11:15:17 2025 +0200

    Minimap code placement

commit de1f8d0fdb315abe51a19f3991ea2765c1a2f251
Author: A. Tromp <alexandert@live.nl>
Date:   Sun Aug 3 11:07:06 2025 +0200

    MainFrame refactor

commit cc9c25b566c093a388ea06f62a2e2cd0bb4521d6
Author: A. Tromp <alexandert@live.nl>
Date:   Sun Aug 3 10:50:48 2025 +0200

    ConfigFrame cleanup

commit 2d98dd852c98985adcb385cf7e903134d3d54d0e
Author: A. Tromp <alexandert@live.nl>
Date:   Sun Aug 3 10:41:33 2025 +0200

    Refactor Text and icons tab into components

commit 5b9abb9eb0859e6ccf6bd20b5ad89f919d9e6e10
Author: A. Tromp <alexandert@live.nl>
Date:   Sun Aug 3 10:25:48 2025 +0200

    Refactor Profiles tab into components

commit 428b864b5cf6ac54653f61aaa0b0e92cece91276
Author: Malpiyt <bergstromkasper@gmail.com>
Date:   Sun Aug 3 01:58:34 2025 +0200

    Fix icon glows constantly re-rendering

commit 2739c4b5bcf3214eb6826aafa2a618aa90cb418d
Author: A. Tromp <alexandert@live.nl>
Date:   Sun Aug 3 01:23:31 2025 +0200

    Add scroll frame support to DungeonNPCListComponent

    Fixes #38

commit 44e19ef0a6fea6eb7814eb5137ee52c3c2f3f22c
Author: A. Tromp <alexandert@live.nl>
Date:   Sun Aug 3 01:16:43 2025 +0200

    Refactor: Centralize InlineGroup creation with helper function

    Replaced repetitive InlineGroup creation logic with a new `createInlineGroup` helper in `BaseComponent`.

commit 7614996d87d8f40e20941f0f52bc470adb6a4331
Author: A. Tromp <alexandert@live.nl>
Date:   Sat Aug 2 22:03:38 2025 +0200

    Update spell names in db

commit 93ecf848764fb11eaea1af5618f8bdedcaf707ce
Author: A. Tromp <alexandert@live.nl>
Date:   Sat Aug 2 21:27:57 2025 +0200

    Config overhaul: Split everything up into Components for maintainability

    NPC tab done

commit 4df633c8b62d4cb6bf8ba5e685dcb8076a39967d
Author: A. Tromp <alexandert@live.nl>
Date:   Sat Aug 2 21:26:07 2025 +0200

    Config overhaul: Split everything up into Components for maintainability

    Player tab done

commit 68f52815569600d36e058d5fbbdd3455cc5c436d
Author: A. Tromp <alexandert@live.nl>
Date:   Sat Aug 2 20:27:32 2025 +0200

    Config overhaul: Split everything up into Components for maintainability

    Spells List done
    Fixes #11

commit 69d4dbf5d9fc32e97e878d55e77c05796032d2eb
Author: A. Tromp <alexandert@live.nl>
Date:   Sat Aug 2 18:12:18 2025 +0200

    Party sync improvements

commit f1960cbee2ccd55919439a07cfc5487cb5d35268
Author: A. Tromp <alexandert@live.nl>
Date:   Sat Aug 2 15:55:00 2025 +0200

    Update queue rebuilding to handle group composition changes

    Previously, the queue rebuild only accounted for cooldown changes. This update adds logic to detect changes in group composition (e.g., players joining or leaving), ensuring the queue is recalculated appropriately. This improves robustness in dynamic group scenarios.

commit 14be5a1f6609905101cdefa6b57f74a6b279b9ab
Author: A. Tromp <alexandert@live.nl>
Date:   Sat Aug 2 15:30:05 2025 +0200

    Refactor cooldown handling for improved performance

    Unified cooldown tracking with `spellCooldowns` and optimized updates to minimize unnecessary recalculations and UI refreshes. Enhanced icon management to reuse existing elements instead of recreating them, reducing overhead and improving responsiveness. Added independent cooldown updates and refined queue and frame management logic.

commit 8d333f62385dc168660d3a93ea14ba0742309ee4
Author: A. Tromp <alexandert@live.nl>
Date:   Sat Aug 2 11:11:47 2025 +0200

    Extended glow feature with options in the config

    Fixes #16

commit 189a1bf4d0f25788708654ba330d4f0ece1054b4
Author: A. Tromp <alexandert@live.nl>
Date:   Sat Aug 2 10:37:19 2025 +0200

    Move profiles tab to the rightmost

commit 1f0202670b69aeab3095bbbba0d0d10116bd7db6
Author: A. Tromp <alexandert@live.nl>
Date:   Sat Aug 2 10:30:53 2025 +0200

    Fixes #26 A bug where spell/player name text would linger after creating/swapping to a new profile