160 Commits

Author SHA1 Message Date
MihailRis
8179b9c249 add app.get_setting 2024-12-25 07:01:26 +03:00
MihailRis
be0945b4a5 add app.get_version, app.get_setting_info 2024-12-25 06:52:30 +03:00
MihailRis
686ace37f1 fix: app.sleep_until max_ticks ignored 2024-12-25 06:10:38 +03:00
MihailRis
ad6a6666da rename test library to app & rename app.name to app.script 2024-12-25 06:06:55 +03:00
MihailRis
3d33de502d move 'player.noclip' and 'player.flight' handlers to Lua 2024-12-23 13:51:12 +03:00
MihailRis
9164edf971 move 'player.pick' binding handler to Lua 2024-12-23 12:37:26 +03:00
MihailRis
1149d5869c Merge branch 'main' into headless-mode 2024-12-22 02:33:12 +03:00
Onran
2b64128581
Update stdmin.lua 2024-12-22 01:54:55 +09:00
MihailRis
79f5ffc463 Merge branch 'main' into headless-mode 2024-12-21 10:58:41 +03:00
Xertis
b372286a69
changing the standard conf to 1 2024-12-21 10:44:25 +03:00
Xertis
f4ac84daa2 fix 2024-12-20 23:55:10 +03:00
Xertis
6018db9c28
refact math.normalize 2024-12-20 23:26:59 +03:00
Xertis
958a706546
add new extensions.lua 2024-12-20 22:59:53 +03:00
MihailRis
3d7a9fd225 Merge branch 'main' into headless-mode 2024-12-19 22:57:12 +03:00
Richard Try
61741a5cc8
Copy metatable in table.deepcopy
Copy metatable as well during deep copying
2024-12-19 01:37:34 +03:00
MihailRis
a144dd75b7 update vctest & add new test 2024-12-18 05:16:06 +03:00
MihailRis
5e55e20ec4 add test.quit, test.reopen_world 2024-12-18 02:25:28 +03:00
MihailRis
086c20c370 cache block.index, block.name, item.index, item.name 2024-12-12 20:28:41 +03:00
MihailRis
9ec8788838 add player.create, test.set_setting, test.sleep_until, world.count_chunks 2024-12-12 15:54:56 +03:00
MihailRis
60f2303137 Merge branch 'main' into headless-mode 2024-12-11 20:33:38 +03:00
MihailRis
cfc16679cb add test.open_world 2024-12-11 14:49:52 +03:00
MihailRis
b05c2fc911 fix 'timeit' in headless mode 2024-12-11 14:08:24 +03:00
MihailRis
3c2eb30a29 add test.reconfig_packs & fix world.get_total_time() & enable level controller 2024-12-10 20:14:18 +03:00
MihailRis
d3f74b56fa add test.close_world(bool) 2024-12-10 19:14:51 +03:00
MihailRis
9b4dd8f65e refactor & add test.new_world 2024-12-10 18:41:39 +03:00
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