MihailRis
f9d923101a
replace http-callbacks with events_queue entries
2025-09-10 00:16:24 +03:00
MihailRis
19acda1a88
add cached item.has_tag, block.has_tag & update docs
2025-08-31 12:55:02 +03:00
MihailRis
8bdf31d7bb
add block/item tags
2025-08-30 23:26:07 +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
MihailRis
383dacf616
Merge branch 'main' into dev
2025-08-24 17:31:34 +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
25f4c7fbdd
fix bytearray:insert ( #594 )
2025-08-23 11:47:35 +03:00
MihailRis
6cae75e02f
fix extended blocks destruction particles spawn spread, offset
2025-08-20 23:49:18 +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
31cd7912ec
fix named pipe read (unix) & produce core:error event on error in schedule callback & fix editor traceback
2025-08-18 23:32:12 +03:00
MihailRis
d32407f1bb
cleanup
2025-08-18 22:27:50 +03:00
MihailRis
b5f1698e78
fix ffi usage in named_pipe_unix.lua
2025-08-18 22:27:38 +03:00
MihailRis
c8d760e83e
update project script methods, replace project script with project client script
2025-08-18 21:20:18 +03:00
MihailRis
2cdcebf9d9
add 'assets' library docs
2025-08-13 23:59:05 +03:00
MihailRis
bef8e4b9d6
feat: model autorefresh in editor
2025-08-13 23:42:06 +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
9fcff65cca
cleanup
2025-08-07 22:37:40 +03:00
MihailRis
0a02d3fbec
add on_screen_change project script event & fix UIDocument::rebuildIndices & move menu background to project script
2025-08-07 22:14:52 +03:00
Xertis
23837418f1
minor optimization
2025-08-04 21:11:44 +03:00
Xertis
1f0b6f0d9d
Qol settings.controls update
2025-08-04 20:50:27 +03:00
Xertis
2fba3eba9c
Update settings_controls.xml.lua
2025-08-04 20:44:04 +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
f37bbc64f4
add set_interval 'repetions' argument
2025-08-01 21:37:14 +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
5632c9ccfe
add hand skeleton
2025-07-27 02:45:25 +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
f90e1b3321
begin the 0.29 development
2025-07-26 18:43:00 +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
8489c36df7
Merge pull request #564 from MihailRis/small-optimizations
...
optimize shadow maps generation a bit
2025-07-25 22:44:17 +03:00
MihailRis
7cf073f079
fix: skybox is not visible behind translucent blocks
2025-07-25 22:28:28 +03:00