390 Commits

Author SHA1 Message Date
MihailRis
5e3373313b add pathfinding.set_avoided_tags 2025-08-31 15:52:23 +03:00
MihailRis
88afb48a1c Merge branch 'dev' into pathfinding 2025-08-31 13:31:06 +03:00
MihailRis
19acda1a88 add cached item.has_tag, block.has_tag & update docs 2025-08-31 12:55:02 +03:00
MihailRis
fdf55ec64d add 'total_visited' to route & refactor 2025-08-28 21:49:02 +03:00
MihailRis
174a3c6871 add pathfinding.set_jump_height 2025-08-27 19:34:58 +03:00
MihailRis
e3da256c5d
Merge pull request #598 from Onran0/udp-support
UDP support for Network and scripting
2025-08-25 17:57:38 +03:00
Onran0
8d79ee3499 minor fixes 2025-08-24 08:38:25 +09:00
Onran0
1bea391f1d fixes 2025-08-24 08:31:13 +09:00
Onran0
4a9aad04ff udp support 2025-08-24 02:39:05 +09:00
MihailRis
669cb48f54 fix set_gravity_scale use 2025-08-19 21:20:44 +03:00
MihailRis
ca1b761c8c Merge branch 'dev' into pathfinding 2025-08-19 19:47:10 +03:00
MihailRis
a8f2de967f
Merge pull request #586 from MihailRis/more-about-projects
More about projects
2025-08-19 19:46:09 +03:00
MihailRis
1f896d7fa6 Merge branch 'main' into dev 2025-08-19 19:42:01 +03:00
MihailRis
eba7eed8c0
fix: network events not processing (#591) 2025-08-19 19:40:16 +03:00
MihailRis
79bb61bbbe add 'debug.enable-experimental' setting & add experimental vec3, vec2 optimization 2025-08-19 01:33:20 +03:00
MihailRis
6d3dac9106 add 'on_physics_update' entity event 2025-08-13 21:29:20 +03:00
MihailRis
b60f0f0ea2 update core:mob component 2025-08-11 01:03:28 +03:00
MihailRis
5a8f4de503 fix input library in headless mode 2025-08-10 23:19:10 +03:00
MihailRis
dfb83f6835 add core:mob component & move player movement to scripting 2025-08-10 22:55:34 +03:00
MihailRis
bfbfe59f9b add gui.root & add 'app' library to project scripts 2025-08-08 21:36:53 +03:00
MihailRis
3760fb86f7 move events library implementation to core:internal/events & disable access to core:internal modules outside of stdlib 2025-08-08 00:29:12 +03:00
MihailRis
36a522bee0 add 'entity.spawn' command 2025-08-06 23:37:55 +03:00
MihailRis
a110022ec2 add 'core:pathfinding' component 2025-08-03 19:06:22 +03:00
Xertis
5310b6325e
fix hud.lua 2025-08-03 14:07:32 +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
ddb04418ba add 'await' function 2025-08-01 21:37:03 +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
c392b75d11 fix gfx.skeletons is nil 2025-07-28 21:31:15 +03:00
MihailRis
ecf3b94d53 add hud.hand_controller 2025-07-27 22:30:30 +03:00
MihailRis
b5a2f2ae71 add gfx.skeletons library docs 2025-07-27 22:18:28 +03:00
MihailRis
b991ca3c9a add gfx.skeletons library 2025-07-27 21:38:09 +03:00
MihailRis
6f11741310 move hand item control to lua 2025-07-27 19:20:30 +03:00
MihailRis
61e85ad575 Merge branch 'main' into dev 2025-07-26 23:10:16 +03:00
MihailRis
635b66a8c6 fix debug.getinfo 2025-07-26 22:50:35 +03:00
MihailRis
844eb054af return debug.getinfo function 2025-07-26 19:12:05 +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
GHOST11111100
21364af7a3 added description to item 2025-07-26 16:49:39 +03:00
MihailRis
60bc30f01f fix 2025-07-21 22:04:57 +03:00
MihailRis
5f02326a80 hide unsafe debug.* functions 2025-07-21 21:40:47 +03:00
clasher113
49727ec026
bug fix (#549)
* fix: pause menu on hudVisible=false

* add missing property

* reset controls fix
2025-07-14 18:45:47 +03:00
MihailRis
3225393636 update hud.lua 2025-07-12 23:55:17 +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
6927a87973 Merge branch 'main' into update-gfx-pipeline 2025-06-02 21:42:56 +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