Luanti logo

IRC log for #minetest, 2022-04-08

| Channels | #minetest index | Today | | Google Search | Plaintext

All times shown according to UTC.

Enable nick filtering
Time Nick Message
28 more elements. Show/hide.
08:54 MTDiscord <luatic> 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
09:13 grouinos joined #minetest
10:10 erle luatic is luaJIT even available on every platform?
18 more elements. Show/hide.
13:56 MinetestBot [git] ShadowNinja -> minetest/minetest: Fix compiler warnings 5683bb7 https://github.com/minetest/minetest/commit/5683bb76cc3a60d952c9f58c41adaa5f195dd3f4 (2022-04-08T13:55:21Z)
13:56 MinetestBot [git] ShadowNinja -> minetest/minetest: Use build directory for builds ea2fba8 https://github.com/minetest/minetest/commit/ea2fba877a6d1d1170bc64bc9586edb615da584d (2022-04-08T13:55:21Z)
13 more elements. Show/hide.
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 <hacknorris> nah
15:44 erle look at this beauty hacknorris https://content.minetest.net/packages/Noodlemire/voxelmodel/
15:44 MTDiscord <hacknorris> i hate noclip (im even scared of)
15:46 MTDiscord <luatic> erle: https://github.com/minetest/minetest/blob/2d8eac4e0a609acf7a26e59141e6c684fdb546d0/doc/lua_api.txt
15:46 erle thx luatic
15:46 MTDiscord <luatic> np
15:46 Noclip[m] erle: I am a cheat.
15:46 MTDiscord <hacknorris> 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 <luatic> erle: my bad, https://github.com/minetest/minetest/blob/2d8eac4e0a609acf7a26e59141e6c684fdb546d0/doc/lua_api.txt#L7812-L7813
15:47 MTDiscord <hacknorris> gitlab docs not better?
15:47 MTDiscord <luatic> 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 <luatic> the gitlab docs are just a nicely rendered version of the GH ones
15:48 MTDiscord <hacknorris> ikr? just easier linkable
15:48 MTDiscord <hacknorris> (and more readable)
15:49 MTDiscord <luatic> I don't really agree
15:49 MTDiscord <hacknorris> i do
15:49 MTDiscord <hacknorris> 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 <hacknorris> ?
15:49 MTDiscord <hacknorris> mineclone boked at me
15:49 erle boked?
15:49 MTDiscord <hacknorris> borked
15:49 erle oh okay
15:49 MTDiscord <luatic> hacknorris: the GitLab docs aren't even searchable
15:49 erle well complain in #mineclone2
15:49 MTDiscord <PrairieWind> borked?
15:49 MTDiscord <hacknorris> typing left hand
15:49 MTDiscord <luatic> See f.E. https://minetest.gitlab.io/minetest/search.html?q=post_effect
15:50 MTDiscord <luatic> On the full lua_api.txt I can just do Ctrl + F
15:50 MTDiscord <hacknorris> at me its / (i use vim keybind in ff)
15:50 MTDiscord <hacknorris> disabled ctrl+f
15:51 MTDiscord <luatic> 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 <hacknorris> nvm
15:52 MTDiscord <luatic> 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 <hacknorris> anyways - this mod you gave me - cool cat OwO
15:52 MTDiscord <luatic> 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 <hacknorris> WHAT? gimme that thk
15:53 MTDiscord <luatic> give you what?
15:53 MTDiscord <hacknorris> was gonna also write OS. and this could be good for doc reader and broowser
15:53 MTDiscord <hacknorris> thk thk thk
15:54 MTDiscord <luatic> Haven't I stressed enough that my parser is buggy?
15:54 MTDiscord <hacknorris> fixable
15:54 MTDiscord <hacknorris> (stackoverflow exists)
15:54 MTDiscord <luatic> 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 <luatic> That's not quite the purpose of SO though
15:55 MTDiscord <hacknorris> pyton. mt is in lua. not compatible
15:55 MTDiscord <luatic> I never said it was written in Lua!?
15:55 jason101 joined #minetest
15:55 MTDiscord <hacknorris> you saud md parser for minetest. either c++ or lusa
15:55 MTDiscord <hacknorris> *lua
15:55 MTDiscord <luatic> Also very much compatible because practically everything can be transpiled but whatever
15:55 MTDiscord <luatic> No, I said I wrote my own MD parser
15:55 MTDiscord <hacknorris> python have imports
15:55 MTDiscord <luatic> I never said "for MT"
15:56 MTDiscord <hacknorris> then nvm
15:56 MTDiscord <luatic> Read carefully
15:56 MTDiscord <luatic> anyways, there exists a somewhat decent MD parser for MT
15:56 sobkas joined #minetest
15:56 MTDiscord <luatic> https://content.minetest.net/packages/Just_Visiting/markdown2formspec/
15:57 MTDiscord <hacknorris> thk
34 more elements. Show/hide.

| Channels | #minetest index | Today | | Google Search | Plaintext