3180 Commits

Author SHA1 Message Date
MihailRis
ebc890bdd6 optimize (part 4) & format ChunkRenderer 2024-11-16 15:49:53 +03:00
MihailRis
399943b253 fix 2024-11-16 15:37:30 +03:00
MihailRis
7bdeba982b optimize (part 3) 2024-11-16 15:24:46 +03:00
MihailRis
1ff89491e6 optimize (part 2) 2024-11-16 15:11:05 +03:00
MihailRis
99f1594645 fix Mesh 2024-11-16 15:08:25 +03:00
MihailRis
2327f0ddf8 fix msvc error C2466: cannot allocate an array of constant size 0 2024-11-16 09:31:33 +03:00
MihailRis
171cbb48d0 fix blocks selection with semi-transparent blocks 2024-11-16 09:30:02 +03:00
MihailRis
b28bcf052b optimize (part 1) 2024-11-16 09:18:14 +03:00
MihailRis
4400366719 feat: actually working slow prototype 2024-11-16 07:41:36 +03:00
MihailRis
faadfca8c3 add base:ice block 2024-11-16 07:34:58 +03:00
MihailRis
5b6256e0fa introduce ChunkMesh 2024-11-16 04:13:00 +03:00
MihailRis
5793c52ac6 Revert "remove 'translucent' block property (will be reverted later)"
This reverts commit 7aacadc926432da2583b95f6a02af08ee51c2c91.
2024-11-15 06:47:03 +03:00
MihailRis
7a3a4476ea
Merge pull request #364 from MihailRis/text3d
3D Text (2D text in 3D space) & render refactor
2024-11-15 05:20:28 +03:00
MihailRis
7aacadc926 remove 'translucent' block property (will be reverted later) 2024-11-15 05:07:49 +03:00
MihailRis
4cbd3f41f6 cleanup 2024-11-15 04:40:17 +03:00
MihailRis
04da2f5e69 add .set_rotation(mat4) 2024-11-15 04:29:52 +03:00
MihailRis
a7404c2637 add missing methods to the OOP wrapper 2024-11-15 03:13:44 +03:00
MihailRis
a8388a6243 add text3d.get_axis_x, .set_axis_x, .get_axis_y, .set_axis_y 2024-11-15 03:09:05 +03:00
MihailRis
525cf1ed4b add 'perspective' NotePreset property 2024-11-15 02:21:05 +03:00
MihailRis
2147f507a6 add 'projected' display mode support 2024-11-15 01:08:46 +03:00
MihailRis
ef644ca56d add 'xray_opacity' NotePreset property 2024-11-15 00:38:41 +03:00
MihailRis
3a1e90f517 add gfx.text3d OOP wrapper 2024-11-14 21:49:43 +03:00
MihailRis
4a74e56eda add update_settings 2024-11-14 21:18:36 +03:00
MihailRis
501f1b568d add get_text, set_text, get_pos, set_pos 2024-11-14 10:57:55 +03:00
MihailRis
d74b530a83 rename spawn to show & add gfx.text3d.hide(...) 2024-11-14 10:45:37 +03:00
MihailRis
eb5715eba9 add gfx.text3d.spawn(...) 2024-11-14 10:32:50 +03:00
MihailRis
c4170c07c5 refactor 2024-11-14 09:30:41 +03:00
MihailRis
f0b6521c76 refactor 2024-11-14 08:09:10 +03:00
MihailRis
e9163f4228 refactor WorldRenderer 2024-11-14 06:13:53 +03:00
MihailRis
f9f4d2037f refactor WorldRenderer 2024-11-14 06:04:26 +03:00
MihailRis
42b26707cb move 3d texts rendering code to TextsRenderer 2024-11-14 05:43:01 +03:00
MihailRis
5b3fe465b9 Merge branch 'main' into text3d 2024-11-14 02:24:42 +03:00
MihailRis
5b6ada6e5d add more NotePreset properties 2024-11-14 02:21:15 +03:00
MihailRis
d8cf3ce596
Merge pull request #367 from Xertis/main
Added search to the content_menu
2024-11-14 01:05:24 +03:00
MihailRis
78d5ab02c2 fix: fatal error on pack removal when no world open 2024-11-14 01:04:32 +03:00
Xertis
af8cd53f8f
fix 2024-11-13 22:48:13 +03:00
Xertis
ef3f1c5d33 added search to the content_menu 2024-11-13 22:41:52 +03:00
MihailRis
0a8ea7e597 disable mip-mapping in fonts 2024-11-13 12:00:55 +03:00
MihailRis
db565d23a7 add TextNote 2024-11-13 11:46:39 +03:00
MihailRis
7b4ddfd278 another fix 2024-11-13 06:59:14 +03:00
MihailRis
f50b87e674 fix 2024-11-13 05:17:02 +03:00
MihailRis
fc3d5c5484 optimize it even more 2024-11-13 04:46:21 +03:00
MihailRis
a21d87717e optimize WorldRenderer chunks sort 2024-11-13 04:29:37 +03:00
MihailRis
b23d31a321 add 'translucent' block property 2024-11-13 03:40:20 +03:00
MihailRis
a7833a780d refactor WorldRenderer 2024-11-13 03:35:49 +03:00
MihailRis
d8fe2f1531 fix debug chunk borders render 2024-11-13 02:50:27 +03:00
MihailRis
60aa0fbcfc increase max font codepages to 1024 2024-11-13 02:01:51 +03:00
MihailRis
a5c9125084 fix clang-format what 2024-11-13 01:24:34 +03:00
MihailRis
c29db60fa4 Merge branch 'main' into text3d 2024-11-13 01:14:19 +03:00
MihailRis
4b0b643342 add 'lowering' generated structures property 2024-11-13 01:10:52 +03:00