13 Commits

Author SHA1 Message Date
veprogames
740e40e0f2
Reenable dynamic shadows (#11)
When setting sun and moon to visible = false, dynamic shadows would not display any more.
In combination with the high-resolution skyboxes, they increase graphical quality quite a bit.
Setting sun and moon to an empty texture instead keeps dynamic shadows intact.
2023-03-03 22:04:27 +01:00
auouymous
d47f7239e0
Document restore function (#10) 2022-01-13 18:37:05 +01:00
auouymous
5086ec1256
Add function callable by other mods to restore custom skybox (#3) 2022-01-02 20:41:24 +01:00
Droog71
7bb3e01547
Fix deprecated get/set_attribute calls (#9) 2022-01-02 20:39:21 +01:00
Droog71
c500257c0d
Fix for skybox.add function not working. (#8)
When using the skybox.add function, worlds fail to load with the following error:
/skybox/init.lua:90: attempt to call field 'add' (a nil value)

Using table.insert instead allows this to work without any added dependencies.
2022-01-02 20:38:19 +01:00
LoneWolfHT
290bc5f7a5 Fix sun/moon/stars being visible 2021-02-19 14:54:36 -08:00
LoneWolfHT
176bef035d Add skybox.get_skies() 2021-02-19 14:54:36 -08:00
auouymous
de87a485c0
Use new set_sky API to eliminate deprecated warnings. (#4) 2020-11-30 20:16:09 +01:00
Maverick2797
6ddafed9fa
Remove sky_dump upon connect (#1)
no need to add to the log what the active skybox is for the connecting player every time someone connects to the server
2020-04-25 17:35:29 +02:00
Auke Kok
d46715623c Add screenshot. 2018-05-28 13:19:17 -07:00
Auke Kok
a84b3198c7 Slightly rephrase this so it's more clear what is what. 2017-09-14 14:16:26 -07:00
Auke Kok
3c5be18030 Add new cloud API. Requires really new mt engine build. 2017-05-02 20:34:41 -07:00
Auke Kok
de098f879e Initial checkin. 2017-04-13 07:25:17 -07:00