Integrate dev-major-next version of pocketmine/math

this is a reduced version compared to the original, due to the difficulty of getting rid of Facing values internally.
This commit is contained in:
Dylan K. Taylor
2025-08-29 21:47:20 +01:00
parent 97027db70a
commit 6f6b23d4e4
194 changed files with 909 additions and 873 deletions

35
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "6aac4fb3990be02fdbbe03c8dd33a6fa",
"content-hash": "1c81eefad19096d505bd201ff6546367",
"packages": [
{
"name": "adhocore/json-comment",
@ -535,27 +535,27 @@
},
{
"name": "pocketmine/math",
"version": "1.0.0",
"version": "dev-major-next",
"source": {
"type": "git",
"url": "https://github.com/pmmp/Math.git",
"reference": "dc132d93595b32e9f210d78b3c8d43c662a5edbf"
"reference": "7513b9504e4a9d3ebde2f9d4de50266cb1dafd23"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pmmp/Math/zipball/dc132d93595b32e9f210d78b3c8d43c662a5edbf",
"reference": "dc132d93595b32e9f210d78b3c8d43c662a5edbf",
"url": "https://api.github.com/repos/pmmp/Math/zipball/7513b9504e4a9d3ebde2f9d4de50266cb1dafd23",
"reference": "7513b9504e4a9d3ebde2f9d4de50266cb1dafd23",
"shasum": ""
},
"require": {
"php": "^8.0",
"php": "^8.2",
"php-64bit": "*"
},
"require-dev": {
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "~1.10.3",
"phpstan/phpstan-strict-rules": "^1.0",
"phpunit/phpunit": "^8.5 || ^9.5"
"phpstan/phpstan": "2.1.0",
"phpstan/phpstan-strict-rules": "^2.0",
"phpunit/phpunit": "^10.0 || ^11.0"
},
"type": "library",
"autoload": {
@ -570,9 +570,9 @@
"description": "PHP library containing math related code used in PocketMine-MP",
"support": {
"issues": "https://github.com/pmmp/Math/issues",
"source": "https://github.com/pmmp/Math/tree/1.0.0"
"source": "https://github.com/pmmp/Math/tree/major-next"
},
"time": "2023-08-03T12:56:33+00:00"
"time": "2025-08-29T18:29:53+00:00"
},
{
"name": "pocketmine/nbt",
@ -2724,9 +2724,18 @@
"time": "2024-03-03T12:36:25+00:00"
}
],
"aliases": [],
"aliases": [
{
"package": "pocketmine/math",
"version": "dev-major-next",
"alias": "1.0.0",
"alias_normalized": "1.0.0.0"
}
],
"minimum-stability": "stable",
"stability-flags": {},
"stability-flags": {
"pocketmine/math": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {