847 Commits

Author SHA1 Message Date
MihailRis
f2aa77db8b add vecn.distance function 2025-08-03 19:39:21 +03:00
MihailRis
5a6537c89d add pathfinding.remove_agent 2025-08-03 02:48:52 +03:00
MihailRis
a78931205f feat: async pathfinding 2025-08-03 01:41:18 +03:00
MihailRis
be3fb8346f add 'mayBeIncomplete' parameter 2025-08-02 23:03:40 +03:00
MihailRis
caab689731 add pathfinding library 2025-08-02 17:18:40 +03:00
Onran
aae642a13e
Streaming I/O and support of named pipes (#570)
* added streaming i/o for scripting, and a byteutil.get_size function

* added i/o stream class, also added named pipes support on lua side via ffi

* added constant file.named_pipes_prefix

* added buffered and yield modes for io_stream

* added new time function for work with UTC - utc_time, utc_offset, local_time

* docs updated

* constant pid moved to os.pid

* now gmtime_s and localtime_s used only in windows
2025-08-01 20:26:43 +03:00
MihailRis
b5a2f2ae71 add gfx.skeletons library docs 2025-07-27 22:18:28 +03:00
MihailRis
567eec88c8 add named skeletons support 2025-07-27 16:04:25 +03:00
MihailRis
d06a208188 cleanup __skeleton library 2025-07-26 23:53:27 +03:00
MihailRis
bde80af0d0
Merge pull request #568 from GHOST3118/improve-items
Improve items
2025-07-26 18:43:37 +03:00
MihailRis
47c97ccd46 fix 'resume dead coroutine' for client 2025-07-26 18:08:10 +03:00
GHOST11111100
59d706323a added item.description() to itemlib, and update docs 2025-07-26 17:21:00 +03:00
MihailRis
1bd3463488 fix "cannot resume dead coroutine" for servers 2025-07-26 17:08:45 +03:00
MihailRis
7573c6c7d1 add block.get_variant, block.set_variant 2025-07-14 01:06:38 +03:00
MihailRis
5478d121f0 add variants (WIP) 2025-07-13 21:28:57 +03:00
MihailRis
b02b454573 fix: missing pack.has_indices if content is not loaded 2025-07-13 15:36:09 +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
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
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
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
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
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