Time Nick Message 00:55 rubenwardy !dev Meetings 00:55 ShadowBot Meetings - Minetest Developer Wiki -- http://dev.minetest.net/Meetings 00:55 rubenwardy Created with notes from previous meetings 00:55 rubenwardy don't know how to find notes from before 2018 12:00 twoelk hurray for adding mobs to the subjects to be discussed at the dev-Meeting 12:02 * twoelk wonders wether he should spam the dev-wiki page with his wish list :D 14:48 clavi when compiling, what does Minetest want bzip for, is it a cmake flag that calls for it? 14:49 twoelk the data-blobs in the map data base are zipped iirc 14:55 p_gimeno bzip? 14:55 p_gimeno AFAIK it uses zlib, not bzip 14:56 * twoelk returns from studying https://github.com/minetest/minetest/blob/master/doc/world_format.txt 14:56 twoelk hm, so it says 14:57 twoelk bah all zips shall be one 15:02 p_gimeno it's linked in... perhaps at some point there were plans to move from zlib to bz2 and it was abandoned 15:02 p_gimeno I can't see any mention to bz2 or bzip in the sources 15:06 twoelk seems grouped with pixel formats 15:08 p_gimeno I've tried to remove -lbz2 from the link line and it links just fine - so it's linked in but unused 15:12 twoelk seems linux related 15:13 p_gimeno I'm on Linux 15:19 twoelk maybe fedora spezific as mentioned in the readme? 15:31 nerzhul twoelk it's time lol 15:31 nerzhul 4 years ago as a core dev i asked if we can think about it to have a real powerful framework :p 15:32 twoelk bzip is time related? :O 15:32 twoelk oh world of wonders, I'm completely lost 15:32 twoelk oh, ... you mean mobs? 16:14 sfan5 clavi: minetest tries to link every dependency irrlicht needs, also 16:15 sfan5 that appies to bzlib, zlib, x11 and maybe more 16:20 clavi I didn't have to install x11 devel packages though 16:20 clavi but cmake complained about missing bz2 16:21 sfan5 it doesn't look for headers, it just tried to link the library 16:31 twoelk so we have a complete irrlicht with minetest? including all file filters? 16:33 twoelk thought this wasn't so with some 3d formats