Time  Nick         Message
00:07 sofar        bring em on!
12:08 rubenwardy   does it ever make sense for a game and a mod to have the same folder name?
12:08 rubenwardy   probably not
12:09 rubenwardy   this has happened with   technic and dreambuilder
12:09 rubenwardy   but then the game version is suffixed by _game
12:10 rubenwardy   basically wondering whether URIs should be    /packages/username/basename/   or  /mods/username/basename/
12:10 rubenwardy   currently doing that latter
13:17 nerzhul      rubenwardy for me gamename/default should be more logical
13:20 rubenwardy   huh?
13:20 rubenwardy   what is default?
13:20 rubenwardy   this is for a content database
13:21 rubenwardy   so referring to mods in a game doesn't make sense
13:32 Mr_Pardison  rubenwardy: is #1342 trying to add in the ability to tell who or what killed or caused the death of a player?
13:32 ShadowBot    https://github.com/minetest/minetest/issues/1342 -- on_dieplayer and on_hpchange reasons
13:36 nerzhul      rubenwardy, oh you are working on the mod store ?
13:37 Mr_Pardison  \o aerozoic
13:39 aerozoic     hi Mr_Pardison
13:40 rubenwardy   nerzhul, yes
13:40 rubenwardy   nerzhul, already have a mod store ingame
13:40 rubenwardy   nerzhul, https://forum.minetest.net/viewtopic.php?f=14&t=19766
13:40 rubenwardy   and contentdb.rubenwardy.com   for the alpha test
13:40 rubenwardy   UI needs to be rewritten
13:47 nerzhul      which language did you choose ?
13:47 nerzhul      and db ?
13:47 ThomasMonroe rubenwardy, awesome :D
13:48 rubenwardy   python
13:48 rubenwardy   and it will be postgresql
13:48 nerzhul      oh flask, yea it's good, nice for pg
13:48 nerzhul      if you need my pg skills tell me
13:48 rubenwardy   and I will not be listening to any debates over technologies :)
13:48 rubenwardy   sure
13:48 nerzhul      a suggestion: use stored procedures for everywhere
13:48 nerzhul      and don't hesitate to use PostgreSQL FTS
13:48 rubenwardy   thanks
13:49 rubenwardy   I've heard about stored procedures, not used them though
13:49 nerzhul      i did them for a side project for advanced query view on a correctly stored backend and it's very nice
13:49 nerzhul      don't forget to index correctly your fields and never use HASH indices
13:49 nerzhul      do you know how db index works ?
13:50 rubenwardy   very basically
13:50 rubenwardy   as much as my A Level computing course taught me
13:55 nerzhul      okay; you always need all filtering fields in your index and generally the order of the fields in the index is the field memory size
13:56 nerzhul      for example for A int4, b byte, c TEXT your index will be b,a,c
13:56 nerzhul      and always use explain
14:03 rubenwardy   thanks
15:04 IhrFussel    There are MT forks that removed the ability to eat? Someone on my server says eating doesn't work (they pressed the screen for several seconds with food in their hands)
15:07 Krock        no tenplus1
15:28 Shara        IhrFussel: That's one I haven't heard before.... Are they just starving to death then?
15:30 IhrFussel    Seems like it...I cannot check if they really tell the truth but if they don't lie and there really are forks for iOS (and maybe Anroid) that remove eating then that's certanly a problem and I might have to add a command to force eating
15:30 IhrFussel    Some forks also remove the drop button so players have to use chests to drop stuff
15:31 Shara        At least for Android you can tell them to use official game..
15:32 Shara        But I just can't understand why a fork would do that
15:33 IhrFussel    The player who reported it uses iOS =/ I will ask them which app they use exactly next time I see them
15:52 Wayward_One  IhrFussel: make sure they're pointing at a node as if trying to break it, in my experience just aiming at air doesn't work
16:03 IhrFussel    Wayward_One, looks like that works but I still wonder why some forks change it
16:04 IhrFussel    I will try in MT Android
16:06 Wayward_One  I use MT Android
16:06 IhrFussel    It works in MT Android with air
16:06 Mr_Pardison  nothing but official MTG clients for me.
16:08 Wayward_One  Interesting.. perhaps it could be mod related, since the two servers I usually eat on have the same one iirc
16:15 IhrFussel    I use stamina as hunger mod
16:16 IhrFussel    Will connect to my server with my phone to see if it works there
16:19 IhrFussel    Why is the download of media so slow on Android? Or is it doing more than just downloading in the media... state?
16:22 IhrFussel    It's definitely not my server connection... 58 MB/s
16:27 IhrFussel    Nope, it's not the mod...at least not stamina
21:51 Fixer        "Charcoal is essentially pure carbon. The carbon combines with oxygen to create carbon dioxide and carbon monoxide (releasing lots of heat in the process). Carbon and carbon monoxide combine with the oxygen in the iron ore and carry it away, leaving iron metal."
22:06 aerozoic     if you put "modname = {}" in init.lua, what does that do?
22:23 sofar        create a new global namespace
22:23 sofar        e.g. it "reserves an API" for use for that mod
22:23 sofar        it will be accessible outside that mod later
23:49 Fixer        mc alpha 1.2.6: "In SMP, Players connecting to a server or respawning are invulnerable for three seconds." you don't say...
23:53 Fixer        it is like minetest, but in denial