Skip to content

5.2.0 - #91

Draft
rdbtCVS wants to merge 30 commits into
mainfrom
5.2.0
Draft

5.2.0#91
rdbtCVS wants to merge 30 commits into
mainfrom
5.2.0

Conversation

@rdbtCVS

@rdbtCVS rdbtCVS commented Aug 16, 2026

Copy link
Copy Markdown
Member

TODO:

  • optimise the rendering
  • 26.2
  • finish todo list.

@rdbtCVS

rdbtCVS commented Aug 16, 2026

Copy link
Copy Markdown
Member Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 39333b1f41

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread modules/foraging/TreeESP.js Outdated
Comment thread modules/foraging/TreeESP.js Outdated
Comment on lines +3 to +6
import { angleToPlayer, blockCenter, distanceToPlayerPoint } from '../../utils/Math';
import { getDrills, refuel } from '../../utils/MiningUtils';
import { ModuleBase } from '../../utils/ModuleBase';
import { Raytrace, visibilityChecker } from '../../utils/Raytrace';
import { Router } from '../../utils/Router';
import { manager } from '../../utils/SkyblockEvents';
import { TabListUtils } from '../../utils/TabListUtils';
import { Utils } from '../../utils/Utils';
import { getLookingAt, getPlayerEyePosition, testPointVisibility } from '../../utils/Raytrace';

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Finish migrating Ore Macro utility references

When Type Mine is enabled, findWalkPreAimTarget() still invokes MathUtils.blockCenter, and with a positive minimum-visible-degrees setting, hasMinimumTypeMineVisibility() still invokes visibilityChecker.testPointCustom. These imports remove both bindings, so those paths throw ReferenceError; convert the remaining calls to the imported blockCenter and testPointVisibility functions.

Useful? React with 👍 / 👎.

  - Cache overlay, category, search, tooltip, and title layout calculations.
  - Invalidate caches when GUI data changes.
  - Use native text alignment instead of manual width calculations.
  - Remove obsolete text-width logic and imports.
This reverts commit f759b4c.
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.

2 participants