265 Commits

Author SHA1 Message Date
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
MihailRis
32bb30ff83 Merge branch 'model3dview' into update-gfx-pipeline 2025-05-30 21:37:25 +03:00
MihailRis
ac337a4e65 refactor assets library 2025-05-25 16:32:54 +03:00
MihailRis
b8e6918dc8 move files panel to separate document 2025-05-24 22:22:36 +03:00
MihailRis
ed5efd9c3a improve shadows 2025-05-21 21:41:01 +03:00
MihailRis
e158b384fa feat: shadows in fast pipeline & improve lights mix 2025-05-10 14:12:52 +03:00
MihailRis
657b4304b4 improve shading & enable disabled elements 2025-05-09 21:52:29 +03:00
MihailRis
fc46b7c434 initial commit 2025-05-07 20:42:50 +03:00
ChancellorIkseew
ac20676b3a
add weather.list command (#526) 2025-05-05 20:30:50 +03:00
MihailRis
20703e2b94 fix: attempt to index global 'ffi' (a nil value) in stdmin.lua 2025-05-02 18:51:07 +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
38e0753382 add __ipairs metamethod support if missing in LuaJIT 2025-04-17 19:54:58 +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
Onran
e279e4ea50
execute and compile of bitwise expressions exported to bit library 2025-04-06 22:17:28 +09:00
MihailRis
513bac81b5
fix crc32 in static build (#488)
fix crc32 in static build
2025-03-17 20:16:52 +03:00
MihailRis
13c309667b add crc32 function 2025-03-17 02:39:28 +03:00
MihailRis
12aced92cc feat: reloading modules 2025-03-16 22:27:08 +03:00
MihailRis
267aebe7bd add core:internal/scripts_registry module 2025-03-16 15:33:10 +03:00
MihailRis
ffac010e54 update built-in error handling 2025-03-13 22:03:45 +03:00