Commit Graph

  • 390d54c212 fix segfault at attempt to create/open world when another is open MihailRis 2025-01-13 02:52:59 +03:00
  • 5130907192 fix hud MihailRis 2025-01-12 23:09:41 +03:00
  • 7615c85738
    Merge pull request #439 from MihailRis/new-events MihailRis 2025-01-12 20:13:26 +03:00
  • 918cb8aa32 update doc/*/scripting/events.md MihailRis 2025-01-12 19:43:06 +03:00
  • 90fc559234 add hud.open inventory events support MihailRis 2025-01-12 17:36:42 +03:00
  • 80128a4190 add on_inventory_open and on_inventory_closed events MihailRis 2025-01-12 17:14:01 +03:00
  • e1150f9e05 Merge branch 'main' into new-events MihailRis 2025-01-12 15:44:09 +03:00
  • 89cde3e05e add missing includes MihailRis 2025-01-12 15:43:13 +03:00
  • 22c7cb8398 add on_chunk_present and on_chunk_remove events MihailRis 2025-01-12 05:41:42 +03:00
  • cfa6b5e578
    Merge pull request #437 from MihailRis/chunks-manipulations MihailRis 2025-01-12 04:22:26 +03:00
  • cafaa3a168 update doc/*/scripting/builtins/libworld.md MihailRis 2025-01-12 03:43:35 +03:00
  • fc9c096873 cleanup MihailRis 2025-01-12 03:34:50 +03:00
  • 41f6194fc1 introduce compressed_chunks namespace MihailRis 2025-01-12 03:05:58 +03:00
  • c5fa6935a6 add metadata to chunk data used in world.get/set_chunk_data MihailRis 2025-01-12 01:47:07 +03:00
  • 077de25acc refactor MihailRis 2025-01-11 23:38:43 +03:00
  • fe210708e5 fix MihailRis 2025-01-11 23:03:19 +03:00
  • 0e83ee0a85 Merge branch 'main' into chunks-manipulations MihailRis 2025-01-11 22:59:02 +03:00
  • d7ad7ff460 add Chat hotkey MihailRis 2025-01-11 22:58:41 +03:00
  • 29e018cff8 fix chunk mesh refreshing MihailRis 2025-01-11 20:11:29 +03:00
  • 7b962841d6 fix world.set_chunk_data & rid of extra memory allocations in world.get_chunk_data MihailRis 2025-01-11 18:50:45 +03:00
  • 807abef2c4
    Merge pull request #436 from MihailRis/content-related-funcs MihailRis 2025-01-10 17:49:51 +03:00
  • 5841ec5382 Merge branch 'main' into content-related-funcs MihailRis 2025-01-09 18:54:24 +03:00
  • 653d1d20d4 add app.is_content_loaded() MihailRis 2025-01-09 18:53:25 +03:00
  • 3793fd3ca4
    Merge pull request #434 from Ygrik2003/Formating-cmake MihailRis 2025-01-09 18:48:52 +03:00
  • bb15d17892 add cmake-format.py and formating all cmake files Stepanov Igor 2025-01-09 16:32:54 +03:00
  • 274d6b4552
    Merge branch 'MihailRis:main' into main Xertis 2025-01-09 14:37:15 +03:00
  • 7bbd8bab34
    Merge pull request #402 from MihailRis/headless-mode MihailRis 2025-01-09 03:49:36 +03:00
  • 620316cd60 remove --output-always key from workflows MihailRis 2025-01-09 03:32:07 +03:00
  • c2a38011a5 cleanup workflows MihailRis 2025-01-09 03:23:59 +03:00
  • 2a1684c126 fix page request arguments MihailRis 2025-01-09 02:16:40 +03:00
  • adc287baf3 fix MihailRis 2025-01-08 19:22:04 +03:00
  • e0440b263e fix world deletion & fix segfault on attempt to reset content when world is open MihailRis 2025-01-08 19:15:58 +03:00
  • 010ed78aba
    Merge pull request #432 from MihailRis/http-post MihailRis 2025-01-08 18:33:01 +03:00
  • 93b2040a0d update doc/*/scripting/builtins/libnetwork.md MihailRis 2025-01-08 18:17:23 +03:00
  • 96b904e61f add network.post MihailRis 2025-01-08 17:02:07 +03:00
  • 5b6ad81eba fix MihailRis 2025-01-07 23:55:37 +03:00
  • dbf366eca3 fixes MihailRis 2025-01-07 23:49:09 +03:00
  • e5a3178969 move 'input' library docs to a separate page MihailRis 2025-01-07 22:58:31 +03:00
  • 0d17396fe8 update doc/*/scripting/user-input.md MihailRis 2025-01-07 22:40:46 +03:00
  • df9c301f58 update input.add_callback(...) MihailRis 2025-01-07 22:15:27 +03:00
  • e7555448cf fix lua stack manipulations MihailRis 2025-01-07 20:57:38 +03:00
  • 13de581b4b add socket:available() --> int MihailRis 2025-01-07 18:44:40 +03:00
  • e94b70fd3a fix MihailRis 2025-01-07 06:45:12 +03:00
  • e2bc168914 add app.reset_content() MihailRis 2025-01-06 20:10:24 +03:00
  • 550f3c468f fix MihailRis 2025-01-06 19:32:39 +03:00
  • d65da966d2 add app.load_content MihailRis 2025-01-06 16:54:03 +03:00
  • ab24187b49 fix windows build MihailRis 2025-01-06 16:22:05 +03:00
  • 0a1a16299e move menu pages loader to Lua & add gui.load_document, file.ext(), file.prefix() & add core:gui_util module MihailRis 2025-01-06 16:07:16 +03:00
  • da471bd4eb add refresh button to scripts page MihailRis 2025-01-06 13:08:42 +03:00
  • b5a266e1c1 enable GL debug output MihailRis 2025-01-06 13:08:03 +03:00
  • 5a34e8d522 update gui.confirm MihailRis 2025-01-06 00:41:57 +03:00
  • 435a8299b7 fix temporary pages MihailRis 2025-01-05 23:41:00 +03:00
  • 48aad8d974 add 'Scripts' menu page MihailRis 2025-01-05 22:45:43 +03:00
  • 136c35591c add file.name(), file.stem() & add 'path' to pack info & add start_coroutine() MihailRis 2025-01-05 22:44:32 +03:00
  • c51a7e0153 improve logging MihailRis 2025-01-05 16:16:07 +03:00
  • f62fc5a039 fix errors handling in event handlers MihailRis 2025-01-05 15:32:03 +03:00
  • 490cae74f5 Merge branch 'main' into headless-mode MihailRis 2025-01-04 11:43:28 +03:00
  • f788937b9c
    Merge pull request #431 from zohidjondev/main MihailRis 2025-01-04 11:42:42 +03:00
  • 833d336a6b Add uz_UZ local for base content pack Zohidjon 2025-01-04 09:56:27 +05:00
  • d25452784d Small fixes in translation. Zohidjon 2025-01-04 09:46:57 +05:00
  • 88de024051 Merge branch 'main' into headless-mode MihailRis 2025-01-04 00:09:07 +03:00
  • 0d1c7f1a88 fix Engine::resetContent in headless mode MihailRis 2025-01-04 00:07:17 +03:00
  • c19656ab88 update libapp docs MihailRis 2025-01-03 23:52:20 +03:00
  • bd9018dafe add pack.assemble(...), app.config_packs(...) MihailRis 2025-01-03 23:51:36 +03:00
  • 866173207a
    adding comments Xertis 2025-01-03 20:19:17 +03:00
  • c3eb758bb6 content.xml fixing + fixing old bug in new_world.lua Xertis 2025-01-03 18:34:13 +03:00
  • a5aaddb379 add suggestive signs Xertis 2025-01-03 18:07:01 +03:00
  • 3187243a7d minor refactor MihailRis 2025-01-03 13:50:25 +03:00
  • 9d7816a286 fix grass lighting MihailRis 2025-01-03 13:00:25 +03:00
  • 7a67beb801 add valgrind suppressions file MihailRis 2025-01-03 00:16:06 +03:00
  • 4d0b9f049b fix small dumb legacy memory leak MihailRis 2025-01-03 00:07:25 +03:00
  • a1a4fc97fc add icons Xertis 2025-01-02 23:31:15 +03:00
  • e5cb5a5689 redesign content Xertis 2025-01-02 23:16:53 +03:00
  • a3d35cd10f add gui.alert & critical fixes MihailRis 2025-01-02 21:59:18 +03:00
  • b9ff1db086 feat: key pressed event interception & 'owner' input.add_callback third argument MihailRis 2025-01-02 20:51:43 +03:00
  • 7fce735ca1 add gui.confirm(...) MihailRis 2025-01-02 16:53:28 +03:00
  • e2f6c263e7 update pack.get_info MihailRis 2025-01-02 11:45:28 +03:00
  • e976b2078e fix pack.get_info in headless mode MihailRis 2025-01-02 11:41:56 +03:00
  • 9ef7e8e6a6 optimize content-packs related pages MihailRis 2025-01-02 11:18:00 +03:00
  • af592b6e7d add pack.get_info(table) overload MihailRis 2025-01-02 00:11:09 +03:00
  • fc5e751f68
    Merge pull request #429 from denver-code/main MihailRis 2025-01-01 20:12:24 +03:00
  • c427501897 revert failing test MihailRis 2025-01-01 20:10:44 +03:00
  • 7039ddde1c test vctest upgrade (must fail) MihailRis 2025-01-01 20:08:11 +03:00
  • d8aecef0b2 Add uk_UA local for base content pack Ihor Savenko 2025-01-01 16:44:01 +00:00
  • 1e7b6b438a add missing uk_UA locals Ihor Savenko 2025-01-01 16:43:34 +00:00
  • c135b04606 remove perftest MihailRis 2025-01-01 19:10:18 +03:00
  • 3384ccb4a5 Merge branch 'main' into headless-mode MihailRis 2025-01-01 19:07:42 +03:00
  • 30a8ddf2d3 fix app.* functions & update 'world' test MihailRis 2025-01-01 18:25:30 +03:00
  • 4a6689104a update vctest MihailRis 2025-01-01 18:23:04 +03:00
  • ffa8a4c863
    Merge pull request #428 from DSDemen/patch-4 MihailRis 2025-01-01 17:05:44 +03:00
  • 228a87cf86
    Update fi_FI.txt DomaJa 2025-01-01 16:03:22 +02:00
  • 17dcbe98ab fix clang-check warnings MihailRis 2025-01-01 16:06:44 +03:00
  • 4c23dc6adf feat: simple valgrind integration in vctest & AppImage workflow: change build-type to RelWithDebInfo MihailRis 2025-01-01 15:47:41 +03:00
  • 727d578e33 fix vctest help screen MihailRis 2025-01-01 14:18:39 +03:00
  • 81a7914599 fix: post-runnables not called in headless mode MihailRis 2024-12-31 15:02:27 +03:00
  • 1f47f38256 feat: 'CTRL + Up/Down' in multiline textbox MihailRis 2024-12-31 14:39:07 +03:00
  • 06943525c4 fix MihailRis 2024-12-31 10:29:30 +03:00
  • 03a3062940 fix error handling in events and runnables MihailRis 2024-12-31 10:25:26 +03:00
  • 3304bf27a6
    Merge pull request #427 from MihailRis/ui-cursor-property MihailRis 2024-12-30 22:01:36 +03:00
  • cb9690ebc7 add 'cursor' ui property MihailRis 2024-12-30 21:41:05 +03:00