104 Commits

Author SHA1 Message Date
bixilon
91e4f28a5f
entities wip (6): head rotation 2020-06-07 00:59:57 +02:00
bixilon
74d34a8078
entities wip (5) 2020-06-07 00:52:57 +02:00
bixilon
652fdbfc43
fix correct handling of exceptions in handling thread 2020-06-07 00:42:25 +02:00
bixilon
db183bc7c0
handle player width and height other when sneaking, ... 2020-06-07 00:39:00 +02:00
bixilon
cc8cd101f0
handle exceptions in handling thread 2020-06-07 00:31:02 +02:00
bixilon
3ca32b7e07
entity wip (4) 2020-06-07 00:30:33 +02:00
bixilon
f4f244db3b
fix comment in Chunk.java 2020-06-06 22:43:06 +02:00
bixilon
21d2c7c69d
wip (3) entities 2020-06-06 22:41:44 +02:00
bixilon
3d6edb64f9
Merge remote-tracking branch 'origin/master' 2020-06-06 20:15:33 +02:00
bixilon
b955be22cc
add nbt to libraries, wip (2) entities 2020-06-06 20:13:15 +02:00
bixilon
b968d772ba
refactor Block byLegacy Function 2020-06-06 20:11:46 +02:00
Bixilon
9d6c2056aa Merge branch 'master' into 'master'
Upload logo (license GPLv3)

See merge request bixilon/minosoft!1
2020-06-06 15:22:06 +02:00
Alexandros S
4c0c8e76df Upload logo (license GPLv3) 2020-06-06 15:18:38 +02:00
bixilon
19f2c4a654
License update: GPLv3 2020-06-06 14:56:53 +02:00
bixilon
d15c2290e0
entity support (wip): Status Effects 2020-06-06 00:49:50 +02:00
bixilon
eb05a86704
log handling now in own thread 2020-06-06 00:21:42 +02:00
bixilon
faae40e0dc
fix section counting in chunk bulk 2020-06-05 23:06:51 +02:00
bixilon
00fc8ec051
log packet to packet handling thread 2020-06-05 22:18:56 +02:00
bixilon
841d3bc624
reduce java warnings 2020-06-05 21:18:26 +02:00
bixilon
809c1c4236
ability to set log level in config file 2020-06-05 20:49:42 +02:00
bixilon
497090b121
fix wrong game mode number 2020-06-05 19:52:28 +02:00
bixilon
9ea8f950bf
support for rain, PacketChangeGameState, gamemode change support 2020-06-05 19:17:43 +02:00
bixilon
e99741e6af
support for experience 2020-06-05 18:54:50 +02:00
bixilon
70ec8222b1
log bytes left in unknown packet log, Slot selection support 2020-06-05 17:43:14 +02:00
bixilon
a5ad4ab065
add snakeyaml as dependency, config file, os util 2020-06-05 16:21:57 +02:00
bixilon
41b948b354
some more (less or more important) blocks 2020-06-05 04:14:54 +02:00
bixilon
ac516fa59c
minimal internal restructuring (world now a object of player), Chunk::setBlock function, correct chunk data storage, save data of join packet 2020-06-05 03:59:02 +02:00
bixilon
d98c6f511e
print server brand, function in Protocol::getName 2020-06-05 03:38:04 +02:00
bixilon
1702c8ac14
locales, packet client settings and client support for plugin messages 2020-06-05 01:01:00 +02:00
bixilon
9b360bc500
player health, food and saturation, support for incoming plugin messages, fix for chat component 2020-06-05 00:29:56 +02:00
bixilon
db4a970d23
ChatComponent wip; chat, disconnect, spawn location packets, datatype location 2020-06-04 21:54:46 +02:00
bixilon
b9e1d9ba5e
fix network packet stuff, better network performance 2020-06-04 21:18:09 +02:00
bixilon
f5fa4c9ead
fix miss handling of play connection status due to multiple threads 2020-06-04 20:29:46 +02:00
bixilon
b160d9be69
more logging on packet level (not only name of packet, also data) 2020-06-04 20:15:00 +02:00
bixilon
e29e8e3752
player health, food and saturation, support for incoming plugin messages 2020-06-04 20:09:20 +02:00
bixilon
b9b20b1318
chunk bulk parsing, more blocks 2020-06-04 19:12:58 +02:00
bixilon
36e438201f
fix white wool aqua update identifier 2020-06-04 02:05:51 +02:00
bixilon
6ad146490d
add Config.java to .gitignore 2020-06-04 02:05:07 +02:00
bixilon
baed259a31
update block store 2020-06-04 02:04:23 +02:00
bixilon
8f24a7f727
update block store 2020-06-04 01:53:57 +02:00
bixilon
166093e641
update chunk data types 2020-06-04 00:29:22 +02:00
bixilon
00239e9f18
basic world data types with dummy data (wip 2) 2020-06-03 15:57:29 +02:00
bixilon
faab6664c6
wip world data types (chunk, ...) 2020-06-03 15:21:22 +02:00
bixilon
dfefd5c50f
only start handling and packet thread when connected to server 2020-06-03 14:47:07 +02:00
bixilon
38843dedde
time update, keep alive packet 2020-06-03 14:41:43 +02:00
bixilon
3d5a1249da
handling of broken packets 2020-06-03 14:28:32 +02:00
bixilon
11f95213d3
login disconnect, player info (tab) packet 2020-06-03 14:23:05 +02:00
bixilon
adbc77df2e
many custom types (gamemode, ...), fix network encryption, PacketJoinGame, better log with unknown packets 2020-06-03 02:34:08 +02:00
bixilon
c044abbdc3
basic (very wip) mojang api, protocol encryption, login 2020-06-03 00:56:07 +02:00
bixilon
34270f564f
logging 2020-06-02 20:58:23 +02:00