MihailRis
|
212cc486d4
|
optimize data_buffer:put_bytes for Bytearray
|
2024-12-22 02:22:00 +03:00 |
|
MihailRis
|
4ce2f3edca
|
add new Bytearray:append overloads
|
2024-12-22 02:14:04 +03:00 |
|
MihailRis
|
e5b533f65f
|
Merge pull request #420 from Onran0/main
is_array fix
|
2024-12-22 01:05:43 +03:00 |
|
Onran
|
2b64128581
|
Update stdmin.lua
|
2024-12-22 01:54:55 +09:00 |
|
MihailRis
|
da484da17c
|
Merge pull request #417 from Xertis/patch-3
Add new extensions
|
2024-12-21 10:58:21 +03:00 |
|
Xertis
|
b372286a69
|
changing the standard conf to 1
|
2024-12-21 10:44:25 +03:00 |
|
MihailRis
|
2d7f448d88
|
update leaves texture
|
2024-12-21 09:58:49 +03:00 |
|
MihailRis
|
9594e025c3
|
Merge pull request #418 from MihailRis/culling-property
New blocks rendering properties
|
2024-12-21 08:57:41 +03:00 |
|
MihailRis
|
6f6421df53
|
update doc/*/block-properties.md
|
2024-12-21 08:45:30 +03:00 |
|
MihailRis
|
a5a72af796
|
fix msvc build
|
2024-12-21 08:31:58 +03:00 |
|
MihailRis
|
dc8f5e7873
|
add 'graphics.dense-render' setting
|
2024-12-21 08:13:05 +03:00 |
|
MihailRis
|
954724c837
|
add 'culling' property & optimize generated chunk meshes & fix faces culling when 'light-passing' is false
|
2024-12-21 06:41:03 +03:00 |
|
MihailRis
|
d021b443dd
|
update leaves texture
|
2024-12-21 05:38:30 +03:00 |
|
MihailRis
|
f43e378bc0
|
update leaves
|
2024-12-21 02:01:52 +03:00 |
|
Xertis
|
f4ac84daa2
|
fix
|
2024-12-20 23:55:10 +03:00 |
|
Xertis
|
6018db9c28
|
refact math.normalize
|
2024-12-20 23:26:59 +03:00 |
|
Xertis
|
c4a40d6b80
|
Update extensions.md
|
2024-12-20 23:16:25 +03:00 |
|
Xertis
|
31a2c69c48
|
Update extensions.md
|
2024-12-20 23:11:00 +03:00 |
|
Xertis
|
958a706546
|
add new extensions.lua
|
2024-12-20 22:59:53 +03:00 |
|
MihailRis
|
cda34e3975
|
fix block overriding
|
2024-12-19 22:54:54 +03:00 |
|
MihailRis
|
2787f2fc54
|
fix: grabbed item is deleted on inventory close
|
2024-12-19 22:44:54 +03:00 |
|
MihailRis
|
9ef18498ff
|
Merge pull request #416 from RichardTry/patch-1
Copy metatable in table.deep_copy
|
2024-12-19 02:46:32 +03:00 |
|
Richard Try
|
61741a5cc8
|
Copy metatable in table.deepcopy
Copy metatable as well during deep copying
|
2024-12-19 01:37:34 +03:00 |
|
MihailRis
|
babb6a6d8d
|
update doc/*/audio.md
|
2024-12-18 23:49:39 +03:00 |
|
MihailRis
|
33c76e7d70
|
add 'heightmap-inputs' to world-generator docs
|
2024-12-18 19:54:47 +03:00 |
|
MihailRis
|
78e5f28d18
|
Merge pull request #412 from Onran0/main
minor docs update
|
2024-12-14 19:43:23 +03:00 |
|
Onran
|
8caa536a6a
|
Update libentities.md
|
2024-12-15 01:35:49 +09:00 |
|
Onran
|
26613b8741
|
Update libentities.md
|
2024-12-15 01:35:12 +09:00 |
|
MihailRis
|
6040aa3ea5
|
Merge pull request #409 from MihailRis/update-appimage
Update AppImageBuilder.yml
|
2024-12-11 20:31:32 +03:00 |
|
MihailRis
|
855f3c6d78
|
add libluajit
|
2024-12-11 20:18:13 +03:00 |
|
MihailRis
|
19908c4644
|
Merge pull request #408 from Xertis/patch-1
Fixing the table.copy bug
|
2024-12-09 19:00:10 +03:00 |
|
Xertis
|
8b1cf7338f
|
Update extensions.md
|
2024-12-09 18:43:38 +03:00 |
|
Xertis
|
c5033dc6ff
|
create table.deep_copy
|
2024-12-09 18:33:45 +03:00 |
|
Xertis
|
a2bf2bc1a1
|
fix table.copy
|
2024-12-08 23:49:16 +03:00 |
|
MihailRis
|
92fb19ba5e
|
fix item.properties
|
2024-12-07 20:42:10 +03:00 |
|
MihailRis
|
4318b50c2f
|
Merge pull request #404 from RichardTry/patch-2
Fix neighbour chunk update
|
2024-12-07 19:03:59 +03:00 |
|
MihailRis
|
9a7cafa422
|
Merge pull request #403 from RichardTry/patch-1
AreaMap2D getHeight typo fix
|
2024-12-07 18:58:41 +03:00 |
|
Richard Try
|
f6d5735f14
|
Fix neighbour chunk update
+1 for x axis is missed in getChunk()
|
2024-12-07 18:57:16 +03:00 |
|
Richard Try
|
42439de3d6
|
AreaMap2D getHeight fix
Fix typo and return sizeY.
|
2024-12-07 05:42:47 +03:00 |
|
MihailRis
|
61b73bfabd
|
Merge pull request #400 from MihailRis/syntax-hightlighting
Text Formatting
|
2024-12-06 22:21:16 +03:00 |
|
MihailRis
|
dc3b166c9d
|
Merge pull request #395 from REDxEYE/serialize_chunk_lua_api
Add api to serialize and deserialize chunk to bytes
|
2024-12-06 22:20:34 +03:00 |
|
REDxEYE
|
5b6cee1bf5
|
Remove custom target
|
2024-12-06 21:44:12 +03:00 |
|
MihailRis
|
3156e40c17
|
update console.execute output on parsing error
|
2024-12-06 21:31:27 +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
|
98de0d45ef
|
fix
|
2024-12-06 20:01:26 +03:00 |
|
MihailRis
|
65f208fc61
|
add textbox.syntax, textbox.markup, label.markup properties
|
2024-12-06 19:56:38 +03:00 |
|
MihailRis
|
c782645603
|
update doc/*/xml-ui-layouts.md
|
2024-12-06 19:43:11 +03:00 |
|
MihailRis
|
3d484383fc
|
replace 'markdown' (bool) property with 'markup' (str)
|
2024-12-06 19:36:38 +03:00 |
|
MihailRis
|
2f292537ad
|
reset markup on newline
|
2024-12-06 18:51:13 +03:00 |
|