Muhammad Rifqi Priyo Susanto

Results 50 comments of Muhammad Rifqi Priyo Susanto

This issue occurs due to [a limitation in the Irrlicht engine](https://github.com/minetest/irrlicht/blob/510976f13056422ff0f90a6870772f57f03b26a9/source/Irrlicht/CNullDriver.cpp#L1018-L1032). ```cpp //! checks triangle count and print warning if wrong bool CNullDriver::checkPrimitiveCount(u32 prmCount) const { const u32 m =...

Good work! I have tested this and it works. [Video of my tests](https://youtu.be/l1HliYhnqyk) Finally, Android players are able to pick up carts!

> You need to press it long enough to not right-click but not long enough that it digs. Is it because of the creative mode? That mode shortens the time...

If that is the case, it is fine for me. My first thought was that the crafting with Shift will be cancelled if there are no more rooms in the...

> Also, should I add dynamic shadows and artificial light influence support (currently it is illuminated only due to the natural light)? If that is doable in this PR (which...

> Does it output something in `debug.txt`? There is no error in the `debug.txt`. > when I try to install, it reports "Impossible to browse properties of the given app"...

> I assume drawVertexPrimitiveList() method is not supported or video::EPT_QUADS. That seems to be correct. ![Comparison between drawing types of 3D lines on Android](https://github.com/minetest/minetest/assets/4017302/50f1e9bf-59f8-473b-945f-1460ebf3306f) ```diff diff --git a/src/client/line.cpp b/src/client/line.cpp index...

I agree with renaming functions to make the API more future-proof. I am also removing my +1 until the issues mentioned above have been fixed.

I can not reproduce this issue with Minetest 5.7.0 (as well as the recent `master` branch) on Windows 10 (10.0.19045) both in Command Prompt and in Windows PowerShell. I also...

If this issue is in-game ContentDB-spesific, is it still a problem in 5.7.0 version? 1600×900 screen (240 DPI) ![In-game ContentDB on Minetest Android 1600x900](https://github.com/minetest/minetest/assets/4017302/a2eff168-a687-47fb-b885-67163b23f3f4) 1920×1080 screen (240 DPI) ![In-game ContentDB...