3287 Commits

Author SHA1 Message Date
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
MihailRis
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
MihailRis
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
MihailRis
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
MihailRis
90d8ec4d84 Merge branch 'main' into update-particles 2024-11-09 21:07:20 +03:00
MihailRis
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
MihailRis
3ff79a0210 update docs 2024-11-09 20:20:17 +03:00
MihailRis
a52d68669d add 'size_spread' particles parameter 2024-11-08 17:44:57 +03:00
MihailRis
f84fe71021
Merge pull request #357 from Xertis/main
Correction settings.controls
2024-11-07 23:31:52 +03:00
Xertis
a9b052e7ca Revert "made the problemsLog scrollable"
This reverts commit 807bab56238459ba2920899845c01ac0bab021a3.
2024-11-07 22:57:00 +03:00
Xertis
807bab5623 made the problemsLog scrollable 2024-11-07 22:43:15 +03:00
Xertis
2a9ce15a83
Merge branch 'MihailRis:main' into main 2024-11-07 22:33:58 +03:00
Xertis
98b27af0d3 some fix 2024-11-07 22:20:09 +03:00
Xertis
fbacb9fe18 adding new lang bindings 2024-11-07 22:17:01 +03:00
Xertis
395223b018
Update settings_controls.xml 2024-11-07 22:00:42 +03:00
Xertis
ce42de4612
Moving an XMLobject from the script to the layout 2024-11-07 21:58: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
MihailRis
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
Xertis
fe5a913870
Update content_menu.xml.lua 2024-11-07 20:19:10 +03:00
Xertis
8a637457a4
Update content_menu.xml 2024-11-07 20:17:55 +03:00
opchik98
8e549fe806 Feature #152 and potential fix #320
- Added Lua scripts hud.open, inventory.create and inventory.remove
- Window now resizes even if it is not focused
2024-11-07 18:38:24 +02: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