1227 Commits

Author SHA1 Message Date
Bixilon
6ee7c57915
bump pixlyzer 2021-04-23 21:18:25 +02:00
Bixilon
a96d283997
rendering: fix some bugs with double pressing keys 2021-04-23 20:28:05 +02:00
Bixilon
590f3051bf
load all status effect data from pixlyzer 2021-04-23 19:56:37 +02:00
Bixilon
11a3b096d6
pixlyzer/entities: load default entity attributes 2021-04-23 19:27:55 +02:00
Bixilon
c7b8aa4094
bitbyte: use own infix functions 2021-04-23 16:08:47 +02:00
Bixilon
b8e68126d2
rename player abilities packet, save base abilities in Player.kt 2021-04-23 14:46:32 +02:00
Bixilon
1ccf8b20f3
rendering: double pressing key 2021-04-23 14:34:05 +02:00
Bixilon
d4c3e406eb
rendering: way improved key handling 2021-04-23 00:56:45 +02:00
Bixilon
22e2f8a4a1
convert some classes to kotlin 2021-04-22 19:44:13 +02:00
Bixilon
52046de8ab
fix nether/end joining in 1.16+ 2021-04-22 19:33:29 +02:00
Bixilon
d83b2e5b0e
network: add support for 21w16a
* Known bugs: water in cauldrons is not tinted
2021-04-22 12:39:41 +02:00
Bixilon
64b2d2eeb8
rendering: outsource input handling 2021-04-21 22:44:07 +02:00
Bixilon
710e045e90
remove when in keybindings 2021-04-21 19:51:25 +02:00
Bixilon
17469390ad
rendering: add some more abstraction and modding capabilities 2021-04-21 17:45:54 +02:00
Bixilon
4044f3924f
fix typo in MicrosoftLoginController 2021-04-21 15:20:02 +02:00
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