185 Commits

Author SHA1 Message Date
Xertis
c5033dc6ff
create table.deep_copy 2024-12-09 18:33:45 +03:00
Xertis
a2bf2bc1a1
fix table.copy 2024-12-08 23:49:16 +03:00
MihailRis
59402b6607 add 'test' library 2024-12-07 22:16:50 +03:00
MihailRis
5e8805f241 add vctest (WIP) 2024-12-07 15:49:23 +03:00
MihailRis
21c76c1b0d add socket:get_address, serversocket:get_port 2024-11-30 22:32:14 +03:00
MihailRis
aa60ae3fad improve properties filter 2024-11-28 16:33:38 +03:00
MihailRis
7e566a51a3 remove test script 2024-11-28 10:21:50 +03:00
MihailRis
495dd5f8f2 add localhost 'network' library test 2024-11-27 17:53:23 +03:00
MihailRis
af5902f98e fix network.tcp_connect 2024-11-27 17:50:53 +03:00
MihailRis
951d2fd1f8 add socket:is_alive, :is_connected, serversocket:is_open 2024-11-27 17:46:09 +03:00
MihailRis
34974c4bb3 add network.tcp_connect and .tcp_open 2024-11-27 17:06:06 +03:00
MihailRis
1cd890ff88 add config/user-props.toml combined object 2024-11-26 11:21:04 +03:00
MihailRis
b3ac1bd8f4 update base:drop component 2024-11-26 11:01:29 +03:00
MihailRis
6ec33ab98c fix stdlib.lua 2024-11-23 14:14:19 +03:00
MihailRis
f4f479d389 move 'devtools:console' binding handler to __vc_on_hud_open 2024-11-20 12:15:09 +03:00
MihailRis
02578a6276 simplify local modules loading 2024-11-20 07:49:21 +03:00
MihailRis
a015d74af5 update file library warnings 2024-11-19 10:04:26 +03:00
MihailRis
78ea12aa26 add console on_open 'mode' argument 2024-11-19 08:30:50 +03:00
MihailRis
29d8c4bbb8 add Lua traceback inspector (WIP) && add chat prototype 2024-11-19 07:32:03 +03:00
MihailRis
66be215101 add advanced lua errors handler & fix hud script source path in traceback 2024-11-19 07:26:28 +03:00
MihailRis
5c005b4f9a remove extra frames from on_deprecated_call traceback 2024-11-19 06:01:59 +03:00
MihailRis
9dc09e920c remove extra frames from debug.get_traceback result 2024-11-18 14:48:05 +03:00
MihailRis
3146bf0133 fix 2024-11-18 14:44:44 +03:00
MihailRis
712c0756b8 add debug.get_traceback 2024-11-18 11:09:27 +03:00
MihailRis
dcd8871ee1 add utf8.escape, string.escape & reformat extensions.md 2024-11-18 09:21:16 +03:00
MihailRis
618a9f0411 add RadioButton Lua class 2024-11-18 07:11:07 +03:00
MihailRis
04da2f5e69 add .set_rotation(mat4) 2024-11-15 04:29:52 +03:00
MihailRis
a7404c2637 add missing methods to the OOP wrapper 2024-11-15 03:13:44 +03:00
MihailRis
3a1e90f517 add gfx.text3d OOP wrapper 2024-11-14 21:49:43 +03:00
MihailRis
aba994f2b2 add 'allow-fast-interaction' 2024-11-07 20:44:00 +03:00
MihailRis
c80ad48f42 add assets.load_texture & update CHANGELOG.md 2024-11-07 07:58:31 +03:00
MihailRis
cfa5365b95 rename 'show-content-access' to 'allow-content-access' 2024-11-07 00:22:46 +03:00
MihailRis
ae6a323ff3 fix 'player.pick' is available when 'show-content-access' is false 2024-11-07 00:21:06 +03:00
MihailRis
d27179b6c3 update std rules & add player.destroy binding 2024-11-06 21:28:12 +03:00
MihailRis
48add86120 update stdcmd.lua 2024-11-06 20:06:35 +03:00
MihailRis
fd88015511 add rules.reset(name) 2024-11-06 19:39:40 +03:00
MihailRis
8c8c844dd4 feat: save rules 2024-11-06 19:37:20 +03:00
MihailRis
6602584c13 add more cheating-related rules 2024-11-06 18:54:20 +03:00
MihailRis
5e9b290aea add 'cheat-commands' rule 2024-11-06 18:01:00 +03:00
MihailRis
2e24d60404 add rules & add 'show-content-access' rule 2024-11-06 17:31:31 +03:00
MihailRis
a964eeeca6 fix 'time.daytime reset' 2024-11-04 15:36:18 +03:00
MihailRis
316de42cca
Merge pull request #340 from MihailRis/warnings
Warnings
2024-11-02 13:30:11 +03:00
MihailRis
5302f5842e add 'time.daycycle' command 2024-11-02 13:29:43 +03:00
MihailRis
755261fc92 Merge branch 'main' into warnings 2024-11-01 17:18:26 +03:00
MihailRis
e762cf9b23 add events.reset 2024-11-01 17:18:12 +03:00
MihailRis
e51c6bed78 add 'core:warning' event 2024-11-01 15:50:39 +03:00
MihailRis
72d5eca632 update events & update some built-in events codes 2024-11-01 15:05:06 +03:00
MihailRis
1543a0ce4c update events system 2024-10-29 21:34:40 +03:00
MihailRis
44fd5416a9 fix string.replace 2024-10-29 21:06:49 +03:00
MihailRis
a78315b39c update blocks.fill and fragment.save commands 2024-10-28 21:05:30 +03:00