2323 Commits

Author SHA1 Message Date
Bixilon
427c3283cb
texture array: don't use exceptions to load mcmeta (image properties) 2022-01-03 16:27:38 +01:00
Bixilon
3e66b57461
disable mipmaps in hud, 1 in #49 2022-01-03 14:57:15 +01:00
Bixilon
547e754245
textures: option to disable mipmap generation 2022-01-03 02:40:03 +01:00
Bixilon
ea45a04b9b
option to disable mipmap generation 2022-01-03 02:35:26 +01:00
Bixilon
61a0d6e655
remove connection in InByteBuffer 2022-01-02 20:22:33 +01:00
Bixilon
64e8d056cc
wip better fog, depth texture 2022-01-02 20:16:42 +01:00
Bixilon
aca57fd5f0
fix some transparency issues 2021-12-30 18:45:23 +01:00
Bixilon
37f045db27
remove some NBTUtil functions 2021-12-30 16:23:09 +01:00
Bixilon
30da957baa
remove more Util functions, bump kutil to 1.3 2021-12-29 19:17:33 +01:00
Bixilon
e3ee113b2b
remove some unused util functions 2021-12-29 18:50:04 +01:00
Bixilon
4fda0e0849
deprecate some stuff, ConnectionUtil, cleanup RenderWindow a bit 2021-12-29 18:09:37 +01:00
Bixilon
79de462d77
outsource renderers to RendererManager 2021-12-29 16:44:16 +01:00
Bixilon
6e03910ddc
blocks, items: replace some nullable values with unsafeNull 2021-12-28 23:40:09 +01:00
Bixilon
f8d1382364
framebuffers: fix some transparency/translucency issues 2021-12-28 23:26:03 +01:00
Bixilon
fbabebcecd
rename default frame buffer to world buffer, changes 2021-12-28 23:26:02 +01:00
Bixilon
95f86982e1
render system: rename setBlendFunc to setBlendFunction 2021-12-28 23:26:02 +01:00
Bixilon
e14ec86809
render sky in null framebuffer (with clipping) 2021-12-28 23:26:02 +01:00
Bixilon
52a1a119da
framebuffer fixes 2021-12-28 23:26:01 +01:00
Bixilon
13ce836539
ton of framebuffer changes and fixes 2021-12-28 23:26:01 +01:00
Bixilon
cba569f6a6
wip: framebuffers 2021-12-28 23:26:00 +01:00
Bixilon
288041f536
rename shaders 2021-12-28 23:26:00 +01:00
Bixilon
784fb961ba
fix zooming and fov changing 2021-12-28 23:26:00 +01:00
Bixilon
04f7126a2f
fix start crashes 2021-12-28 23:25:14 +01:00
Bixilon
ac528e5f1f
remove mod loading, outsource more to kutil, bump kutil to 1.1 2021-12-27 14:48:09 +01:00
Bixilon
e1943a1d10
outsource some util to de.bixilon.kutil 2021-12-26 19:47:36 +01:00
Bixilon
02a87b9680
rename raycastHit to target 2021-12-24 15:09:54 +01:00
Bixilon
7393705984
revert 2021-12-19 19:29:32 +01:00
Bixilon
57e410ecf7
get mbf-kotlin from maven central 2021-12-19 19:25:31 +01:00
Bixilon
7ae34a6cf3
bump dependencies 2021-12-19 18:10:14 +01:00
Bixilon
ba498b35b9
assets verify: fix infinite waiting 2021-12-18 14:57:45 +01:00
Bixilon
d12a69974a
eros: about screen 2021-12-18 01:08:51 +01:00
Bixilon
cf2eef8cd7
abstract glfw keys 2021-12-17 15:26:52 +01:00
Bixilon
c84a859bd9
eros: add translation for all missing buttons 2021-12-17 15:17:50 +01:00
Bixilon
b85e610bbb
eros: show startup dialog 2021-12-17 15:03:04 +01:00
Bixilon
61b696c826
OutByteBuffer: replace List<Byte> with ByteList 2021-12-17 14:48:12 +01:00
Bixilon
993baeeac6
regenerate assets properties 2021-12-16 13:52:11 +01:00
Bixilon
7982e607ee
minify jar assets 2021-12-16 13:52:10 +01:00
Bixilon
bbe19c5fb9
fix jar assets archive hash on different computers 2021-12-16 13:52:10 +01:00
Bixilon
b4eb793ea6
fix starting crash with old mojang accounts 2021-12-16 09:28:21 +01:00
Bixilon
048edd04e3
fix some assets bugs 2021-12-16 00:01:13 +01:00
Bixilon
215187615c
fix some path bugs (windows) 2021-12-15 22:23:10 +01:00
Bixilon
d29b6d043f
fix sound loading crash, fixes #63 2021-12-15 16:56:44 +01:00
Bixilon
c955a15de6
Merge branch 'work/assets'
# Conflicts:
#	src/main/java/de/bixilon/minosoft/data/assets/AssetsManager.kt
#	src/main/java/de/bixilon/minosoft/gui/rendering/system/window/BaseWindow.kt
2021-12-15 13:06:33 +01:00
Bixilon
8af480e5aa
eros: account cards: show account avatar 2021-12-15 12:49:55 +01:00
Bixilon
9180e14cc0
eros account: show skin, PixelImageView 2021-12-15 12:42:43 +01:00
Bixilon
e7f3ac8ecd
assets: allow sha256 hashes, check if hash is hex asset (security), save player textures 2021-12-15 10:51:28 +01:00
Bixilon
1bfb4aff68
sounds: check if total weight >= 1, #63 2021-12-15 08:14:50 +01:00
Bixilon
f8f45818cd
fix some model loading bugs and font loading bugs 2021-12-14 23:04:39 +01:00
Bixilon
6f1dbf85ed
assets: clear assets after loading, fix multipart block model loading issue 2021-12-14 21:16:19 +01:00
Bixilon
875c892f8d
translate connection dialogs, progress bar design 2021-12-14 20:40:33 +01:00