Skip to content

Light cleanup #2372

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Sep 3, 2024
Merged

Light cleanup #2372

merged 12 commits into from
Sep 3, 2024

Conversation

TheMode
Copy link
Contributor

@TheMode TheMode commented Sep 3, 2024

No description provided.

@TheMode TheMode marked this pull request as ready for review September 3, 2024 05:25
Copy link
Member

@iam4722202468 iam4722202468 left a comment

Choose a reason for hiding this comment

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

LGTM

@TheMode TheMode merged commit 5ec42c6 into master Sep 3, 2024
2 checks passed
@TheMode TheMode deleted the light-cleanup branch September 3, 2024 23:05
theEvilReaper added a commit to OneLiteFeatherNET/Microtus that referenced this pull request Sep 9, 2024
* Fix entity position desync when spawned in an 8 block radius from world center (0,0,0) (Minestom#2299)

* fix: entity spawn pos desync

* Fix tests

* Update API for swept entity <-> entity collisions (Minestom#2343)

* Update API for swept entity <-> entity collisions

* Move EntityCollisionResult to its own class (Minestom#2345)

* Move EntityCollisionResult to its own class

* Return directional information from entity collision (Minestom#2346)

* fix entity collisions (Minestom#2348)

* Ability to get collision shape position from PhysicsResult (Minestom#2355)

* ability to get collision shape position from PhysicsResult

* Coordinate limit to prevent potential overflow

* fix some jcstress files

* clear remaining hephaistos usage

* Make BoundingBox/ShapeImpl records (Minestom#2371)

* Use a single int for all block states (Minestom#2373)

* Light cleanup (Minestom#2372)

* record namespace (Minestom#2374)

* Add EquipmentSlot.BODY (Minestom#2325)

* Add EquipmentSlot.BODY

* EntityEquipmentPacket should now have 7 entries

* Simplify isHand check

* Fix tests

---------

Co-authored-by: Matt Worzala <35708499+mworzala@users.noreply.github.com>

* unused cache

* Implement Graph Cache in CommandManager (Minestom#2360)

* update dependencies

* Remove caffeine dependency from EventNode (Minestom#2375)

* Remove mojang utils cache

* fix team visibility (Minestom#2186)

* Fix chunks not being refreshed when view distance updates (Minestom#2197)

* Fix chunks not being refreshed when view distance updates

* give more control of collisions to the entities colliding (Minestom#2350)

* give more control of collisions to the entities colliding

* Playsound exclude (Minestom#2381)

* Add Instance::playSoundExcept

* Uh...

* fix: saturation not working in food item component (Minestom#2382)

* fix missing inversion in DataComponentMap#diff handling for removed entries (Minestom#2359)

* More Vec operator, more min/max methods

* Remove no longer exists methods

* Disable failed test

* Improve AtomicReference handling

* Fix test execution when loading chunk outside of the main thread

* Improve AtomicReference handling in some tests

---------

Co-authored-by: Am Gone <67794767+Am-Gone@users.noreply.github.com>
Co-authored-by: iam <iam4722202468@users.noreply.github.com>
Co-authored-by: Lorenz Wrobel <43410952+DasBabyPixel@users.noreply.github.com>
Co-authored-by: themode <themode@outlook.fr>
Co-authored-by: TogAr2 <59421074+TogAr2@users.noreply.github.com>
Co-authored-by: Matt Worzala <35708499+mworzala@users.noreply.github.com>
Co-authored-by: Kerman <46640204+KermanIsPretty@users.noreply.github.com>
Co-authored-by: bea4dev <34712108+bea4dev@users.noreply.github.com>
Co-authored-by: GreatWyrm <alecmusante@gmail.com>
Co-authored-by: Samuel <pifnpafnpouf@gmail.com>
Co-authored-by: SLH <114884726+SLH335@users.noreply.github.com>
Co-authored-by: Floweynt <50057682+Floweynt@users.noreply.github.com>
Co-authored-by: theEvilReaper <steffenwx@gmail.com>
TheMeinerLP added a commit to OneLiteFeatherNET/Microtus that referenced this pull request Oct 31, 2024
* Fix entity position desync when spawned in an 8 block radius from world center (0,0,0) (Minestom#2299)

* fix: entity spawn pos desync

* Fix tests

* Update API for swept entity <-> entity collisions (Minestom#2343)

* Update API for swept entity <-> entity collisions

* Move EntityCollisionResult to its own class (Minestom#2345)

* Move EntityCollisionResult to its own class

* Return directional information from entity collision (Minestom#2346)

* fix entity collisions (Minestom#2348)

* Ability to get collision shape position from PhysicsResult (Minestom#2355)

* ability to get collision shape position from PhysicsResult

* Coordinate limit to prevent potential overflow

* fix some jcstress files

* clear remaining hephaistos usage

* Make BoundingBox/ShapeImpl records (Minestom#2371)

* Use a single int for all block states (Minestom#2373)

* Light cleanup (Minestom#2372)

* record namespace (Minestom#2374)

* Add EquipmentSlot.BODY (Minestom#2325)

* Add EquipmentSlot.BODY

* EntityEquipmentPacket should now have 7 entries

* Simplify isHand check

* Fix tests

---------

Co-authored-by: Matt Worzala <35708499+mworzala@users.noreply.github.com>

* unused cache

* Implement Graph Cache in CommandManager (Minestom#2360)

* update dependencies

* Remove caffeine dependency from EventNode (Minestom#2375)

* Remove mojang utils cache

* fix team visibility (Minestom#2186)

* Fix chunks not being refreshed when view distance updates (Minestom#2197)

* Fix chunks not being refreshed when view distance updates

* give more control of collisions to the entities colliding (Minestom#2350)

* give more control of collisions to the entities colliding

* Playsound exclude (Minestom#2381)

* Add Instance::playSoundExcept

* Uh...

* fix: saturation not working in food item component (Minestom#2382)

* fix missing inversion in DataComponentMap#diff handling for removed entries (Minestom#2359)

* More Vec operator, more min/max methods

* Remove no longer exists methods

* Disable failed test

* Improve AtomicReference handling

* Fix test execution when loading chunk outside of the main thread

* Improve AtomicReference handling in some tests

---------

Co-authored-by: Am Gone <67794767+Am-Gone@users.noreply.github.com>
Co-authored-by: iam <iam4722202468@users.noreply.github.com>
Co-authored-by: Lorenz Wrobel <43410952+DasBabyPixel@users.noreply.github.com>
Co-authored-by: themode <themode@outlook.fr>
Co-authored-by: TogAr2 <59421074+TogAr2@users.noreply.github.com>
Co-authored-by: Matt Worzala <35708499+mworzala@users.noreply.github.com>
Co-authored-by: Kerman <46640204+KermanIsPretty@users.noreply.github.com>
Co-authored-by: bea4dev <34712108+bea4dev@users.noreply.github.com>
Co-authored-by: GreatWyrm <alecmusante@gmail.com>
Co-authored-by: Samuel <pifnpafnpouf@gmail.com>
Co-authored-by: SLH <114884726+SLH335@users.noreply.github.com>
Co-authored-by: Floweynt <50057682+Floweynt@users.noreply.github.com>
Co-authored-by: theEvilReaper <steffenwx@gmail.com>
TheMeinerLP added a commit to OneLiteFeatherNET/Microtus that referenced this pull request Jan 6, 2025
* Fix entity position desync when spawned in an 8 block radius from world center (0,0,0) (Minestom#2299)

* fix: entity spawn pos desync

* Fix tests

* Update API for swept entity <-> entity collisions (Minestom#2343)

* Update API for swept entity <-> entity collisions

* Move EntityCollisionResult to its own class (Minestom#2345)

* Move EntityCollisionResult to its own class

* Return directional information from entity collision (Minestom#2346)

* fix entity collisions (Minestom#2348)

* Ability to get collision shape position from PhysicsResult (Minestom#2355)

* ability to get collision shape position from PhysicsResult

* Coordinate limit to prevent potential overflow

* fix some jcstress files

* clear remaining hephaistos usage

* Make BoundingBox/ShapeImpl records (Minestom#2371)

* Use a single int for all block states (Minestom#2373)

* Light cleanup (Minestom#2372)

* record namespace (Minestom#2374)

* Add EquipmentSlot.BODY (Minestom#2325)

* Add EquipmentSlot.BODY

* EntityEquipmentPacket should now have 7 entries

* Simplify isHand check

* Fix tests

---------

Co-authored-by: Matt Worzala <35708499+mworzala@users.noreply.github.com>

* unused cache

* Implement Graph Cache in CommandManager (Minestom#2360)

* update dependencies

* Remove caffeine dependency from EventNode (Minestom#2375)

* Remove mojang utils cache

* fix team visibility (Minestom#2186)

* Fix chunks not being refreshed when view distance updates (Minestom#2197)

* Fix chunks not being refreshed when view distance updates

* give more control of collisions to the entities colliding (Minestom#2350)

* give more control of collisions to the entities colliding

* Playsound exclude (Minestom#2381)

* Add Instance::playSoundExcept

* Uh...

* fix: saturation not working in food item component (Minestom#2382)

* fix missing inversion in DataComponentMap#diff handling for removed entries (Minestom#2359)

* More Vec operator, more min/max methods

* Remove no longer exists methods

* Disable failed test

* Improve AtomicReference handling

* Fix test execution when loading chunk outside of the main thread

* Improve AtomicReference handling in some tests

---------

Co-authored-by: Am Gone <67794767+Am-Gone@users.noreply.github.com>
Co-authored-by: iam <iam4722202468@users.noreply.github.com>
Co-authored-by: Lorenz Wrobel <43410952+DasBabyPixel@users.noreply.github.com>
Co-authored-by: themode <themode@outlook.fr>
Co-authored-by: TogAr2 <59421074+TogAr2@users.noreply.github.com>
Co-authored-by: Matt Worzala <35708499+mworzala@users.noreply.github.com>
Co-authored-by: Kerman <46640204+KermanIsPretty@users.noreply.github.com>
Co-authored-by: bea4dev <34712108+bea4dev@users.noreply.github.com>
Co-authored-by: GreatWyrm <alecmusante@gmail.com>
Co-authored-by: Samuel <pifnpafnpouf@gmail.com>
Co-authored-by: SLH <114884726+SLH335@users.noreply.github.com>
Co-authored-by: Floweynt <50057682+Floweynt@users.noreply.github.com>
Co-authored-by: theEvilReaper <steffenwx@gmail.com>
TheMeinerLP added a commit to OneLiteFeatherNET/Microtus that referenced this pull request Jan 6, 2025
* Fix entity position desync when spawned in an 8 block radius from world center (0,0,0) (Minestom#2299)

* fix: entity spawn pos desync

* Fix tests

* Update API for swept entity <-> entity collisions (Minestom#2343)

* Update API for swept entity <-> entity collisions

* Move EntityCollisionResult to its own class (Minestom#2345)

* Move EntityCollisionResult to its own class

* Return directional information from entity collision (Minestom#2346)

* fix entity collisions (Minestom#2348)

* Ability to get collision shape position from PhysicsResult (Minestom#2355)

* ability to get collision shape position from PhysicsResult

* Coordinate limit to prevent potential overflow

* fix some jcstress files

* clear remaining hephaistos usage

* Make BoundingBox/ShapeImpl records (Minestom#2371)

* Use a single int for all block states (Minestom#2373)

* Light cleanup (Minestom#2372)

* record namespace (Minestom#2374)

* Add EquipmentSlot.BODY (Minestom#2325)

* Add EquipmentSlot.BODY

* EntityEquipmentPacket should now have 7 entries

* Simplify isHand check

* Fix tests

---------

Co-authored-by: Matt Worzala <35708499+mworzala@users.noreply.github.com>

* unused cache

* Implement Graph Cache in CommandManager (Minestom#2360)

* update dependencies

* Remove caffeine dependency from EventNode (Minestom#2375)

* Remove mojang utils cache

* fix team visibility (Minestom#2186)

* Fix chunks not being refreshed when view distance updates (Minestom#2197)

* Fix chunks not being refreshed when view distance updates

* give more control of collisions to the entities colliding (Minestom#2350)

* give more control of collisions to the entities colliding

* Playsound exclude (Minestom#2381)

* Add Instance::playSoundExcept

* Uh...

* fix: saturation not working in food item component (Minestom#2382)

* fix missing inversion in DataComponentMap#diff handling for removed entries (Minestom#2359)

* More Vec operator, more min/max methods

* Remove no longer exists methods

* Disable failed test

* Improve AtomicReference handling

* Fix test execution when loading chunk outside of the main thread

* Improve AtomicReference handling in some tests

---------

Co-authored-by: Am Gone <67794767+Am-Gone@users.noreply.github.com>
Co-authored-by: iam <iam4722202468@users.noreply.github.com>
Co-authored-by: Lorenz Wrobel <43410952+DasBabyPixel@users.noreply.github.com>
Co-authored-by: themode <themode@outlook.fr>
Co-authored-by: TogAr2 <59421074+TogAr2@users.noreply.github.com>
Co-authored-by: Matt Worzala <35708499+mworzala@users.noreply.github.com>
Co-authored-by: Kerman <46640204+KermanIsPretty@users.noreply.github.com>
Co-authored-by: bea4dev <34712108+bea4dev@users.noreply.github.com>
Co-authored-by: GreatWyrm <alecmusante@gmail.com>
Co-authored-by: Samuel <pifnpafnpouf@gmail.com>
Co-authored-by: SLH <114884726+SLH335@users.noreply.github.com>
Co-authored-by: Floweynt <50057682+Floweynt@users.noreply.github.com>
Co-authored-by: theEvilReaper <steffenwx@gmail.com>
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