Lukas
|
6ae472a36d
|
fix bug in world rendering
|
2020-09-28 22:07:30 +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 |
|
Lukas
|
33d855599f
|
add support for all blocks until version 1.15.2
|
2020-09-28 19:07:00 +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 |
|
Lukas
|
4feb25621c
|
code cleanup
|
2020-09-23 22:17:47 +02:00 |
|
Lukas
|
aa6ec55792
|
add a BlockModelInterface to make the code nicer
|
2020-09-23 21:52:40 +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 |
|
Lukas
|
879b1c2b1c
|
add simple pause menu
|
2020-09-18 22:59:02 +02:00 |
|
Lukas
|
e6cea4c61a
|
merged master into render branch
|
2020-09-18 21:59:35 +02:00 |
|
Lukas
|
123adbf5b5
|
Merge branch 'master' into render
# Conflicts:
# .idea/inspectionProfiles/Project_Default.xml
# pom.xml
# src/main/java/de/bixilon/minosoft/Minosoft.java
# src/main/java/de/bixilon/minosoft/ServerListPing.java
# src/main/java/de/bixilon/minosoft/game/datatypes/TextComponent.java
# src/main/java/de/bixilon/minosoft/game/datatypes/objectLoader/blocks/BlockRotations.java
# src/main/java/de/bixilon/minosoft/game/datatypes/objectLoader/blocks/Blocks.java
# src/main/java/de/bixilon/minosoft/game/datatypes/world/World.java
# src/main/java/de/bixilon/minosoft/protocol/network/Network.java
# src/main/java/de/bixilon/minosoft/protocol/protocol/PacketHandler.java
# src/main/resources/assets/mapping/1.12.2/blocks.json
|
2020-09-15 21:11:21 +02:00 |
|
Lukas
|
b31104e07f
|
add support for doors
|
2020-09-15 21:01:52 +02:00 |
|
Lukas
|
cf4cd611cd
|
add support for crops
|
2020-09-13 13:28:06 +02:00 |
|
Lukas
|
6f2631e42c
|
add support for stairs
|
2020-09-12 21:15:28 +02:00 |
|
Bixilon
|
072be1549c
|
1.16.3 support
|
2020-09-12 12:03:00 +02:00 |
|
Lukas
|
0ffece0398
|
add support for rotated textures from json files
|
2020-09-09 18:51:48 +02:00 |
|
Lukas
|
0a24d92ff5
|
fix bug in BlockConfiguration.equals
|
2020-09-09 17:41:17 +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 |
|
Lukas
|
d7004942ad
|
add support for fire
|
2020-09-07 08:50:42 +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 |
|