648 Commits

Author SHA1 Message Date
Bixilon
2704cb4043
versions mapping: all packet mappings until version 1.15.2 2020-08-06 22:29:10 +02:00
Bixilon
8d5457363e
wip version mapping 2020-08-05 21:55:01 +02:00
Bixilon
8ebcae58ac
remove packet class hashmap 2020-08-04 23:43:26 +02:00
Bixilon
8c3b62a4de
serverWrapper script: Auto download and start vanilla server 2020-08-03 21:10:37 +02:00
Bixilon
5aa94801ea
support for other login packet ids (1.13-pre3-1.13-pre8) 2020-08-03 18:11:33 +02:00
Bixilon
5cef35471f
version mapping until 1.13-pre2. some bug fixes 2020-08-03 17:18:14 +02:00
Bixilon
a678027122
wip(2) version flattening update: approximately entity meta data, Entities 2020-08-02 20:01:49 +02:00
Bixilon
b20e9b10ea
wip (2): version flattening: all packets 2020-08-02 15:33:52 +02:00
Bixilon
36d2b70edf
wip (1) version flatting update, snapshot support 2020-08-01 21:35:43 +02:00
Bixilon
b3ff2a3437
new packet mapping (13w41b - 1.8.9) 2020-07-31 23:54:29 +02:00
Bixilon
3669fa1dee
wip snapshot support, version flattening update 2020-07-31 22:21:53 +02:00
Bixilon
42b4ce3d81
All 1.16 entities + metadata 2020-07-30 23:53:16 +02:00
Bixilon
cef8cfefc1
1.16 Pigman change, 20w30a mapping 2020-07-30 22:53:15 +02:00
Bixilon
312677a007
1.16: PacketMultiBlockChange 2020-07-30 19:39:50 +02:00
Bixilon
a05a9ea8ac
1.16 support (network), dimension flattening update 2020-07-29 22:08:59 +02:00
Bixilon
b66212a7b2
refactor nbt library a bit 2020-07-29 18:18:06 +02:00
Bixilon
2e23cb61b7
temporary fix for #2 2020-07-29 16:19:35 +02:00
Bixilon
99317330e4
wip 1.16.2 support (20w30a) 2020-07-29 16:17:49 +02:00
Bixilon
39eb91fb0a
new packet registration format (auto counter) 2020-07-29 12:14:02 +02:00
Bixilon
1ae026045b
wip: 1.16.1 2020-07-28 20:11:14 +02:00
Bixilon
71c8b1ad17 Merge branch 'version1.15' into 'master'
Version1.15

See merge request bixilon/minosoft!12
2020-07-28 13:50:26 +02:00
Bixilon
73c4dfe687 Merge branch 'master' into 'version1.15'
# Conflicts:
#   src/main/java/de/bixilon/minosoft/Minosoft.java
#   src/main/java/de/bixilon/minosoft/util/ChunkUtil.java
2020-07-28 13:49:57 +02:00
Bixilon
60da329683
MobEffects: flattening update 2020-07-27 23:25:46 +02:00
Bixilon
985c4b31a8
Remove FallingDustParticleData, PacketEntitySoundEffect, adjust log messages (sound effect) 2020-07-27 21:44:52 +02:00
Bixilon
da79690b9d
Particle flatting update 2020-07-27 21:17:46 +02:00
Bixilon
f9fa852231
Paintings (Motives) flatting update 2020-07-27 13:52:13 +02:00
Bixilon
cbf7eaffbd
1.15.2 EntityMetaData (big refactor update) 2020-07-26 23:15:58 +02:00
Bixilon
f692d13174
1.15.2 EntityMetaData (big refactor update) 2020-07-26 22:35:05 +02:00
Bixilon
d64a23421c
wip EntityMetaData 1.15 2020-07-26 17:57:15 +02:00
Bixilon
0393ff5174
fix chunk reading 1.15 2020-07-25 22:52:23 +02:00
Bixilon
0ccfa9a215
reformat code 2020-07-25 22:48:53 +02:00
Bixilon
727a3c8f92
debug option: check if version provided in config is correct 2020-07-25 22:41:59 +02:00
Bixilon
73f0b1b774
change broken packet message 2020-07-25 22:37:08 +02:00
Bixilon
018e74776b
wip 1.15.2 support 2020-07-25 22:26:43 +02:00
Bixilon
e4dc52b5be
1.15.2 packet mapping 2020-07-25 19:02:23 +02:00
Bixilon
aa64462ce2
Fix some json issues, fix problems in < 1.12.2 block mapping 2020-07-25 17:58:45 +02:00
Bixilon
ec1a7b3465
fix some problems with gson, use hashCode in Enchantment and Statistic 2020-07-25 17:37:09 +02:00
Bixilon
842bf9118b
fix some problems with gson, use hashCode in Enchantment and Statistic 2020-07-25 17:35:32 +02:00
Bixilon
82ad02fe13
fix some mappings problems, improve performance 2020-07-25 17:24:25 +02:00
Bixilon
d7bf4f527a
fix some mappings problems, improve performance 2020-07-25 17:23:57 +02:00
Bixilon
d6fba287c2 Merge branch 'improvements' into 'master'
Improvements

See merge request bixilon/minosoft!11
2020-07-25 16:20:36 +02:00
Bixilon
71eeca6f0c
Replace all Lists with ArrayLists 2020-07-25 16:16:43 +02:00
Bixilon
49342fedbf
LoginPluginMessages 2020-07-25 16:10:33 +02:00
Bixilon
4ec65a65a5
replace org.json with gjson (performance improvements) 2020-07-25 14:35:24 +02:00
Bixilon
9031d04f0c
improve start time a log (block mapping loading) 2020-07-25 13:55:04 +02:00
Bixilon
6c7b2842f8
print mappings loading times 2020-07-25 13:23:18 +02:00
Bixilon
04081f0440 Merge branch 'version1.14' into 'master'
Version1.14

See merge request bixilon/minosoft!10
2020-07-24 23:59:23 +02:00
Bixilon
a6e6d13bef
PacketMapData 1.14.4 2020-07-24 23:58:08 +02:00
Bixilon
cfc55fc89e
PacketUpdateStructureBlock 2020-07-24 23:38:53 +02:00
Bixilon
c1b6f71452
PacketUpdateJigsawBlock, PacketAcknowledgePlayerDigging 2020-07-24 23:24:39 +02:00