3596 Commits

Author SHA1 Message Date
Bixilon
17e164ddaa
rename Chunk::highestSection, fix benchmark 2022-11-22 16:10:15 +01:00
Bixilon
fd10ad3b58
fix some bad light tests, fix DimensionProperties::maxSection 2022-11-22 15:17:16 +01:00
Bixilon
a5a70f4b4d
LightTestUtil 2022-11-22 14:07:58 +01:00
Bixilon
77874c38ce
port some test util 2022-11-22 13:49:51 +01:00
Bixilon
83cc5992c7
it: block light break 2022-11-22 10:39:35 +01:00
Bixilon
123b55ef1d
block light place test 2022-11-22 10:27:25 +01:00
Bixilon
9d1a5bf104
network: allow setting floating item 2022-11-20 21:36:29 +01:00
Bixilon
a445655c82
gitlab ci: build cache per commit, not ref 2022-11-19 16:53:40 +01:00
Bixilon
51dffe042b
network: 22w46a 2022-11-19 16:41:19 +01:00
Bixilon
bbd623ea5f
signature sit: don't fail test when can not load private key 2022-11-19 14:22:38 +01:00
Bixilon
5ba3f5ef9a
fast move: adjust filling to vanilla behavior 2022-11-19 14:22:17 +01:00
Bixilon
ebb2e50387
simple container action: commit action correctly 2022-11-19 14:12:18 +01:00
Bixilon
d046c69574
it: check if MinecraftKeyPair::requireSignature works 2022-11-19 13:57:55 +01:00
Bixilon
c65a4ce59a
tests: load minecraft signature key 2022-11-18 22:04:49 +01:00
Bixilon
08f66dc5d6
gitlab ci: fix caching 2022-11-18 21:26:44 +01:00
Bixilon
ba1a9f59d1
Merge branch 'test/more-1'
# Conflicts:
#	src/integration-test/kotlin/de/bixilon/minosoft/data/container/click/CloneContainerActionTest.kt
#	src/integration-test/kotlin/de/bixilon/minosoft/protocol/network/connection/play/PlayConnectionUtil.kt
#	src/integration-test/kotlin/de/bixilon/minosoft/protocol/network/network/client/test/TestNetwork.kt
#	src/main/java/de/bixilon/minosoft/data/container/sections/ContainerSection.kt
2022-11-18 21:25:55 +01:00
Bixilon
843d7c596e
item stack: equals test 2022-11-18 20:32:38 +01:00
Bixilon
7fac4ac374
PickAllContainerAction: disable revert tests (not yet implemented) 2022-11-18 20:26:03 +01:00
Bixilon
5118266789
fix container action bugs, fix some bad tests 2022-11-18 20:25:24 +01:00
Bixilon
ee52491b28
fix bugs in fast move container action, fix some tests 2022-11-18 13:06:17 +01:00
Bixilon
3e86c1f48a
fast container action: fix item duplication 2022-11-18 10:42:48 +01:00
Bixilon
660e41db88
rework some container sections 2022-11-18 10:24:38 +01:00
Bixilon
3ca82f202f
fix some container tests, misc registry (fuel time) 2022-11-17 12:55:08 +01:00
Bixilon
5a13e181bb
fix some container actions/tests 2022-11-15 16:22:35 +01:00
Bixilon
893a400405
fix bugs, improve integration test utility 2022-11-15 16:02:33 +01:00
Bixilon
cde3a965bc
fix tests, noise biome test 2022-11-15 15:03:44 +01:00
Bixilon
e417671473
it: fuel slot 2022-11-15 12:29:03 +01:00
Bixilon
3119918641
it: drop container action, pick all container action 2022-11-15 12:14:22 +01:00
Bixilon
b2b624a8f7
packet testing 2022-11-15 10:08:52 +01:00
Bixilon
8ed96d758e
packet testing 2022-11-15 10:00:31 +01:00
Bixilon
581a1cb18b
abstract netty network, move to own subpackage 2022-11-15 09:01:05 +01:00
Bixilon
49e4abbc64
clone container action test 2022-11-15 08:52:57 +01:00
Bixilon
98e20dd71b
fix test order (2) 2022-11-14 16:14:04 +01:00
Bixilon
2fa3b57400
readme: add missing bracket 2022-11-14 16:09:04 +01:00
Bixilon
243769bf26
gitlab ci: fix build cache 2022-11-14 16:08:56 +01:00
Bixilon
5542635b9e
fix test running 2022-11-14 16:08:45 +01:00
Bixilon
c85b73c793
make integration tests run after unit tests 2022-11-14 15:52:49 +01:00
Bixilon
6ea2db1f79
gitlab ci: make artifacts expire in 1 day 2022-11-14 15:34:52 +01:00
Bixilon
451beb024b
fix build 2022-11-14 13:33:56 +01:00
Bixilon
8862e665cc
gitlab ci: separate cache for gradle wrapper 2022-11-14 11:53:31 +01:00
Bixilon
9ee2df005a
gitlab ci: properly cache dependencies 2022-11-14 11:48:30 +01:00
Bixilon
08c26e8c3d
rendering: don't pause on quit
This fixes a jvm crash when a rendering error occurs
2022-11-14 11:07:52 +01:00
Bixilon
89435bed4b
deprecate Reference, BitByte (kutil 1.18) 2022-11-14 09:13:43 +01:00
Bixilon
9e95992414
bump dependencies 2022-11-12 17:40:52 +01:00
Bixilon
db25e0d318
constant for opengl dirty buffer unbinding 2022-11-12 16:46:24 +01:00
Bixilon
f46cefd17b
fix build/run with java 11
(cherry picked from commit 0dab18063bcce0e42acacf354576448d4d012982)
2022-11-12 16:46:24 +01:00
Bixilon
1ceb345adf
fix buggy fog after shader reloading 2022-11-12 16:46:23 +01:00
Bixilon
d9063b6f4b
framebuffer shader: fix GL_INVALID_OPERATION error 2022-11-12 16:46:23 +01:00
Bixilon
c9c618fa15
rename shaders to native shaders and minosoft shaders to shaders 2022-11-12 16:46:23 +01:00
Bixilon
6bf8d35124
make rest of shaders uniform safe 2022-11-12 16:46:22 +01:00