Commit Graph
667 Commits
Author SHA1 Message Date
MihailRis e03467cd1c fix pack.assemble & app.reconfig_packs/app.config_packs missing packs non-informative error messages 2025-01-26 09:56:06 +03:00
MihailRis 9c630645b4 add console.get(...) & add 'player' console variable 2025-01-22 10:15:31 +03:00
MihailRis 9c8e4e813c fix extra lights-related work in world.set_chunk_data 2025-01-21 23:15:31 +03:00
MihailRis b12982655d fix gui.alert 2025-01-21 09:39:06 +03:00
MihailRis 23c66654a2 add ENTITY_NONE, ENTITY_AUTO reserved entity id & update player.set_entity(...) 2025-01-21 05:56:14 +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
ShadelessFox 5ee44a02f9 Use integer instead of number function variants 2025-01-19 18:21:48 +01:00
ShadelessFox ee31f401aa Add canvas UI node 2025-01-19 14:11:56 +01:00
MihailRis 731c72da7c add 'uinode:reposition()' 2025-01-18 07:16:57 +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
MihailRis d2bbd82dbe add 'discardAll' parameter to socket:close(...) 2025-01-17 23:43:44 +03:00
MihailRis 177994b9fd Merge branch 'main' into suspend-players 2025-01-17 03:59:02 +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 2adfbdb192 fix rigidbody:is_enabled 2025-01-16 18:17:12 +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 44b9e21d46 fix input.add_callback 2025-01-16 03:46:56 +03:00
MihailRis 43f0cbe3fe add player.is_suspended, player.set_suspended 2025-01-15 22:25:51 +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 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 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 7b962841d6 fix world.set_chunk_data & rid of extra memory allocations in world.get_chunk_data 2025-01-11 18:50:45 +03:00
MihailRis 653d1d20d4 add app.is_content_loaded() 2025-01-09 18:53:25 +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
MihailRis 96b904e61f add network.post 2025-01-08 17:02:07 +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 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 5a34e8d522 update gui.confirm 2025-01-06 00:41:57 +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 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 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