Commit Graph
100 Commits
Author SHA1 Message Date
MihailRis b8944f86c6 refactor vc coroutines error-handling & update socket:is_alive(), socket:send(...) 2025-01-15 05:27:10 +03:00
MihailRis 00ce65ef66 fix main shader & lua parser 2025-01-15 02:57:58 +03:00
MihailRis d3e2ad5e99 set appimage CMAKE_BUILD_TYPE to Release 2025-01-13 19:39:12 +03:00
MihailRis f772d527e2 feat: nameless worlds 2025-01-13 05:40:43 +03:00
MihailRis b9707e11ca fix lua::create_lambda and lua::create_lambda_nothrow 2025-01-13 04:20:48 +03:00
MihailRis 390d54c212 fix segfault at attempt to create/open world when another is open 2025-01-13 02:52:59 +03:00
MihailRis 5130907192 fix hud 2025-01-12 23:09:41 +03:00
MihailRisandGitHub 7615c85738 Merge pull request #439 from MihailRis/new-events
New events
2025-01-12 20:13:26 +03:00
MihailRis 918cb8aa32 update doc/*/scripting/events.md 2025-01-12 19:43:06 +03:00
MihailRis 90fc559234 add hud.open inventory events support 2025-01-12 17:36:42 +03:00
MihailRis 80128a4190 add on_inventory_open and on_inventory_closed events 2025-01-12 17:14:01 +03:00
MihailRis e1150f9e05 Merge branch 'main' into new-events 2025-01-12 15:44:09 +03:00
MihailRis 89cde3e05e add missing includes 2025-01-12 15:43:13 +03:00
MihailRis 22c7cb8398 add on_chunk_present and on_chunk_remove events 2025-01-12 05:41:42 +03:00
MihailRisandGitHub cfa6b5e578 Merge pull request #437 from MihailRis/chunks-manipulations
Chunks manipulations
2025-01-12 04:22:26 +03:00
MihailRis cafaa3a168 update doc/*/scripting/builtins/libworld.md 2025-01-12 03:43:35 +03:00
MihailRis fc9c096873 cleanup 2025-01-12 03:34:50 +03:00
MihailRis 41f6194fc1 introduce compressed_chunks namespace 2025-01-12 03:05:58 +03:00
MihailRis c5fa6935a6 add metadata to chunk data used in world.get/set_chunk_data 2025-01-12 01:47:07 +03:00
MihailRis 077de25acc refactor 2025-01-11 23:38:43 +03:00
MihailRis fe210708e5 fix 2025-01-11 23:03:19 +03:00
MihailRis 0e83ee0a85 Merge branch 'main' into chunks-manipulations 2025-01-11 22:59:02 +03:00
MihailRis d7ad7ff460 add Chat hotkey 2025-01-11 22:58:41 +03:00
MihailRis 29e018cff8 fix chunk mesh refreshing 2025-01-11 20:11:29 +03:00
MihailRis 7b962841d6 fix world.set_chunk_data & rid of extra memory allocations in world.get_chunk_data 2025-01-11 18:50:45 +03:00
MihailRisandGitHub 807abef2c4 Merge pull request #436 from MihailRis/content-related-funcs
Content-related funcs
2025-01-10 17:49:51 +03:00
MihailRis 5841ec5382 Merge branch 'main' into content-related-funcs 2025-01-09 18:54:24 +03:00
MihailRis 653d1d20d4 add app.is_content_loaded() 2025-01-09 18:53:25 +03:00
MihailRisandGitHub 3793fd3ca4 Merge pull request #434 from Ygrik2003/Formating-cmake
add cmake-format.py and formating all cmake files
2025-01-09 18:48:52 +03:00
MihailRisandGitHub 7bbd8bab34 Merge pull request #402 from MihailRis/headless-mode
Headless mode
2025-01-09 03:49:36 +03:00
MihailRis 620316cd60 remove --output-always key from workflows 2025-01-09 03:32:07 +03:00
MihailRis c2a38011a5 cleanup workflows 2025-01-09 03:23:59 +03:00
MihailRis 2a1684c126 fix page request arguments 2025-01-09 02:16:40 +03:00
MihailRis adc287baf3 fix 2025-01-08 19:22:04 +03:00
MihailRis e0440b263e fix world deletion & fix segfault on attempt to reset content when world is open 2025-01-08 19:15:58 +03:00
MihailRisandGitHub 010ed78aba Merge pull request #432 from MihailRis/http-post
add network.post
2025-01-08 18:33:01 +03:00
MihailRis 93b2040a0d update doc/*/scripting/builtins/libnetwork.md 2025-01-08 18:17:23 +03:00
MihailRis 96b904e61f add network.post 2025-01-08 17:02:07 +03:00
MihailRis 5b6ad81eba fix 2025-01-07 23:55:37 +03:00
MihailRis dbf366eca3 fixes 2025-01-07 23:49:09 +03:00
MihailRis e5a3178969 move 'input' library docs to a separate page 2025-01-07 22:58:31 +03:00
MihailRis 0d17396fe8 update doc/*/scripting/user-input.md 2025-01-07 22:40:46 +03:00
MihailRis df9c301f58 update input.add_callback(...) 2025-01-07 22:15:27 +03:00
MihailRis e7555448cf fix lua stack manipulations 2025-01-07 20:57:38 +03:00
MihailRis 13de581b4b add socket:available() --> int 2025-01-07 18:44:40 +03:00
MihailRis e94b70fd3a fix 2025-01-07 06:45:12 +03:00
MihailRis e2bc168914 add app.reset_content() 2025-01-06 20:10:24 +03:00
MihailRis 550f3c468f fix 2025-01-06 19:32:39 +03:00
MihailRis d65da966d2 add app.load_content 2025-01-06 16:54:03 +03:00
MihailRis ab24187b49 fix windows build 2025-01-06 16:22:05 +03:00
MihailRis 0a1a16299e move menu pages loader to Lua & add gui.load_document, file.ext(), file.prefix() & add core:gui_util module 2025-01-06 16:07:16 +03:00
MihailRis da471bd4eb add refresh button to scripts page 2025-01-06 13:08:42 +03:00
MihailRis b5a266e1c1 enable GL debug output 2025-01-06 13:08:03 +03:00
MihailRis 5a34e8d522 update gui.confirm 2025-01-06 00:41:57 +03:00
MihailRis 435a8299b7 fix temporary pages 2025-01-05 23:41:00 +03:00
MihailRis 48aad8d974 add 'Scripts' menu page 2025-01-05 22:45:43 +03:00
MihailRis 136c35591c add file.name(), file.stem() & add 'path' to pack info & add start_coroutine() 2025-01-05 22:44:32 +03:00
MihailRis c51a7e0153 improve logging 2025-01-05 16:16:07 +03:00
MihailRis f62fc5a039 fix errors handling in event handlers 2025-01-05 15:32:03 +03:00
MihailRis 490cae74f5 Merge branch 'main' into headless-mode 2025-01-04 11:43:28 +03:00
MihailRisandGitHub f788937b9c Merge pull request #431 from zohidjondev/main
Add uz_UZ local for base content pack
2025-01-04 11:42:42 +03:00
MihailRis 88de024051 Merge branch 'main' into headless-mode 2025-01-04 00:09:07 +03:00
MihailRis 0d1c7f1a88 fix Engine::resetContent in headless mode 2025-01-04 00:07:17 +03:00
MihailRis c19656ab88 update libapp docs 2025-01-03 23:52:20 +03:00
MihailRis bd9018dafe add pack.assemble(...), app.config_packs(...) 2025-01-03 23:51:36 +03:00
MihailRis 3187243a7d minor refactor 2025-01-03 13:50:25 +03:00
MihailRis 9d7816a286 fix grass lighting 2025-01-03 13:00:25 +03:00
MihailRis 7a67beb801 add valgrind suppressions file 2025-01-03 00:16:06 +03:00
MihailRis 4d0b9f049b fix small dumb legacy memory leak 2025-01-03 00:07: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 7fce735ca1 add gui.confirm(...) 2025-01-02 16:53:28 +03:00
MihailRis e2f6c263e7 update pack.get_info 2025-01-02 11:45:28 +03:00
MihailRis e976b2078e fix pack.get_info in headless mode 2025-01-02 11:41:56 +03:00
MihailRis 9ef7e8e6a6 optimize content-packs related pages 2025-01-02 11:18:00 +03:00
MihailRis af592b6e7d add pack.get_info(table) overload 2025-01-02 00:11:09 +03:00
MihailRisandGitHub fc5e751f68 Merge pull request #429 from denver-code/main
Update uk_UA locals
2025-01-01 20:12:24 +03:00
MihailRis c427501897 revert failing test 2025-01-01 20:10:44 +03:00
MihailRis 7039ddde1c test vctest upgrade (must fail) 2025-01-01 20:08:11 +03:00
MihailRis c135b04606 remove perftest 2025-01-01 19:10:18 +03:00
MihailRis 3384ccb4a5 Merge branch 'main' into headless-mode 2025-01-01 19:07:42 +03:00
MihailRis 30a8ddf2d3 fix app.* functions & update 'world' test 2025-01-01 18:25:30 +03:00
MihailRis 4a6689104a update vctest 2025-01-01 18:23:04 +03:00
MihailRisandGitHub ffa8a4c863 Merge pull request #428 from DSDemen/patch-4
Update fi_FI.txt
2025-01-01 17:05:44 +03:00
MihailRis 17dcbe98ab fix clang-check warnings 2025-01-01 16:06:44 +03:00
MihailRis 4c23dc6adf feat: simple valgrind integration in vctest & AppImage workflow: change build-type to RelWithDebInfo 2025-01-01 15:47:41 +03:00
MihailRis 727d578e33 fix vctest help screen 2025-01-01 14:18:39 +03:00
MihailRis 81a7914599 fix: post-runnables not called in headless mode 2024-12-31 15:02:27 +03:00
MihailRis 1f47f38256 feat: 'CTRL + Up/Down' in multiline textbox 2024-12-31 14:39:07 +03:00
MihailRis 06943525c4 fix 2024-12-31 10:29:30 +03:00
MihailRis 03a3062940 fix error handling in events and runnables 2024-12-31 10:25:26 +03:00
MihailRisandGitHub 3304bf27a6 Merge pull request #427 from MihailRis/ui-cursor-property
add 'cursor' ui property
2024-12-30 22:01:36 +03:00
MihailRis cb9690ebc7 add 'cursor' ui property 2024-12-30 21:41:05 +03:00
MihailRis 10f0bd0290 refactor 2024-12-30 17:25:51 +03:00
MihailRis 19bef1ae76 revert "test smth"
This reverts commit d576dc34dc.
2024-12-30 15:32:15 +03:00
MihailRis d576dc34dc test smth 2024-12-30 15:09:06 +03:00
MihailRis 9490d1f7ea change default byte order in bit_converter to BE and fix byte manipulation functions 2024-12-30 06:29:52 +03:00
MihailRis aad0ea84eb convert tabs to spaces 2024-12-30 06:23:42 +03:00
MihailRis 9be9665daa fix base_entities test 2024-12-29 23:15:34 +03:00
MihailRis 4d1f44ada1 add core:tests_util module & add base_entities test 2024-12-29 22:42:24 +03:00