Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OverlayPlugin/cactbot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.37.1
Choose a base ref
...
head repository: OverlayPlugin/cactbot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.37.2
Choose a head ref
  • 13 commits
  • 31 files changed
  • 9 contributors

Commits on May 8, 2026

  1. raidboss: add timeline reset for Jueno: The First Walk (#1054)

    The timeline for the Jueno alliance raid doesn't have a reset entry to
    pause the timeline upon fights ending. This results in the timeline
    continuing even as the fight ends. I think this also results in the
    timelines failing to reset if the party wipes.
    
    Other alliance raids do seem to have the appropriate reset lines, so add
    them to the Jueno timeline.
    jacob-keller authored May 8, 2026
    Configuration menu
    Copy the full SHA
    b4a525f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e85513 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2026

  1. Configuration menu
    Copy the full SHA
    a4967e8 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2026

  1. raidboss: Enuo EX Passage of Naught adjustment (#1059)

    The boss will follow the tank during this mechanic and thus may not be
    in the middle of the arena; updates the output from "under" to "middle"
    to more clearly indicate the safe zone as arena-relative instead of
    boss-relative.
    xiashtra authored May 21, 2026
    Configuration menu
    Copy the full SHA
    3cbb0b9 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2026

  1. Configuration menu
    Copy the full SHA
    d6fb36b View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2026

  1. resources: 7.51 (#1065)

    xiashtra authored Jun 2, 2026
    Configuration menu
    Copy the full SHA
    dcfaeab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b24e00b View commit details
    Browse the repository at this point in the history
  3. raidboss: Fix p12s player platform checking (#1067)

    Fixes #1064 
    
    As mentioned in the issue, the check was reversed.
    Legends0 authored Jun 2, 2026
    Configuration menu
    Copy the full SHA
    7a7e4f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2026

  1. raidboss: dmu p1 timeline draft and initial trigger file (#1068)

    Initial p1 timeline (network log based).
    
    P2 and some P3 from fflogs, these will be adjusted in a future PR as more is understood. Timings may be off due to fflogs differences.
    
    ---------
    
    Co-authored-by: Jonathan Garber <linkthevaliant@gmail.com>
    Legends0 and JLGarber authored Jun 4, 2026
    Configuration menu
    Copy the full SHA
    298201f View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2026

  1. resources: ja + de sidesThenFrontBack and frontBackThenSides (#1073)

    From o9s.ts:
    
    ```typescript
            sides: {
              en: 'Sides -> Front/Back',
              de: 'Seiten -> Vorne/Hinten',
              fr: 'Côtés -> Devant/Derrière',
              ja: '横 -> 縦',
              cn: '左右 -> 前后',
              ko: '양옆 -> 앞뒤',
              tc: '左右 -> 前後',
            },
    ```
    
    ```typescript
            frontBack: {
              en: 'Front/Back -> Sides',
              de: 'Vorne/Hinten -> Seiten',
              fr: 'Devant/Derrière -> Côtés',
              ja: '縦 -> 横',
              cn: '前后 -> 左右',
              ko: '앞뒤 -> 양옆',
              tc: '前後 -> 左右',
            },
    ```
    
    These may end up being used again in DMU.
    Legends0 authored Jun 5, 2026
    Configuration menu
    Copy the full SHA
    b080998 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2026

  1. raidboss: dmu p1 initial triggers (#1069)

    Addon to #1068.
    
    Adds initial p1 triggers.
    Legends0 authored Jun 11, 2026
    Configuration menu
    Copy the full SHA
    4d97886 View commit details
    Browse the repository at this point in the history
  2. i18n: KO dmu P1 update (#1078)

    - 07-dt/ultimate/dancing_mad.ts
    
    🚀
    Bing-su authored Jun 11, 2026
    Configuration menu
    Copy the full SHA
    8cb1f5b View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2026

  1. build: Bump version to 0.37.2 (#1079)

    I think now that we've got timeline and triggers for DMU phase 1, it's a
    good time to do a release. I'll hold the merge if there's something
    outstanding that absolutely needs to get in, but as it stands I think
    it's in a good place.
    JLGarber authored Jun 12, 2026
    Configuration menu
    Copy the full SHA
    1c99898 View commit details
    Browse the repository at this point in the history
Loading