4396 Commits

Author SHA1 Message Date
Bixilon
ec1cab0901
debug menu: option for toggling allow flight 2023-06-25 01:57:24 +02:00
Bixilon
311024dacc
force flying in spectator 2023-06-25 01:54:17 +02:00
Bixilon
c8f1c8e27a
FallingBlockEntity: add missing super.tick call 2023-06-25 01:41:42 +02:00
Bixilon
ffaebece84
falling block entity physics 2023-06-25 01:40:02 +02:00
Bixilon
a98b21b38b
entity renderer: don't call millis for every entity
Not 10000% correct now, but should do the trick
2023-06-25 01:22:28 +02:00
Bixilon
29de011f14
optimize collision physics 2023-06-25 01:21:59 +02:00
Bixilon
87112de245
optimize item entity physics more 2023-06-25 01:21:45 +02:00
Bixilon
c0e76181bd
audio player: don't exceed source limit; increase source limit 2023-06-25 01:00:27 +02:00
Bixilon
0b7b6261da
item entity: don't tick if below world 2023-06-25 00:56:37 +02:00
Bixilon
74347891e5
primed tnt physics 2023-06-25 00:51:52 +02:00
Bixilon
3694fefeed
improve entity data performance 2023-06-25 00:36:54 +02:00
Bixilon
468e3ec735
optimize item entity physics performance 2023-06-25 00:34:01 +02:00
Bixilon
3d301929fe
EntityCollectS2CP: don't throw exception if entity not present anymore
Should not happen though
2023-06-25 00:27:36 +02:00
Bixilon
a9c70f06f3
adapt kutil 1.23.2 2023-06-25 00:23:35 +02:00
Bixilon
1ad8220681
adapt kutil 1.23.1 2023-06-24 23:44:31 +02:00
Bixilon
0f46d9a496
entity ticker, chunk ticker
This uses brand new AsyncIterators, should reduce pool spamming
2023-06-24 23:08:50 +02:00
Bixilon
c160718be1
bump kutil 2023-06-24 22:47:19 +02:00
Bixilon
792c8e3b40
optimize emtpy section iteration 2023-06-24 22:45:54 +02:00
Bixilon
a5cead6768
deprecate some kutil 1.23 functions 2023-06-24 22:29:20 +02:00
Bixilon
334939b8b5
chat component rendering: test multiple blank lines 2023-06-24 15:08:07 +02:00
Bixilon
25eeb77a05
recipes: allow 0 as valid id 2023-06-24 15:08:04 +02:00
Bixilon
5e5463f6bb
chat: don't draw half line (lines shifted when active) 2023-06-24 15:06:49 +02:00
Bixilon
2b62a8a069
hotbar levels: remove background 2023-06-24 15:06:26 +02:00
Bixilon
18798f6de6
fix moon phase calculation on very very very (fake) old worlds 2023-06-24 01:07:18 +02:00
Bixilon
51d4a31e6c
text renderer: fix crash when text starts with newline + tests 2023-06-24 01:07:18 +02:00
Bixilon
64bf7fa4d4
more face culling tests 2023-06-22 23:31:41 +02:00
Bixilon
60cda1237e
BlockStateManager
This abstracts it and makes the code cleaner
2023-06-22 01:02:37 +02:00
Bixilon
36199275be
BlockFactories: ignore deprecations (AirBlock) on file level 2023-06-22 00:41:15 +02:00
Bixilon
edf7d8e360
RecipeRegistry::getId: don't wrap Int in Integer 2023-06-22 00:39:09 +02:00
Bixilon
b640a15897
remove "namespaces" from assets manager
served no purpose
2023-06-22 00:38:42 +02:00
Bixilon
110bf94706
wip face culling 2023-06-21 22:16:00 +02:00
Bixilon
097e72906c
move FaceCullingTest to it, fix build 2023-06-21 18:52:26 +02:00
Bixilon
342a46d753
add missing copyright to files 2023-06-17 20:57:59 +02:00
Bixilon
483dbf0921
bitmap font type: workaround precision loss 2023-06-17 20:54:37 +02:00
Bixilon
ddc6ba0de4
properly generate mipmaps for sprite textures 2023-06-17 20:51:34 +02:00
Bixilon
8b65d1d059
dummy texture: create texture data on load
Now there is no error when loading bitmap fonts in the dummy render system
2023-06-17 20:29:42 +02:00
Bixilon
392553d231
gradle: reenable all tests 2023-06-17 20:26:17 +02:00
Bixilon
5855cbbe42
don't load fonts twice, load multiple fonts 2023-06-17 20:25:38 +02:00
Bixilon
6dc3002528
font rendering: underline, strikethrough 2023-06-17 19:56:17 +02:00
Bixilon
77b9af81a9
improve unifont rasterizer performance 2023-06-17 18:02:24 +02:00
Bixilon
9d3118256b
unifont: optimize out empty space
It now costs around 25MB vram less, but loading time increased slightly
2023-06-17 17:43:03 +02:00
Bixilon
82076fd6d7
unifont rasterizer: remove full textures, optimize texture size 2023-06-17 14:58:13 +02:00
Bixilon
638840c63e
load glm async at boot 2023-06-17 14:31:57 +02:00
Bixilon
7ad39a72d7
unihex font type: read buffered from zip 2023-06-17 14:28:30 +02:00
Bixilon
4e187b9985
texture array: only load image properties when needed, allow unnamed textures 2023-06-17 14:17:51 +02:00
Bixilon
aece678551
unihex rasterizing test, unihex fixes 2023-06-17 14:15:14 +02:00
Bixilon
d6de3a9150
unicode font rasterizer 2023-06-17 13:11:47 +02:00
Bixilon
26f172df71
texture array: only load image properties when needed, allow unnamed textures 2023-06-17 01:46:44 +02:00
Bixilon
5b19803823
abstract texture data, clean up texture 2023-06-17 01:27:44 +02:00
Bixilon
b1f42e5cfe
reduce pixlyzer loading time
Registry injects are optimized by not using kotlin-reflect in some critical points
2023-06-16 18:48:21 +02:00