Commit Graph
100 Commits
Author SHA1 Message Date
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 7aacadc926.
2024-11-15 06:47:03 +03:00
MihailRisandGitHub 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
MihailRisandGitHub 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
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
MihailRis d72f758dc5 add 'hint' property to TextBox 2024-11-12 23:20:43 +03:00
MihailRis 866f6e9951 add NotePreset 2024-11-12 22:53:45 +03:00
MihailRis aadb04c41e minor optimize BlocksRenderer 2024-11-12 20:07:45 +03:00
MihailRis a74f5f4310 Merge branch 'main' into text3d 2024-11-12 07:56:35 +03:00
MihailRis 01c568e032 set version to 0.25 2024-11-12 07:51:15 +03:00
MihailRis b12c74698b Merge branch 'main' into text3d 2024-11-12 07:43:26 +03:00
MihailRisandGitHub 283ac854a4 Development-related additions (#365) 2024-11-12 07:42:48 +03:00
MihailRis 7734d403ea cleanup 2024-11-12 06:01:53 +03:00
MihailRis edbd851d11 update font rendering 2024-11-12 05:58:16 +03:00
MihailRis b3ab037115 add 3D text render (WIP) 2024-11-12 03:14:59 +03:00
MihailRis c5ca9128e9 move getVoxels from ChunksStorage to Chunks 2024-11-11 22:30:42 +03:00
MihailRis 79693580e0 refactor Font 2024-11-11 20:30:10 +03:00
MihailRisandGitHub a17314d5e0 Merge pull request #362 from MihailRis/new-pack-props
New pack properties
2024-11-10 21:46:44 +03:00
MihailRis dd7ee28177 Merge branch 'main' into new-pack-props 2024-11-10 21:36:40 +03:00
MihailRisandGitHub c902bcc6c7 Merge pull request #355 from opchik98/main
Feature #152 and potential fix #320
2024-11-10 21:36:17 +03:00
MihailRis af4edee063 fix 2024-11-10 21:02:48 +03:00
MihailRis 3fa5369c7c add 'source' property 2024-11-10 20:09:07 +03:00
MihailRis 354e67087c add 'creators' property 2024-11-10 19:41:08 +03:00
MihailRis a333cadfca fix custom model lighting 2024-11-09 23:54:19 +03:00
MihailRis 983e516fb4 fix: emitter does not skip particles 2024-11-09 21:54:30 +03:00
MihailRis 82733d3801 fix old custom models render 2024-11-09 21:27:52 +03:00
MihailRisandGitHub 1793ccb1b6 Merge pull request #361 from MihailRis/update-en-docs
Update en docs
2024-11-09 20:50:36 +03:00
MihailRis 000383f41f add doc/en/scripting/builtins/librules.md 2024-11-09 20:45:16 +03:00
MihailRis bd5f746dbc add doc/en/particles.md 2024-11-09 20:37:23 +03:00
MihailRisandGitHub f84fe71021 Merge pull request #357 from Xertis/main
Correction settings.controls
2024-11-07 23:31:52 +03:00
MihailRis 71eadb2fde add 'write to read-only entry point' warnings 2024-11-07 21:57:27 +03:00
MihailRis f22108f6b4 fix core.open_folder on Windows 2024-11-07 21:29:54 +03:00
MihailRis aba994f2b2 add 'allow-fast-interaction' 2024-11-07 20:44:00 +03:00
MihailRis bcdd02ffa2 Merge branch 'main' into release-0.24 2024-11-07 20:32:07 +03:00
MihailRisandGitHub 75bbf4703e Merge pull request #356 from Xertis/main
Correction of the button location in the content_menu
2024-11-07 20:30:20 +03:00
MihailRis 46a671f45e fix 2024-11-07 15:04:47 +03:00
MihailRis 7ad3139877 update CHANGELOG.md 2024-11-07 14:51:17 +03:00
MihailRis e28f340306 Merge branch 'main' into release-0.24 2024-11-07 14:48:33 +03:00
MihailRis 5faca685ec update doc/ru/scripting.md 2024-11-07 14:48:18 +03:00
MihailRisandGitHub bf762f0c22 Merge pull request #354 from Onran0/main
documentation update
2024-11-07 14:44:40 +03:00
MihailRis c80ad48f42 add assets.load_texture & update CHANGELOG.md 2024-11-07 07:58:31 +03:00
MihailRis 6e6de5fc24 fix utf8.tostring 2024-11-07 07:56:50 +03:00
MihailRis 04c25ef214 fix block model is not loading automatically 2024-11-07 07:30:47 +03:00
MihailRis 86b5f5d82b fix custom block models 2024-11-07 07:27:29 +03:00
MihailRis bbadaf7a19 update README.md 2024-11-07 05:48:54 +03:00
MihailRis 3f3a8d0b39 update doc/*/main-page.md 2024-11-07 05:48:04 +03:00
MihailRis a188a25a1d update CHANGELOG.md to 0.24 2024-11-07 05:44:41 +03:00
MihailRis 616c63b115 fix generator minimap checkbox 2024-11-07 05:07:56 +03:00
MihailRis cfa5365b95 rename 'show-content-access' to 'allow-content-access' 2024-11-07 00:22:46 +03:00
MihailRis ae6a323ff3 fix 'player.pick' is available when 'show-content-access' is false 2024-11-07 00:21:06 +03:00
MihailRisandGitHub e477ae51e5 Merge pull request #353 from MihailRis/update-docs
Update docs to 0.24
2024-11-06 21:46:57 +03:00
MihailRis c9f3328cf2 update block-properties.md 2024-11-06 21:35:33 +03:00
MihailRis d0545f36b2 add doc/ru/scripting/builtins/librules.md 2024-11-06 21:31:16 +03:00
MihailRis d27179b6c3 update std rules & add player.destroy binding 2024-11-06 21:28:12 +03:00
MihailRis df2f24d94e add doc/ru/particles.md 2024-11-06 20:49:51 +03:00
MihailRis 76d6b518a5 fix ParticlesPreset.serialize 2024-11-06 20:29:59 +03:00
MihailRis fdbe8ca9c6 move particles to gfx.particles 2024-11-06 20:18:57 +03:00
MihailRis 48add86120 update stdcmd.lua 2024-11-06 20:06:35 +03:00
MihailRisandGitHub a414aec473 Merge pull request #352 from MihailRis/add-rules
Add rules
2024-11-06 20:00:50 +03:00
MihailRis fd88015511 add rules.reset(name) 2024-11-06 19:39:40 +03:00
MihailRis 8c8c844dd4 feat: save rules 2024-11-06 19:37:20 +03:00
MihailRis 6602584c13 add more cheating-related rules 2024-11-06 18:54:20 +03:00
MihailRis 22fa082fc6 fix fatal error on editing texbox not having any consumer 2024-11-06 18:43:22 +03:00
MihailRis 5e9b290aea add 'cheat-commands' rule 2024-11-06 18:01:00 +03:00
MihailRisandGitHub 5b35c25ac2 Merge pull request #351 from ChancellorIkseew/windows-build-fix
Windows build bug fix
2024-11-06 17:33:58 +03:00
MihailRis 2e24d60404 add rules & add 'show-content-access' rule 2024-11-06 17:31:31 +03:00