24 Commits

Author SHA1 Message Date
MihailRis
0debe32da4 revert file.read_bytes 2024-06-16 23:23:13 +03:00
MihailRis
bfdd92ca51 update file.write_bytes to support bytearray + bit_converter bytearray support 2024-06-16 22:55:56 +03:00
MihailRis
20ef11e5a2 add bytearray:append(b) 2024-06-16 21:00:50 +03:00
Xertis
9c911beec4 Update gzip 2024-06-14 20:24:56 +03:00
MihailRis
913e5983b1 refactor: complete 'lua' namespace use 2024-06-11 13:51:11 +03:00
MihailRis
90bc86408b refactor: LuaState replaced with lua_engine 2024-06-11 13:18:30 +03:00
MihailRis
0647bc6f90 refactor: 'lua' namespace expansion 2024-06-11 03:37:35 +03:00
MihailRis
7973a9c32b fix: lua coroutines support 2024-06-11 01:52:28 +03:00
Xertis
224604ec69 Adding compression functions to lua scripting
1) добавил две функции
file.gzip_compress(path)
file.gzip_decompress(path)
они сжимают и расжимают файлы по выбранному пути
2024-06-06 13:00:23 +03:00
Xertis
bfeb32841f add file.gzip_compress_write 2024-06-06 12:17:37 +03:00
MihailRis
57fd91b417 file.exists, ... completely nothrow 2024-06-03 18:23:00 +03:00
MihailRis
5f00cf0d5b file.exists, file.isfile, file.isdir nothrow now 2024-06-03 18:16:20 +03:00
MihailRis
b7887fa1ca file library error handling update 2024-06-03 17:51:32 +03:00
MihailRis
eca050123d file.find fix + input.mousecode 2024-06-03 17:44:57 +03:00
MihailRis
b6f2456a82 added file.remove, file.remove_tree 2024-05-15 18:01:35 +03:00
MihailRis
b15d234a88 added file.list function 2024-05-12 13:49:23 +03:00
MihailRis
548c55fced luaL_error use replaced with c++ exceptions 2024-05-12 11:00:11 +03:00
MihailRis
1627e21c1d the final rename 2024-05-06 03:38:19 +03:00
MihailRis
9ea67deb13 'ifnot' template property + hpp 2024-05-06 00:45:43 +03:00
MihailRis
9b843817f8 redundancy reduced 2024-04-30 14:49:55 +03:00
MihailRis
0e69db13be ResPaths.findRaw 2024-04-19 14:22:14 +03:00
MihailRis
e059b9395f gui.template test 2024-04-16 22:23:46 +03:00
Onran
3bebc4c67f
file.write_bytes fix 2024-04-11 17:15:40 +09:00
MihailRis
6bf6e8e011 lua api refactor 2024-03-05 13:58:08 +03:00