tahmid-23
|
3690ad1623
|
fix component flattening (#1266)
|
2022-07-25 05:58:03 +02:00 |
|
TheMode
|
d596992c0e
|
Include command aliases in graph (#1244)
|
2022-07-17 23:13:25 +02:00 |
|
TheMode
|
07a0fb129c
|
Rename node executor
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-07-17 22:41:28 +02:00 |
|
Noel Németh
|
c885ca1d7c
|
Fix index out of bounds when creating a command packet (#1243)
|
2022-07-17 20:28:14 +02:00 |
|
Konstantin Shandurenko
|
284da06578
|
Fix for breaking blocks of mismatching properties in adventure mode (#1242)
|
2022-07-17 20:08:04 +02:00 |
|
TheMode
|
366f08f7f9
|
Graph api (#1233)
|
2022-07-13 22:45:38 +02:00 |
|
TheMode
|
1cdee4a8e1
|
Revert "Initial graph api (#1230)" (#1231)
This reverts commit 3999c30961 .
|
2022-07-13 01:16:18 +02:00 |
|
TheMode
|
3999c30961
|
Initial graph api (#1230)
|
2022-07-13 01:14:23 +02:00 |
|
Steank
|
0989c220f6
|
Fix NullPointerException, deadlock when stopping the server (#1220)
|
2022-07-08 21:31:54 +02:00 |
|
Konstantin Shandurenko
|
de5a396c15
|
Do not send CloseWindowPacket if inventory was reopened during closing (#1218)
|
2022-07-08 17:37:56 +02:00 |
|
Konstantin Shandurenko
|
4feac211c7
|
Item pickup fix (#1216)
|
2022-07-08 17:37:24 +02:00 |
|
TheMode
|
1bf750a603
|
Make PlayerPacketOutEvent cancellable
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-07-07 18:12:54 +02:00 |
|
Konstantin Shandurenko
|
0c6599fee6
|
Checking that payload length is positive on packets reading (#1211)
|
2022-07-07 04:18:24 +02:00 |
|
Konstantin Shandurenko
|
4884051c6a
|
BlockCollision#canPlaceBlockAt player check fix (#1213)
|
2022-07-07 04:16:56 +02:00 |
|
Noel Németh
|
ba73c742f4
|
Fix syntax condition isn't checked when building the graph
|
2022-07-06 17:01:11 +02:00 |
|
Kieran Wallbanks
|
8b789e0f30
|
Allow changing the extensions folder via a system property
|
2022-07-06 15:34:40 +01:00 |
|
TheMode
|
0309d12540
|
Test loop/group arguments
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-07-06 11:12:08 +02:00 |
|
Konstantin Shandurenko
|
23f03258b9
|
Item and experience orbs pickup fix (#1208)
|
2022-07-06 01:28:15 +02:00 |
|
Konstantin Shandurenko
|
90fa4e46ea
|
Catching everything in Worker's selector (#1207)
|
2022-07-06 01:27:24 +02:00 |
|
Noel Németh
|
10a2967f33
|
Fix wrapper arguments not forwarding node properties
|
2022-07-05 20:25:09 +02:00 |
|
Noel Németh
|
c4479dabbd
|
Fix BinaryReader#extractBytes
|
2022-07-05 20:02:27 +02:00 |
|
Noel Németh
|
3e7719b6d1
|
Add missing parsers
|
2022-07-05 20:01:51 +02:00 |
|
Noel Németh
|
81c978ee9b
|
Fix parser namespaces
|
2022-07-05 19:24:41 +02:00 |
|
Noel Németh
|
2a1abdbaf4
|
Fix subcommands not being added to the graph and (maybe) better separate responsibilities of the relevant classes
|
2022-07-05 01:36:42 +02:00 |
|
Noel Németh
|
793561e0cb
|
Simplify command graph generation (#1200)
|
2022-07-02 05:39:39 +02:00 |
|
GoldenStack
|
54a6bcd2af
|
Command Tests (#1199)
|
2022-07-02 02:12:07 +02:00 |
|
Steank
|
18ab44706b
|
Fix floating point precision issue with RayUtils method (#1196)
|
2022-07-01 19:00:40 +02:00 |
|
TheMode
|
4a40805ca0
|
Fix attribute nbt
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-06-30 23:21:32 +02:00 |
|
TheMode
|
9a28e6ba87
|
Fix chunk invalidation during generation forking
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-06-30 23:12:42 +02:00 |
|
TheMode
|
a04012d9bf
|
Fix npe
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-06-25 13:01:16 +02:00 |
|
TheMode
|
cda46d184e
|
Move item impl code to the impl class
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-06-25 11:34:09 +02:00 |
|
TheMode
|
19bb23fe3d
|
callCancellable style
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-06-25 11:24:36 +02:00 |
|
TheMode
|
9f1fcd89ef
|
Cleanup optionalLoadAll
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-06-25 11:02:10 +02:00 |
|
TheMode
|
6ecede145e
|
Improve tag performance + concurrency tests (#1165)
|
2022-06-25 10:36:50 +02:00 |
|
SuperKael
|
1d469ca6a6
|
Add missing enum values to Biome.Category. (#1168)
|
2022-06-18 02:26:52 +02:00 |
|
Johnnywoof
|
bab2c22a51
|
Use predicate for entity targeting (#1099)
* Use predicate for entity targeting
* Change range variable in deprecated constructor from double to float
* Use distance squared
|
2022-06-15 03:07:42 +10:00 |
|
Cody
|
3821d204cf
|
Allow for 'F' to be pressed in inventories (Fixes #585) (#1164)
|
2022-06-14 07:38:44 +02:00 |
|
Ativendus
|
bb3c232256
|
Added annotations (#1161)
|
2022-06-12 20:41:50 +02:00 |
|
themode
|
7be96b7679
|
Allow tag write without allocation if compatible with the previous entry
|
2022-06-11 17:38:37 +02:00 |
|
Cody
|
af28caad9e
|
Fix native images not detecting MinestomConsoleWriter (#1159)
|
2022-06-10 04:54:38 +02:00 |
|
TheMode
|
ef20430e54
|
Use ofEntries for EntityType meta
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-06-09 21:41:28 +02:00 |
|
TheMode
|
8789a6c1f0
|
Add arrayCopy
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-06-09 21:35:18 +02:00 |
|
TheMode
|
20dcf91f4a
|
Do not write packet after disconnection
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-06-09 16:40:51 +02:00 |
|
Noel Németh
|
b112248ae8
|
Fix by checking if the connection uses inet socket (#1152)
|
2022-06-05 14:53:28 +02:00 |
|
TheMode
|
2289cf32e1
|
Fix unnecessary allocation on ping
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-06-04 22:43:02 +02:00 |
|
Noel Németh
|
bcab1b199b
|
Limit chunk update packets (#1128)
|
2022-06-04 22:04:57 +02:00 |
|
TheMode
|
ff712575ad
|
Fix velocity packets being sent for flying players
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-06-04 20:38:31 +02:00 |
|
Dominik Strebinger
|
58b6e90142
|
Add PlayerInstanceEvent (#1135)
|
2022-05-29 20:42:45 +02:00 |
|
Zak Shearman
|
a01ff09563
|
Return null, don't throw NullPointerException (#1131)
|
2022-05-28 11:39:50 +02:00 |
|
Huynh Tien
|
a4f392d116
|
BungeeCordProxy: skip if the name is not textures or the value & signature does not exist (#1127)
|
2022-05-26 16:41:50 +02:00 |
|
Michael
|
7b8445d0e2
|
Add EditBookEvent (#1120)
|
2022-05-24 14:08:00 +10:00 |
|
TheMode
|
f5dc048185
|
Fix block nbt update
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-05-23 23:40:57 +02:00 |
|
Huynh Tien
|
025cdab7e6
|
A simple Completer for MinestomTerminal & Fix LineReader visual issue (#1091)
|
2022-05-23 21:59:34 +02:00 |
|
TogAr2
|
3cd73310cd
|
Account for flying in velocity calculation (#1111)
|
2022-05-22 16:46:54 +02:00 |
|
TheMode
|
f80f653ee0
|
Fast exit for retrieveAll
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-05-19 12:39:27 +02:00 |
|
TheMode
|
d4875b2838
|
Slightly improve updateAll
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-05-18 16:37:25 +02:00 |
|
TheMode
|
ace42b6f46
|
Make ObjectArray interface
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-05-18 08:54:55 +02:00 |
|
TheMode
|
367c389bc6
|
Additional collision style
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-05-17 18:35:38 +02:00 |
|
TheMode
|
83ff0daff7
|
Collision cleanup (#1085)
|
2022-05-17 17:09:16 +02:00 |
|
themode
|
bfa2dbd3f7
|
Rename AutoIncrementMap
|
2022-05-16 08:39:18 +02:00 |
|
TheMode
|
8d7175af73
|
Replace thread locals to pool (#1079)
|
2022-05-16 07:34:47 +02:00 |
|
TheMode
|
737b663a4c
|
Update graal meta
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-05-13 00:58:03 +02:00 |
|
MrGazdag
|
5f9d44433d
|
Fix Entity#lookAt(Pos) not correctly looking at the position (#1058)
|
2022-05-12 23:35:46 +02:00 |
|
Steank
|
f774cc3b0f
|
Fix entities falling through tall blocks (#1047)
|
2022-05-11 21:30:48 +02:00 |
|
Articdive
|
e4de03ab1a
|
Automatically generate dye colors. (#1051)
|
2022-05-10 20:03:23 +02:00 |
|
TheMode
|
e4c1c9fe8d
|
Cleanup Messenger, fix uuid
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-05-10 10:17:06 +02:00 |
|
TheMode
|
7d930ee28d
|
Replace PlayerConnection#sendPacket when possible
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-05-10 10:07:55 +02:00 |
|
TheMode
|
abeda20646
|
Misc inventory style
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-05-10 07:42:18 +02:00 |
|
Moulberry
|
ad0440711f
|
Some tweaks to AbstractInventory/PlayerInventory, as well as various Tests (#1049)
|
2022-05-10 07:33:05 +02:00 |
|
TheMode
|
dfd8c94f5f
|
More style
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-05-10 06:42:53 +02:00 |
|
TheMode
|
27c4c99949
|
Misc style
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-05-10 04:10:57 +02:00 |
|
TheMode
|
37ba3c7893
|
Simplify tag list
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-05-09 20:56:06 +02:00 |
|
TheMode
|
64de8f87c0
|
Add EquipmentSlot.armors
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-05-07 17:19:51 +02:00 |
|
TheMode
|
cb01b08b04
|
Add experimental tag update methods
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-05-07 16:26:39 +02:00 |
|
TheMode
|
2720d9ada2
|
Use checkIndex
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-05-07 10:58:19 +02:00 |
|
Kiip
|
35ae8bc07a
|
Only predict projectile higher if there is gravity (#1016)
|
2022-05-06 20:55:31 +02:00 |
|
iam
|
cef824bc16
|
Fix expanded bounding box (#1020)
|
2022-05-05 13:42:07 +02:00 |
|
themode
|
c009ef0505
|
Avoid slow synchronized path during reference building
|
2022-05-04 18:24:15 +02:00 |
|
TheMode
|
fdd3e2c53c
|
Seal snapshot interfaces
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-05-04 13:25:24 +02:00 |
|
TogAr2
|
23d7df7cbb
|
Entity pose fixes (#487)
|
2022-05-03 22:29:38 +02:00 |
|
TheMode
|
0dc7f52a50
|
Use an identity map to store Snapshotable
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-05-03 18:55:41 +02:00 |
|
TheMode
|
1384bc0c18
|
ItemStack.Builder should only be TagWritable
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-05-02 21:51:33 +02:00 |
|
TheMode
|
d8a1003368
|
Allow path on view tags
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-05-02 21:30:22 +02:00 |
|
TheMode
|
68fc705cd3
|
More doc to TagHandler
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-05-02 13:34:05 +02:00 |
|
Cody
|
ef53559349
|
Fix #1009: Make canPlaceOn and canDestroy use Material instead of Block (#1010)
|
2022-05-01 10:44:33 +02:00 |
|
TheMode
|
8a876a4a59
|
Entry must use NBTType
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-29 18:24:55 +02:00 |
|
Weiiswurst
|
afddb6f549
|
hasVelocity is now false if the entity just has gravity (#975)
|
2022-04-28 16:06:53 +02:00 |
|
CryptForge
|
4b0f10d448
|
Prevent invisible item when consumeBlock is false (#1001)
|
2022-04-28 14:50:39 +02:00 |
|
emortal
|
a78309a2b2
|
Fix block break packet using resultant block (#996)
|
2022-04-27 16:14:54 +02:00 |
|
TheMode
|
12543acf5e
|
Simplify path recursive removal
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-27 04:46:30 +02:00 |
|
Weiiswurst
|
9ce5a79cc8
|
Ignore arrows and spectators (#986)
|
2022-04-26 13:01:47 +02:00 |
|
TheMode
|
42c6e75906
|
Fix handler invalidation
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-26 06:37:26 +02:00 |
|
TheMode
|
a74b6ce220
|
Temporary tag fix
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-25 07:26:26 +02:00 |
|
TheMode
|
49a69d353e
|
More preparation for CAS tag write
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-25 05:45:22 +02:00 |
|
GreatWyrm
|
d17c95b826
|
Rename outdated LivingEntityMeta methods (#960)
|
2022-04-24 23:42:34 +02:00 |
|
TheMode
|
765d6057da
|
Avoid entity field lookup
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-24 05:37:47 +02:00 |
|
TheMode
|
0f2be00291
|
Make Metadata.Entry sealed
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-24 05:09:39 +02:00 |
|
TheMode
|
4b7f8213aa
|
Entity metadata cleanup
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-24 05:00:28 +02:00 |
|
Bloepiloepi
|
d87a8f72c7
|
Fix Entity#takeKnockback and gravity (#943)
|
2022-04-23 21:37:27 +02:00 |
|
DasLixou
|
e2dac1c46e
|
Made EatEvents ItemEvents (#965)
|
2022-04-23 19:26:22 +02:00 |
|
Weiiswurst
|
c32153d221
|
Fix #942 (#962)
|
2022-04-22 19:03:28 +02:00 |
|
TheMode
|
057109c94e
|
Add experimental TagSerializer.COMPOUND
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-22 04:32:44 +02:00 |
|
TheMode
|
3f98bde82e
|
No need to return a new meta
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-21 18:43:42 +02:00 |
|
TheMode
|
3c0abb0409
|
Make ItemStack.Builder extends Taggable
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-20 23:14:37 +02:00 |
|
TheMode
|
917302cbbb
|
Avoid potential stacktrace generation
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-20 17:19:45 +02:00 |
|
TheMode
|
a4adbb49fe
|
Add a new Pos#sameView
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-19 21:09:02 +02:00 |
|
Zak Shearman
|
64f617c81c
|
Add Pos#withLookAt (#945)
|
2022-04-19 20:31:05 +02:00 |
|
Weiiswurst
|
21e6ed4918
|
Check for adventure mode when finishing to break a block (#948) (#949)
|
2022-04-19 16:52:56 +02:00 |
|
Bloepiloepi
|
f0fa81b712
|
Use smaller position offset when placing blocks (#940)
|
2022-04-18 01:15:38 +02:00 |
|
iam
|
bb236b34b6
|
Stop update from being sent to the player when the player places a block on themselves (#939)
|
2022-04-17 22:02:24 +02:00 |
|
Bloepiloepi
|
e57e3ff305
|
Fix enchantment reading (#938)
|
2022-04-17 21:51:16 +02:00 |
|
Bloepiloepi
|
ff7098a083
|
Item metadata fixes (#935)
|
2022-04-17 20:52:29 +02:00 |
|
iam
|
0d93faf0db
|
Fix worldborder size on resize + test (#937)
|
2022-04-17 19:54:41 +02:00 |
|
iam
|
6aa999aa77
|
Don't reload chunk when player places block on entity (#936)
|
2022-04-17 19:21:01 +02:00 |
|
TheMode
|
8b187894f7
|
Make Instance implements EventHandler
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-17 06:19:14 +02:00 |
|
TheMode
|
0f767da5f0
|
Use NBT#getValue
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-17 00:16:59 +02:00 |
|
TheMode
|
c5bef0958d
|
Prepare potential CAS tag impl
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-16 19:15:48 +02:00 |
|
TheMode
|
49488c4893
|
Remove nbt tag list/map restriction
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-16 14:37:41 +02:00 |
|
TheMode
|
198618ba98
|
Add rate limiter for incoming packets
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-15 12:25:58 +02:00 |
|
TheMode
|
164cf9fe2b
|
Fix FireworkEffectMeta
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-15 04:44:34 +02:00 |
|
TheMode
|
1ad6caaf8b
|
Add TagSerializer.fromCompound
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-15 03:50:57 +02:00 |
|
TheMode
|
5839ec71cc
|
Make ItemMetaView.Builder extends ItemMeta.Builder
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-15 02:31:58 +02:00 |
|
Bloepiloepi
|
0c6da422c7
|
Add onGround to PlayerMoveEvent (#921)
|
2022-04-14 18:47:17 +02:00 |
|
TheMode
|
98a6e73e99
|
Improve memory usage of tags
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-14 16:26:57 +02:00 |
|
TheMode
|
821063addf
|
Fix empty fork
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-14 01:32:54 +02:00 |
|
TheMode
|
e026a841ab
|
Improve creation of item builder
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-14 00:50:19 +02:00 |
|
TheMode
|
83baabcbba
|
Do not loop through parents if nothing has been removed
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-13 22:37:54 +02:00 |
|
TheMode
|
57832351ea
|
Add pathInvalidClear
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-13 22:26:56 +02:00 |
|
TheMode
|
6c250de41c
|
Fix OOB when clearing path-able tag entries
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-13 22:22:39 +02:00 |
|
Konstantin Shandurenko
|
d8cda624c8
|
PlayerDiggingListener fix (#918)
|
2022-04-13 22:03:25 +02:00 |
|
TheMode
|
b3030a3eb2
|
Fix PlayerHeadMeta
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-13 21:57:59 +02:00 |
|
TheMode
|
c9c2cc9ec8
|
Fix standalone view meta building
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-13 21:22:13 +02:00 |
|
Konstantin Shandurenko
|
f1606362b7
|
Stacking rule can be changed now (#916)
|
2022-04-13 20:42:09 +02:00 |
|
Konstantin Shandurenko
|
19eae7ef93
|
EntityTracker fix (#915)
|
2022-04-13 20:29:05 +02:00 |
|
TheMode
|
63b40deb34
|
Item API refactoring (#904)
|
2022-04-13 17:57:15 +02:00 |
|
TheMode
|
50a7d7ca81
|
ShapeImpl should not depend on the block material
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-13 12:07:43 +02:00 |
|
TheMode
|
59d5bfe6d1
|
Invalidate ChunkCache on unload
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-12 23:55:17 +02:00 |
|
TheMode
|
384126e3b4
|
Optimize block retrieval from Instance
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-12 23:50:45 +02:00 |
|
TheMode
|
c56cd1054a
|
DiggingResult can become a record
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-12 23:38:15 +02:00 |
|
Konstantin Shandurenko
|
c4a4ebd51a
|
Check whether chunk is loaded on ClientPlayerDiggingPacket input (#910)
|
2022-04-12 23:37:29 +02:00 |
|
TheMode
|
f073cc46c8
|
Add Tag.UUID
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-12 19:16:11 +02:00 |
|
TheMode
|
3f172a8d2c
|
Support Tag.Component and for record auto-structure
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-12 16:20:17 +02:00 |
|
TheMode
|
86526ab219
|
Simplify flow
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-12 14:14:36 +02:00 |
|
TheMode
|
6a79de2406
|
Final entry
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-12 12:18:00 +02:00 |
|
TheMode
|
0c9542486f
|
Dedicated traversePath method
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-12 12:16:40 +02:00 |
|
TheMode
|
afbc6d6a47
|
Fix potential NPE
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-11 22:38:37 +02:00 |
|
TheMode
|
5812482922
|
Document GenerationUnit size guarantee
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-11 21:12:58 +02:00 |
|
Konstantin Shandurenko
|
2cea7ca5af
|
Async tasks cancellation fix (#907)
|
2022-04-11 20:26:59 +02:00 |
|
TheMode
|
1bb0af7f77
|
Add TagHandler#copy
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-10 15:49:33 +02:00 |
|
TheMode
|
1cdc0aeddb
|
Add Boolean tag
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-10 15:38:13 +02:00 |
|
Lorenzo Lapucci
|
97abccce0c
|
Use eye height difference when setting direction using Entity#lookAt(Entity) (#900)
|
2022-04-10 14:13:13 +02:00 |
|
TheMode
|
73fed47040
|
Misc
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-10 12:26:33 +02:00 |
|
TheMode
|
d25f791d59
|
Use isView()
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-10 11:44:08 +02:00 |
|
TheMode
|
af43c977bd
|
Tag nbt conversion (#901)
|
2022-04-10 10:01:39 +02:00 |
|
TheMode
|
23e1c8a0bc
|
Prepare better nbt conversion
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-09 16:17:24 +02:00 |
|
TheMode
|
b294cb3f1c
|
Style
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-09 15:20:11 +02:00 |
|
TheMode
|
30aa3ac8f3
|
Fix fillHeight
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-08 15:08:40 +02:00 |
|
TheMode
|
b8b850fca1
|
Print problematic future
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-08 12:20:17 +02:00 |
|
TheMode
|
a70bb15146
|
Low level generation API (#574)
|
2022-04-08 07:19:52 +02:00 |
|
TheMode
|
60d22929a1
|
Move assert
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-07 11:35:09 +02:00 |
|
TheMode
|
031d9253a3
|
Fix view tag access
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-07 11:34:18 +02:00 |
|
TheMode
|
bbd9e58d35
|
Generate Tag from record type (#883)
|
2022-04-07 11:05:11 +02:00 |
|
iam
|
50c1083a48
|
Fix relative max. Currently finds the minimum of all individual bounding box maximums. Updated to find maximum of all bounding box maximums (#869)
|
2022-04-05 04:20:46 +02:00 |
|
Alexander Mandera
|
740ffc8846
|
Fix bad conversion of block index using negative Y (#861)
|
2022-04-04 23:19:48 +02:00 |
|
TheMode
|
467decbb20
|
Remove explicit fences
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-03 04:09:11 +02:00 |
|
TheMode
|
7a371fe616
|
Do not fallback to waiting list
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-02 23:35:11 +02:00 |
|
TheMode
|
ff8dd0cdaa
|
Misc networking improvements
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-02 22:05:29 +02:00 |
|
TheMode
|
446e4a64b7
|
Catch exceptions during skin request
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-01 22:53:46 +02:00 |
|
themode
|
3674fcc97d
|
Fix nearbyEntities
|
2022-04-01 20:41:32 +02:00 |
|
TheMode
|
43734a9c58
|
Slight nearbyEntities improvement
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-04-01 16:04:23 +02:00 |
|
TheMode
|
4e6c92e2c5
|
Unique stacking rule (#844)
|
2022-04-01 01:00:18 +02:00 |
|
Konstantin Shandurenko
|
8df0d37107
|
Entity's line of sight methods improvements (#842)
|
2022-03-31 20:28:02 +02:00 |
|
Konstantin Shandurenko
|
eebdb4a7a3
|
Reducing allocations count when working with bounding boxes (#843)
|
2022-03-31 19:48:43 +02:00 |
|
Konstantin Shandurenko
|
4c8b4c1abc
|
Fixed players visibility and relevancy within tablist (#840)
|
2022-03-31 18:57:56 +02:00 |
|
themode
|
bc0cb57c61
|
Cache optimization
|
2022-03-30 16:50:08 +02:00 |
|
themode
|
c81b0c0125
|
Palette misc
|
2022-03-29 16:50:16 +02:00 |
|
Konstantin Shandurenko
|
244f8785ff
|
Another fix for EntityProjectile (#826)
|
2022-03-29 00:00:43 +02:00 |
|
TheMode
|
29a06487ce
|
Better flow control
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-03-28 23:53:53 +02:00 |
|
Konstantin Shandurenko
|
b3ee3e2345
|
EntityProjectile fixes and optimizations (#807)
|
2022-03-28 22:06:25 +02:00 |
|
themode
|
cf1373396b
|
Counted loop
|
2022-03-28 15:59:36 +02:00 |
|
TheMode
|
1c9b6f3529
|
Do not call Chunk#removeViewer
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-03-27 15:31:34 +02:00 |
|
iam
|
fb5d6b88e3
|
Reduce allocations from physics check (#813)
|
2022-03-27 00:27:47 +01:00 |
|
MrGazdag
|
5469fef417
|
send teams on join (#803)
|
2022-03-26 16:16:35 +01:00 |
|
EpicPlayerA10
|
40024da5c9
|
Fix compression packet order (#811)
|
2022-03-26 15:40:14 +01:00 |
|
TheMode
|
835b8ca89d
|
Add TagReadPathBenchmark
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-03-26 15:26:46 +01:00 |
|
TheMode
|
ac4d78acf1
|
Synchronize cache access
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-03-26 13:05:21 +01:00 |
|
TheMode
|
85559abb28
|
TagHandlerImpl cleanup
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-03-26 13:03:28 +01:00 |
|
TheMode
|
131116013d
|
Event nodes need total order
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-03-26 12:02:36 +01:00 |
|
themode
|
a689691873
|
Unnecessary fences
|
2022-03-26 11:44:40 +01:00 |
|
TheMode
|
daf83a25d1
|
Add some event node query tests
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-03-26 10:13:43 +01:00 |
|
themode
|
8dcb3191f6
|
Improve tag value sharing
|
2022-03-25 17:48:18 +01:00 |
|
themode
|
edabb19891
|
Explicit fences
|
2022-03-25 10:12:04 +01:00 |
|
themode
|
0fc9cab6ab
|
Unnecessary array lookup
|
2022-03-25 08:23:33 +01:00 |
|
themode
|
9ee74845e1
|
Avoid list copy when unnecessary
|
2022-03-25 08:18:30 +01:00 |
|
themode
|
2d6368f6bd
|
copy-on-write index map
|
2022-03-24 12:51:24 +01:00 |
|
themode
|
043c139b91
|
Improve read performance with different tag
|
2022-03-24 11:23:16 +01:00 |
|
TheMode
|
2301ad9976
|
Tag list (#801)
|
2022-03-24 09:03:30 +01:00 |
|
TheMode
|
b5367ee96a
|
Tag path API (#800)
|
2022-03-24 05:42:01 +01:00 |
|
themode
|
54b65f49a6
|
Prevent unlikely race condition
|
2022-03-23 10:52:39 +01:00 |
|
themode
|
dc9580b990
|
Add IndexMap
|
2022-03-23 08:49:40 +01:00 |
|
themode
|
d20cf85982
|
Unnecessary class parameter
|
2022-03-23 07:04:05 +01:00 |
|
themode
|
355beac466
|
Unnecessary methods
|
2022-03-23 06:51:36 +01:00 |
|
themode
|
ee5ca9050c
|
Improve tag index retrieval
|
2022-03-23 06:22:48 +01:00 |
|
iam
|
3fbdf4f22a
|
Fix Entity Touch Block Check (#795)
|
2022-03-21 00:04:54 +01:00 |
|
Bloepiloepi
|
81b4c3158d
|
Guardian target fix (#791)
|
2022-03-20 22:07:30 +01:00 |
|
themode
|
71b6e8df90
|
Misc network improvement
|
2022-03-20 03:22:38 +01:00 |
|
themode
|
54fd65eded
|
Remove writeAndFlush
|
2022-03-20 02:35:45 +01:00 |
|
themode
|
b304e1328a
|
Fix packet parsing for disconnected clients
|
2022-03-20 02:29:00 +01:00 |
|
TheMode
|
f2fec73202
|
Tag internal rework (#782)
|
2022-03-20 01:47:57 +01:00 |
|
Moulberry
|
84871ea93e
|
Fix typo in EntityMeta
|
2022-03-18 23:10:10 +08:00 |
|
themode
|
055cc409ed
|
Ensure proper chunk synchronization
|
2022-03-17 00:14:12 +01:00 |
|
themode
|
8cf598d290
|
Use the main scheduler
|
2022-03-16 06:58:01 +01:00 |
|
themode
|
1e58318a3a
|
Fix potential deadlock on instance join
|
2022-03-16 06:54:39 +01:00 |
|
GreatWyrm
|
2f5661b313
|
Have projectiles spawn at the creature's eye position (#598)
|
2022-03-16 00:59:15 +01:00 |
|
themode
|
db2d00819c
|
Avoid stream for placement collision
|
2022-03-14 22:30:08 +01:00 |
|
themode
|
baca58daa6
|
BlockCollision must stay internal
|
2022-03-14 19:13:30 +01:00 |
|
iam
|
bcfb4c6ea4
|
Fix block placement below players (#767)
|
2022-03-14 19:07:29 +01:00 |
|
themode
|
acee29c20a
|
Fix player position being wrong inside tests
|
2022-03-14 19:01:48 +01:00 |
|
iam
|
9215e33e80
|
Remove faces and cartesian product (#762)
|
2022-03-14 00:32:18 +01:00 |
|
themode
|
df64ce9653
|
Remove dependency from instance/entity for collisions
|
2022-03-13 23:28:31 +01:00 |
|
themode
|
60f583b179
|
Cache shapes size
|
2022-03-13 21:27:56 +01:00 |
|
themode
|
11708a1c1a
|
Remove dedicated Faces class
|
2022-03-13 21:20:11 +01:00 |
|
iam
|
37a18eced5
|
Physics Test + revert (#742)
|
2022-03-13 18:53:20 +01:00 |
|
themode
|
c890a1ae9a
|
Reduce field lookup for block touch
|
2022-03-13 17:55:00 +01:00 |
|
themode
|
27b046b52c
|
Simplify toSectionRelativeCoordinate
|
2022-03-11 17:55:56 +01:00 |
|
themode
|
024ba736ce
|
Improve tasks performance
|
2022-03-10 16:57:36 +01:00 |
|
themode
|
b906bd89ce
|
Oops
|
2022-03-10 16:07:56 +01:00 |
|
themode
|
c1d65071d3
|
Change getTag annotation
|
2022-03-10 15:54:12 +01:00 |
|
themode
|
a29a51ee0a
|
Greatly reduce the number of checks
|
2022-03-09 20:14:42 +01:00 |
|
themode
|
e7545e470f
|
Cache compiled pattern
|
2022-03-09 19:47:42 +01:00 |
|
themode
|
d3432011d9
|
Avoid boxing and streams
|
2022-03-09 19:45:05 +01:00 |
|
iam
|
6891a530f5
|
Block Collision Physics (#730)
|
2022-03-09 19:08:42 +01:00 |
|
themode
|
9bca6ee0e3
|
Fix override registry
|
2022-03-09 17:51:03 +01:00 |
|
themode
|
d1b654e843
|
Fix rare viewer NPE
|
2022-03-09 17:28:37 +01:00 |
|
themode
|
03cf585121
|
Unnecessary null check
|
2022-03-07 22:18:03 +01:00 |
|
themode
|
4ab2f43eed
|
Simplify ObjectArray
|
2022-03-07 20:45:51 +01:00 |
|
themode
|
3764e83a4f
|
Dead code
|
2022-03-07 13:55:13 +01:00 |
|
themode
|
29f55ee720
|
Remove PROPERTIES_VALUES
|
2022-03-07 13:49:56 +01:00 |
|
themode
|
94406d5380
|
More reliable builds
|
2022-03-07 10:15:24 +01:00 |
|
EpicPlayerA10
|
2e73f00331
|
Fix axolotl meta (#738)
|
2022-03-06 15:16:55 +01:00 |
|
themode
|
2f6e3b62b0
|
Registration cleanup
|
2022-03-06 09:06:59 +01:00 |
|
TheMode
|
0f8f1f9906
|
Unique node mapping (#737)
|
2022-03-06 07:29:51 +01:00 |
|
themode
|
cccbd98a3a
|
Do not prevent entity gc if a local listener is added
|
2022-03-05 17:38:27 +01:00 |
|
TheMode
|
1bea4848ac
|
Local node (#734)
|
2022-03-05 17:01:10 +01:00 |
|
TheMode
|
cc69fcf05a
|
Revert "Local node support (#688)" (#733)
This reverts commit 0cb2600929 .
|
2022-03-05 12:06:59 +01:00 |
|
TheMode
|
0cb2600929
|
Local node support (#688)
|
2022-03-05 11:11:39 +01:00 |
|
themode
|
7c874bb588
|
GameMode cleanup
|
2022-03-04 07:07:53 +01:00 |
|
themode
|
b43c404ed2
|
Never-mind
|
2022-03-04 05:33:46 +01:00 |
|
themode
|
ad3e723437
|
CAS to reset acquiring time
|
2022-03-04 05:31:50 +01:00 |
|
themode
|
c5d1d8bc36
|
Synchronize the full reference method
|
2022-03-03 18:20:32 +01:00 |
|
EpicPlayerA10
|
f1465804c6
|
Fix advancement exception on player disconnect (#724)
|
2022-03-03 17:11:42 +01:00 |
|
themode
|
fff0e3d97a
|
Allow viewing predicates to be null to properly support hasPredictableViewers
|
2022-03-03 16:32:52 +01:00 |
|
Moulberry
|
baa603ba41
|
Fix naming error in SpawnLivingEntityPacket
|
2022-03-03 23:13:49 +08:00 |
|
themode
|
122d3ebaf3
|
Test hasPredictableViewers
|
2022-03-03 16:12:05 +01:00 |
|
themode
|
708307dbde
|
Add additional barriers
|
2022-03-03 12:13:25 +01:00 |
|
TheMode
|
f7d44c4774
|
Snapshot API (#722)
|
2022-03-03 07:44:57 +01:00 |
|
themode
|
3e184abc0f
|
Unnecessary array util
|
2022-03-02 14:55:03 +01:00 |
|
themode
|
96fee8541d
|
Move ObjectArray
|
2022-03-02 11:44:11 +01:00 |
|
themode
|
5930626dad
|
Fast exit when the entity has no viewer
|
2022-03-01 05:36:33 +01:00 |
|
themode
|
45fe2f1ac9
|
Improve entity viewer iterator creation
|
2022-03-01 04:21:16 +01:00 |
|
themode
|
fa5fe8f208
|
Simplify
|
2022-03-01 03:18:49 +01:00 |
|
themode
|
69ab2c0045
|
Fix nearbyEntities not working with chunk borders
|
2022-03-01 03:15:13 +01:00 |
|
themode
|
9a7d5039a7
|
Change assert
|
2022-03-01 01:04:58 +01:00 |
|
TheMode
|
98e6b23fdd
|
1.18.2 update (#714)
|
2022-03-01 00:40:19 +01:00 |
|
themode
|
e23de98587
|
InstanceContainer misc improvements
|
2022-03-01 00:35:55 +01:00 |
|
themode
|
762bbf525d
|
Move native image resources
|
2022-02-28 00:08:25 +01:00 |
|
themode
|
4512cef7d9
|
Use bytes whenever possible
|
2022-02-27 22:50:58 +01:00 |
|
themode
|
41862c576b
|
No need to update the palette count on resize
|
2022-02-27 01:14:57 +01:00 |
|
themode
|
5579415513
|
FlexiblePalette cleanup
|
2022-02-26 22:37:53 +01:00 |
|
themode
|
ebb6dffb31
|
Entities should not retrieve viewers from shared instances
|
2022-02-26 00:38:27 +01:00 |
|
TheMode
|
50c0f01fb2
|
View engine improvements (#715)
|
2022-02-26 00:10:26 +01:00 |
|
themode
|
487fbcb5b9
|
Stricter resize rule
|
2022-02-25 22:58:55 +01:00 |
|
themode
|
8839503767
|
Remove some AdaptivePalette fields
|
2022-02-25 22:36:39 +01:00 |
|
themode
|
58b103afd6
|
Improve FilledPalette serialization
|
2022-02-25 03:00:53 +01:00 |
|
themode
|
2627c1702e
|
Bring back palette compression
|
2022-02-25 03:00:24 +01:00 |
|
themode
|
119afa6311
|
Simplify EntityTracker, reduce allocations
|
2022-02-25 02:30:01 +01:00 |
|
themode
|
b6ba957a7b
|
Temporarily disable palette compression
|
2022-02-25 02:19:29 +01:00 |
|
themode
|
d57b03f54d
|
Better caching for CachedPacket#packet
|
2022-02-25 00:01:16 +01:00 |
|
themode
|
f09dacf795
|
Misc cleanup
|
2022-02-24 23:29:41 +01:00 |
|
themode
|
842373da7d
|
Static import in entity tracker
|
2022-02-24 23:07:36 +01:00 |
|
themode
|
7428176206
|
Test for palette optimizations
|
2022-02-24 22:21:11 +01:00 |
|
themode
|
2c0b026e46
|
Fix BenchmarkManager on substrate VM
|
2022-02-23 04:46:15 +01:00 |
|
themode
|
d7af91b603
|
Reduce field lookup
|
2022-02-23 04:10:34 +01:00 |
|
themode
|
5b3cb709d6
|
Use ClassValue to store event handles
|
2022-02-23 00:02:11 +01:00 |
|
Aleksey Demchenkov
|
f9367ef4a6
|
Resetting player flying speed after changing gamemode (#710)
|
2022-02-22 21:02:26 +01:00 |
|
themode
|
dab6ec6000
|
Dead code
|
2022-02-21 22:04:05 +01:00 |
|
themode
|
b1353c69fe
|
Remove viewEngine mention in updateNewViewer/updateOldViewer
|
2022-02-21 19:05:11 +01:00 |
|
themode
|
338ffb80db
|
Ensure that entities are not registered twice
|
2022-02-21 05:14:19 +01:00 |
|
themode
|
dc90307e80
|
Fix vehicle viewing
|
2022-02-21 04:30:47 +01:00 |
|
themode
|
6ef04ae618
|
Add assert for tick park
|
2022-02-20 17:44:22 +01:00 |
|
Mrln
|
4586fc8fd8
|
Make min distance to interact with entities 6, staying consistent to notchian server (#704)
|
2022-02-20 15:29:13 +01:00 |
|
themode
|
62a7346f40
|
cacheBuffer does not need to be volatile
|
2022-02-20 13:15:46 +01:00 |
|
themode
|
a15156aeb4
|
Add EncryptionContext
|
2022-02-20 12:58:09 +01:00 |
|
themode
|
e7253488c6
|
Dead code
|
2022-02-19 16:54:13 +01:00 |
|
themode
|
b54ab55efe
|
Use interactAt instead of interact
|
2022-02-19 14:38:31 +01:00 |
|
themode
|
688ab31d79
|
Remove Math.max call
|
2022-02-18 16:52:33 +01:00 |
|
themode
|
c3c139735a
|
Improve ChunkSet
|
2022-02-18 11:13:45 +01:00 |
|
TheMode
|
9b04e89552
|
Add PlayerPacketOutEvent (#689)
|
2022-02-17 13:51:55 +01:00 |
|
themode
|
be100fa5b8
|
Fix invalid username/uuid in static PlayerSkin methods
|
2022-02-14 21:04:37 +01:00 |
|
themode
|
c4e455b376
|
Avoid list conversion
|
2022-02-14 08:31:56 +01:00 |
|
themode
|
028b187eda
|
Remove unnecessary synchronization in ChunkSet
|
2022-02-14 07:46:19 +01:00 |
|
themode
|
01e5be9454
|
Remove distinct call
|
2022-02-13 20:35:02 +01:00 |
|
themode
|
056f819cc8
|
Slightly optimize viewable stream
|
2022-02-13 20:02:06 +01:00 |
|
themode
|
ab2fee2bac
|
Synchronize updateAndAwait
|
2022-02-13 19:36:29 +01:00 |
|
themode
|
0ca5e2ade6
|
Update VIEWABLE_STORAGE_MAP as compute is no longer required
|
2022-02-13 19:15:24 +01:00 |
|
themode
|
2608071ee4
|
Use method reference to create tick threads
|
2022-02-13 18:11:15 +01:00 |
|
themode
|
fef0bbe01b
|
Do not override stream methods
|
2022-02-13 17:36:06 +01:00 |
|
themode
|
0f421c22db
|
Specialize ViewEngine set for entities & chunks. Also fix manual viewers for entities
|
2022-02-13 17:34:09 +01:00 |
|
themode
|
49e727d177
|
Move removal of unix socket file
|
2022-02-13 16:05:19 +01:00 |
|
themode
|
36c27cbe05
|
Fix rare case where the phaser gets terminated on ARM cpus
|
2022-02-13 15:52:01 +01:00 |
|
themode
|
1fe93ce653
|
Fix socket close
|
2022-02-13 14:34:30 +01:00 |
|
themode
|
2438393ce1
|
Remove GlobalHandles for better testability
|
2022-02-13 12:34:27 +01:00 |
|
themode
|
84d154b8db
|
Add ChunkUtils#getChunkCount
|
2022-02-13 10:27:24 +01:00 |
|
themode
|
4459bbeebd
|
Cleanup view tracking
|
2022-02-13 07:51:47 +01:00 |
|
themode
|
d08635dbc3
|
Avoid unnecessary/unsafe field lookups
|
2022-02-13 07:28:50 +01:00 |
|
TheMode
|
2006098ee2
|
Fix falling block velocity prediction
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-02-11 07:36:03 +01:00 |
|
TheMode
|
de71900cb9
|
Add readByteArray shortcut
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-02-11 04:32:49 +01:00 |
|
TheMode
|
502db8ec5c
|
Fix block entity packet not being sent on placement
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-02-10 16:48:59 +01:00 |
|
TheMode
|
5b9784d85a
|
Misc cleanup
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-02-10 13:27:46 +01:00 |
|
TheMode
|
1ad013e02e
|
Remove deprecated data/storage APIs
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-02-09 23:07:18 +01:00 |
|
TheMode
|
e505c965e2
|
Avoid floor whenever possible
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-02-08 09:52:50 +01:00 |
|
TheMode
|
f633e6e276
|
Simplify parseProperties
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-02-08 09:42:18 +01:00 |
|
TheMode
|
09aea3c8d4
|
palette inlining
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-02-08 08:41:50 +01:00 |
|
TheMode
|
920bf62699
|
Style
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-02-08 05:31:47 +01:00 |
|
TheMode
|
52852d339a
|
Fix viewable packets in shared instances
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-02-08 05:28:19 +01:00 |
|
TheMode
|
b26abc11b0
|
Fix shared instance unregistering
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-02-07 23:39:57 +01:00 |
|
TheMode
|
0f352a8f92
|
Fix potion registry
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-02-07 23:26:30 +01:00 |
|
themode
|
2e02dfd4d8
|
Fix synchronization issue with viewable packets
|
2022-02-05 08:21:19 +01:00 |
|
TheMode
|
0934c8ef16
|
counter thread provider should never update partitions
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-02-05 06:17:04 +01:00 |
|
TheMode
|
95fd6e7c81
|
Change int array to byte in BlockImpl
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-02-04 22:30:30 +01:00 |
|
TheMode
|
0743759eed
|
Do not cache registry (#651)
|
2022-02-04 22:28:05 +01:00 |
|
TheMode
|
6716b21a4a
|
Bring back palette optimization
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-02-03 16:09:43 +01:00 |
|
TheMode
|
fbd462a6ee
|
Temporarily remove palette optimization
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-02-03 05:34:32 +01:00 |
|
TheMode
|
d622eab048
|
Oopsie
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-02-02 21:30:03 +01:00 |
|
TheMode
|
5b91e0c622
|
Dead code
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-02-02 19:55:14 +01:00 |
|
TheMode
|
852712c4ed
|
Palette specialization (#638)
|
2022-02-02 19:24:08 +01:00 |
|
TheMode
|
81ab4214f2
|
Add Pos#withView(Pos)
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-02-02 16:42:00 +01:00 |
|
TheMode
|
a2b1148343
|
Make EventNode#toString return a graph of the current node state
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-02-02 15:41:11 +01:00 |
|
TheMode
|
5b699e0375
|
Fix removal scheduling involving server ticks
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-01-30 08:23:34 +01:00 |
|
emortal
|
f1ca048eb6
|
Fix player settings (#620)
|
2022-01-29 22:07:50 +01:00 |
|
TheMode
|
fb81578028
|
Move string length check in ClientSettingsPacket
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-01-29 21:04:01 +01:00 |
|
TheMode
|
f9080fa4f8
|
Tab list changes must be broadcasted
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-01-29 16:59:46 +01:00 |
|
Moulberry
|
6a83fd6ac8
|
Fix permission level resetting & make entity in EntityMeta nullable (#595)
|
2022-01-29 14:56:45 +01:00 |
|
TheMode
|
87d5a33c76
|
Fix corruption when receiving multiple compressed packets (#611)
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-01-29 10:18:23 +01:00 |
|
themode
|
bd23cd6568
|
Add interpretPacketQueue for testing purpose
|
2022-01-28 05:32:35 +01:00 |
|
themode
|
735184b909
|
Add tests for reading complete un/compressed stream
|
2022-01-27 14:58:30 +01:00 |
|
themode
|
6ecf486b9d
|
Remove guava dependency
|
2022-01-27 05:15:51 +01:00 |
|
themode
|
a111271113
|
Fix tests
|
2022-01-26 18:37:21 +01:00 |
|
themode
|
1cedb8b49a
|
Fix chunk viewers using entity view distance
|
2022-01-26 18:19:50 +01:00 |
|
themode
|
9157799e67
|
Remove unnecessary chunk viewer check
|
2022-01-26 17:49:14 +01:00 |
|