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
MihailRis
f0448c3080
move inventory.get_uses, inventory.use from stdmin to stdlib
2025-02-18 04:17:50 +03:00
MihailRis
c7061c70cb
fix: console/chat open still available when menu is open & cleanup
2025-02-16 00:38:33 +03:00
MihailRis
e5f9efd87a
fix: error message is not included in coroutine error alert
2025-01-31 18:09:31 +03:00
Xertis
9af5dcb68e
fix second gsub
2025-01-26 00:00:25 +03:00
Xertis
46c38edf8a
fix unexpected ")"
2025-01-25 23:32:20 +03:00
Xertis
224f5d9aee
Fix gui.template
2025-01-25 23:24:36 +03:00
MihailRis
b12982655d
fix gui.alert
2025-01-21 09:39:06 +03:00
MihailRis
92f226cbcf
miscellaneous fixes
2025-01-20 04:39:37 +03:00
MihailRis
c6951e0965
add in-game chat & update gui post-runnables timing & fix panel elements removal
2025-01-18 07:17:52 +03:00
MihailRis
8e8fed2aa2
move core:gui_util to core:internal/gui_util
2025-01-18 05:15:17 +03:00
MihailRis
72d2d9c879
move Document and RadioGroup implementation to core:gui_util
2025-01-18 05:14:06 +03:00
MihailRis
b0a8e8e001
add 'core:chat' event
2025-01-18 05:06:22 +03:00
MihailRis
036e13a2ca
improve app scripts error handling
2025-01-17 01:42:01 +03:00