648 Commits

Author SHA1 Message Date
Bixilon
deee58c40e
Add event api documentation 2020-10-02 22:52:58 +02:00
Bixilon
68d3c0a6b2
Inform about the modding api (readme) 2020-10-02 22:38:54 +02:00
Bixilon
3ff33031e2
Inform about the modding api (readme) 2020-10-02 22:38:14 +02:00
Bixilon
bd1283c6d8
improve some util functions (potential memory leaks, etc) 2020-10-02 22:03:34 +02:00
Bixilon
a143e79c25
reformat code 2020-10-02 21:51:11 +02:00
Bixilon
8cf5d1bc44
save config as json and remove all yaml references 2020-10-02 21:31:10 +02:00
Bixilon
d26c32d83f
config: fix config creation bug 2020-10-02 19:35:48 +02:00
Bixilon
3071fa7499
wip modding (8): more events 2020-10-02 19:33:24 +02:00
Bixilon
daf4af24fe
wip modding (7): connection (server address) specific events 2020-10-02 16:38:21 +02:00
Bixilon
56e1a4dc53
wip modding (6) 2020-10-02 15:03:17 +02:00
Bixilon
cba9f9ed25
cleanup: replace all old switch statements with enhanced switch statements 2020-10-01 17:10:48 +02:00
Bixilon
6703c58295
wip netty rewrite 2020-09-30 14:18:00 +02:00
Bixilon
e5092c4245
wip modding (5) 2020-09-28 21:32:49 +02:00
Bixilon
985a2c8246
wip event handler 2020-09-28 19:43:09 +02:00
Bixilon
c9807facc0
Load mods async 2020-09-28 18:41:39 +02:00
Bixilon
21a7ce5a0c
fix loading of multiple mods 2020-09-27 21:36:38 +02:00
Bixilon
1ca603151c
hopefully fix jitpack build 2020-09-27 19:39:50 +02:00
Bixilon
b89e384da3
add jitpack.yml 2020-09-27 19:36:22 +02:00
Bixilon
30cbabe1c8
wip modding (4): event api, logger, example in Modding.md 2020-09-27 19:28:33 +02:00
Bixilon
5e2ac9646d
fix array of of bounds exceptions in mod loading (modinfo) 2020-09-27 12:31:54 +02:00
Bixilon
35b151d318
replace for each loops with forEach lambdas 2020-09-26 23:42:32 +02:00
Bixilon
16f07b7e3b
wip modding (3) 2020-09-26 23:21:36 +02:00
Bixilon
1fb09e8f40
wip modding (2) 2020-09-26 22:42:28 +02:00
Bixilon
6d1e966619
wip modding api 2020-09-25 20:14:35 +02:00
Bixilon
384a9820f8
wip readme 2020-09-24 13:17:45 +02:00
Bixilon
739f861bf6
Fix mappings downloading (missing folder creation) 2020-09-23 21:33:58 +02:00
Bixilon
6560a704c9
refactor code 2020-09-22 19:59:10 +02:00
Bixilon
072be1549c
1.16.3 support 2020-09-12 12:03:00 +02:00
Bixilon
3ff7e2f142 Merge branch 'launcher' into 'master'
"Launcher"

See merge request bixilon/minosoft!16
2020-09-08 15:01:13 +02:00
Bixilon
d2b509197b
maven assembly plugin: blacklist slf4j 2020-09-08 14:46:03 +02:00
Bixilon
4e08fe3665
add maven assembly plugin, disable assets extraction 2020-09-08 14:25:23 +02:00
Bixilon
06abdb64a8
1.16.3-rc1, assets copying: check if files are identically, else force extract (rename to .old) 2020-09-07 21:36:21 +02:00
Bixilon
652e0c3058
wip settings 2020-09-07 19:27:37 +02:00
Bixilon
b5fecc3742
server list: disconnect on Delete 2020-09-07 14:57:57 +02:00
Bixilon
d609b537b9
handle Socket close exception correctly (this is not failed^^) 2020-09-06 16:34:00 +02:00
Bixilon
744189c745
Launcher: manage active connections to a server (=sessions) 2020-09-06 16:28:41 +02:00
Bixilon
f7dd739aad
check packet length against max packet length 2020-09-06 13:41:11 +02:00
Bixilon
32fb5092c3
handle TextParseException correctly, show full exception in Server info 2020-09-05 22:52:02 +02:00
Bixilon
982af3b5e5
block interaction with other windows when in account management 2020-09-05 22:30:37 +02:00
Bixilon
c7e82a76c2
do not refresh token multiple times per session 2020-09-04 22:48:15 +02:00
Bixilon
e622571a5d
Launcher: accounting 2020-09-04 22:41:28 +02:00
Bixilon
6a5862f6d0
only print some exceptions when in LogLevel >= DEBUG 2020-09-04 14:03:34 +02:00
Bixilon
480e5db1ab
fix server deletion, fix null pointer when connection to server failed 2020-09-04 13:57:23 +02:00
Bixilon
195d31adb6
readme for the util python scripts 2020-09-03 22:04:43 +02:00
Bixilon
ed6c339eb8
fix encryption 2020-09-03 18:42:13 +02:00
Bixilon
7697f027b4
split network into 2 threads (send, receive), bug fixes 2020-09-03 18:33:49 +02:00
Bixilon
cb71f10976
fix encryption (use Thread.sleep in network again) 2020-09-03 17:43:38 +02:00
Bixilon
da589cd6b4
fix duplicated version mappings loading 2020-09-03 17:09:40 +02:00
Bixilon
fad06a58a1
Auto download mappings if mappings are not available on disk 2020-09-03 16:50:21 +02:00
Bixilon
7af06cdbf2
handle mappings loading error correctly 2020-09-03 16:06:16 +02:00