1162 Commits

Author SHA1 Message Date
Bixilon
4a4e645cc0
remove all calls to world renderer in packets (use modding api) 2021-04-21 00:57:52 +02:00
Bixilon
cae32126c3
convert event invokers to kotlin 2021-04-21 00:48:02 +02:00
Bixilon
0d07a308c8
modding: improve code and performance of callback event invoker, convert ServerListCell to kotlin 2021-04-21 00:42:33 +02:00
Bixilon
31904238aa
rendering: world renderer use modding api more 2021-04-20 23:26:01 +02:00
Bixilon
dcf5724940
remove enum in WorldEventS2CP 2021-04-20 17:21:14 +02:00
Bixilon
0d60cdb899
fix exception when getting registry that does not exist, fix threading issue in TimeWorker 2021-04-20 15:19:49 +02:00
Bixilon
ddfad202fa
fix missing postInit call in WorldRenderer
* Fixes cullfacing and optimizer in <1.13
2021-04-20 14:59:59 +02:00
Bixilon
1490896a85
bump pixlyzer, fix texture loading 2021-04-20 00:15:58 +02:00
Bixilon
8bfc284a82
fake resource pack acceptance 2021-04-19 23:48:14 +02:00
Bixilon
04c2c1f5f9
fix reading JoinGamePacket in < 1.9, replace null lighting with dummy lighting 2021-04-19 22:53:48 +02:00
Bixilon
3dc3e96655
fix some issues when joining 1.12 servers 2021-04-19 22:10:36 +02:00
Bixilon
4e24b28760
minify versions.json 2021-04-19 20:00:28 +02:00
Lukas
fc3217d6a4 physics: add jumping 2021-04-19 16:38:50 +02:00
Bixilon
2db2555b33
fix some bugs in mappings loading, add entity base for pre flattening versions 2021-04-18 22:10:35 +02:00
Bixilon
d71f687f44
fix some bugs when trying to join versions without pixlyzer data 2021-04-18 15:58:56 +02:00
Bixilon
f30de97e31
annotate ChatComponent::valueOf with @JvmOverloads 2021-04-17 23:08:45 +02:00
Bixilon
1c0f95cc4c
rewrite nbt library 2021-04-17 21:36:02 +02:00
Bixilon
45bed26d27
fix some NullPointerExceptions, convert out buffers to kotlin, ... 2021-04-17 18:24:12 +02:00
Bixilon
ddd51401d6
rewrite PlayInByteBuffer in kotlin 2021-04-17 17:11:56 +02:00
Bixilon
6f4096b42b
rewrite InByteBuffer in kotlin 2021-04-17 15:44:47 +02:00
Lukas
a8a565cf44 physics: handle physics and add gravity 2021-04-17 14:49:22 +02:00
Bixilon
caebbdef67
fix enum performance issues, fix pipeline 2021-04-17 14:33:41 +02:00
Bixilon
baf8032869
enums: change use of ValuesEnum, add some missing spaces in copyright 2021-04-17 14:26:03 +02:00
Bixilon
369ae366a6
add some abstraction layers to block entities 2021-04-17 14:00:11 +02:00
Bixilon
7edf846d5d
add add block entities 2021-04-17 13:50:12 +02:00
Bixilon
805c535c9b
fix bugs in new entity meta data system 2021-04-17 13:16:41 +02:00
Bixilon
97011d84c5
add some block entities 2021-04-17 00:53:24 +02:00
Bixilon
1f2d74b1f3
way improved block entity system 2021-04-16 21:41:53 +02:00
Bixilon
5cffad510c
load entity actions from pixlyzer/default registries 2021-04-16 14:57:04 +02:00
Bixilon
f587f0af3d
rendering: abstract screen resize callback 2021-04-15 17:27:54 +02:00
Lukas
c613aec539 entities: rework velocity 2021-04-15 16:46:01 +02:00
Lukas
c8a56cbb78 rendering: improve uvlock behaviour 2021-04-15 16:39:40 +02:00
Bixilon
e564fa2746
rename serverbound packets to c2s, clientbound packets to s2c 2021-04-15 16:13:00 +02:00
Bixilon
2a18cc9d5e
rendering: improve semi transparency a lot 2021-04-15 15:15:33 +02:00
Bixilon
ff029cd8eb
21w15a: ResourcePackSend: text is prompt text 2021-04-15 15:01:23 +02:00
Bixilon
180bad9d46
linux: fix moving files between different disks 2021-04-15 14:20:43 +02:00
Bixilon
a009167fae data: read entity animations from pixlyzer/default registry 2021-04-15 12:51:13 +02:00
Bixilon
968b054478
fix parsing bug in translatable component 2021-04-14 23:15:32 +02:00
Lukas
e70fa9b00b network: add support for 21w15a 2021-04-14 22:40:01 +02:00
Bixilon
0afe128437
rendering: wip: chat blinking, chat background 2021-04-14 21:56:20 +02:00
Bixilon
48fdbd457a
wip: hud: re-add chat input field 2021-04-14 20:24:56 +02:00
Bixilon
e511647460
fix spacing in copyright 2021-04-14 00:26:45 +02:00
Bixilon
b33779f71f
rendering rewrite parts of the hud
* Will re-add soon: Hotbar, ChatBox
2021-04-14 00:19:14 +02:00
Bixilon
6dce7a4ecd
proper size of chat box 2021-04-13 13:52:02 +02:00
Bixilon
84cfc5603f
rendering: fix chat position, fix bug with size faking in hud 2021-04-13 00:07:56 +02:00
Bixilon
3abd906829
fix chunk reading in 1.16.1 2021-04-12 23:24:15 +02:00
Bixilon
e3277fb1db
readme: add notice for anti cheat bannend accounts 2021-04-12 22:14:54 +02:00
Bixilon
9aa73f4100
fix FileNotFoundException when regenerating client jar assest 2021-04-12 21:40:36 +02:00
Bixilon
11ec3fcb62
convert rest of entity classes to kotlin 2021-04-12 21:21:51 +02:00
Bixilon
1b624ed0bc
readme: add 3rd screenshot 2021-04-12 21:17:33 +02:00