Time Nick Message 00:37 DoyleChris hello 00:37 DoyleChris any android users 00:38 sfan5 this is not the user support channel 00:39 DoyleChris what about for compiling 00:40 sfan5 you should've said that, then 00:40 DoyleChris android compiling 00:40 DoyleChris im hitting road blocks trying to do it. 00:52 DoyleChris i cant get the android version to compile. 00:55 DoyleChris please 01:13 DoyleChris i keep getting a SDK license error on the make of android 01:29 DoyleChris please 12:40 sfan5 merging #8704 12:40 ShadowBot https://github.com/minetest/minetest/issues/8704 -- Fix get_craft_result when called before initHashes by pauloue 12:54 ANAND Why was this PR not squashed? o_O 12:56 Krock squashing is not a requirement 12:59 sfan5 I actually prefer keeping commits separate if they are in logical units 13:03 DoyleChris any compiliers online this morning 13:34 Krock #8701 is now well tested and needs an official review to finally fix it 13:34 ShadowBot https://github.com/minetest/minetest/issues/8701 -- ContentCAO: Fix broken attachments on join by SmallJoker 13:45 DoyleChris17 i can not get the Android SDK License to accept 13:46 DoyleChris17 if i cant get android to work i need to compile a 5.0.1 of server compiled for linux 13:48 Krock https://stackoverflow.com/questions/39760172/ 13:48 ANAND Ah ok, I thought squashing a PR is a pre-requisite :) 13:49 Krock ANAND: it's just a very handy github feature 13:49 Krock which would else require to apply the patches locally & squash there 13:49 ANAND True 13:49 DoyleChris17 Krock did that still Fails 13:50 Krock DoyleChris17: called wrong sdkmanager. see answer below 13:50 DS-minetest (#8711 still needs labels (and #8717 now, too)) 13:50 ShadowBot https://github.com/minetest/minetest/issues/8711 -- guiScrollBar: move directly to clicked pos if clicked into tray by DS-Minetest 13:50 ShadowBot https://github.com/minetest/minetest/issues/8717 -- Rename guiScrollBar to GUIScrollBar by DS-Minetest 13:51 DoyleChris17 i have the licenses in /home/user/android/Sdk/licenses 13:52 DoyleChris17 but when i run the make command it keeps coming up can find licenses 13:53 Krock testing 8711 13:53 DS-minetest Thanks Krock! (but 8711 should have the formspec label, imo) 13:54 DoyleChris17 i fix one error then i get another and another 13:54 Krock I thought formspec things are only guiFormSpec and the documentation around? that's regular irrlicht code 13:54 Krock depends on the definition I guess. mine is very narrow 13:54 DS-minetest oh, ok 13:54 DS-minetest so gui != fs 13:55 DoyleChris17 i followed this to very letter https://dev.minetest.net/Android 13:55 Krock they could be seen as one, but formspecs only "inherit" from the gui 13:56 DS-minetest and if something changes in gui, formspecs change, too 13:56 Krock yeah. nature of dependencies 13:57 Krock form the looks of the old code, this incremental scrollbar positioning was intended 13:58 DS-minetest not really, if you hold left mouse button on tray and then move your mouse, it's awkward 13:58 Krock firefox directly jumps to the selected position; cudatext and kdevelop step incrementally 13:58 Krock inconsistency is real again 13:59 DS-minetest hexchat's behaviour is interesting, too 13:59 Krock and mousepad jumps to the selected position, but smoothed 13:59 DS-minetest it scrolls continuously but doesn't stop at the mouse 14:00 Krock haha 14:01 DS-minetest geany jumps directly 14:01 DS-minetest I guess firefox uses gtk, too? 14:02 Krock mousepad is GTK2, hexchat also notes version 2.0 in their build scripts 14:02 DS-minetest hm, if minetest wants to be unique, it could just jump randomly if the tray is clicked until eventually it hits the mouse 14:02 Krock wtf no 14:03 Krock you make the slider move into the other direction than selected 14:03 DS-minetest it's unlikely that it misses the mouse forever 14:04 DS-minetest hm, or always display only the mirrored image of the slider (mirrored through the middle of the scrollbar) 14:05 Krock so you never know whether it's the upper or lower knob 14:05 DS-minetest yes, display two 14:05 Krock two sliders would be better, but the real one offset by its own length 14:06 DS-minetest and if you grab both at once, nothing happens 14:06 Krock how are you supposed to do that with one cursor? 14:06 DS-minetest if they overlap in the middle 14:06 Krock or wrap around 14:06 Krock that would actually look quite nice 14:07 Krock so you have like a scrollbar to.. scroll like a mouse wheel 14:07 DS-minetest hm, for touchers, this might make sense 14:08 DS-minetest or make the scroller automatically fall down and push it up by spam-clicking the mouse button 14:11 DoyleChris17 how do i compile a older version of minetest server for linux 14:13 DS-minetest DoyleChris17: I guess you just have to clone the older version and follow its build instructions 14:14 DoyleChris17 clone thats it, thats what i need to do, oh wait i can only clone the latest, thats why im in my mess 14:16 DS-minetest use the -b option 14:17 DS-minetest eg. git clone -b 0.4.14 https://github.com/minetest/minetest.git 14:17 DoyleChris17 i dont want 0.4 14:17 DS-minetest (maybe the 0.4.14 has to be in "s, idk) 14:17 DS-minetest well, then select another tag or branch 14:18 DoyleChris17 how do i check the latest version server that im running 14:20 DS-minetest try minetest --help 14:21 DoyleChris17 i dont have mintest i have minetestserver 14:22 DS-minetest just use the --help option at your binary 14:22 DoyleChris17 so i compiled a 5.1.0 dev for my server 14:23 DoyleChris17 i need to go back to 5.01 14:24 DoyleChris17 can i just download the 5.0.1 source tar and compile from there 14:24 DS-minetest have you tried git clone -b stable-5 https://github.com/minetest/minetest.git ? 14:24 DS-minetest sure you can 14:48 DoyleChris17 do i use that for the server also 15:11 DoyleChris i wish compiling android was as easy as linux 17:46 Krock Would anyone be available for a meeting today? nerzhul, nore, rubenwardy, sfan5, sofar? 17:47 Krock updating the meeting page @ wiki 17:51 Krock updated 17:52 Krock https://dev.minetest.net/Meetings#2019-07-X 17:53 Krock It would be great if we had an ordinary meeting once again. Will open a team discussion to check who's available for next week 17:54 rubenwardy No sorry 18:00 Krock too bad. thanks for this activity, though. There's not a team post which will hopefully increase the chances for next week 18:41 Krock how does this backtrace tell that there's no "action" defined? https://github.com/minetest/minetest/issues/7835#issuecomment-515699165 18:43 Krock oh. #2 0x0000000000811625 in fatal_error_fn (msg=0x7fffdc042440 "LUA PANIC: unprotected error in call to Lua API (bad argument #4 to '?' (function expected, got nil))", 18:43 Krock file=0x9bc2a0 "/home/minetest/minetest/src/script/cpp_api/s_base.cpp", line=137, 18:43 ShadowBot https://github.com/minetest/minetest/issues/2 -- Burned wood 18:43 ShadowBot https://github.com/minetest/minetest/issues/4 -- cppcheck warnings 18:45 Krock writing fix 18:57 Krock will push fix for #7835 in 15 minutes: https://krock-works.uk.to/u/patches/0001-Check-for-action-field-in-ABMs-LBMs.patch 18:57 ShadowBot https://github.com/minetest/minetest/issues/7835 -- LUA PANIC: unprotected error in call to Lua API 18:57 Krock thanks to pauloue 18:59 paramat 'DON'T LUA PANIC' 19:03 Krock weird that nobody noticed this lua check in the second backtrace entry. it's been there for months just nobody saw it 19:03 Krock ..or nobody cared about it 19:03 paramat we could check who is available on saturdays and sundays 19:04 Krock paramat: see team post 19:09 paramat looking 19:13 Krock pushing... 19:14 pauloue Krock: hey that bug was mine :) 19:14 Krock nom nom nom 20:24 Sokomine i'm trying to get the rpg-like "talk to a mob and select one of a small number of given replies" functionality to work... 20:24 Sokomine tables are promising formspec features but don't seem to be able to handle cells that extend over multiple lines 20:28 Sokomine there still doesn't seem a way to do that 20:28 Krock multiline rows are currently not possible 20:28 Krock but there should be a way to make them taller according to the cell contents 20:28 Krock I mean, they already scale to the text right now 20:29 Sokomine hm, yes... 20:30 Sokomine diffrent font sizes are a pain with any lua formspecs sadly 20:30 Sokomine what i need isn't precise alignment...not that that isn't nice...what i need is a way to get along with diffrent font sizes without having to worry about those gui things on a mod level 20:31 * Sokomine looks around without too much hope that any volunteers might show up 23:50 * Sokomine hopes that someone out there knows enough about formspecs