TheMode
|
b60b785dcd
|
Fix unhandled exception
Signed-off-by: TheMode <themode@outlook.fr>
|
2021-08-26 17:59:51 +02:00 |
|
Matt Worzala
|
3ce51ff470
|
switch permission level back to an int internally
|
2021-08-26 11:12:03 -04:00 |
|
kiipy
|
6eac7282af
|
Made Player#setPermissionLevel persistent after death.
|
2021-08-26 11:12:03 -04:00 |
|
TheMode
|
5ddd97cee2
|
Move optimized event calling inside ListenerHandle
|
2021-08-24 15:35:09 +02:00 |
|
TheMode
|
2cf4e89694
|
Implement shift-click equip
|
2021-08-24 07:23:44 +02:00 |
|
TheMode
|
2450e741e6
|
Catch Throwable instead of Exception
|
2021-08-23 03:46:10 +02: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
|
129a39fc3d
|
Proper place for global event ListenerHandles
|
2021-08-22 13:56:12 +02:00 |
|
TheMode
|
898252dad0
|
Fast exit if the player didn't move
|
2021-08-22 08:13:28 +02:00 |
|
TheMode
|
18b0e21f21
|
Start using ListenerHandle
|
2021-08-22 07:47:06 +02:00 |
|
TheMode
|
8acb2e292c
|
Move potion effect tick into its own method
|
2021-08-22 07:34:11 +02:00 |
|
TheMode
|
ef58d770b4
|
Move block collision code into its own method
|
2021-08-22 07:31:47 +02:00 |
|
Bloepiloepi
|
e902591baa
|
Merge branch 'master' into velocity-changes
|
2021-08-22 01:56:45 +02:00 |
|
TheMode
|
9ec257ed3d
|
Merge pull request #416 from Bloepiloepi/knockback-fix
Air drag fix
|
2021-08-21 09:34:32 +02:00 |
|
Bloepiloepi
|
4f4a274259
|
Calculate player velocity from previous position
|
2021-08-20 16:18:20 +02:00 |
|
Bloepiloepi
|
66fab0672c
|
Revert "Fix knockback strength"
This reverts commit f955b1f2
|
2021-08-20 14:56:27 +02:00 |
|
TheMode
|
403e9fc8f1
|
Slightly optimize RandomStrollGoal
Signed-off-by: TheMode <themode@outlook.fr>
|
2021-08-20 07:17:53 +02:00 |
|
emortal
|
2e548e6582
|
Remove unrelated changes, make PickupExperienceEvent implement PlayerEvent
|
2021-08-19 05:22:57 +01:00 |
|
emortal
|
a0696bc20b
|
Add getPlayer() to PickupExperienceEvent
|
2021-08-19 05:05:00 +01:00 |
|
TheMode
|
8c6778983b
|
Make FollowTargetGoal query for targets when necessary
|
2021-08-18 22:11:15 +02:00 |
|
Bloepiloepi
|
1b8cc19a54
|
Fix air drag when not onground
|
2021-08-18 20:44:45 +02:00 |
|
Bloepiloepi
|
f955b1f2ae
|
Fix knockback strength
|
2021-08-18 20:37:16 +02:00 |
|
TheMode
|
dbf5ff6cd4
|
Add PlayerConnection#flush without guarantee
|
2021-08-17 23:23:41 +02:00 |
|
TheMode
|
a43f6f6b62
|
Potentially fix ghost chunks when switching instance
|
2021-08-17 23:01:28 +02:00 |
|
TheMode
|
69e8792ce0
|
Special case when an entity is teleported in the same chunk
|
2021-08-17 21:58:15 +02:00 |
|
TheMode
|
e72c87f670
|
Reduce allocation in Navigator movement
|
2021-08-16 02:53:07 +02:00 |
|
TheMode
|
af50bbb440
|
Player#UNSAFE_init now set the instance
|
2021-08-15 00:52:07 +02:00 |
|
TheMode
|
3ff5a7f414
|
Implement toString for registry objects
|
2021-08-13 21:15:43 +02:00 |
|
TheMode
|
1bdc50f4a0
|
Trust client's inventory prediction when possible
|
2021-08-13 20:41:59 +02:00 |
|
TheMode
|
17f9eb45ca
|
Make #getNearbyBlocks static
|
2021-08-13 19:53:37 +02:00 |
|
TheMode
|
3f01d63913
|
Inline delta computation
|
2021-08-13 10:26:46 +02:00 |
|
TheMode
|
3917d3cb1d
|
Merge branch 'master' into new-block-api
|
2021-08-13 09:47:09 +02:00 |
|
TheMode
|
ce985bc41d
|
Merge pull request #410 from MrGazdag/patch-11
Add Player#refreshCommands()
|
2021-08-13 09:28:55 +02:00 |
|
TheMode
|
d785f50447
|
Items gravity is predicted client-side
|
2021-08-13 08:01:48 +02:00 |
|
TheMode
|
5a1eb83f49
|
Check with the position field instead of the parameter
|
2021-08-13 06:04:44 +02:00 |
|
TheMode
|
e5903c23a3
|
Reduce position packets when velocity is applied
|
2021-08-13 05:59:52 +02:00 |
|
MrGazdag
|
c71ea517a2
|
add refreshCommands()
|
2021-08-12 03:53:49 +02:00 |
|
TheMode
|
fd08cabb6a
|
Change default tab implementation to show all online players
|
2021-08-11 14:18:04 +02:00 |
|
TheMode
|
3924d2c0a2
|
Do not send additional velocity packets to players
|
2021-08-11 13:23:45 +02:00 |
|
Bloepiloepi
|
447f921cf1
|
Send only changed attributes
|
2021-08-09 16:37:46 +02:00 |
|
TheMode
|
0c52c9eb30
|
Merge branch 'master' into new-block-api
# Conflicts:
# src/main/java/net/minestom/server/entity/Entity.java
# src/main/java/net/minestom/server/entity/Player.java
|
2021-08-09 00:52:36 +02:00 |
|
TheMode
|
1181724b7a
|
Merge pull request #389 from Minestom/nio
Switch to NIO
|
2021-08-09 00:46:56 +02:00 |
|
TheMode
|
1591df16aa
|
Rename netty to socket wherever possible
|
2021-08-08 19:11:47 +02:00 |
|
TheMode
|
a2e2461d22
|
Revert BinaryReader changes
|
2021-08-06 17:30:39 +02:00 |
|
TheMode
|
f135edba0d
|
Replace BinaryReader to BinaryBuffer
|
2021-08-06 16:30:52 +02:00 |
|
TheMode
|
7ba8189a28
|
Fix ghost players
|
2021-08-05 15:10:15 +02:00 |
|
BuildTools
|
27d2219fb8
|
Fix dimension
|
2021-08-04 22:58:33 +08:00 |
|
TheMode
|
b178a6adac
|
Create velocityTick method
|
2021-07-30 18:10:35 +02:00 |
|
TheMode
|
f865a7b9dd
|
Reduce registry boilerplate
|
2021-07-30 15:29:05 +02:00 |
|