Time Nick Message 06:51 rubenwardy 6 days until feature freeze 06:52 rubenwardy I'd quite like to see #8740 and #8916, as prerequists to scroll containers 06:52 ShadowBot https://github.com/minetest/minetest/issues/8740 -- Make formspec elements real elements for draw order and clipping by DS-Minetest 06:52 ShadowBot https://github.com/minetest/minetest/issues/8916 -- Add more visual feedback for button states by Df458 06:52 rubenwardy *especially the former, which is a prerequist 10:11 Andrey01 Already a feature freeze in 6 days??? I want to try to implement #8962 for 5.1.0 10:11 ShadowBot https://github.com/minetest/minetest/issues/8962 -- Add support to modify formspec text. 10:11 Andrey01 Or at least #8963 10:11 ShadowBot https://github.com/minetest/minetest/issues/8963 -- Add a support to colorize text of label in style[] using minetest.colorize(). 10:32 rubenwardy Not going to Helen 10:32 rubenwardy Happen 11:37 Andrey01 And it's strange no any comments in those issues 15:13 Wuzzy will the upcoming feature freeze be a string freeze too? 16:33 Krock #8947 is a Snap issue. Upstream or setup issue, I suppose. I suggest closing 16:33 ShadowBot https://github.com/minetest/minetest/issues/8947 -- Sound: Audio Open 17:46 Krock #8981 new() doesn't drop the reference, neither do some of our irrlicht extending classes 17:46 ShadowBot https://github.com/minetest/minetest/issues/8981 -- Fix some reference counters (memleak) by SmallJoker 17:47 paramat hi, sorry for newbie question. i've just updated my OS to ubuntu 18.04LTS and now i can't compile MT, do i have to redownload cmake and dependencies? 17:47 Krock and non-nullptr fonts are grabbed by default, no need to drop 17:47 Krock paramat: no, but you need to re-run cmake to updaet the cache 17:47 Krock library paths have changed, that's why 17:48 Krock dump the error somewhere, if that didn't help 17:48 paramat ah that makes sense 17:48 paramat will prepare a paste 18:06 paramat feel like i've made a mess, i deleted a folder and a file too, trying to do a clean build. all details: https://gist.github.com/paramat/cb3e547ee6d95dfc85c24acd77e115b1 18:07 sfan5 well looks like you uninstalled cmake 18:07 sfan5 (or your OS) 18:08 paramat possibly yes 18:08 paramat perhaps i'll try redownloading all dependencies 18:09 sfan5 yeah just apt install all stuff again, can't hurt 18:09 paramat thanks everyone 18:12 Krock the minetest warning does not matter much, most of it should be compatible to play 18:14 paramat yes MT works, but i'd like to remove that warning, i'm assuming doing a clean build will do so 18:14 Krock yes 19:00 paramat yes, turned out cmake had been removed from my system 19:11 paramat MT up and running again, phew 19:42 sfan5 when running mt as run_in_place=0 you can still put games into ~/.minetest/games/ right? 19:46 Krock did you mean RUN_IN_PLACE=1 19:47 rubenwardy with =0, definitely yes 19:47 rubenwardy with =1, unsure 19:47 Krock no, unles it's in the global env variable 19:48 Krock SUBGAME_PATH or so 19:49 Krock char *subgame_path = getenv("MINETEST_SUBGAME_PATH"); 19:49 sfan5 i meant =0 19:50 Krock then definitely yes. that's the idea 19:50 sfan5 since =0 usually means you have your games in /usr/share/minetest/games 19:50 Krock that's for global games only, though 19:50 Krock user (~/.minetest) and share path are checked 19:50 sfan5 yes you can have "local" games in ~/.minetest 19:50 sfan5 I just wanted to confirm that