Commit Graph
252 Commits
Author SHA1 Message Date
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 47c97ccd46 fix 'resume dead coroutine' for client 2025-07-26 18:08:10 +03:00
MihailRis 1bd3463488 fix "cannot resume dead coroutine" for servers 2025-07-26 17:08:45 +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
clasher113andGitHub 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
MihailRisandGitHub 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
ChancellorIkseewandGitHub 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
OnranandGitHub e279e4ea50 execute and compile of bitwise expressions exported to bit library 2025-04-06 22:17:28 +09:00
MihailRisandGitHub 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
MihailRis b66937c61d feat: scripts classification 2025-03-13 00:28:40 +03:00
MihailRis 4b09b108fd fix file.parent 2025-03-12 23:40:34 +03:00
MihailRis 9286f297c1 add file.path(...), file.join(...) 2025-03-11 16:19:09 +03:00
MihailRis c6492b3d25 add file.parent(...) 2025-03-11 00:39:59 +03:00
MihailRis bf5a5b243f Merge branch 'main' into precipitation 2025-03-09 23:13:04 +03:00
MihailRis db620010a3 move weather back to gfx & add world:client/environment.json file 2025-03-09 22:50:45 +03:00
MihailRis e48216da40 experimental optimize canvas:set_data using ffi 2025-03-08 18:04:10 +03:00
XertisandGitHub 0d9cd6fefc table.filter bug fix 2025-03-06 15:54:40 +03:00
MihailRis 7a86cbdd60 move weather library out of gfx 2025-03-05 18:39:34 +03:00
MihailRis 7c32a42cc5 add 'weather' command 2025-02-28 18:50:35 +03:00
MihailRis a152237f26 add gfx.weather.get_current, get_current_data, get_fall_intencity 2025-02-28 05:23:29 +03:00
MihailRis 4d5b450145 add gfx.weather library & add weather.set command 2025-02-27 07:30:49 +03:00
MihailRis 8fecc70e05 add inventory.decrement, inventory.set_count 2025-02-20 19:47:50 +03:00