Time Nick Message 08:13 Deknos hey, is there a similar thing like https://github.com/gilesknap/mciwb for minetest? 08:44 sfan5 this is a bit similar https://forum.minetest.net/viewtopic.php?t=13316 10:17 Deknos hrm, blockly the graphic language :( 16:58 MisterE[m] from the lua api:... (full message at ) 16:59 MisterE[m] how do I do that? 17:03 rubenwardy you may need to handle collisions yourself by raycasting or stepping through movement 17:17 MisterE[m] That really should be a setting 17:17 MisterE[m] ideally per object 17:19 MisterE[m] in fact, negilgibly small shouldnt be a thing, that should be for mods to decide if its too small 17:20 MisterE[m] raycasting seems like it would be really jank given any lag. 17:21 MTDiscord MisterE: No? 17:21 MTDiscord Raycasting is no less jank thank engine collision handling 17:21 MTDiscord This should not be an object setting besides clientside prediction 17:27 MisterE[m] hm ok thx 17:38 MisterE[m] Well, for my simple bounce purposes, setting the velocity in a direction to the negative of what it was in the last step if its zero is good enough 18:34 daxfold how can i compile a minetest installer for windows 18:37 MTDiscord no idea, I think you need visual studio to build the WIX installer 18:41 daxfold ok 18:42 daxfold i tried to follow the instructions in the readme but i got some build errors 18:42 daxfold not sure if i'm doing something wrong 21:58 MTDiscord I need some feedback. I added a add server to favorites list button, but so far it doesnt automatically select that server after it is favorited, it goes to the next server in the list that was below thw server before it was favorited. Is this fine, or do I work on making it select that recently favorited server? 22:05 MTDiscord Ideally it should stay on the selected server. Unexpected changes like that are one of the 101 UX pitfalls. 22:06 MTDiscord Haven't seen your code but sounds like it shouldn't be too hard? Just need to update an index 22:06 MTDiscord Personally it wouldn't bother me because I use a bunch of --go shortcuts, but for anyone who actually uses the main menu to join servers, I could easily imagine that driving them absolutely nuts. 22:08 MTDiscord Main menu being odd led to me making my own main menu, but then main menu formspecs & API made me go back to using the existing one. 22:09 MTDiscord https://youtu.be/f13dPP5etII I made a video demonstrating it (although it looks weird from what I see in the video) 22:09 MTDiscord Was quite fun to fiddle with though, want to continue it 22:12 MTDiscord https://github.com/minetest/minetest/issues/12647 is the issue I am looking at fixing with the button 23:59 MTDiscord lol at kilbith 23:59 MTDiscord is luk3yx on discord?