31 Commits

Author SHA1 Message Date
MihailRis
a4461a7dc3 update non-reset-packs semantics 2025-11-10 12:23:35 +03:00
MihailRis
ac7e7a4c2f fix lua::tovalue 2025-09-28 22:27:50 +03:00
MihailRis
303e861fbb replace Bytearray with FFI implementation 2025-04-07 20:48:12 +03:00
MihailRis
e48216da40 experimental optimize canvas:set_data using ffi 2025-03-08 18:04:10 +03:00
MihailRis
41dfcad474 fix segfaults due to access to dead lua states (coroutines) 2025-01-29 07:36:54 +03:00
MihailRis
79f6dcb171 use Bytearray in lua::pushvalue for byte arrays 2025-01-28 13:03:38 +03:00
MihailRis
eaff5643a3 add Bytearray support to lua::tovalue 2025-01-18 03:46:42 +03:00
MihailRis
40cdebb175 fix lua::create_lambda 2025-01-15 07:11:28 +03:00
MihailRis
b9707e11ca fix lua::create_lambda and lua::create_lambda_nothrow 2025-01-13 04:20:48 +03:00
MihailRis
e7555448cf fix lua stack manipulations 2025-01-07 20:57:38 +03:00
MihailRis
e94b70fd3a fix 2025-01-07 06:45:12 +03:00
MihailRis
3187243a7d minor refactor 2025-01-03 13:50:25 +03:00
MihailRis
a3d35cd10f add gui.alert & critical fixes 2025-01-02 21:59:18 +03:00
MihailRis
b9ff1db086 feat: key pressed event interception & 'owner' input.add_callback third argument 2025-01-02 20:51:43 +03:00
MihailRis
c9040df090 fix it temporary and think deeper after 0.25 release 2024-11-29 20:44:16 +03:00
MihailRis
05003a4082 fix fatal error on uncaught lua exceptions in network functions calls 2024-11-29 20:32:18 +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
73d96fd4f7 move generator script execution to an isolated Lua state 2024-10-06 18:23:33 +03:00
MihailRis
f7492ce449 add lua dv::bytes support 2024-10-03 18:23:50 +03:00
MihailRis
34d2e6d400 migrate from dynamic::Value to dv::value & total erase namespace 'dynamic' 2024-09-18 23:31:18 +03:00
MihailRis
f43cc93cd2 update project includes format 2024-08-10 01:37:48 +03:00
InfiniteCoder
5c9bc83bbd items/ + objects/ + util/ 2024-08-04 22:26:08 +03:00
Vyacheslav Ivanov
bbf33e8e4d
format: reformat project
Signed-off-by: Vyacheslav Ivanov <islavaivanov76@gmail.com>
2024-08-03 19:53:48 +03:00
MihailRis
fe1ac69b57 improve lua errors handling (traceback) & lua stack leaks fixes 2024-07-24 16:19:14 +03:00
MihailRis
fc3994446a update entity script semantics 2024-06-29 21:01:30 +03:00
MihailRis
490727fdc0 add lua user types + bytearray 2024-06-16 20:15:26 +03:00
MihailRis
fe55b94ebd fix: lua setInterval stack overflow 2024-06-12 19:39:31 +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