824 Commits

Author SHA1 Message Date
Bixilon
6de799ad9d
improve render code 2020-12-11 14:14:24 +01:00
Lukas
35671ab606 Merge remote-tracking branch 'origin/render' into render 2020-12-09 15:15:23 +01:00
Lukas
9678966274 Handle Game Window closing by closing connection and being prepared for a new Connection 2020-12-09 15:14:51 +01:00
Lukas
7466f01589 Handle Game Window closing by closing connection and being prepared for a new Connection 2020-12-09 15:13:04 +01:00
Lukas
4f26204355 Add a Frames per second counter 2020-12-08 19:56:37 +01:00
Lukas
9fcbe27046 TextureLoading: no longer save a temporary file 2020-12-08 18:12:39 +01:00
Lukas
386dc882a0 Game Window: add the possibility resize the window 2020-12-08 17:27:12 +01:00
Lukas
8c47dedf3b fix InFaceUV errors 2020-12-08 15:57:58 +01:00
Lukas
76acaa5192 Merge remote-tracking branch 'origin/render' into render 2020-12-07 14:05:38 +01:00
Lukas
f4710e6d1f Corrections: resources.json not minified, mapping file not uploaded 2020-12-07 14:05:20 +01:00
Bixilon
a077366ac9
Improve LegacyBlockTransform 2020-12-06 23:46:17 +01:00
Lukas
5f28e9a3ab Add a model to transform the old block identifiers into new Blocks with proper BlockProprties 2020-12-06 22:41:42 +01:00
Bixilon
248f5532bb
Merge branch 'development' into render
# Conflicts:
#	src/main/java/de/bixilon/minosoft/protocol/protocol/PacketHandler.java
2020-12-05 22:16:51 +01:00
Bixilon
005f3c0f01
fix string reading 2020-12-05 16:10:26 +01:00
Bixilon
f359eb2d49
Improve Configuration.java, store config has hashmap in memory not as json 2020-12-05 16:09:21 +01:00
Bixilon
cf02469411
wip (2) Mod Dependencies (check or fail)
If a dependency is now given, Minosoft will check if this dependency is loaded
2020-12-04 22:34:04 +01:00
Bixilon
b68f1772a7
add block properties for 20w49a: sculk 2020-12-03 18:18:40 +01:00
Lukas
1b84b60aa1 Merge remote-tracking branch 'origin/render' into render 2020-12-03 14:31:56 +01:00
Lukas
caab3db589 add assets aliases for 17w46a 2020-12-03 14:31:21 +01:00
Bixilon
80df1a749d migrate Fatal Error (Startup) dialog to JFX 2020-12-03 11:45:42 +01:00
Bixilon
9f19b460fb ByteBuffers: check String length against max length 2020-12-03 11:41:48 +01:00
Bixilon
ee37e092cb
improve some log messages, fix wrong ping calculation (instant send, wait for response packet first) 2020-12-02 23:45:59 +01:00
Bixilon
4c3abc0a30
cleanup temporary assets 2020-12-02 22:01:33 +01:00
Bixilon
198ae51750
hopefully fix assets generation 2020-12-02 21:55:14 +01:00
Bixilon
f7e0beb537
fix detection of temporary folder 2020-12-02 21:45:49 +01:00
Bixilon
9ca097ccae
fix 1.8 villager id 2020-12-02 18:57:21 +01:00
Bixilon
e38e45c20b
fix enchantment reading in lower versions, other fixes
Remove nullBlock (replace with null)
chunk block replacement fixes
Create NumberTag in NBT
2020-12-02 17:46:11 +01:00
Bixilon
2bf78b63da
Add Contribution.md, Development.md and improve ReadMe.md 2020-12-01 19:23:15 +01:00
Bixilon
60da7c5f2b
Fix parsing bug in BaseComponent (wrong coloring) 2020-12-01 15:56:50 +01:00
Bixilon
419b3e4b02
bump assets to 20w48a 2020-11-30 22:06:01 +01:00
Bixilon
ec87b86c3c
Records: Deprecate getters (use x() instead of getX()) 2020-11-29 22:37:18 +01:00
Bixilon
7ffed6a053
PacketSender: re-enable some things, replace x y z values with Location 2020-11-29 22:31:07 +01:00
Bixilon
1d09f928b5
Improve Modding.md 2020-11-29 16:52:37 +01:00
Bixilon
5fc59092d7
fix log messages System.err and System.out overwriting themself 2020-11-28 16:58:48 +01:00
Bixilon
e60a10a8cf
improve code, reduce java warnings 2020-11-27 21:43:08 +01:00
Bixilon
8cc5661e43
fix some wrong/missing pre flattening blocks #9, fix log bug, block change bug 2020-11-27 18:54:26 +01:00
Bixilon
35b1dd4626
fix various typos
Co-authored-by: DeinBerater <niklas.hernitscheck@gmail.com>
2020-11-27 15:23:44 +01:00
Bixilon
d9e2bf100b
Merge branch 'master' into render
# Conflicts:
#	src/main/java/de/bixilon/minosoft/data/mappings/versions/VersionMapping.java
#	src/main/java/de/bixilon/minosoft/util/ChunkUtil.java
2020-11-27 14:24:53 +01:00
Bixilon
2da9c29a39
JFXDialog: handle ENTER KeyCode event (to submit) 2020-11-27 14:21:22 +01:00
Bixilon
69b5d3b52e
fine tune ServerListCell, replace screenshot server_list.png 2020-11-27 14:11:40 +01:00
Bixilon
25e9856d1a
set default TextComponent color to white, fixes 2020-11-27 13:28:34 +01:00
Bixilon
b6db5558a1
ServerListCell: fix displayed server name, fix layout overlapping 2020-11-26 23:09:41 +01:00
Bixilon
e9975c6544
Even more GUI improvements
Update design to new "standard"
2020-11-26 21:10:38 +01:00
Bixilon
31f1ff6639
wip: massive gui improvements
Add jfoenix (material design for javafx)
Redesign some parts to include the new changes
2020-11-26 18:02:47 +01:00
Bixilon
547286c8ed
Improve gui code a bit, allow colored server names
Known bugs: Server name is not being displayed (in ServerListCell)
2020-11-26 13:48:41 +01:00
Bixilon
f6ef855c4d
1.8 fix: read all bytes (correct) in chunk data packet, when chunk is getting unloaded 2020-11-26 12:49:57 +01:00
Bixilon
3e83e77cc8
More 1.8 bugfixes 2020-11-25 22:25:42 +01:00
Bixilon
36548e9004
Fix some 1.8 bugs
Fix chunk reading bug
Fix InventorySlots::byId bug
VersionMapping NullPointerException
2020-11-25 21:49:18 +01:00
Bixilon
e515b019e4
fix launcher not starting 2020-11-25 20:43:54 +01:00
Bixilon
06b4647008
replace localized exception messages with english ones 2020-11-25 20:31:10 +01:00