1187 Commits

Author SHA1 Message Date
MihailRis
5751802da2 Merge branch 'main' into update-gfx-pipeline 2025-07-01 23:38:38 +03:00
MihailRis
215ae02fa9
fix content control (#538)
* update ContentControl
* feat: more debug logging
* fix engine paths
2025-07-01 23:38:00 +03:00
MihailRis
54655543bb Merge branch 'main' into update-gfx-pipeline 2025-06-30 21:30:16 +03:00
MihailRis
af3c315c04 fix inventory.* functions error messages 2025-06-30 21:27:49 +03:00
MihailRis
9cd95bb0eb fix toml encoder 2025-06-29 12:33:57 +03:00
MihailRis
9fc02d3a99 Merge branch 'main' into update-gfx-pipeline 2025-06-28 14:18:53 +03:00
MihailRis
ba13a4b61c add 'options' selectbox property 2025-06-28 14:01:22 +03:00
MihailRis
1c8cafbb68 refactor 2025-06-28 11:46:10 +03:00
MihailRis
f17167f8c9 add 'onselect' callback & remove 'default' tag 2025-06-28 02:46:54 +03:00
MihailRis
47f7259c72 add 'value' selectbox property 2025-06-28 02:29:43 +03:00
MihailRis
e146740da8 fix windows build 2025-06-14 23:12:32 +03:00
MihailRis
e849d5e9b7 feat: deferred lighting (WIP) 2025-06-14 22:43:18 +03:00
MihailRis
436a89b066 feat: post-effects array parameters & add gfx.posteffects.set_array & make shadows opacity depending on clouds opacity 2025-06-14 20:06:05 +03:00
MihailRis
ead46158d9
Merge pull request #527 from MihailRis/vcm-format
new simple text 3d models format
2025-06-02 21:41:39 +03:00
MihailRis
67a517e03e fix missing include 2025-06-02 21:03:38 +03:00
MihailRis
476865504b add 'src' scripting property to modelviewer 2025-06-01 23:10:31 +03:00
MihailRis
4333d9ab06 feat: support alternative vcm models syntax 2025-06-01 23:08:59 +03:00
MihailRis
019c93d524 add 'refresh' containers method 2025-06-01 17:08:01 +03:00
MihailRis
c6f64c34ef improve gui properties-related error messages 2025-05-29 21:01:49 +03:00
MihailRis
407184250c add assets.parse_model 2025-05-25 17:16:07 +03:00
MihailRis
ac337a4e65 refactor assets library 2025-05-25 16:32:54 +03:00
ChancellorIkseew
ac20676b3a
add weather.list command (#526) 2025-05-05 20:30:50 +03:00
MihailRis
12c7d4dfb4 feat: voxel fragment rotation applying to 'stairs' profile 2025-04-30 21:56:04 +03:00
MihailRis
9463917164 feat: 'stairs' rotation profile 2025-04-30 20:21:59 +03:00
MihailRis
556a561f1c feat: error callback in network.get, .get_binary, .post 2025-04-30 19:15:39 +03:00
MihailRis
20e3a961f9 add BlockModel struct 2025-04-27 18:21:56 +03:00
MihailRis
718f5d1089 rename BlockModel to BlockModelType 2025-04-27 15:18:14 +03:00
MihailRis
3e336575e8 make image.region readable 2025-04-26 22:22:17 +03:00
MihailRis
79528a44ea add 'region' image property 2025-04-26 22:12:34 +03:00
MihailRis
1e90115a26 add 'onfocus' ui event & optimize container:add 2025-04-26 20:16:57 +03:00
MihailRis
8e8cabf2d1 add data argument to container:add(...) 2025-04-24 22:42:15 +03:00
MihailRis
61af8ba943 fix incomplete content reset 2025-04-19 22:17:58 +03:00
MihailRis
f21d9d0a25 add iframe 'src' scripting property 2025-04-19 20:34:30 +03:00
MihailRis
559f946a66 feat: ui sub-nodes access 2025-04-17 19:55:43 +03:00
MihailRis
3e493a4a97 add uinode.parent read-only property 2025-04-16 20:58:57 +03:00
MihailRis
9e28b783fd make BlockMaterial serializable 2025-04-13 20:52:03 +03:00
MihailRis
3be8546bf4 refactor enums: CursorShape, InterpolationType, ParticleSpawnShape 2025-04-13 14:18:50 +03:00
MihailRis
7749675a61 add EnumMetadata 2025-04-13 13:53:59 +03:00
MihailRis
7a19d99913
Merge pull request #508 from MihailRis/bytearray-upgrade
Bytearray upgrade
2025-04-12 18:47:05 +03:00
MihailRis
fb07c86ea6 add static Lua-style functions: Bytearray.insert, Bytearray.remove, Bytearray.append 2025-04-12 13:24:55 +03:00
MihailRis
98813472a8 fix generator area centering 2025-04-11 20:37:08 +03:00
MihailRis
bf79f6bc75 fix "upgrade square is not fully inside of area" error 2025-04-10 23:10:49 +03:00
MihailRis
303e861fbb replace Bytearray with FFI implementation 2025-04-07 20:48:12 +03:00
MihailRis
8ae385e6e8
Merge pull request #504 from MihailRis/post-effects
Post-processing effects
2025-04-07 20:24:03 +03:00
MihailRis
d9d4d2b305 fix: missing Bytearray option in file.read_bytes 2025-04-06 14:39:21 +03:00
MihailRis
64039f0e43 add post-effect-slot resource & add gfx.posteffects library 2025-04-06 12:47:25 +03:00
MihailRis
8a74c65812 refactor: remove unused 'virtual' keywords 2025-04-02 17:54:28 +03:00
MihailRis
881edb7b28 rename keycode, mousecode enumerations 2025-04-02 17:39:31 +03:00
MihailRis
45ccf893ae refactor EngineController 2025-04-02 15:01:24 +03:00
MihailRis
3486cbd4c9 cleanup ContentControl 2025-04-02 15:01:24 +03:00