4268 Commits

Author SHA1 Message Date
MihailRis
345e140aab
Merge pull request #481 from Xertis/patch-8
table.filter bug fix
2025-03-07 01:37:21 +03:00
Xertis
0d9cd6fefc
table.filter bug fix 2025-03-06 15:54:40 +03:00
MihailRis
cbf07a6351
Merge pull request #430 from Xertis/main
Redesign of the content addition menu
2025-03-05 18:47:23 +03:00
MihailRis
7a86cbdd60 move weather library out of gfx 2025-03-05 18:39:34 +03:00
MihailRis
8640730520 fix weather interpolation & add 'fall.max_intensity' property 2025-03-02 10:38:30 +03:00
MihailRis
7fc226f70f add cloudy weather preset 2025-03-02 10:12:34 +03:00
MihailRis
a203e40688 change AppImage user directory from ~/.voxeng to ~/.config/voxelcore 2025-03-01 12:18:20 +03:00
MihailRis
37fdf7f638 update res/content/base/preload.json 2025-02-28 18:50:57 +03:00
MihailRis
7c32a42cc5 add 'weather' command 2025-02-28 18:50:35 +03:00
MihailRis
9c4db8fa10 refactor: move Weather instance to WorldInfo 2025-02-28 18:49:44 +03:00
MihailRis
0ea842580c add 'thunder_rate' weather property 2025-02-28 18:48:21 +03:00
MihailRis
aed7c1c5b8 add thunder sounds 2025-02-28 18:46:03 +03:00
MihailRis
6e6800aef5 Revert "sort packs in PacksManager::assemble"
This reverts commit 3fb16ab50eedf433c6dce25fb24f760808a0bd19.
2025-02-28 14:03:05 +03:00
MihailRis
a152237f26 add gfx.weather.get_current, get_current_data, get_fall_intencity 2025-02-28 05:23:29 +03:00
MihailRis
4d5b450145 add gfx.weather library & add weather.set command 2025-02-27 07:30:49 +03:00
MihailRis
aa80bbb14f
Merge pull request #480 from MihailRis/despawned-entities-save-fix
fix: entity:despawn in on_save not preventing entity save
2025-02-27 01:20:36 +03:00
MihailRis
5607e0f039 fix: entity:despawn in on_save not preventing entity save 2025-02-26 16:35:23 +03:00
MihailRis
02d8d8d6bf weather change test 2025-02-26 12:19:47 +03:00
MihailRis
589518fb25 add fall.max_opacity, fall.opaque properties & update snow texture & weather mix test 2025-02-26 06:24:05 +03:00
MihailRis
18773b3230 fix sky sprites visibility 2025-02-26 05:04:49 +03:00
MihailRis
b1bb595169 add fog preset 2025-02-26 05:04:13 +03:00
MihailRis
e6ea4fe37e add fog_curve parameter & update shaders 2025-02-26 04:49:45 +03:00
MihailRis
d7f20e7388 add snow preset 2025-02-26 03:16:02 +03:00
MihailRis
61a469aeb8 add rain preset 2025-02-26 03:03:14 +03:00
MihailRis
7b1c03c208 enable weather splash particles serialization 2025-02-26 03:02:50 +03:00
MihailRis
fe503d1192 add weather intensity (WIP) 2025-02-26 02:24:16 +03:00
MihailRis
830e05733f minor refactor 2025-02-26 02:24:16 +03:00
MihailRis
7635fdf807 add rain noise & add rain splashes (WIP) 2025-02-26 02:24:16 +03:00
MihailRis
8dfc948fe3 update main shader 2025-02-26 02:24:16 +03:00
MihailRis
35cf07b0f0 add WeatherPreset 2025-02-26 02:24:16 +03:00
MihailRis
787011d164 optimize PrecipitationRenderer 2025-02-26 02:24:16 +03:00
MihailRis
64fd5d7504 refactor and fix 2025-02-26 02:24:16 +03:00
MihailRis
5cb119cc4c fix pause 2025-02-26 02:24:16 +03:00
MihailRis
0f33b9dd15 fix lights 2025-02-26 02:24:16 +03:00
MihailRis
d36eb85dba snow test 2025-02-26 02:24:16 +03:00
MihailRis
fa6e2e1b1d fix vertical uv mapping 2025-02-26 02:24:16 +03:00
MihailRis
b4456fdb51 add PrecipitationRenderer (WIP) 2025-02-26 02:24:16 +03:00
MihailRis
fd59aa4f65
Merge pull request #476 from MihailRis/zip
ZIP Files
2025-02-26 01:21:19 +03:00
MihailRis
7facc33a7e cleanup 2025-02-26 00:22:57 +03:00
MihailRis
b52cc1aea0 fix ZipFileDevice::list for root path 2025-02-25 23:04:31 +03:00
MihailRis
bd614c5f2e enable deflate compression in io::write_zip 2025-02-25 22:49:31 +03:00
MihailRis
226ee40b5a add output versions of deflate and memory streams 2025-02-25 22:42:57 +03:00
MihailRis
da2fecb02e
Merge pull request #478 from Onran0/main
doc: block.properties added to libblock.md
2025-02-25 11:37:01 +03:00
Onran
e253260b79
Update libblock.md 2025-02-25 14:09:28 +09:00
Onran
6d80560aa9
Update libblock.md 2025-02-25 14:08:35 +09:00
MihailRis
bba66c33f2
Merge pull request #477 from ShadelessFox/canvas-data-fix
Canvas: Reuse image data instead of fetching it every time off the GPU
2025-02-25 02:57:14 +03:00
MihailRis
57d05bde57 add io::last_write_time & add io::write_zip 2025-02-25 02:03:01 +03:00
MihailRis
edb581bee3 add io::copy, io::copy_all & fix ZipFileDevice::list 2025-02-24 21:00:23 +03:00
MihailRis
9cc55e30e3 add separateFunc ZipFileDevice constructor argument 2025-02-24 20:06:55 +03:00
MihailRis
310bef1723 implement ZipFileDevice::list 2025-02-23 04:16:02 +03:00