MihailRis
50f6c48771
add gui.set_syntax_styles
2025-11-23 18:10:06 +03:00
MihailRis
3acb9f7409
Merge pull request #688 from MihailRis/continue-audio
...
Continue audio
2025-11-21 22:52:52 +03:00
Xertis
76be41e8f2
fix access to console.__add_command
2025-11-21 21:33:48 +03:00
Xertis
e7e47df7bf
improving the cheat commands
2025-11-21 20:59:57 +03:00
MihailRis
96bc395561
update audio lib
2025-11-21 20:34:33 +03:00
MihailRis
6def370c2b
Merge pull request #671 from MihailRis/debugging-client
...
Debugging client
2025-11-20 22:55:16 +03:00
MihailRis
850a12c2ea
fix scripts menu
2025-11-20 17:37:12 +03:00
MihailRis
4d82fb7873
Merge branch 'main' into debugging-client
2025-11-19 20:14:21 +03:00
MihailRis
f721731ecc
add 'on_block_removed' event
2025-11-18 22:11:44 +03:00
MihailRis
203862e206
Merge branch 'dev' into debugging-client
2025-11-11 21:38:11 +03:00
MihailRis
7d367a9793
add app.set_title
2025-11-10 20:48:26 +03:00
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