1450 Commits

Author SHA1 Message Date
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
Bixilon
8a78d75fa6
render block collision outline box 2021-05-16 14:40:25 +02:00
Bixilon
4311eaabaa
improve raycasting block outline 2021-05-16 13:59:06 +02:00
Bixilon
f1e3051f4e
raycasting: wip block outline 2021-05-16 00:41:57 +02:00
Bixilon
6841d1d962
raycasting: respect random block offset, use proper outline shape 2021-05-15 16:12:53 +02:00
Lukas
49dcfdcc49 physics: add ray casting 2021-05-15 15:10:52 +02:00
Bixilon
504185bee8
fix issue in TimeWorker (fixes velocity handling, etc) 2021-05-15 14:40:12 +02:00
Bixilon
69bb98d3ff
change some packet names, fix some log levels 2021-05-15 00:24:41 +02:00
Bixilon
29c15ad38a
convert more packets to kotlin, InByteBuffer::readOptional 2021-05-14 21:05:55 +02:00
Bixilon
814cdab159
refactor teams packet 2021-05-14 20:30:21 +02:00
Bixilon
df9cdfa548
refactor some scoreboard packets 2021-05-14 16:31:22 +02:00
Bixilon
9055dba6cd
rename and refactor more S2C packets 2021-05-14 14:53:46 +02:00
Bixilon
e31fa26617
fix some typos 2021-05-14 00:30:55 +02:00
Bixilon
11c0f38fe2
fix EntityEquipmentS2CP reading and handling 2021-05-13 22:50:07 +02:00
Bixilon
c3c4981ece
flower random offset, bump pixlyzer 2021-05-13 17:50:36 +02:00
Bixilon
88bbb2c15d
rendering: hopefully fix sun position 2021-05-12 15:04:19 +02:00
Bixilon
832fab27e4
rendering: fix sun invisible bug when time == 6000t 2021-05-12 00:53:46 +02:00
Bixilon
49fdad2ca2
fix sun z position, add telegram channel to readme 2021-05-12 00:44:05 +02:00
Bixilon
bb9d03e58b
rendering: use correct sky color 2021-05-12 00:35:18 +02:00
Bixilon
e6f35564b5
rendering: wip sun 2021-05-12 00:15:10 +02:00
Bixilon
75aeb48fdb
shader: includes 2021-05-11 18:58:54 +02:00
Bixilon
2fdad3dbce
wip improve shaders, replace all rendering callbacks with events 2021-05-11 18:07:27 +02:00
Bixilon
250778e608
rendering: wip skybox 2021-05-11 15:43:39 +02:00
Bixilon
1ee051b194
remove VersionValueMap.java 2021-05-11 14:22:31 +02:00
Bixilon
f2d5901b5c
rename PacketConfirmTransactionReceiving 2021-05-10 21:20:38 +02:00
Bixilon
ba63cfcd18
convert Tag to data class 2021-05-10 00:45:56 +02:00
Bixilon
e10f969312
bump pixlyzer (fixes some collisions) 2021-05-09 01:05:48 +02:00
Bixilon
6bbcc0ad80
don't treat block orientation different than block properties 2021-05-08 23:59:00 +02:00