Bixilon
|
9d12a40596
|
check sha1 of assets (optionally), hide all other windows, when fatal error occurred
|
2020-10-23 20:08:05 +02:00 |
|
Bixilon
|
16ef8d7b06
|
Util: set buffer size to 4096
|
2020-10-23 19:32:31 +02:00 |
|
Bixilon
|
5315681395
|
Way improved start up task handling, working progress bar in startup modal, bug fixes
|
2020-10-23 19:27:12 +02:00 |
|
Bixilon
|
6805326c03
|
server list: fix no connection error after refresh when first ping failed
|
2020-10-22 21:56:51 +02:00 |
|
Bixilon
|
de05416943
|
remove some typos in readMe files
|
2020-10-22 21:50:11 +02:00 |
|
Bixilon
|
7ddb059606
|
1.16.4-pre2
|
2020-10-22 18:22:59 +02:00 |
|
Bixilon
|
25df5b0706
|
introduce versionIds (replace protocolIds for must stuff) to handle recent changes in protocol versioning
|
2020-10-22 17:02:26 +02:00 |
|
Bixilon
|
40e3c9f402
|
only check jar assets when assets index was not generated yet
|
2020-10-21 21:52:22 +02:00 |
|
Bixilon
|
d1b6a581f7
|
remove useless enum::getId to Enum::ordinal aliases
|
2020-10-21 20:23:04 +02:00 |
|
Bixilon
|
46d4a0ab06
|
add sortingId to ensure correct version order (mojang now sets the 30st bit to tell that it is a snapshot)
|
2020-10-21 20:15:51 +02:00 |
|
Bixilon
|
f1a180fbf1
|
workaround javafx and TranslatableComponent
|
2020-10-21 19:37:02 +02:00 |
|
Bixilon
|
075c7ec583
|
add system requirements to ReadMe.md
|
2020-10-20 20:40:11 +02:00 |
|
Bixilon
|
ef967b19bc
|
ExecutorService: print exception, if occurs
|
2020-10-20 14:43:16 +02:00 |
|
Bixilon
|
dea4f5253b
|
add TranslatableComponent, fix #7
|
2020-10-19 22:46:03 +02:00 |
|
Bixilon
|
3231b0266e
|
AssetsManager (download all assets from mojang, generate jar resources, etc)
|
2020-10-19 21:55:45 +02:00 |
|
Bixilon
|
e1a0fdd289
|
Assets saving idea
|
2020-10-19 18:19:13 +02:00 |
|
Bixilon
|
06fdb3d676
|
add ReadMe in utility
|
2020-10-18 13:21:31 +02:00 |
|
Bixilon
|
009c97d6b1
|
1.16.4-pre1
|
2020-10-17 18:09:54 +02:00 |
|
Bixilon
|
5f2552ea81
|
multi language support (en, de)
|
2020-10-17 17:21:00 +02:00 |
|
Bixilon
|
f76791f973
|
Merge branch 'modding' into 'master'
Modding
See merge request bixilon/minosoft!17
|
2020-10-15 23:13:37 +02:00 |
|
Bixilon
|
c54fac11d2
|
more refactoring
|
2020-10-15 00:00:23 +02:00 |
|
Bixilon
|
2029deeca7
|
mojang: remove status, more enum refactoring, code quality improvement
|
2020-10-14 15:00:32 +02:00 |
|
Bixilon
|
19626a37d9
|
rename package game.datatypes to data
|
2020-10-14 14:39:30 +02:00 |
|
Bixilon
|
794723571e
|
make more entity meta data classes abstract
|
2020-10-13 21:09:13 +02:00 |
|
Bixilon
|
9a4378c869
|
wip: do not save block entity meta data as nbt (custom data format)
|
2020-10-12 20:37:14 +02:00 |
|
Bixilon
|
8af90eee42
|
fix shulker box error (block action)
|
2020-10-12 17:55:01 +02:00 |
|
Bixilon
|
046b9b6cd0
|
replace plugin channel api with event api
|
2020-10-12 14:43:48 +02:00 |
|
Bixilon
|
315dcaa239
|
store icons internally as byte array not as base 64 string
|
2020-10-11 20:17:12 +02:00 |
|
Bixilon
|
2b0be425fb
|
use fallback version (1.8) if server does not send us a version
|
2020-10-11 20:03:00 +02:00 |
|
Bixilon
|
ca38fb4654
|
reformat xml files
|
2020-10-11 18:58:42 +02:00 |
|
Bixilon
|
97b772e7f8
|
update dependencies
|
2020-10-11 16:50:59 +02:00 |
|
Bixilon
|
bc2e558847
|
fix mapping downloading
|
2020-10-11 16:07:43 +02:00 |
|
Bixilon
|
2203e44d05
|
improve performance, bug fixes, add start dialog progress, load much more async, relative time log
|
2020-10-11 15:57:26 +02:00 |
|
Bixilon
|
6e27430994
|
HostnameValidator: allow multiple addresses
|
2020-10-10 23:42:18 +02:00 |
|
Bixilon
|
c66dc4e8b9
|
extend server address specific events: regex, hostname, port, ...
|
2020-10-10 20:27:00 +02:00 |
|
Bixilon
|
a6027eca11
|
launcher: improve obfuscated performance
|
2020-10-10 16:46:05 +02:00 |
|
Bixilon
|
110e0343e2
|
rename onlyIfNotCancelled to ignoreCancelled
|
2020-10-10 16:29:46 +02:00 |
|
Bixilon
|
a570230b80
|
modding: EventHandler annotation, event priority
|
2020-10-10 14:19:58 +02:00 |
|
Bixilon
|
1a24dc2bb5
|
more events
|
2020-10-09 19:55:17 +02:00 |
|
Bixilon
|
53e5dce736
|
nbt: final ability
|
2020-10-09 19:55:05 +02:00 |
|
Bixilon
|
b759512800
|
reformat .fxml layout files
|
2020-10-08 22:47:49 +02:00 |
|
Bixilon
|
896a02a09f
|
ChatComponent add javadoc, Account select: allow quit when no account is selected
|
2020-10-08 22:39:11 +02:00 |
|
Bixilon
|
0b4ebb88ec
|
ReadMe.md: update server list screenshot
|
2020-10-08 20:10:24 +02:00 |
|
Bixilon
|
b7ebebe0fd
|
launcher: ChatComponent: color support
|
2020-10-08 19:37:58 +02:00 |
|
Bixilon
|
ace4e63724
|
wip javafx color rendering
|
2020-10-08 15:29:04 +02:00 |
|
Bixilon
|
c7df61df94
|
Remove code quality stage: java 14 is currently unsupported
|
2020-10-07 23:31:24 +02:00 |
|
Bixilon
|
6c7d6db505
|
improve code, remove some warnings
|
2020-10-07 23:22:31 +02:00 |
|
Bixilon
|
6da120346a
|
ChatComponent::toLegacyString implementation, remove 2 old doc files
|
2020-10-07 23:02:03 +02:00 |
|
Bixilon
|
d709195b97
|
Optimize some things: hashing, ...
|
2020-10-07 21:22:09 +02:00 |
|
Bixilon
|
d482333c53
|
rename TextComponent to BaseComponent, etc
|
2020-10-07 18:36:07 +02:00 |
|