159 Commits

Author SHA1 Message Date
MihailRis
4f675dde27 Merge branch 'dev' into generated-pcm-stream 2025-11-10 12:44:49 +03:00
MihailRis
a4461a7dc3 update non-reset-packs semantics 2025-11-10 12:23:35 +03:00
MihailRis
219d5aab31 Merge branch 'dev' into generated-pcm-stream 2025-11-06 12:18:47 +03:00
MihailRis
c565e9897f feat: go back in menu on Escape pressed 2025-11-05 02:13:32 +03:00
MihailRis
a63df74bb6 Merge branch 'dev' into generated-pcm-stream 2025-11-04 12:55:00 +03:00
MihailRis
d163f12e67 fix 2025-11-04 12:13:55 +03:00
MihailRis
ca6096c397 minor refactor 2025-11-04 11:53:48 +03:00
MihailRis
86a4060a68 feat: multiple audio fetchers support 2025-11-01 23:06:26 +03:00
MihailRis
fcbbdd649b split internal modules 2025-10-31 23:54:56 +03:00
MihailRis
fe8e4ba7b4 add internal/audio_input module 2025-10-31 23:30:29 +03:00
MihailRis
284f24433c extract debugging code to internal/debugging module 2025-10-31 23:18:26 +03:00
MihailRis
5972bc769b add 'set-breakpoint', 'remove-breakpoint' commands 2025-10-07 21:07:02 +03:00
MihailRis
b863d47d7f add 'on_block_tick' event 2025-09-14 23:57:45 +03:00
MihailRis
95818f576b update app.sleep_until 2025-09-14 15:11:39 +03:00
MihailRis
99940da426 add 'asserts' library 2025-09-14 14:37:11 +03:00
MihailRis
40eda93398 update network test and fix coroutines errors handling 2025-09-14 14:11:34 +03:00
MihailRis
ee1608072b add ScheduleGroup.common 2025-09-08 12:33:50 +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
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
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
c392b75d11 fix gfx.skeletons is nil 2025-07-28 21:31:15 +03:00
MihailRis
b991ca3c9a add gfx.skeletons library 2025-07-27 21:38:09 +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
5f02326a80 hide unsafe debug.* functions 2025-07-21 21:40:47 +03:00
MihailRis
ac337a4e65 refactor assets library 2025-05-25 16:32:54 +03:00
MihailRis
805e3fdd7d add Bytearray '__pairs` metamethod 2025-05-01 18:20:02 +03:00
MihailRis
1c76870228 fix gui.template(...) 2025-04-27 18:23:13 +03:00
MihailRis
34295faca2 fix containers refreshing 2025-04-27 10:55:49 +03:00
MihailRis
032b5ae9dc fix 2025-04-26 21:58:09 +03:00
MihailRis
f944dfb51d optimize gui.template 2025-04-26 20:17:37 +03:00
MihailRis
3e493a4a97 add uinode.parent read-only property 2025-04-16 20:58:57 +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
36c2971fcf add FFIBytearray 2025-04-06 22:23:39 +03:00
MihailRis
8fecc70e05 add inventory.decrement, inventory.set_count 2025-02-20 19:47:50 +03:00
MihailRis
3d0d6cab93 Merge branch 'main' into update-items 2025-02-18 18:39:37 +03:00