Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Fixing linkage/libraries missing issue.
Implements missing platform specifics.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add proper documentation and correct gain reduction calculations.
Co-authored-by: hecktest <>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Sam Caulfield <sam@samcaulfield.com>
|
|
|
|
|
|
|
|
|
|
|
|
Add the caverns used in V5, V7, Valleys, Carpathian.
Disabled by default to not be force-enabled in existing worlds.
|
|
Add override targets for all special_tiles entries in node definitions, allowing texture packs to replace these textures. This makes overrides work properly with a variety of drawtypes.
The targets are named special1 through special6, covering the the current length of the special_tiles array.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(#9828)
This reverts commit 4f9ccd89b347dad3db5ce63d3405a8d60c163af5.
|
|
|
|
'=' is a valid character, but minetest.decode_base64 returned nil when it was used for padding.
|
|
Blacklisted characters are replaced by '_' in the path. The display name is stored in world.mt, and duplicate file names are resolved by adding an incrementing suffix (_1, _2, _3, etc).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(#10182)
|