648 Commits

Author SHA1 Message Date
Bixilon
ee5c26eca0
compress mappings, improve mappings generator (use burger if neccesary) 2020-09-03 15:47:06 +02:00
Bixilon
0cb499c4d3
Save mappings in tar gz file to save storage, remove default assets, fix double loading of mappings 2020-09-02 19:57:46 +02:00
Bixilon
2791296a39
WIP: Mappings generator, almost all mappings from flattening - 1.16.2 2020-09-02 17:49:59 +02:00
Bixilon
ff09e06647
PacketSoundEffect, PacketNamedSoundEffect: fix reading category 2020-09-01 23:37:52 +02:00
Bixilon
8901f38824
Support for 1.15.2 - 1.16.2 (and all snapshots between) 2020-09-01 23:08:42 +02:00
Bixilon
d0e246e8b4
config save: write config to temp file and copy it to original 2020-09-01 20:43:44 +02:00
Bixilon
8b22faf696
Launcher: server info modal 2020-09-01 20:29:14 +02:00
Bixilon
2fa085fbf4
improve TextComponent performance, show server info: modded or not, launcher: handle clicks better on server 2020-09-01 18:59:50 +02:00
Bixilon
a0bd08a579
Launcher: server list: refresh ability 2020-08-31 23:43:36 +02:00
Bixilon
ab26b33d99
Launcher: Server list: reset color of labels probably 2020-08-31 22:25:33 +02:00
Bixilon
dd5c864d60
make config io in other thread, only save config if favicon changed, launcher: hide empty cells 2020-08-31 22:07:22 +02:00
Bixilon
8f5365f738
fix server list bugs 2020-08-31 21:30:38 +02:00
Bixilon
9bef7dc44d
use LinkedBlockingQueue to save some cpu cycles 2020-08-31 14:21:16 +02:00
Bixilon
6875d73e7c
don't ping server when connecting 2020-08-31 13:58:47 +02:00
Bixilon
7f46603ef0
auto load mappings after pong arrived (or version was specified), refactor networking a bit (no sleep anymore) 2020-08-30 23:27:39 +02:00
Bixilon
9c4b7cd991
separate resolving from the "JavaFx Application Thread" 2020-08-30 21:12:30 +02:00
Bixilon
646dd3c03b
fix 1.8 chunk reading, fix some network issues 2020-08-30 20:40:56 +02:00
Bixilon
5cd5fa34b7
Launcher: remove double sorting version list 2020-08-29 19:13:19 +02:00
Bixilon
7e4db08043
replace switch case with enchanted switch case (EntityMetaData) 2020-08-28 15:55:36 +02:00
Bixilon
429b32a2da
add missing server cells fxml file 2020-08-27 21:22:01 +02:00
Bixilon
9b9d1bf1b1
Launcher: onclose handler 2020-08-27 20:38:09 +02:00
Bixilon
f71474ef7f
add javafx maven plugin 2020-08-27 20:34:23 +02:00
Bixilon
72a0557a59
Launcher: serverList: color green, when connected 2020-08-27 20:05:23 +02:00
Bixilon
1910cba677
Launcher: server list: add server button 2020-08-27 19:57:02 +02:00
Bixilon
f58003ab08
Launcher: server list: button to remove servers, wrap server list in fxml sheet 2020-08-26 22:13:07 +02:00
Bixilon
35ae072d79
fix some issues with connecting to a server with a forced version 2020-08-26 20:58:49 +02:00
Bixilon
eb2c1eff63
Launcher: server list: option to edit and connect 2020-08-26 20:37:38 +02:00
Bixilon
ff4445d6b9
ServerList: show server brand, when running an unknown version, bug fixes 2020-08-26 17:14:16 +02:00
Bixilon
c7246956f4
Launcher wip (1): basic server list 2020-08-26 15:31:00 +02:00
Bixilon
b406706f0a Merge branch 'snapshotSupport' into 'master'
Snapshot support

Closes #2 and #5

See merge request bixilon/minosoft!15
2020-08-26 10:21:50 +02:00
Bixilon
d7b9c2efc6
move final HashSets, ArrayList, HashMap, ... initialisation from constructor to class 2020-08-25 18:16:32 +02:00
Bixilon
0f4734e84f
replace switch loops with enchanted switch loops, remove some java warnings 2020-08-24 21:06:39 +02:00
Bixilon
3de2fc53b1
replace Long with long, where needed 2020-08-24 20:55:46 +02:00
Bixilon
ca154c6296
PacketEntityInitialisation, PacketVehicleMovement, rename PacketVehicleMove 2020-08-24 20:46:40 +02:00
Bixilon
ec5fe378e4
rename all player info, player list, ... to PlayerList 2020-08-24 14:36:12 +02:00
Bixilon
0bd2f11243
enum refactoring: use values() if possible, enum names are now plural only 2020-08-24 14:19:49 +02:00
Bixilon
65687e3a61
move some classes to util, make some classes final 2020-08-24 13:45:54 +02:00
Bixilon
72678802a0
server wrapper: Option to download all servers (from all versions) 2020-08-24 13:15:20 +02:00
Bixilon
369a45ea4a
fix copyright replace issue, enums: use ordinal and values function instead of for loop 2020-08-24 12:15:48 +02:00
Bixilon
0d6b38297b
Log current thread, number all connections 2020-08-23 21:56:51 +02:00
Bixilon
04ab1b5254
dns handling: srv resolving 2020-08-23 15:41:32 +02:00
Bixilon
983c3844dd
fix compression bug #2 2020-08-22 14:36:10 +02:00
Bixilon
7d8c44ddf5
support for almost all snapshots from pre 17w43b to 1.15.2 2020-08-21 20:16:48 +02:00
Bixilon
6b6b3af015
PacketSetCompression and PacketLoginSetCompression implements now PacketCompressionInterface 2020-08-20 20:44:50 +02:00
Bixilon
b057f14f17
re enable compression 2020-08-20 15:22:13 +02:00
Bixilon
8af8724bb6
support for almost all snapshots until 17w43b (342) 2020-08-19 22:15:00 +02:00
Bixilon
f0476c802c
fix entity spawn nullpointer 2020-08-08 00:19:42 +02:00
Bixilon
a4d1edfc96
fix some item mappings problems (metaData) 2020-08-08 00:16:14 +02:00
Bixilon
00d38eb955
fix chunk reading < 1.10. Print (version) mappings loading time 2020-08-07 22:08:06 +02:00
Bixilon
deb700d33d
snapshotSupport: 1.9.0 (107) 2020-08-07 21:24:46 +02:00