Time Nick Message 02:20 MTDiscord Not sure if you can see videos in your irc client so I've uploaded it for you to see. appgurueu completed the GLTF implementation https://youtu.be/vRhMfyqZG1o?feature=shared 02:21 MTDiscord ("completed" as in animation is basically working now, which is a huge step if you've been following gltf dev. still cleanup and even some tiny feature work to do, but this was by far the largest obstacle.) 02:22 MTDiscord Animation was the last step of completing the implementation, the rest is just niceties for maintainability and micro optimizations 02:23 MTDiscord (still need to check/complete multiple material support) 02:23 MTDiscord I'm pretty sure I've already built that in 02:23 MTDiscord then, check 02:25 MTDiscord https://opengameart.org/content/medieval-house-pack house1 (this model has 83 buffers [aka textures/meshes] so I just dumped them in order repeating) multi material check from last month 02:25 MTDiscord https://cdn.discordapp.com/attachments/749727888659447960/1193742245640278156/screenshot_20231203_102023.png?ex=65add21a&is=659b5d1a&hm=f8dec41246ed4d07f5b41df379c2a3e3ec325ce628a2901ab6994bf9e13f7a1c& 10:04 mrkubax10 is it possible to check if player pressed jump? 10:59 rubenwardy get_player_control 11:07 mrkubax10 thanks 11:20 MTDiscord <__vaxeral> Would it be possible in minetest to define an area of blocks that would be moved from and to positions based on a mesecon signal? 18:25 Bombo hi 18:26 Bombo i can't join a server with ipv6, i think mt client tries to use ipv4 18:26 Bombo is it possible to force ipv6? 18:26 Bombo in the client 18:38 sfan5 only by entering an ipv6 address directly 18:43 Bombo ok i got it the server was not listening on ipv6 18:43 Bombo is it possible to listen on both ipv6 and ipv4? 18:50 sfan5 ipv6_server = true 18:51 sfan5 and leave the bind address empty 19:28 Bombo indeed thx :) 20:05 Bombo hmmm i got 'default_game = minetest_game' in the conf, but 'minetestserver --config welt.conf' complains 'ERROR[Main]: To run a Minetest server, you need to select a game using the '--gameid' argument.' 20:05 Bombo when i added '--gameid minetest_game' it works though 23:05 Mantar new release of Exile's stable branch is up