1477 Commits

Author SHA1 Message Date
Bixilon
504302025f
more sounds 2021-05-24 18:25:24 +02:00
Lukas
52f873c5f8 physics: improve raycasting 2021-05-24 18:01:20 +02:00
Bixilon
21a7d6856c
sound: listener, sources 2021-05-24 15:58:07 +02:00
Bixilon
4d1713f010
fix wrong log levels in c2s packets 2021-05-24 13:58:32 +02:00
Bixilon
247b5006cf
fixes, Queue 2021-05-24 13:44:58 +02:00
Bixilon
dc4c8f820a
wip sounds 2021-05-23 21:56:00 +02:00
Bixilon
4502a71c42
rendering: hud: break progress indicator 2021-05-23 17:32:52 +02:00
Bixilon
84d5bed273
block break acknowledging 2021-05-23 16:51:41 +02:00
Bixilon
a106e1c5b6
ItemStack: Replace version with connection 2021-05-23 15:41:19 +02:00
Bixilon
142d55b7fd
21w19a+: Respond to ping packets, fix eventually task abortion in ThreadPool 2021-05-23 14:51:56 +02:00
Bixilon
08951f7b1c
fix tag saving bug, mining levels, mining tags in 21w19a+ 2021-05-23 14:37:51 +02:00
Bixilon
1b7abc4a9c
bump pixlyzer, fix bugs in mining
* PixLyzer dump fixes mining speed for obsidian
2021-05-23 13:57:42 +02:00
Bixilon
9edda894fd
option to disable tool interaction, almost finished mining math 2021-05-22 23:43:23 +02:00
Bixilon
bf66039ca0
bump pixlyzer, wip: real block breaking 2021-05-22 22:41:37 +02:00
Bixilon
3b26669b5b
air hitting 2021-05-22 18:56:17 +02:00
Bixilon
48f706b953
wip digging 2021-05-22 18:49:40 +02:00
Bixilon
4f25ff0627
fix some multi threading bugs, fix bugs in ThreadPool 2021-05-22 18:15:49 +02:00
Bixilon
fb6e465ece
improve block breaking code, wip digging 2021-05-22 17:33:38 +02:00
Bixilon
25bef60253
bump dependencies 2021-05-22 14:27:43 +02:00
Bixilon
5150df8dec
fix some bugs in tilling, stripping, flatting 2021-05-21 23:41:00 +02:00
Bixilon
cc909f8116
wip block tilling, flatting, stripping 2021-05-21 23:21:49 +02:00
Bixilon
1fc64ca7ac
fix world out of bound in DoubleSizeBlock, Lever toggle, improvements 2021-05-21 21:42:29 +02:00
Bixilon
fd9f7000bc
item cooldown, wip item interaction, outsource block placing 2021-05-21 21:33:18 +02:00
Bixilon
27f376110b
rename VersionMapping to Registries 2021-05-21 20:50:16 +02:00
Bixilon
44d01b5d89
create class for all items, save tags 2021-05-21 20:01:25 +02:00
Bixilon
6bec745340
improve tag reading 2021-05-21 19:25:50 +02:00
Bixilon
5fbe97c1ee
wip custom ThreadPool 2021-05-21 17:29:47 +02:00
Bixilon
6d9fea3cc9
support for 21w20a 2021-05-21 13:24:34 +02:00
Bixilon
a17c6474eb
support for 21w19a 2021-05-21 13:17:00 +02:00
Bixilon
54209f0d97
World: replace get and set with operators 2021-05-20 22:51:48 +02:00
Bixilon
b5063ebc50
fix crash in server add dialog, #15 2021-05-20 21:51:08 +02:00
Bixilon
4ccb230141
replace some registry get functions with operator gets 2021-05-20 15:40:44 +02:00
Bixilon
bfd596b098
replace some _ loops with values loop 2021-05-19 21:20:32 +02:00
Bixilon
4a0a385ed4
refactor world renderer a bit 2021-05-18 21:47:00 +02:00
Lukas
a497b900f4 physics: add directional block placing 2021-05-17 18:42:33 +02:00
Bixilon
f0686f7e0f
improve block breaking 2021-05-17 18:12:15 +02:00
Bixilon
b8ff40ee0a
physics: interaction: forbid block placing if out of y in dimension 2021-05-17 17:55:37 +02:00
Lukas
0ae43f4e85 rendering: add block breaking 2021-05-17 17:48:07 +02:00
Bixilon
90a3ef4e7f
wip block placing 2021-05-17 15:01:31 +02:00
Bixilon
919fb4429a
fix java 15/16 note in readme 2021-05-17 14:22:15 +02:00
Bixilon
894b4b5470
wip containers 2021-05-17 00:45:25 +02:00
Bixilon
88c38c68bb
wip block interactions 2021-05-16 21:42:07 +02:00
Bixilon
fc04dc9235
store block entity type in block 2021-05-16 19:06:27 +02:00
Bixilon
93dc93eea7
block outline: save color in config 2021-05-16 17:48:56 +02:00
Bixilon
38248ee9fa
rendering: block outline: option to disable z buffer 2021-05-16 17:35:41 +02:00
Lukas
e8fcf67610 rendering: improve outline 2021-05-16 17:28:49 +02:00
Bixilon
f62fc6a11e
move raycast method, world triggers events now (when using setBlock, etc) 2021-05-16 17:10:31 +02:00
Bixilon
320abcb306
rendering: fix mouse key input handling 2021-05-16 16:06:31 +02:00
Bixilon
33045040ec
convert block constructor to primary constructor 2021-05-16 15:49:07 +02:00
Bixilon
cd3c1dd81f
improve block initializing 2021-05-16 15:24:13 +02:00