3543 Commits

Author SHA1 Message Date
MihailRis
ffa8a4c863
Merge pull request #428 from DSDemen/patch-4
Update fi_FI.txt
2025-01-01 17:05:44 +03:00
DomaJa
228a87cf86
Update fi_FI.txt
Line 76
Settings.Framerate
2025-01-01 16:03:22 +02:00
MihailRis
3c9c14e425
Merge pull request #387 from Xertis/main
Adding a config tab to content_menu
2024-12-29 07:27:18 +03:00
Xertis
271271c059 add valid config names 2024-12-27 10:13:37 +03:00
Xertis
52720e5bfe
Merge branch 'MihailRis:main' into main 2024-12-27 09:43:49 +03:00
MihailRis
dff2f014f2 update night lighting 2024-12-27 08:34:29 +03:00
MihailRis
bb038653d6 fix UVFace.rotate 2024-12-25 10:28:31 +03:00
MihailRis
560288b5c3 update util::PseudoRandom.setSeed 2024-12-24 20:00:49 +03:00
MihailRis
65b8835698 update doc/*/block-properties.md (model-name) 2024-12-24 15:53:26 +03:00
MihailRis
10491fbb61 add UVFace 2024-12-24 08:49:20 +03:00
MihailRis
59f13039f1
Merge pull request #421 from MihailRis/particles-upgrade
Particles upgrade & fixes
2024-12-24 05:47:24 +03:00
MihailRis
f1c7317c5a fix non-skipping particles 2024-12-24 05:35:02 +03:00
MihailRis
faf4cfa735 update doc/*/particles.md 2024-12-24 05:25:40 +03:00
MihailRis
344df27f61 minor refactor 2024-12-24 05:14:51 +03:00
MihailRis
40ac604e58 many emitters test 2024-12-24 05:00:17 +03:00
MihailRis
52494a680c upgrade emitters garbage collection 2024-12-23 17:26:22 +03:00
MihailRis
78761a445a add leaf texture 2024-12-23 16:54:39 +03:00
MihailRis
e899575a7a update Emitter randomizer 2024-12-23 16:54:25 +03:00
MihailRis
7f95306c65 add 'min_angular_vel', 'max_angular_vel' properties 2024-12-23 16:48:07 +03:00
MihailRis
6ac088f7b9 set default particles render distance to 32 2024-12-23 16:34:08 +03:00
MihailRis
6be640458d fix particles lighting 2024-12-23 16:26:45 +03:00
MihailRis
c6de7f62fe add 'angle_spread' property 2024-12-23 16:04:48 +03:00
MihailRis
90b1f63406 update leaves texture & update mip-mapping settings 2024-12-23 14:13:45 +03:00
MihailRis
240470f69b add new ore creation to the world-generator docs 2024-12-22 02:49:10 +03:00
MihailRis
c9b69fdfb2 fix data_buffer:put_bytes 2024-12-22 02:32:00 +03:00
MihailRis
d6ccdf9871 add new Bytearray:insert overloads 2024-12-22 02:27:00 +03:00
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