Age | Commit message (Collapse) | Author |
|
meshgen cache."
This reverts commit 2f6393f49d5ebf21abfaa7bff876b8c0cf4ca191.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
IrrLicht built-in shader is broken, have to write my own
|
|
|
|
|
|
The only currently relevant parameter is scale which can now be changed
without resetting stars position
|
|
|
|
|
|
|
|
|
|
enabled
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
All terrain generation now occurs in one loop, instead of rivers being
carved afterwards in a separate loop.
Fixes the removal of nodes added by mods in 'register on generated'.
Avoids other problems and reduces the chance of future bugs.
Mapchunk generation time is reduced.
Also fixes a code mistake which resulted in river channel generation
being disabled at floatland altitudes even when floatlands were disabled.
|
|
|
|
|
|
|
|
closes #10434
|
|
closes #10525
|
|
|
|
|
|
This reverts commit 787561b29afdbc78769f68c2f5c4f2cff1b32340.
|
|
The callback is only run when a change in HP is to be expected.
Following cases will not trigger the callback:
* Dead player damaged further
* Healing full-health player
* Change of 0 HP
|