| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This adds an environment variable MINETEST_MOD_PATH.
When it exists, Minetest will look there for mods in addition to ~/.minetest/mods/.
|
|
|
| |
The other formats are no longer supported in Minetest Irrlicht.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This also improves detection of whether formspecs are available.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* Camera: Fix division by 0 after view bobbing
* Remove ignored constness
* Connection: Improve window size range limits
|
| |
|
|
|
|
|
| |
This makes the installation process honor system-specific
directories (e.g. ${PREFIX}/man instead of ${PREFIX}/share/man on
BSD).
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- iconv() prototype changed from traditional Unix defintion
to POSIX definition in 9.99.x.
- wchar_t is not a valid character set for iconv. Share code
with Android for using UTF-32.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
The warnings occured with the clang compiler
|
| |
|
| |
|
|
|
|
| |
Once again MSVC is the only compiler not supporting basic POSIX functionality.
|
|
|
|
| |
fixes #11610
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Also add `minetestserver --version` command to verify docker build in CI
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
It's very unlikely that anyone uses a zstd version this old, but if they do fail early.
|
|
|
|
|
|
|
| |
* Add zstd support.
* Rearrange serialization order
* Compress entire mapblock
Co-authored-by: sfan5 <sfan5@live.de>
|
| |
|
| |
|
| |
|