Time Nick Message 00:16 paramat nickolas360 we're still interested in your UCI group's suggestions. sorry for the troublemaker we had last time, it's actually rare to have trouble in this channel :) 00:20 nickolas360 paramat: Oh, that's no problem. We're nearing finals week at UCI, though, so we're all a bit busy. 00:20 nickolas360 In a couple of weeks, we'll be able to devote more time to development. 00:39 paramat yeah some of our devs are busy with exams too 01:59 paramat will merge #7402 in 5 mins, trivial docs improvements 01:59 ShadowBot https://github.com/minetest/minetest/issues/7402 -- Lua_api.txt: Various improvements by paramat 02:04 paramat actually, in an hour 03:34 paramat merging #7402 in 5 mins 03:34 ShadowBot https://github.com/minetest/minetest/issues/7402 -- Lua_api.txt: Various improvements by paramat 03:39 paramat merging 03:42 paramat merged! 09:18 Krock Will we need a MSVC build for 0.4.17 again? Since it's C++03 compatible it would be possible for me to provide a build if it's wanted 09:42 sfan5 oh right release is today 09:42 sfan5 we don't have a changelog yet, do we? 09:48 Krock probably we don't.. 11:35 sfan5 just uploaded both windows binaries 11:58 Fixer links please 12:05 VanessaE sfan5: omg, not BOTH binaries :) 12:11 Krock So yet we need the changelog, merge into stable-0.4 and bump the version? 12:15 sfan5 s/bump the version/remove the -dev/ 12:15 sfan5 yes 12:16 sfan5 Fixer: draft releases are not public on github unfortunately 12:20 Krock okay, working on the changelog wiki page (mostly copying from the backport branch) 12:46 Krock Extended, combined and changed the text of what changed for better understanding 12:46 Krock -> http://dev.minetest.net/Changelog#0.4.16_.E2.86.92_0.4.17 14:41 nerzhul nice jobs for the release 14:42 nerzhul do you expect me to build the android part and publish on the play store asap ? 14:43 nerzhul i'm waiting for the tag 14:43 nerzhul poke me when it's done, i will do the android build 15:13 Krock nerzhul, #7394 still as before. the template function name is unclear. it should be visible that it reads a function argument given from Lua 15:13 ShadowBot https://github.com/minetest/minetest/issues/7394 -- Modernize lua read (part 1): C++ templating insurance by nerzhul 15:32 Krock rebasing against stable 0.4.17. "Bump version to 0.4.17" 15:32 Krock s/17./16./ 15:36 Krock pushing to stable-0.4 in 5 minutes 15:38 Krock ^ nerzhul 15:40 Krock ah. unlike previous releases this won't create a merge commit. issue? 15:40 Krock ^ sfan5 ? 15:40 sfan5 I don't think that's a problem 15:41 sfan5 when the merge commit thing first came up it was because we wanted to avoid a merge commit but couldn't 15:41 Krock I see. at least github's button to rebase & merge came quite late, which might also be a reason why merge was used more often 15:42 sfan5 on stable-0.4 we have to use merge because after some release there was a commit pushed to it that wasn't in master 15:42 sfan5 s/have/had/ 15:43 Krock I've now rebased the entire backport branch on stable-0.4, so it can be pushed directly 15:44 Krock just saying so I'm not doing something wrong :/ 15:44 sfan5 well that works too 16:01 Krock so.. I hope it's right how I did it. MTG updated too 16:02 p_gimeno the repo has a tag that doesn't make much sense: minecraft-li - was that supposed to be minecraft-like? 16:03 nerzhul Krock if you have a better function name you're welcome 16:03 nerzhul noted for the release, i will be absent and will provide it this evening or tomorrow 16:04 p_gimeno also, shouldn't it be tagged 'minetest' as well? 16:17 Krock p_gimeno, it is taggewd 16:30 Krock sfan5, would you have some free time to write an announcement forum topic for the release? (or any other dev who reads this) 16:30 sfan5 sure 16:30 sfan5 i'll also push the release out on github then 16:30 Krock Thank you. The release has already been published a minute ago 16:30 Krock in case you meant the release draft 16:31 p_gimeno Krock, the tags ("topics" in GitHub) I see are c-plus-plus, cpp11, voxel, voxel-engine, game-engine, lua, minecraft-li 16:31 sfan5 yes 16:38 Krock p_gimeno, ah those tags. Well, I can't change them, so it might be up to the repository admins 16:40 Fixer 0.4.17 contains backported 0.4.17 mtg, right? 16:42 sfan5 yes 16:42 Krock the creative leak is patched there so yes 16:51 sfan5 hah, exactly one year 16:51 sfan5 (yes I only noticed this now) 16:56 sfan5 ok website is now updated too 17:07 sofar Nice 17:08 sfan5 the feature i most like in 0.4.17 is enabling gzip for httpfetch 17:08 sfan5 saves me lots of traffic 17:09 sofar That's just a simple curl set opt right? 17:09 sfan5 yes 17:09 sofar That's nice for Jason blobs indeed 17:10 sofar Errrr autocorrect xd 17:12 sofar That's a few hundred KB saved per serverlist fetch? 17:22 sfan5 sofar: 290692 vs 82274 bytes 17:22 sfan5 could probably get more by raising the compression factor 17:27 lisac #7008 17:27 ShadowBot https://github.com/minetest/minetest/issues/7008 -- [WIP] Allow CSMs to register a function on keypress by lisacvuk 17:35 Krock building to test. applying the patch results in conflicts (might be due to merge commits) 17:50 Krock Right, we also need to notify the package maintainers about this release. Has this already been done yet? 18:25 BillyS Are a minetest account and a minetest dev account the same thing? 18:26 Krock the wiki accounts must be created separately AFAIK 18:34 rubenwardy would be nice to have SSO, but *phpbb* and *mediawiki* 20:20 nerzhul go ahead for 0.5.0 now :) 20:21 nerzhul i'm building the android apk now 20:25 nerzhul erf compilation issues 20:26 nerzhul (in the irrlicht part irself) 20:34 nerzhul okay it's a missing header include in irrlicht 20:37 nerzhul libiconv has problems now... pfff 20:39 nerzhul okay ndk used in 0.4 is too old to be supported 20:51 sfan5 nerzhul: wasn't #6796 supposed to fix this? 20:51 ShadowBot https://github.com/minetest/minetest/issues/6796 -- Android build fixes for c++11 by stujones11 20:51 sfan5 or did I not backport this? 20:51 sfan5 I think I didn't 20:53 nerzhul yeah 20:53 nerzhul i ported this to the tag locally to see if it works better 20:53 nerzhul it sounds a little bit better, but not sure for all :) 20:53 nerzhul it's not backported 20:54 nerzhul i will cherry pick it to stable-0.4 if build pass 22:04 paramat will merge game#2136 in 15 mins, trivial 22:04 ShadowBot https://github.com/minetest/minetest_game/issues/2136 -- Settings: Add missing settings to settingtypes.txt by paramat 22:59 paramat forgot, merging now 23:02 paramat merged 23:10 paramat will merge trivial #7405 in 30 mins 23:10 ShadowBot https://github.com/minetest/minetest/issues/7405 -- Biome dust placement: Improve comments, re-order some lines by paramat 23:38 paramat merging 23:39 paramat merged