TheMode
|
00b991e970
|
Add translation keys
|
2021-07-27 10:51:38 +02:00 |
|
TheMode
|
82e5873b4f
|
Protocol interfaces to become sealed in the future
|
2021-07-27 10:28:06 +02:00 |
|
TheMode
|
c549ec1663
|
Remove legacy registry methods
|
2021-07-27 09:55:01 +02:00 |
|
TheMode
|
d685a7b136
|
Make Material an interface
|
2021-07-27 09:40:57 +02:00 |
|
TheMode
|
5b044a2d38
|
Update Registry to retrieve a block material
|
2021-07-27 08:48:45 +02:00 |
|
TheMode
|
b22d030a6f
|
Ask for the flag directly in PlayerAbilitiesPacket
|
2021-07-27 07:44:06 +02:00 |
|
TheMode
|
de76ac5aad
|
Add UpdateViewPositionPacket constructor
|
2021-07-27 07:00:04 +02:00 |
|
TheMode
|
d61b1d48b7
|
Remove SoundCategory.java
|
2021-07-27 06:58:42 +02:00 |
|
TheMode
|
5285665939
|
Remove longly deprecated chat package
|
2021-07-27 06:55:08 +02:00 |
|
TheMode
|
2cc92e5e3e
|
Simplify login process
|
2021-07-26 15:49:03 +02:00 |
|
TheMode
|
aaa71f4e9a
|
Fix EntityProjectile
|
2021-07-26 11:53:30 +02:00 |
|
TheMode
|
87e4d84e4a
|
Fix falling block meta
|
2021-07-26 10:34:18 +02:00 |
|
TheMode
|
25d645a5cb
|
Remove legacy position objects
|
2021-07-25 06:30:49 +02:00 |
|
TheMode
|
ad964a0a39
|
Remove deprecated UpdateOption.java
|
2021-07-25 06:25:32 +02:00 |
|
TheMode
|
adacf6b8aa
|
Improve mapping/filtering
|
2021-07-25 05:56:52 +02:00 |
|
TheMode
|
e04a5bc2d8
|
unused import
|
2021-07-24 14:38:43 +02:00 |
|
TheMode
|
6ce5e8d310
|
Inline newposition when physics is disabled
|
2021-07-24 13:06:28 +02:00 |
|
TheMode
|
fdaac26e72
|
Fix epsilon
|
2021-07-24 12:53:55 +02:00 |
|
TheMode
|
e3520f4294
|
Use a fastutil map to store chunks, will be significantly slower when accessed from multiple threads but without generating any garbage, and better for single-threaded use.
|
2021-07-24 11:44:50 +02:00 |
|
TheMode
|
3a93ab045a
|
Fix with the latest version of MinestomData
|
2021-07-24 11:22:59 +02:00 |
|
TheMode
|
7f5ea582c9
|
More packet constructors
|
2021-07-24 07:45:08 +02:00 |
|
TheMode
|
2ad8fb1c77
|
Use instance players when possible
|
2021-07-24 04:39:57 +02:00 |
|
TheMode
|
19e3bee23c
|
Lambda cleanup
|
2021-07-24 04:31:35 +02:00 |
|
TheMode
|
f7d30feb7f
|
Cleanup EntityFinder
|
2021-07-24 04:22:50 +02:00 |
|
TheMode
|
6aa55ad7b6
|
Cleanup
|
2021-07-24 03:31:03 +02:00 |
|
MrGazdag
|
4b517244a2
|
Fix incorrect coordinate encoding
|
2021-07-23 18:20:01 +02:00 |
|
TheMode
|
d146aacd36
|
Cleanup
|
2021-07-23 16:14:42 +02:00 |
|
TheMode
|
11b2426629
|
Micro optimize block properties map
|
2021-07-23 15:44:53 +02:00 |
|
TheMode
|
8734478126
|
More packet constructors
Signed-off-by: TheMode <themode@outlook.fr>
|
2021-07-23 08:15:25 +02:00 |
|
TheMode
|
991de2d0cc
|
Fix ghost item/block when cancelling interaction
|
2021-07-23 06:12:57 +02:00 |
|
TheMode
|
66904f2539
|
Lazily init nbt writer in BinaryWriter
|
2021-07-23 02:48:50 +02:00 |
|
TheMode
|
7fae70ebc1
|
Add experimental ItemStack#consume
|
2021-07-23 01:47:43 +02:00 |
|
TheMode
|
6c4cb66737
|
Merge branch 'master' into new-block-api
|
2021-07-23 01:09:22 +02:00 |
|
MrGazdag
|
ac2d61d68b
|
undeprecate ArgumentType.Long()
|
2021-07-22 19:49:40 +02:00 |
|
MrGazdag
|
d3515c13c3
|
Change ArgumentLong to use actual longs
why is this not a thing already
|
2021-07-22 19:44:39 +02:00 |
|
TheMode
|
9db4ac06cc
|
Even more inline packets
|
2021-07-22 13:01:00 +02:00 |
|
TheMode
|
081266775c
|
More inline packets
|
2021-07-22 12:50:38 +02:00 |
|
TheMode
|
ff9ca60a58
|
Add some inline packet constructors
|
2021-07-22 09:54:34 +02:00 |
|
TheMode
|
690c5b7614
|
Remove unused method
|
2021-07-22 00:21:25 +02:00 |
|
TheMode
|
a0bb437c4c
|
Reduce chunk entities Set allocation
|
2021-07-21 22:21:43 +02:00 |
|
TheMode
|
266ecd5b64
|
Fix warning
|
2021-07-21 20:06:12 +02:00 |
|
TheMode
|
fceafb0b1e
|
Load a single chunk on instance spawn
|
2021-07-21 09:45:13 +02:00 |
|
TheMode
|
bebdcf59d5
|
Do not allocate arrays when refreshing a player chunks, optimize array lookup
|
2021-07-21 08:42:49 +02:00 |
|
TheMode
|
94a96d7df1
|
Improve entity chunk switch
|
2021-07-21 08:25:44 +02:00 |
|
TheMode
|
953d84add7
|
Fix string operation when switching an entity chunk
|
2021-07-21 08:12:03 +02:00 |
|
TheMode
|
efc135f48a
|
Handle empty list case, let the try-catch handle NPE
|
2021-07-20 23:48:13 +02:00 |
|
TheMode
|
bad206d504
|
Improve anvil block loading performance
|
2021-07-20 23:40:23 +02:00 |
|
TheMode
|
cb21b0baf5
|
Merge branch 'master' into new-block-api
|
2021-07-20 22:18:43 +02:00 |
|
TheMode
|
40ae462d89
|
Fix NPE
|
2021-07-20 22:18:24 +02:00 |
|
TheMode
|
6079f87b38
|
Merge branch 'master' into new-block-api
|
2021-07-20 22:16:00 +02:00 |
|