Commit Graph
100 Commits
Author SHA1 Message Date
MihailRis 7997e9a0cb Merge branch 'main' into release-0.26 2025-01-20 04:40:51 +03:00
MihailRis 92f226cbcf miscellaneous fixes 2025-01-20 04:39:37 +03:00
MihailRisandGitHub eca3a54b20 Merge pull request #445 from MihailRis/chunks-data-save-load
Add world.save_chunk_data
2025-01-20 01:51:07 +03:00
MihailRis d113cfa86c update doc/*/scripting/builtins/libworld.md 2025-01-20 01:33:01 +03:00
MihailRis 02a93d8bc3 feat: world.get_chunk_data(...) saved chunk data when chunk is not loaded 2025-01-20 01:25:43 +03:00
MihailRis f1f81371af add world.save_chunk_data(...) 2025-01-19 23:36:37 +03:00
MihailRis 0e95d9d1af fix bit_converter.bytes_to_uint16 2025-01-19 22:38:22 +03:00
MihailRisandGitHub 0b2e089ecf Merge pull request #444 from ShadelessFox/canvas-ui-node
Add `canvas` UI node
2025-01-19 20:38:49 +03:00
MihailRis eaa64cbdd1 fix pause menu 2025-01-19 20:32:02 +03:00
MihailRis 8c884846f1 Merge branch 'main' into release-0.26 2025-01-19 20:17:58 +03:00
MihailRis cb960ceaad Merge branch 'main' of https://github.com/MihailRis/VoxelEngine-Cpp 2025-01-18 21:01:09 +03:00
MihailRis 0494db9187 fix infinite block fields conversion requests 2025-01-18 21:00:58 +03:00
MihailRis afe2b7258e fix infinite block fields conversion requests 2025-01-18 17:55:03 +03:00
MihailRis 147cf5b417 fix in-game chat animation interval 2025-01-18 07:39:17 +03:00
MihailRisandGitHub ce63b1b27b Merge pull request #443 from MihailRis/notifications
Notifications
2025-01-18 07:36:12 +03:00
MihailRis 432dc386ea update doc/*/scripting/ui.md 2025-01-18 07:35:53 +03:00
MihailRis c6951e0965 add in-game chat & update gui post-runnables timing & fix panel elements removal 2025-01-18 07:17:52 +03:00
MihailRis 731c72da7c add 'uinode:reposition()' 2025-01-18 07:16:57 +03:00
MihailRis 209490192c add 'min-size' ui property 2025-01-18 06:37:27 +03:00
MihailRis 0ce5e23a2a add 'min-length' panel property 2025-01-18 05:55:02 +03:00
MihailRis 8e8fed2aa2 move core:gui_util to core:internal/gui_util 2025-01-18 05:15:17 +03:00
MihailRis 72d2d9c879 move Document and RadioGroup implementation to core:gui_util 2025-01-18 05:14:06 +03:00
MihailRis b0a8e8e001 add 'core:chat' event 2025-01-18 05:06:22 +03:00
MihailRisandGitHub 88ed15c6d8 Merge pull request #442 from MihailRis/suspend-players
Suspend players
2025-01-18 04:53:17 +03:00
MihailRis c9adbe80ea add Bytearray support to world.set_chunk_data(...) 2025-01-18 04:25:32 +03:00
MihailRis eaff5643a3 add Bytearray support to lua::tovalue 2025-01-18 03:46:42 +03:00
MihailRisandGitHub d48c00d001 Merge pull request #441 from MihailRis/suspend-players
Update players
2025-01-17 23:58:42 +03:00
MihailRis d2bbd82dbe add 'discardAll' parameter to socket:close(...) 2025-01-17 23:43:44 +03:00
MihailRis 20bd7666cd add download/upload info to debug panel 2025-01-17 21:30:18 +03:00
MihailRis 645f87494c Merge branch 'main' into suspend-players 2025-01-17 21:17:40 +03:00
MihailRis 47e8e4e71e remove extra 'todo' 2025-01-17 21:15:25 +03:00
MihailRis 3266204c0e update doc/*/scripting/builtins/libapp.md 2025-01-17 19:24:07 +03:00
MihailRis 01b4b6f19a update docs 2025-01-17 19:03:12 +03:00
MihailRis 177994b9fd Merge branch 'main' into suspend-players 2025-01-17 03:59:02 +03:00
MihailRis 55117c9fe9 Merge branch 'main' of https://github.com/MihailRis/VoxelEngine-Cpp 2025-01-17 03:58:35 +03:00
MihailRis 17c4cd2054 fix libbyteutil 2025-01-17 03:58:22 +03:00
MihailRis 2fa71b3bf0 feat: players interpolation & add hud.set_allow_pause(...) 2025-01-17 01:44:46 +03:00
MihailRis 036e13a2ca improve app scripts error handling 2025-01-17 01:42:01 +03:00
MihailRis a45487b3c7 move 'key:escape' handler to Lua 2025-01-16 23:11:00 +03:00
MihailRis 2adfbdb192 fix rigidbody:is_enabled 2025-01-16 18:17:12 +03:00
MihailRis 1a246e2ae0 feat: menu pages dispatching 2025-01-16 07:40:34 +03:00
MihailRis 43dc88c6b5 move player animation to base:player_animator component 2025-01-16 06:58:53 +03:00
MihailRis 9cd3f3e4c8 add entity:get_player() 2025-01-16 06:50:01 +03:00
MihailRis 65fec4f4a9 introduce local player 2025-01-16 05:59:43 +03:00
MihailRis b5999fe364 fix some UB 2025-01-16 05:57:01 +03:00
MihailRis 8aee8d81fb fix: player name still visible after player removal 2025-01-16 05:55:49 +03:00
MihailRis 2073d3782a fix HandlersList concurrency 2025-01-16 04:16:32 +03:00
MihailRis 44b9e21d46 fix input.add_callback 2025-01-16 03:46:56 +03:00
MihailRis b59752bc84 fix player_animator 2025-01-16 01:23:45 +03:00
MihailRis 43f0cbe3fe add player.is_suspended, player.set_suspended 2025-01-15 22:25:51 +03:00
MihailRisandGitHub 7a4a011723 Merge pull request #440 from GHOST3118/improved-md
added base hex color parser, and md statement
2025-01-15 21:52:27 +03:00
MihailRis 40cdebb175 fix lua::create_lambda 2025-01-15 07:11:28 +03:00
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 17af84dcec update doc/*/main-page.md 2025-01-13 20:47:22 +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