OverlayPlugin / OverlayPlugin

Yet another OverlayPlugin fork.
Other
79 stars 34 forks source link

Dawntrail Update Checklist / Tracking #358

Open valarnin opened 5 months ago

valarnin commented 5 months ago

This issue is meant to act as a general checklist of things to test, verify, and potentially PR fixes for after the Dawntrail release.

Pull requests for Dawntrail should reference this issue for tracking purposes.

For any struct changes, be those network packet structs or memory structs, make sure to create new structs for 7.0 so as to not break CN/KR support.

valarnin commented 5 months ago

I am looking into the broken signatures, currently:

All broken signatures should be fixed in #359

These errors belong to cactbot:

Error: Job signature found 0 matches
Error: In combat signature found 0 matches
valarnin commented 5 months ago

There are two outstanding issues:

  1. Need to verify that we have the correct offset for PCTargetID in the Combatant struct
  2. Need to review the getCombatants logic in its entirety and determine how to handle potential read-past-allocation-boundary issues (see Discord #beta-testing discussions)