Time Nick Message 08:00 paramat merging #8066 08:00 ShadowBot https://github.com/minetest/minetest/issues/8066 -- Settingtypes.txt: Rewrite misleading documentation of 'num_emerge_threads' by paramat 08:01 paramat done 13:15 rubenwardy merging trivial bug fix in 10: https://github.com/rubenwardy/minetest/commit/4b04268304a2f798cea110415f360c165395b4fb 13:32 nerzhul rubenwardy: nice 13:32 rubenwardy pkgmgr sucks 13:32 rubenwardy just saying 13:45 nerzhul who wrote it ? 13:45 rubenwardy sapier 13:46 nerzhul heh 13:46 nerzhul sapier wrote network too :p 13:46 nerzhul it works but it's really not perfect and maintanability is quite hard 13:46 rubenwardy wish I'd wrote the mainmenu first 13:46 rubenwardy I had a prototype 13:46 rubenwardy supported easier theming, and had an API like sfinv 13:47 rubenwardy saying that, I do like the idea of the dialog system implemented 15:20 srifqi I've found fix for #8077. I guess, it's trivial? 15:20 ShadowBot https://github.com/minetest/minetest/issues/8077 -- Advanced settings: Noise edit window appends a comma at the end if no checkboxes are checked 15:24 srifqi BTW, how do you even read the displayed string? It's cut in mine, so I can't check it without resizing the table. 15:27 srifqi Wait, how do we even resize the column? 15:28 srifqi NVM, found it. 16:24 srifqi I've found something for #8076. Maybe, somebody wants to read. 16:24 ShadowBot https://github.com/minetest/minetest/issues/8076 -- Advanced settings: Noise window reads “eased” value incorrectly 16:26 srifqi About #7865, I agree that it is a bugfix for #6181 and a feature for #7645. It is important to be part of 5.0.0 because many player will be forced to update to 5.0.0 and trick described in 6181 cannot be used. But, if this will be merged after 5.0.0, some player may not update and use trick described in 6181. 16:26 ShadowBot https://github.com/minetest/minetest/issues/7865 -- Add crosshair support for Android by srifqi 16:26 ShadowBot https://github.com/minetest/minetest/issues/6181 -- It's possible to interact, break, placing and attack around obstructions in 3rd person view 16:26 ShadowBot https://github.com/minetest/minetest/issues/7645 -- Android: improved pointing system (and action controls.) 16:28 srifqi !tell paramat Any response for #7847? 16:28 ShadowBot srifqi: O.K. 18:25 stujones11 nerzhul, #8079 is not resolved for me 18:25 ShadowBot https://github.com/minetest/minetest/issues/8079 -- Android build fails 18:32 nerzhul wtf, strstr is not defined in android ? 18:32 nerzhul i will perform it on my home machine, i was at work just read the spec :p 19:08 nerzhul stujones11: wow did you tried to rebuild openssl 19:08 nerzhul it doesn't work for me 19:09 nerzhul invalid arch armv7-a 19:09 nerzhul strange thing 19:12 nerzhul error: unknown target CPU 'armv7-a' 19:13 stujones11 openssl is building ok for me, only the strstr error here 19:14 nerzhul oh but it's my ndk i think the problem 19:14 nerzhul it's not the good ndk 19:14 nerzhul i should be in latest currently 19:15 stujones11 yes, you need to specify ndk-r17c 19:15 nerzhul yep i do that 19:23 stujones11 you can make it work with ndk-18 by taking the patches from my android-ndk-18 branch 19:23 stujones11 it means increasing the minimum api to 16 but I am guessing it also fix the strstr problem 19:24 stujones11 +might 19:55 nerzhul i downloaded 17c no problem 19:56 nerzhul but the strstr inclusion add doesn't solve the problem 19:56 nerzhul i should verify is strstr is not missing in android... 20:02 nerzhul nice some users are very happy of our android build 20:02 nerzhul "Thanks! I really missed my old friends! the game has work perfectly and faster from old one and I no longer need FPS booster! I really happy!" 20:03 nerzhul one is happy about GL_ENUM removal 20:24 stujones11 nerzhul, some guy on the forum thinks the GL_ENUM fix was a massive hack :D 20:24 stujones11 I've been meaning to reply but it's such massive wall of text, I have not yet found the energy 20:26 rubenwardy link? 20:27 stujones11 my build topic 20:28 stujones11 XiongChangnian 20:28 rubenwardy that's Xiong in #minetest 20:29 rubenwardy This bug made chat impossible, server commands difficult, and even vanilla singleplayer tough. Workaround required hours of studyup to config... nothing is easy on Android. Buried setting in Hacker's Keyboard to create a permanent notification so kbd can be pulled down and F2 struck to hide chat, plus disabling logging. 20:29 rubenwardy Great job! I don't care how messy the patch. 20:29 rubenwardy https://forum.minetest.net/viewtopic.php?p=339682#p339682 20:29 stujones11 yep! 20:31 stujones11 he should also learn about the 'fixed' virtual joystick mode :) 21:32 p_gimeno we're in feature freeze already, right? 23:18 nerzhul i pushed the real fix 23:18 nerzhul for android build, stujones11 23:18 nerzhul tested on my pr and working with ndk 17c 23:40 stujones11 nerzhul, it builds ok for me me now, thanks