Commit Graph

31 Commits

Author SHA1 Message Date
iam 9215e33e80
Remove faces and cartesian product (#762) 2022-03-14 00:32:18 +01:00
themode 11708a1c1a Remove dedicated Faces class 2022-03-13 21:20:11 +01:00
iam 6891a530f5
Block Collision Physics (#730) 2022-03-09 19:08:42 +01:00
TheMode 8cbd6460f4 Cleanup...
Signed-off-by: TheMode <themode@outlook.fr>
2021-09-05 03:40:30 +02:00
Шандуренко Константин Владимирович 224345853e BoundingBox#PositionedPoints is immutable now 2021-08-31 16:16:43 +03:00
Шандуренко Константин Владимирович 32b33d6bf9 Code review 2021-08-31 15:55:24 +03:00
Шандуренко Константин Владимирович 34ec59dc68 ImmutableList.of() to List.of() 2021-08-31 15:52:38 +03:00
Шандуренко Константин Владимирович a69cefd8d4 Fixing BoundingBoxes caching 2021-08-31 15:39:39 +03:00
Шандуренко Константин Владимирович 66e8ac2dc3 Code review 2021-08-22 17:47:52 +03:00
Шандуренко Константин Владимирович f2f592209a Entity#getLineOfSightEntity and BoundingBox#intersect(Point, Point) 2021-08-22 16:56:34 +03:00
TheMode c89f049dad Reduce bounding box allocation 2021-08-13 10:12:28 +02:00
TheMode 9e8d0c9ce0 Micro collision optimization + style 2021-07-11 20:20:01 +02:00
TheMode 4f20580482 Use block position for intersection check 2021-07-09 20:25:22 +02:00
TheMode 45d7420397 Remove most Position/BlockPosition usage 2021-07-08 18:56:40 +02:00
TheMode fff78cdf94 Move coordinate package 2021-07-08 13:48:28 +02:00
Németh Noel 65a97e5b00 Initial collision update 2021-07-06 22:26:11 +02:00
TheMode 28dca16b29 Initial position api implementation 2021-07-06 20:44:24 +02:00
TheMode 796b6820ce Start implementing the new coordinate API 2021-07-05 09:10:03 +02:00
themode c01736f863 Use doubles instead of floats to represent Position and Vector 2021-01-25 13:47:13 +01:00
themode 3ddca82aaa Cleanup 2 2020-11-10 08:01:27 +01:00
themode c4f36a9cea Cleanup + comments 2020-10-31 05:09:30 +01:00
themode 3cb880cf80 General cleanup 2020-10-22 12:55:53 +02:00
themode 660a67e53e English fix 2020-10-15 21:16:31 +02:00
themode 5b26031a92 Comments for BoundingBox 2020-10-05 03:59:47 +02:00
Felix Cravic 134173d0f1 Cleanup 2020-08-03 00:37:03 +02:00
Felix Cravic 4fb7d61a7c Cleanup 2020-07-24 18:23:15 +02:00
Felix Cravic df6c9e4953 More comments + cleanup 2020-07-22 17:39:48 +02:00
Felix Cravic 039e9aca4f Lot of comments 2020-05-27 20:30:13 +02:00
jglrxavpok c79d4c7874 Rewrote physics once again. This time going through walls should be more difficult 2020-05-03 15:54:12 +02:00
jglrxavpok 1aefbca70a Entity Physics are behaving a bit better
Still possible to go through walls though
2020-05-02 23:34:09 +02:00
Felix Cravic 7daac5e610 Package rename to net.minestom.server 2020-04-24 03:25:58 +02:00