762 Commits

Author SHA1 Message Date
Bixilon
dcea6626a3
allow asset aliases, throw FileNotFoundException if asset not found (jar asset) 2020-11-23 17:30:07 +01:00
Bixilon
46671aa1bf
Merge branch 'entity-meta' into render 2020-11-23 16:36:59 +01:00
Lukas
122eeaaf3a Fix bugs with previous commit 2020-11-23 16:36:23 +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
38cdf8e1bb
Merge branch 'entity-meta' into render
# Conflicts:
#	src/main/java/de/bixilon/minosoft/data/world/Chunk.java
2020-11-22 13:35:17 +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
e077ab9288
fix wrong resources.json 2020-11-21 22:03:47 +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
b5657ad495
regenerate assets (4) 2020-11-21 22:01:31 +01:00
Lukas
c790430bf3 Merge remote-tracking branch 'origin/render' into render 2020-11-21 21:14:21 +01:00
Lukas
92b51927db Adapt BlockModelLoader for new BlockModels.json format 2020-11-21 21:11:56 +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
8980ca42f6
regenerate resources (3) 2020-11-21 18:24:57 +01:00
Bixilon
0e9dcfdbf9
Merge branch 'entity-meta' into render 2020-11-21 18:01:27 +01:00
Bixilon
09fdd472f9
fix typo from mojang in mappings generator 2020-11-21 18:01:02 +01:00
Bixilon
c065c01361
Merge branch 'entity-meta' into render 2020-11-21 17:13:46 +01:00
Bixilon
13e85ccdd7
cleanup some things, bug fix 2020-11-21 17:12:13 +01:00
Bixilon
e0fc0b3d7d
Merge branch 'entity-meta' into render
# Conflicts:
#	src/main/java/de/bixilon/minosoft/protocol/protocol/PacketHandler.java
2020-11-21 15:44:47 +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
Bixilon
a5d26a6448
fix class cast exception in living entity flags (only when default value is used) 2020-11-21 13:35:16 +01:00
Bixilon
64e1cd2292
regenerate mappings (2) 2020-11-21 13:21:50 +01:00
Bixilon
f966deb637
fix blockModelGenerator.py 2020-11-21 13:20:41 +01:00
Bixilon
d712336137
regenerate mappings (2) 2020-11-21 13:18:14 +01:00
Bixilon
5a0a639f6a
Merge branch 'entity-meta' into render 2020-11-20 23:47:44 +01:00
Bixilon
dd95df2370
fix entities.json generation (hopefully) 2020-11-20 23:47:05 +01:00
Bixilon
379a9a9a66
regenerate mappings 2020-11-20 22:23:11 +01:00
Bixilon
e61dd898fa
regenerate mappings 2020-11-20 22:21:35 +01:00
Bixilon
3db4880eb9
fix blockModelGenerator.py 2020-11-20 22:20:33 +01:00
Bixilon
66658ad8a7
Merge branch 'entity-meta' into render
# Conflicts:
#	src/main/java/de/bixilon/minosoft/data/mappings/blocks/Block.java
#	src/main/java/de/bixilon/minosoft/data/world/ChunkSection.java
#	src/main/java/de/bixilon/minosoft/data/world/World.java
#	src/main/java/de/bixilon/minosoft/protocol/network/Connection.java
2020-11-20 21:45:16 +01:00
Bixilon
144bd51fc2
improve code, wip block light 2020-11-20 21:33:54 +01:00
Bixilon
782c8473e5
fix: minosoft can not start if there is no network 2020-11-20 17:48:29 +01:00
Bixilon
050ff874a2
rewrite MinosoftCommandLineArguments, improvement 2020-11-20 17:25:31 +01:00
Bixilon
2802f5506f
Remove magic 4096 and save it in constant (default buffer size) 2020-11-20 14:47:16 +01:00
Bixilon
fe890677e4
Replace all "minecraft" references and store the string in a constant 2020-11-20 14:42:23 +01:00
Bixilon
a0b7bdeeee
Generify mod and identifier holder into ModIdentifier 2020-11-20 14:27:59 +01:00
Bixilon
f44cf53268
parse cli arguments 2020-11-20 14:02:27 +01:00
Bixilon
a904d69926
Add some new lines before constructor 2020-11-19 22:26:24 +01:00
Bixilon
56d40455d5
Replace all ConnectionCallbacks with Event api, add EventInvokerCallback 2020-11-19 21:57:06 +01:00
Bixilon
28e62f0f86
save blockEntities in ChunkSection and not in World 2020-11-19 18:59:07 +01:00
Bixilon
afb39712c8
enties.json mapping: allow field to index mapping (not auto calculated) 2020-11-19 18:48:20 +01:00
Bixilon
cd9fb2ec39
bump javafx to 16-ea+4 2020-11-19 14:52:17 +01:00