minetest-c55:stable-0.4

Last commit made on 2019-01-07
Get this branch:
git clone -b stable-0.4 https://git.launchpad.net/minetest-c55

Branch merges

Branch information

Name:
stable-0.4
Repository:
lp:minetest-c55

Recent commits

426b5d3... by =?utf-8?q?Lo=C3=AFc_Blot?= <email address hidden>

Fix a crash on Android with Align2Npot2 (#8070)

* Fix a crash on Android with Align2Npot2

glGetString can be NULL. If stored in a string it triggers a SIGSEGV.
Instead do a basic strstr and verify the pointer
* Better Align2Npot2 check (+ performance)

dda844b... by =?utf-8?q?Lo=C3=AFc_Blot?= <email address hidden>

Drop libgmp on Android and use mini-gmp (#8047)

899dcbf... by =?utf-8?q?Lo=C3=AFc_Blot?= <email address hidden>

Bump android version code for next Play Store version

957c59a... by =?utf-8?q?Lo=C3=AFc_Blot?= <email address hidden>

Revert "upright_sprite: Fix texture position for players"

This reverts commit d58801ab3204757e6c49892a05633281144f4f44.

3d15a67... by stujones11 <email address hidden>

Android: Fix start-up crashes on version 4.x (#8003)

* Android: Load shared STL library

* Android: Fix exception with window background image

3c24f94... by Loic Blot <email address hidden>

Add missing variables since previous cherry-pick

9d64805... by Maksim <email address hidden>

Update Android java code (#7820)

Targets SDK 26 as required by the playstore.
Fixes screen auto-rotation closing game.
Hides on-screen navigation bar if present.

Update gradlew.
Fix display aspect on 18+/:9 displays (like a Samsung Galaxy S9).
Remove small app icons, not required.
Fix xml in unpacking activity.
Support Android permission: On Android 6.0+ you need to manually give write
permission (as required by google).
Background during unpacking (just a demo for now).
Material Design: no more Android 2 interface.
Immersive mode (Android 4.4+ - hide NavBar for fullscreen mode).

ce44972... by rubenwardy

Android: Fix memory leak when displaying images in the mainmenu (#8011)

a873a3f... by stujones11 <email address hidden>

Include alpha channel reference in MaterialTypeParam

86e29ae... by Loic Blot <email address hidden>

Update android version code (rebuild)