1397 Commits

Author SHA1 Message Date
Bixilon
52332d1ab8
add times in render loader 2021-04-26 23:04:57 +02:00
Bixilon
82a83a8073
rename ChatComponent::valueOf to ::of 2021-04-26 22:52:22 +02:00
Bixilon
9b617bb138
kotlin use proper custom setter 2021-04-26 22:11:39 +02:00
Bixilon
a56adf030b
rendering: TextField allow clipboard pasting 2021-04-26 21:01:37 +02:00
Bixilon
6a74e2b6dd
rendering: Improve TextField 2021-04-26 20:50:29 +02:00
Bixilon
0412be8d63
network: fix string writing 2021-04-26 20:49:55 +02:00
Bixilon
d37ef51ca3
fix some bugs in new block entity provider 2021-04-26 16:02:08 +02:00
Bixilon
0c7ba090f0
improve block entity storage 2021-04-26 15:27:28 +02:00
Bixilon
b6909dd928
text: correctly split translated components with oder dependent placeholders 2021-04-26 14:40:59 +02:00
Bixilon
3d891f6e88
physics: forbid movement in unloaded chunks 2021-04-26 00:59:31 +02:00
Bixilon
d0c8ed550d
add some more options to logging 2021-04-25 19:37:42 +02:00
Bixilon
52d285cb65
more log level refactoring 2021-04-25 16:06:34 +02:00
Bixilon
06f21f6de8
rename most serverbound (c2s) packets, rewrite all serverbound packets in kotlin 2021-04-25 14:58:09 +02:00
Bixilon
91c93e7cca
wip: refactoring log levels 2021-04-24 23:34:27 +02:00
Lukas
f934ed2027 physics: move the player with the correct speed 2021-04-24 22:00:39 +02:00
Bixilon
360b3bd47a
fix loading in 1.15 2021-04-24 21:48:05 +02:00
Bixilon
1f3624bbf0
add chat component get and set properties 2021-04-24 18:58:29 +02:00
Bixilon
6c5781513e
improve entity id mapping 2021-04-23 22:02:43 +02:00
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