Minestom/src/test/java/net/minestom/server
DeidaraMC f034296f28
feat: add aerodynamics record and the capability to set custom horizontal air resistance (#2053)
* feat: add aerodynamics record and the ability to set horizontal drag

* feat: entity physics simulation overhaul

* fix: made physics utils private, renamed to match other utils

* chore: separate concept of chunks and tps from PhysicsUtils, remove bad PhysicsResult constants

* chore: remove synchronization from PhysicsUtils, SYNCHRONIZE_ONLY_ENTITIES collection > set

* chore: remove extra vec allocations

* chore: improved flyingVelocity test

* chore: add all entities with client side prediction to SYNCRHONIZE_ONLY_ENTITIES, refactor velocity

---------

Co-authored-by: iam <iam4722202468@users.noreply.github.com>
2024-03-27 19:21:07 +00:00
..
advancements Make separate module for testing framework (#1428) 2022-10-10 20:44:50 +02:00
adventure/provider fix component flattening (#1266) 2022-07-25 05:58:03 +02:00
collision fix: use collision shape for Shape#isFaceFull instead of occlusion shape 2024-03-24 21:50:54 -04:00
command Prioritise errors by chain length, build subcommands first (fix #1934) (#1935) 2024-02-12 18:28:15 -05:00
coordinate Add Pos#withLookAt (#945) 2022-04-19 20:31:05 +02:00
entity feat: add aerodynamics record and the capability to set custom horizontal air resistance (#2053) 2024-03-27 19:21:07 +00:00
event Strong Ref for child EventNode (#1491) 2022-10-29 12:33:24 +02:00
instance chore: minor entity class warning cleanup (#2049) 2024-03-25 23:33:24 -04:00
inventory Add bounds check to CreativeInventoryListener (#2042) 2024-03-25 05:47:12 +00:00
item Add entity type to Material registry (for spawn eggs) (#2020) 2024-03-14 00:50:54 -04:00
network Static packet ids (#2034) 2024-03-19 17:42:06 +01:00
particle Add particle data types (#2004) 2024-02-28 21:54:24 +00:00
permission Null verifier wildcard fix (#1849) 2023-05-10 08:51:06 +10:00
snapshot Make separate module for testing framework (#1428) 2022-10-10 20:44:50 +02:00
tag fix: preserve instance tag on #copy() (fix #112) 2024-02-09 14:27:43 -05:00
thread Replace thread locals to pool (#1079) 2022-05-16 07:34:47 +02:00
timer Scheduler try catch (#2037) 2024-03-21 21:42:24 +00:00
utils Fix Lighting Invalidation (#2041) 2024-03-24 16:23:26 -04:00
InsideTest.java Fix player position being wrong inside tests 2022-03-14 19:01:48 +01:00
ServerProcessTest.java 1.19.4 (#11) 2024-02-09 14:27:43 -05:00