1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-12-20 05:45:20 +01:00

Breakages: split fog from sky functions

This commit is contained in:
Zughy
2025-12-10 21:32:53 +01:00
committed by GitHub
parent 876dfb1eb9
commit 87669f982c

View File

@@ -7,6 +7,8 @@ This list is largely advisory and items may be reevaluated once the time comes.
* remove space multiplier for models (*10) * remove space multiplier for models (*10)
* remove player gravity multiplier (*2) * remove player gravity multiplier (*2)
* `get_sky()` returns a table (without arg) * `get_sky()` returns a table (without arg)
* remove fog from `get/set_sky()` and introduce `get/set_fog()`
* https://github.com/luanti-org/luanti/pull/16725#issuecomment-3622450532
* `game.conf` name/id mess * `game.conf` name/id mess
* remove `depends.txt` / `description.txt` (would simplify ContentDB and Luanti code a little) * remove `depends.txt` / `description.txt` (would simplify ContentDB and Luanti code a little)
* rotate moon texture by 180°, making it coherent with the sun * rotate moon texture by 180°, making it coherent with the sun