Age | Commit message (Collapse) | Author |
|
(#11705)
|
|
(#11662)
|
|
|
|
|
|
partially fixes #11694, also fixes #11692
|
|
|
|
|
|
From November 2021, the Play Store will no longer be accepting
apps which use the deprecated getExternalStorageDirectory() API.
Therefore, this commit replaces uses of deprecated API with the new
scoped API (`getExternalFilesDir()` and `getExternalCacheDir()`).
It also provides a temporary migration to move user data from the
shared external directory to new storage.
Fixes #2097, #11417 and #11118
|
|
|
|
|
|
Code that relies on `resend_count` was added in 7ea4a03 and 247a1eb, but never worked.
This was fixed in #11607 which caused the problem to surface.
Hence undo the first commit entirely and change the logic of the second.
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|