670 Commits

Author SHA1 Message Date
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
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
Bixilon
2f84f9b75a
add block properties for 20w48a 2020-11-25 19:16:17 +01:00
Bixilon
241db581b1
support for 20w48a 2020-11-25 19:07:00 +01:00
Bixilon
3b5ddabfc7
fix possible exception when selecting account in startup 2020-11-25 19:01:12 +01:00
Bixilon
dc7787cc8c Merge branch 'entity-meta' into 'master'
Entity meta

See merge request bixilon/minosoft!18
2020-11-25 18:56:41 +01:00
Bixilon
cb1bf13140
entity mappings for 1.8.9, pre flattening bug fixes 2020-11-25 18:23:12 +01:00
Bixilon
ba62fe8316
some mappings and entity meta fixes for pre flattening versions 2020-11-24 18:08:32 +01:00
Bixilon
6759a149fc
allow mobs without id (used for object ids) 2020-11-24 17:09:58 +01:00
Bixilon
a43d4afbaa
Improve log messages 2020-11-23 21:44:09 +01:00
Bixilon
0fba4510df
Handle all mod loading exceptions 2020-11-22 19:42:12 +01:00
Bixilon
82cd21ddf9
Log can now handle like String::format 2020-11-22 19:37:21 +01:00
Bixilon
dcd61d4d41
No critical exception if there is not network (LAN Server) 2020-11-22 18:57:30 +01:00
Bixilon
ac87d42c48
fix some bugs in TranslatableComponent (allow parent mapping), other fixes and improvements 2020-11-22 18:53:48 +01:00
Bixilon
44605c1fe3
Add BetterHashSet, use it in ChatComponents, split Post and Pre formatting codes 2020-11-22 16:47:46 +01:00
Bixilon
9a2fcadd67
Make ChatComponent an abstract class 2020-11-22 14:10:25 +01:00
Bixilon
735617130d
Various fixes
PlayerEntity: PlayerPropertyData is now a HashSet
Teams: Fix formatting code (only colors before this, now also formatting codes are supported)
2020-11-22 13:30:46 +01:00
Bixilon
492dd7a0ce
Improve und fix various things
BlockActions: Use unsigned byte (short)
BlockActions: Add BellAction and ignore all other actions
ChatComponent: Fix mishandling, wrong order
Rename some GameStates
Fix Respawn Packet Handling in 1.16.2+
2020-11-22 12:50:56 +01:00
Bixilon
996ad522a4
fix wrong resources.json 2020-11-21 22:03:22 +01:00
Bixilon
718f516032
regenerate assets (4) 2020-11-21 22:02:19 +01:00
Bixilon
8efce8d2b1
improve code quality, performance. Introduce Debug Mode 2020-11-21 19:51:34 +01:00
Bixilon
5580bc4323
regenerate resources (3) 2020-11-21 18:25:43 +01:00
Bixilon
09fdd472f9
fix typo from mojang in mappings generator 2020-11-21 18:01:02 +01:00
Bixilon
13e85ccdd7
cleanup some things, bug fix 2020-11-21 17:12:13 +01:00
Bixilon
970627024a
Confirm spawn position, fix data sending bug (no data was sent to the server) 2020-11-21 15:43:32 +01:00
Bixilon
5fe7c73a6e
reformat code 2020-11-21 15:12:22 +01:00