Time Nick Message 10:46 WhaleFrancis ey 15:16 deltasquared anyone know whereabouts minetest keeps it's cache directory on the mobile port? I can see it unpacks game script files to /sdcard/Minetest, however I think that the media cache is being bottlenecked by my device's somewhat mediocre internal storage. (I'd like to try to shift the cache to the class A2 sdcard I have in if possible to see if it helps matters) 15:17 deltasquared ... ah, in the usual cache dir for the app in /data. (root FTW) 15:18 deltasquared but that means I'd have to reformat the sdcard for "internal" use, that's a bit annoying. 15:38 DS-minetest I just figured out that using the scary green "start a review" button is better than leaving many single comments in a row in terms of space usage 15:39 sfan5 not only that, it will also only send a single email 15:39 sfan5 afaik 15:40 DS-minetest :O so, I've not only spammed on github with the single comments but also in e-mail inboxes 15:40 DS-minetest I'm a monster 15:49 rubenwardy I turned off email notifications a long time ago 17:18 Calinou I'd get traffic complaints from my email provider at this point if I left GitHub emails on :P 20:23 Andrey01 I wonder why is a return operation out of a function in the end of tab_online.lua? O_o 20:24 Andrey01 starting from 367 line 20:25 Andrey01 "return {name = "online", caption = fgettext("Join World"), cbf_formspec = get_formspec, cbf_button_handler = main_button_handler, on_change = on_change}" 20:26 sfan5 you can return values from a file and then receive them when including the file using dofile 20:27 Andrey01 oh, really? 20:29 sfan5 yes 22:06 IcyDiamond TIL 22:16 Andrey01 Is it possible to set different tooltip texts of same columns for different cells in tables? 22:18 Andrey01 As I understand tooltips are defined unified for all cells