Bixilon
|
b3ee5ca849
|
rendering: light accessor: fix potential NullPointerException
|
2021-04-05 15:04:45 +02:00 |
|
Bixilon
|
f132d960a9
|
ItemStack: fix enchantment nbt parsing, StatusConnection: fix infinite reconnecting on error
|
2021-04-04 23:44:20 +02:00 |
|
Bixilon
|
033c9cc715
|
fix some bugs
* Player spawning
* PacketInteractEntity > 1.16
* Wrong entity position when teleported
|
2021-04-04 23:15:01 +02:00 |
|
Bixilon
|
40d253ea84
|
rendering: fix NullPointerException in chunk preparing
|
2021-04-04 22:15:24 +02:00 |
|
Bixilon
|
6ab06cbdfd
|
rendering: don't force draw transparent faces
|
2021-04-04 21:52:27 +02:00 |
|
Bixilon
|
ef990159e7
|
rendering: fix some bugs in new block mesher
|
2021-04-04 21:40:55 +02:00 |
|
Bixilon
|
55d990954f
|
convert all entity classes to kotlin, fix default health in entities
|
2021-04-04 21:03:38 +02:00 |
|
Bixilon
|
1cfaf3a0f9
|
rename some serverbound packets
|
2021-04-04 19:48:01 +02:00 |
|
Bixilon
|
de948a7730
|
split and refactor Connection in PlayConnection and StatusConnection
|
2021-04-04 19:19:35 +02:00 |
|
Bixilon
|
2869c056e6
|
convert shutdown reasons to kotlin
|
2021-04-04 18:41:22 +02:00 |
|
Lukas
|
cb85c59512
|
rendering: improve appearance of water
|
2021-04-04 18:04:46 +02:00 |
|
Bixilon
|
41b32fb466
|
registry: use reflections to set parent
|
2021-04-03 19:04:54 +02:00 |
|
Bixilon
|
32c1b4eb8a
|
refactor entity factory
|
2021-04-03 15:58:51 +02:00 |
|
Lukas
|
18b42ff019
|
rendering: fix advanced optimizer in combination with rotated blocks
|
2021-04-03 12:52:34 +02:00 |
|
Bixilon
|
026a2d2751
|
data: BlockItem
|
2021-04-02 23:00:35 +02:00 |
|
Bixilon
|
fca91e85b9
|
remove some exception handling in block state parsing
|
2021-04-02 21:26:31 +02:00 |
|
Bixilon
|
231ef1ef40
|
fix collision handling
|
2021-04-02 19:52:23 +02:00 |
|
Lukas
|
77f7ff4a7e
|
rendering: fix bug with rescale option
|
2021-04-02 18:46:11 +02:00 |
|
Bixilon
|
6f74c7cfd0
|
fix world preparing NullPointerException
|
2021-04-02 18:43:07 +02:00 |
|
Bixilon
|
d0f063bfec
|
rendering: fix tinting of hardcoded biome tint colors (> 1.16)
|
2021-04-02 18:38:09 +02:00 |
|
Lukas
|
59cb8e6d42
|
physics: improve collision detection
|
2021-04-02 18:22:57 +02:00 |
|
Lukas
|
1222901a85
|
physics: add collisions for all directions
|
2021-04-02 16:44:00 +02:00 |
|
Lukas
|
34acc9d846
|
rendering: bugfix reading uv coordinates
|
2021-04-02 15:07:05 +02:00 |
|
Bixilon
|
4468222e9f
|
rendering: texture animations: fix frame 0 displayed twice the frame time
|
2021-04-01 23:33:13 +02:00 |
|
Bixilon
|
7452020727
|
remove some code warnings
|
2021-04-01 22:18:34 +02:00 |
|
Bixilon
|
046c9b3b4b
|
rendering: fix texture animations
|
2021-04-01 21:46:03 +02:00 |
|
Bixilon
|
d9bdd66fd1
|
remove ChangeableResourceLocation
|
2021-04-01 17:28:14 +02:00 |
|
Bixilon
|
c20cf52707
|
load plugin channel names from json (default registries)
|
2021-04-01 17:26:13 +02:00 |
|
Bixilon
|
c0796c21d6
|
load statistics from pixlyzer
|
2021-04-01 15:51:22 +02:00 |
|
Bixilon
|
568425279f
|
load villager professions from PixLyzer
|
2021-04-01 15:36:30 +02:00 |
|
Bixilon
|
de95c59fcd
|
maven: bump dependencies
|
2021-04-01 01:33:07 +02:00 |
|
Bixilon
|
9c475ede2a
|
maven: bump dependencies
|
2021-04-01 01:18:39 +02:00 |
|
Bixilon
|
9cfda63e36
|
rename some ByteBuffer functions
|
2021-03-31 20:37:27 +02:00 |
|
Bixilon
|
a910122ce2
|
convert Entity.java to kotlin
|
2021-03-31 20:11:36 +02:00 |
|
Bixilon
|
59e873a69e
|
refactor Player
|
2021-03-31 19:32:36 +02:00 |
|
Bixilon
|
e1736485ac
|
remove entityId and entityUUID in Entity
|
2021-03-31 14:49:08 +02:00 |
|
Bixilon
|
9227aa8550
|
packets: split CombatEventPacket
|
2021-03-31 01:12:24 +02:00 |
|
Bixilon
|
212d0221c4
|
packets: split title packet into separate classes
|
2021-03-30 23:58:23 +02:00 |
|
Bixilon
|
f2cfe4bf9b
|
refactor PacketTypes, clear kotlin packets structure
|
2021-03-30 23:18:54 +02:00 |
|
Bixilon
|
9089cecbfe
|
packets: wip refactoring: move ClientboundPacket::read to constructor
|
2021-03-30 21:36:03 +02:00 |
|
Bixilon
|
fb88d0271d
|
code: improve PacketTitle a bit
|
2021-03-30 18:31:18 +02:00 |
|
Bixilon
|
bb5da427c5
|
make mod.json use snake case json
|
2021-03-30 18:00:55 +02:00 |
|
Bixilon
|
0ea79cb80b
|
move villager data to own package
|
2021-03-30 17:50:11 +02:00 |
|
Bixilon
|
e0ebfadc67
|
refactor entity meta data data types
|
2021-03-30 17:36:41 +02:00 |
|
Bixilon
|
0b9810a8fe
|
rename Slot to ItemStack, improve ItemStack handling a bit
|
2021-03-30 15:23:39 +02:00 |
|
Bixilon
|
793ce713ae
|
rendering: fix crash in layout, improve item loading, load creative mode tabs
|
2021-03-30 01:05:07 +02:00 |
|
Bixilon
|
68621a9e73
|
version mapping: EnumRegistry, improve EquipmentSlots enum
|
2021-03-30 00:35:07 +02:00 |
|
Bixilon
|
43344cead7
|
data: rename EnumRegistry to FakeEnumRegistry
|
2021-03-29 20:16:40 +02:00 |
|
Bixilon
|
4e918d7c6f
|
data: wip: Improve item storing
|
2021-03-29 20:14:25 +02:00 |
|
Bixilon
|
9780ac1d1a
|
fix problem with RegistryItem::toString, improve dimension reading > 1.16.2
|
2021-03-29 19:47:12 +02:00 |
|