Time Nick Message 09:41 rubenwardy I've been thinking that we don't actually fully need a formspec replacement, we could just philosopher hammer it out 09:42 rubenwardy Not sure if that would actually be easier 10:18 sfan5 elaborate 14:48 Sokomine rubenwardy: i'm still hoping for #8680 to be merged. that ought to deal with most of the issues with formspecs that i have. thanks for all the reviews there and for not forgetting about that pr! hope kilbith can soon do that one outstanding change request 14:48 ShadowBot https://github.com/minetest/minetest/issues/8680 -- Formspec: Add HTML-like element by kilbith 14:49 rubenwardy Sokomine: that really isn't that much of a solution tbh, using it for anything else than a rich text / help element is a bit of an abuse 14:49 rubenwardy But if it works then it works 14:50 Sokomine it deals with the problem of text of variable length not beeing displayed properly. and that's a lot 14:53 pyrollo Dealing with text in formspec was awfull :) 14:55 rubenwardy Yeah 14:56 rubenwardy https://forum.minetest.net/viewtopic.php?f=6&t=23575 15:01 pyrollo I started to work on a threaded version of Kidcode, transposable to Minetest, to get rid of some lag. Hard and quit unstable but it works 15:01 pyrollo (only for sqllite backend) 15:02 pyrollo Many things can be done in that way. Unfortunately I'm not a specialist of multithreading 15:41 pyrollo @Sokomine, I cant find out what change is requested. Maybe something went wrong on Github. I believe there is nothing more to do on this PR. 15:57 Sokomine github says: nerzhul, 30.07., "A very good feature. A little bit codestyle to fix and many performance issues to fix, this can be memory intensive (especially for android) on many parts" 15:58 Sokomine seems to me like a very general request. perhaps nerzhul can take a new look on it and check if it's better now 15:59 pyrollo Yes, this change request is old and has been performed but no way to make github understand that :) 16:00 Sokomine aah. so that's the problem. perhaps nerzhul has a way to change that? or just comment it and ignore the change request after discussion here? i don't know enough about github 16:02 pyrollo I hope the PR will be adopted despite this remaining flag. I guess so anyway. 16:02 Sokomine it'd be great to have it finally merged 16:03 pyrollo I'd be glad too, that has been a big job and I'd like to see it used. 18:44 Krock !tell DS-minetest That's indeed a difficult stalling problem you got there. Getting it sorted right now 18:44 ShadowBot Krock: O.K. 19:09 Krock irrlicht is not to blame here for now. insert_after and insert_before work as intended 19:41 Krock there's a circular pointer in id=258, name=, label=, default= 19:41 Krock that's the box, I suppose 19:41 Krock ->Next refers to Current. causing an infinite loop 19:54 Krock when "i == from", and it is erased from the linked list, then it will become invalid. the infinite loop could be deallocated memory