Time Nick Message 08:54 MTDiscord LuaJIT is dope Both faster and more features PUC Lua is probably more stable though, and newer versions are also somewhat faster If MT had to choose, it should def pick LuaJIT 10:10 erle luatic is luaJIT even available on every platform? 13:56 MinetestBot 02[git] 04ShadowNinja -> 03minetest/minetest: Fix compiler warnings 135683bb7 https://github.com/minetest/minetest/commit/5683bb76cc3a60d952c9f58c41adaa5f195dd3f4 (152022-04-08T13:55:21Z) 13:56 MinetestBot 02[git] 04ShadowNinja -> 03minetest/minetest: Use build directory for builds 13ea2fba8 https://github.com/minetest/minetest/commit/ea2fba877a6d1d1170bc64bc9586edb615da584d (152022-04-08T13:55:21Z) 15:41 erle luatic how do i specify the “inside the node” color? 15:41 erle luatic i want to frustrate noclip cheaters a bit 15:42 Noclip[m] erle: You wanna frustrate me? 15:43 erle are you a cheater? 15:44 erle hacknorris? 15:44 MTDiscord nah 15:44 erle look at this beauty hacknorris https://content.minetest.net/packages/Noodlemire/voxelmodel/ 15:44 MTDiscord i hate noclip (im even scared of) 15:46 MTDiscord erle: https://github.com/minetest/minetest/blob/2d8eac4e0a609acf7a26e59141e6c684fdb546d0/doc/lua_api.txt 15:46 erle thx luatic 15:46 MTDiscord np 15:46 Noclip[m] erle: I am a cheat. 15:46 MTDiscord im not 15:46 erle luatic the problem is that you need to link to a specific line though 15:47 erle (you did not) 15:47 MTDiscord erle: my bad, https://github.com/minetest/minetest/blob/2d8eac4e0a609acf7a26e59141e6c684fdb546d0/doc/lua_api.txt#L7812-L7813 15:47 MTDiscord gitlab docs not better? 15:47 MTDiscord hacknorris: you can't even link to lines there, only headings 15:47 erle https://github.com/minetest/minetest/blob/2d8eac4e0a609acf7a26e59141e6c684fdb546d0/doc/lua_api.txt#LC7812 15:48 MTDiscord the gitlab docs are just a nicely rendered version of the GH ones 15:48 MTDiscord ikr? just easier linkable 15:48 MTDiscord (and more readable) 15:49 MTDiscord I don't really agree 15:49 MTDiscord i do 15:49 MTDiscord i can just copy url from browser 15:49 erle hacknorris if you are interested in how to make a node that has an animated model, look at the “end crystal” in mcl2 15:49 MTDiscord ? 15:49 MTDiscord mineclone boked at me 15:49 erle boked? 15:49 MTDiscord borked 15:49 erle oh okay 15:49 MTDiscord hacknorris: the GitLab docs aren't even searchable 15:49 erle well complain in #mineclone2 15:49 MTDiscord borked? 15:49 MTDiscord typing left hand 15:49 MTDiscord See f.E. https://minetest.gitlab.io/minetest/search.html?q=post_effect 15:50 MTDiscord On the full lua_api.txt I can just do Ctrl + F 15:50 MTDiscord at me its / (i use vim keybind in ff) 15:50 MTDiscord disabled ctrl+f 15:51 MTDiscord Use whatever keybinds you like, the GitLab docs are simply less searchable because the full page search is obviously somewhat broken (see the link above) and the docs are split across multiple "sections". 15:51 MTDiscord nvm 15:52 MTDiscord TBF if I want a more readable version of the Lua API I'll just throw pandoc at it and then view the file in a browser window 15:52 MTDiscord anyways - this mod you gave me - cool cat OwO 15:52 MTDiscord A long while ago I even wrote my own Markdown parser, but it's a rather buggy mess. You can see an ancient version of the docs as I like to read them at https://appgurueu.github.io/lua_api.html. 15:52 MTDiscord WHAT? gimme that thk 15:53 MTDiscord give you what? 15:53 MTDiscord was gonna also write OS. and this could be good for doc reader and broowser 15:53 MTDiscord thk thk thk 15:54 MTDiscord Haven't I stressed enough that my parser is buggy? 15:54 MTDiscord fixable 15:54 MTDiscord (stackoverflow exists) 15:54 MTDiscord If for whatever reason you still want to have a look at the pythonic mess its sources are, have a look at https://github.com/appgurueu/md-pypage 15:55 MTDiscord That's not quite the purpose of SO though 15:55 MTDiscord pyton. mt is in lua. not compatible 15:55 MTDiscord I never said it was written in Lua!? 15:55 MTDiscord you saud md parser for minetest. either c++ or lusa 15:55 MTDiscord *lua 15:55 MTDiscord Also very much compatible because practically everything can be transpiled but whatever 15:55 MTDiscord No, I said I wrote my own MD parser 15:55 MTDiscord python have imports 15:55 MTDiscord I never said "for MT" 15:56 MTDiscord then nvm 15:56 MTDiscord Read carefully 15:56 MTDiscord anyways, there exists a somewhat decent MD parser for MT 15:56 MTDiscord https://content.minetest.net/packages/Just_Visiting/markdown2formspec/ 15:57 MTDiscord thk