Skip to content

Commit 18a8fbf

Browse files
numberZeroparamat
authored andcommittedSep 29, 2018
Software inventorycube (#7651)
Fixes missing/upside-down images on Android.
1 parent 5f0c969 commit 18a8fbf

File tree

6 files changed

+111
-310
lines changed

6 files changed

+111
-310
lines changed
 

‎builtin/settingtypes.txt

-4
Original file line numberDiff line numberDiff line change
@@ -719,10 +719,6 @@ ambient_occlusion_gamma (Ambient occlusion gamma) float 2.2 0.25 4.0
719719
# Enables animation of inventory items.
720720
inventory_items_animations (Inventory items animations) bool false
721721

722-
# Android systems only: Tries to create inventory textures from meshes
723-
# when no supported render was found.
724-
inventory_image_hack (Inventory image hack) bool false
725-
726722
# Fraction of the visible distance at which fog starts to be rendered
727723
fog_start (Fog start) float 0.4 0.0 0.99
728724

‎doc/README.android

-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ file can usually be found at /mnt/sdcard/Minetest.
3939
* gui_scaling: this is a user-specified scaling factor for the GUI- In case
4040
main menu is too big or small on your device, try changing this
4141
value.
42-
* inventory_image_hack: if your inventory items are messed up, try setting
43-
this to true
4442

4543
Known issues
4644
------------

‎minetest.conf.example

-5
Original file line numberDiff line numberDiff line change
@@ -841,11 +841,6 @@
841841
# type: bool
842842
# inventory_items_animations = false
843843

844-
# Android systems only: Tries to create inventory textures from meshes
845-
# when no supported render was found.
846-
# type: bool
847-
# inventory_image_hack = false
848-
849844
# Fraction of the visible distance at which fog starts to be rendered
850845
# type: float min: 0 max: 0.99
851846
# fog_start = 0.4

0 commit comments

Comments
 (0)
Please sign in to comment.