拡大タイルの範囲更新座標を修正 - #7
Merged
Merged
Conversation
Author
|
検証完了: 標準版113テスト、MC26版117テストが失敗・エラー0。両JARの同梱検査成功。修正前に失敗した2件の回帰テストは修正後成功し、同一のJAR単体プローブでもtilescale=2の点座標(8,-9)が範囲更新に包含されることを確認しました。CIのcore/spigot/spigot26もすべて成功。差分レビューでは座標の除数2行と回帰テストのみで、設定・依存・ストレージ変更なしを確認しました。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
範囲更新の投影座標でtilescaleを二重適用していたため、512px設定では2048pxで除算されていました。点更新と同じtileSizeによる除算に統一します。
検証
範囲
依存・設定・ストレージ・キャッシュ・全域描画処理は変更しません。共有コアのJava 8互換を維持します。Forge/Fabric全ローダーのビルド検証は未実施で、このPRの対象は当forkのSpigot系運用です。一般配布用JAR公開は行いません。