MihailRis
3eae377024
refactor Entities
2025-08-09 21:19:01 +03:00
MihailRis
f6be6689aa
feat: passing args to component in entity definition
2025-08-06 23:34:00 +03:00
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
MihailRis
9e8acac783
minor refactor
2025-08-01 22:00:29 +03:00
MihailRis
2c60e7c6ae
Merge branch 'dev' into schedule
2025-08-01 21:39:44 +03:00
MihailRis
b28aa71845
add Schedule class & add time.schedule.world schedule group
2025-08-01 21:36:54 +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
014ffab183
fix player camera zoom with fov-effects disabled
2025-07-14 23:23:19 +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
15a778299c
limit chunks non-unloading zone to a circle
2025-07-13 15:57:57 +03:00
MihailRis
b02b454573
fix: missing pack.has_indices if content is not loaded
2025-07-13 15:36:09 +03:00
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