Commit Graph
85 Commits
Author SHA1 Message Date
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 af592b6e7d add pack.get_info(table) overload 2025-01-02 00:11:09 +03:00
MihailRis ab5a62c3aa add new block.get_AXIS functions overloads & add rotation support to base:falling_block 2024-12-29 21:48:36 +03:00
MihailRis 72394181c7 add unpack function documentation 2024-12-27 09:58:02 +03:00
MihailRis bb2cff5186 add byteutil docs 2024-12-27 09:37:09 +03:00
MihailRis 13c36f4629 feat: player.delete() function and update documentation 2024-12-26 05:47:18 +03:00
MihailRis ed7dc1f901 feat: add app.save_world() function and update documentation 2024-12-25 15:15:11 +03:00
MihailRis e98132f4da update doc/en/scripting/builtins/libapp.md 2024-12-25 10:42:45 +03:00
MihailRis 36bfa215c1 add app library docs 2024-12-25 07:27:53 +03:00
MihailRis e153e1fbd7 add player.is_loading_chunks, .set_loading_chunks 2024-12-24 10:35:09 +03:00
MihailRis bc4aea67c9 add file.is_writeable 2024-12-24 08:08:44 +03:00
MihailRis 22d207ba28 add player.set_selected_slot, inventory.find_by_item 2024-12-23 12:24:29 +03:00
MihailRis 92f11dd373 Merge branch 'main' into headless-mode 2024-12-14 19:43:49 +03:00
OnranandGitHub 8caa536a6a Update libentities.md 2024-12-15 01:35:49 +09:00
MihailRis 8e6fb1dfb4 update libworld docs 2024-12-12 16:24:17 +03:00
MihailRis 8f37704530 fix libworld docs 2024-12-10 18:19:08 +03:00
MihailRis 467b4ad043 add gui.escape_markup 2024-12-06 20:25:21 +03:00
MihailRis 16698cc68b add gui.clear_markup(...) 2024-12-06 20:13:45 +03:00
MihailRis 36edad039c add string socket:send overload 2024-12-04 12:05:10 +03:00
MihailRis 21c76c1b0d add socket:get_address, serversocket:get_port 2024-11-30 22:32:14 +03:00
MihailRis a5609f3e0c add doc/*/scripting/builtins/libgfx-blockwraps.md 2024-11-28 18:28:42 +03:00
MihailRis 95689b1115 add doc/*/scripting/builtins/libnetwork.md 2024-11-28 18:09:12 +03:00
MihailRis 3f9701915c update hud.open(...) 2024-11-28 15:48:44 +03:00
MihailRis f262c0f297 fix libplayer.md 2024-11-27 18:25:54 +03:00
MihailRis 0ba0584c5d add function inventory.move_range 2024-11-26 09:32:53 +03:00
MihailRis 8c0d360543 add doc/*/scripting/builtins/libbase64.md 2024-11-23 15:11:17 +03:00
MihailRis acc4d2540d add player name 2024-11-23 05:38:18 +03:00
MihailRis 7f41f95013 add version to world info 2024-11-22 14:08:01 +03:00
MihailRis ea2f7ede0d update doc/*/scripting/builtins/libblock.md 2024-11-22 10:02:18 +03:00
MihailRis 2ba90625ce add player.is_instant_destruction, .set_instant_destruction 2024-11-21 05:02:45 +03:00
MihailRis 14b596140d add player.is_infinite_items, .set_infinite_items 2024-11-20 13:19:49 +03:00
MihailRis e842b217da add 'args' parameter to hud.show_overlay 2024-11-20 11:10:05 +03:00
MihailRis dcd8871ee1 add utf8.escape, string.escape & reformat extensions.md 2024-11-18 09:21:16 +03:00
MihailRisandGitHub c902bcc6c7 Merge pull request #355 from opchik98/main
Feature #152 and potential fix #320
2024-11-10 21:36:17 +03:00
MihailRis 000383f41f add doc/en/scripting/builtins/librules.md 2024-11-09 20:45:16 +03:00
opchik98 8e549fe806 Feature #152 and potential fix #320
- Added Lua scripts hud.open, inventory.create and inventory.remove
- Window now resizes even if it is not focused
2024-11-07 18:38:24 +02:00
MihailRis 8e00e73b8e add utf8.encode(...) 2024-11-06 16:26:35 +03:00
MihailRis 4932fd8b4b add file.read_combined_object & update filesystem docs 2024-11-05 14:33:56 +03:00
MihailRis d4f0c906d2 add world.is_open() 2024-11-05 14:05:32 +03:00
REDxEYE 5ba96945e6 Remove fog api as it soon to be deprecated 2024-11-04 21:18:15 +03:00
REDxEYE a4b1b2100b libentities: deprecate in favour of official implementation 2024-11-04 21:17:20 +03:00
REDxEYE 7f5bc41835 libentities: add get_hitbox that returns a hitbox from entity definition 2024-11-04 21:17:20 +03:00
REDxEYE 803981e2a8 libworld: expose WorldInfo::fog value to lua 2024-11-04 21:17:20 +03:00
REDxEYE 76fc7b5fb4 libitem: exposed placing_block and emission to lua 2024-11-04 21:17:17 +03:00
MihailRis e0624b11d0 rename item.get_model_name and item.get_placing_block 2024-10-31 21:53:56 +03:00
MihailRis 7c933f89c6 add item.get_model 2024-10-30 12:55:08 +03:00
MihailRis d3def8e741 Merge branch 'main' into item-models 2024-10-29 23:05:14 +03:00
MihailRis effdac2d4d add entities.def_hitbox function 2024-10-29 21:16:25 +03:00
MihailRis 751f8a7544 add item.get_placing_block 2024-10-28 13:07:10 +03:00