Time Nick Message 01:23 WindHero I just can't solve it 01:24 WindHero I'm trying to have on_generated() use the LVM 01:24 WindHero and I first loop from top to bottom carving out a cave 01:26 WindHero then loop from bottom to top to find the ceiling 01:27 WindHero and have it complete a function to create a stalactite 01:27 WindHero but it doesn't create it at all 01:27 WindHero and I even tested having it use a single glowing node at the root, which works 01:27 WindHero and then tried changing the nodes for the stalactite 01:28 WindHero which occasionally worked 01:28 WindHero but when I use stone, it doesn't 01:30 jordan4ibanez Hmmm 01:31 jordan4ibanez That does look better 01:31 jordan4ibanez Maybe I'll make a new Game mode, maybe 01:42 WindHero amazing, it worked 01:42 WindHero it seems that every time I ask for help with a problem I've toiled at for a while 01:42 WindHero I solve it several minutes later 01:43 WindHero even if I don't get a reply xD 01:46 jordan4ibanez Good job 01:47 WindHero I'll push a commit and update the thread in a few minutes 02:08 jordan4ibanez Can we have menu music? 02:09 ShadowNinja jordan4ibanez: We do. Add mainmenu.ogg or something like that. 02:12 Vazon ShadowNinja 02:13 Vazon Did you get Eater4's email?? 02:15 jordan4ibanez Where would I put that into ShadowNinja 02:17 ShadowNinja jordan4ibanez: Um, sounds/ I think. 02:17 ShadowNinja RBA added it. 02:18 ShadowNinja Vazon: Yes. I already talked to xy about it and he doesn't want to remove those servers. 02:18 ShadowNinja xyz* 02:18 Vazon What servers was talked about?? 02:19 Vazon I only suggested 1 and i really suggest it be removed 02:19 ShadowNinja Vazon: Two servers are run by the same group. 02:20 Vazon But do we really want them if they suggesting sending naked pictures? 02:20 ShadowNinja xyz thinks it's fine for the servers to have that MOTD. 02:20 ShadowNinja And he runs the server list. 02:21 * Vazon starts flipping desks everyhich way! 02:29 WindHero https://forum.minetest.net/viewtopic.php?f=9&t=9522&p=145602#p145602 02:30 Vazon Hi Piggybear 02:36 jordan4ibanez Minetestgame is no longer deved? 02:48 kaeza no 02:48 kaeza :( 02:49 kaeza you should use minetest_next/carbone/dreambuilder if you plan on actually playing the game anyway 03:11 awesomess3 I'm playing in single-player. How do I respawn? Do I respawn in the same place every time I die? 03:23 awesomess3 I grant myself privileges in singleplayer but when I try to go: settime 0 it says: "Invalid command" 03:23 awesomess3 this is really annoying 03:25 Enke awesomess3: /time 0 03:25 Enke or /time set 0 03:35 Piggybear87 Vazon, Someone needs out. She read the signs. 03:35 Vazon yes i say 03:36 Piggybear87 I would do it but.... You know. Lol. 03:56 Vazon Piggy its back up, but the lag is kinda back since the new map is generating 03:59 Vazon Piggybear87: ^^ 04:04 Piggybear87 OK. 04:04 Piggybear87 I can only go on for a few though. 04:23 Enke Enkeface: )0+o* 07:51 Krock moin 11:26 diemartin https://fbcdn-sphotos-d-a.akamaihd.net/hphotos-ak-xfp1/t1.0-9/s720x720/10372336_10152206057956028_5067371566218654015_n.png 11:28 PenguinDad lol 11:36 Jordach :3 11:38 Krock talky 12:30 * sfan5 meows at Jordach 12:30 sfan5 hi everyone 12:30 Jordach yud 12:30 Jordach yus? 12:30 PenguinDad hi sfan5 12:31 Jordach explains everything 12:31 Jordach TIL my windows volume was lowered 13:18 Jordach diemartin, there's a kaeza 13:19 diemartin kaeza, gtfo 13:19 Jordach :3 13:20 kaeza darned wireless network 13:20 MinetestBot GIT: Sapier at GMX dot net commited to minetest/minetest: Fix chat overlaying full screen, now it's gonna overlay only up to length of longest line 2dd69a85e7 2014-06-20T15:18:45+02:00 http://git.io/JcBw-Q 13:23 Jordach s/peer/beer/ 14:35 fireglow I did a clearobjects run, and afterwards, a park was totally destroyed, trees spawned and the landscape got re-organized. There must be some mechanism that tries to repair landscapes, yes? It wasn't the first time we've had problems like that 14:35 Krock which OS? 14:35 Krock and build? 14:36 PilzAdam fireglow, thats a bug in the map generator 14:36 fireglow :( 14:36 PilzAdam it regenerates mapblocks that are already generated 14:37 fireglow hmm! yes that's what it looks like 14:37 Krock a simple if( node != "air" ) { skip; } would help... 14:37 Krock s/air/ignore 14:38 fireglow PilzAdam: is there any workound for now, until it's fixed? 14:38 PilzAdam Krock, that would break the map generator 14:41 Krock PilzAdam, how come? every node is "ignore" until it gets set to an other, so a single check for the 1st node in the mapblock would definitely help 14:42 Krock or is there any importand background knowlege needed? 14:42 PilzAdam do you really think the map generator goes over every node only a single time? 14:42 Krock no, only over the 1st node of the map block 14:42 Krock and so, it can detect if a generation is needed 14:42 Krock but well 14:43 Krock I think that one already exists and the fail is somewhere else 14:44 Krock do you hate me? 14:46 fireglow PilzAdam: is there a ticket for this bug? 14:47 PilzAdam fireglow, dunno... I saw a forum thread once 14:47 fireglow found none on https://github.com/minetest/minetest/issues?labels=Section+-+Mapgen&page=1&state=open 14:50 * PenguinDad wonders where the 4gb problem comes from 14:50 sfan5 PenguinDad: from 32 bits 14:51 PenguinDad sfan5: does the sqlite 4gb problem really come from 32 bits? 14:52 sfan5 where would it come from else? 14:56 ecutruin o/ 14:56 Hirato lol 14:56 sfan5 \o 14:56 Hirato I see proller's a boring mcSnoreSnore 14:56 Hirato removing the math mapgen 14:57 Krock math mapgen isn't important anyway 14:57 ecutruin How is everyone today? 14:58 sfan5 proller is probably removing the math mapgen to be able to say "Freeminer has a math mapgen, MT doesn't" 14:58 Hirato lol 14:58 LemonLake knowing him 14:58 Zeno` sqlite works with databases > 4GB 14:58 Hirato honestly, it's a bad sign the moment they made the RUN IN PLACE default 14:59 Zeno` it's mainly the filesystem that's the problem 14:59 * sfan5 looks at FAT32 14:59 ecutruin Hopefully this weekend, I'll start my content creation for MT. ^-^ 14:59 Krock Hirato, why? 15:00 Hirato because non-defaults are often untested 15:00 Hirato and neglected 15:01 Krock hmm windows makes no troubles at RUN IN PLACE = true 15:01 PenguinDad > Windows 15:01 Hirato it's all they test, that's the problem 15:02 Hirato neither the minetest or freeminer GUIs like it when there are mods installed in the global/system folder and not in the user folder 15:02 Zeno` http://www.sqlite.org/limits.html <-- see item #14 15:03 Hirato when really, it should be abstracted away internally so the Lua side of it doesn't care, period 15:04 sfan5 Hirato: it is abstracted in lua 15:04 * PenguinDad gives Zeno` a cookie 15:04 Hirato kay, then why can't it find logos/images that are in /usr/minetest/whatever instead of ~/.minetest ? 15:04 Hirato why doesn't it list mods installed in the former path either? 15:05 Hirato the engine obviously sees them, and sets their state to false in the config file for it, but you can't tweak it in the gui 15:06 sfan5 run_in_place=1 means ONLY look in ~/.minetest 15:06 Hirato no, run in place=1 means only look in the local game data files 15:06 Hirato run in place=0 means look in both local data files and the user data path 15:06 sfan5 ah, yes I mixed it up 15:07 sfan5 it obviously does not find an image at /usr/share/minetest/foobar.png 15:07 Zeno` if run_in_place=1 can the mods be put in world/worldmods ? 15:07 Hirato the thing is, looking in the local data files doesn't work very well with run_in_place 0 GUI wise 15:07 sfan5 the /usr/share/minetest/ is just for the games/ folder 15:08 sfan5 Zeno`: worldmods/ can be used independently of run_in_place 15:08 fireglow sfan5: can you fix this map bug PilzAdam was talking about? mapgen generating mapblocks that are already there 15:08 sfan5 fireglow: maybe 15:08 Zeno` ahh ok, sfan5 15:08 Hirato why can't I install mods as part of the package? 15:08 Zeno` well if that's the case why not always put modes in worldmods/ ? 15:08 sfan5 you can 15:08 Hirato I've got pkgbuild set up to build about 14 different mods alongside 15:08 Zeno` mods* 15:08 sfan5 but you need to cange stuff then 15:08 Hirato the engine's fine with it, just hte GUI isn't 15:09 sfan5 Hirato: this is what debian does http://sprunge.us/cWEE?diff 15:10 Zeno` if the mods are in worldmods/ the GUI settings are irrelevant. Correct me if I am wrong 15:10 Hirato it's stupid, they shouldn't have to do that 15:11 Hirato the FS abstraction shouldn't give a toss, like it does now 15:11 Hirato aside from a 'let user mods override global mods if present' perspective 15:11 Zeno` Hirato, if that was the case there would be a loss of flexibility 15:12 Hirato what loss? 15:12 Zeno` of choosing where mods are located 15:13 Zeno` where, for example, is a "global mod"? 15:13 Hirato where the game files are -_- 15:13 Zeno` yeah but that's only if run_in_place = 1 15:13 sfan5 where are the "game files"? 15:13 Hirato where PREFIX says they should be 15:14 Zeno` so it depends on what #defines are used? 15:15 Zeno` and on PREFIX? 15:15 Zeno` what if, like I do, I don't make install? 15:15 Hirato use pwd as a fallback? 15:16 Zeno` pwd? I don't run minetestserver from the dir it's in though :( 15:17 Hirato it's what cube 2 does, and you can define any amount of arbitrary additional package directories 15:17 Zeno` minetest/bin/ is nowhere near the game dir 15:17 Zeno` I dunno then 15:18 Hirato it's why you have RUN_IN_PLACE then :p 15:18 Zeno` I don't define RUN_IN_PLACE 15:19 Zeno` I missed the start of this conversation so I am probably missing something 15:19 Hirato I don't know what the engine does iternally, but it seems perfectly capable of finding and loading the mods placed in the game's folder 15:19 Zeno` 'cause I don't understand heh 15:19 Hirato when run in place is 0 15:20 Taoki Hi. How do you update the visuals on a Lua entity, after changing them (such as changing drawtype / visual / texture)? 15:20 Taoki Simply changing self.texture on the run doesn't seem to work 15:20 Hirato so I'm really perplexed that debian need to use jacks like that to have them listed in the gui 15:20 Zeno` Hirato, sfan5 probably knows 15:21 Hirato and more so that it's considered desirable.. 15:21 Zeno` jacks like what? 15:21 Hirato typo'd typing 'hacks' 15:21 crazyR question guys.. does any actually keep the preload option on? 15:22 sfan5 Hirato: https://github.com/minetest/minetest/blob/master/games/minimal/mods/experimental/init.lua#L178 15:22 Zeno` Hirato, what has debian (i.e the distro) have to do with anything? 15:22 Zeno` I don't get it 15:22 Hirato scroll up about 25 lines Zeno` 15:22 jp___ http://i.imgur.com/baxJ1Jk.jpg 15:22 PenguinDad sfan5: you meant Taoki right? 15:23 sfan5 PenguinDad: yes 15:23 sfan5 Taoki: https://github.com/minetest/minetest/blob/master/games/minimal/mods/experimental/init.lua#L178 15:23 Hirato I thought he was alluding to blowing me up if I didn't shut up or something, haha 15:23 Zeno` Ok, well I am dumb. I just don't understand 15:25 Taoki sfan5: That seems to be texture effects. I'm looking to change the texture opriginally defined on an object 15:26 Taoki Wait, I think I need to just redo set_properties 15:26 sfan5 Taoki: try a modifier that overlays the texture, like ^[combine or something 15:27 * Zeno` wonders why PenguinDad gave him a cookie 15:28 * sfan5 gives Zeno` a kitten 15:28 * Zeno` eats it anyway 15:28 Zeno` a kitten?! 15:28 Zeno` I can't eat that! 15:28 Krock catsoup! 15:28 Zeno` ok, I eat it 15:28 Krock ^^ 15:29 Zeno` I seem to have a furball in my throat :( 15:30 * Zeno` sits on sfan5's lap 15:30 * sfan5 curls up to Zeno`'s lap 15:30 Zeno` lol 15:31 crazyR so guys can anyone comment on my Q ^ question guys.. does any actually keep the preload option on? 15:32 * Krock has it off 15:42 fireglow PilzAdam, sfan5: I submitted a ticket: https://github.com/minetest/minetest/issues/1397 15:44 jp___ !seen Calinou 15:44 MinetestBot jp___: calinou was last seen at 2014-06-14 17:13:26 UTC on #minetest 16:36 HatedByEverybody fireglow, like this one? https://forum.minetest.net/viewtopic.php?f=6&t=8534 16:38 CraigyDavi fireglow, Same thing happened to me. Turns out you can't run 2 servers from 1 minetest installation without both the maps messing up 16:41 fireglow HatedByEverybody: a huge chunk: http://a.pomf.se/zkwoyo.png 16:41 fireglow all the trees, and the ground underneath 16:42 HatedByEverybody agh.. looks like the problem in that topic 16:42 HatedByEverybody seems like you opened 2x minetest(-server) of you got a program which reads random fles (ex. antivirus) 16:42 HatedByEverybody s/of/or 16:43 HatedByEverybody btw, quality of that screnshot is very good 16:45 fireglow it always happens after/during a clearobjects run 16:47 PenguinDad fireglow: that texturepack looks like the one used in freeminer 16:47 MinetestBot GIT: mat8913 commited to minetest/minetest: Fix build on big endian architectures. ef8cdd890c 2014-06-20T18:40:06+02:00 http://git.io/FbUV7g 16:47 fireglow and certainly no anti-virus or something, heh 17:17 LemonLake right chan this time 17:17 LemonLake Been experimenting with html-less css stylesheets 17:17 LemonLake by that I mean using no html for the styling :p I used the mt mod recorder as a practice, hows it look? https://cdn.mediacru.sh/h1x8Nm_4jYCW.png 17:19 HatedByEverybody but you need html to do styling 17:20 HatedByEverybody it looks nice 17:21 LemonLake Not necessarily. 17:21 LemonLake For adding extra elements you do. 17:43 PenguinDad !c 17**3 17:43 MinetestBot 4913 17:50 * Calinou walked around and played a bit in Carbone 17:50 Calinou feels like fun :p 17:51 MinetestBot GIT: Sapier at GMX dot net commited to minetest/minetest: Fix small memory leaks on shutdown e81454fb38 2014-06-20T19:50:47+02:00 http://git.io/TUhzgA 17:53 CWz there is a serve with 70 player online lag must be through the roof 17:53 Calinou not if the game is lightweight and the server CPU, RAM and bandwidth are enough 17:53 Calinou a proper dedicated server can handle dozens of players without lag 17:53 Calinou (that is, not a VPS where you get 10 % of the promised power) 17:54 PenguinDad How can I delay the execution of something in lua without using minetest.after()? 17:54 Exio4 costa rica! 17:55 Exio4 COSTA RICA! 17:55 CWz also you think I heard bad things about sektori.org on the forum 17:55 CWz *I (not you) 17:56 CWz maybe it was another server 18:02 Calinou PenguinDad, you need to use a function with it 18:02 Calinou else it won't work 18:02 Calinou PenguinDad, http://0bin.net/paste/N3cN4Lb-V2gVvJIU#m2PQ3cTXhqV4adBiNdMlOBrgUkBdMHANhDi/h0mSGk4= 18:02 Calinou an example of use of minetest.after and physics override 18:07 HatedByEverybody PenguinDad, how about on global step? 18:22 jp___ Calinou ? 18:27 MinetestBot sapier: 06-17 23:26 UTC https://forum.minetest.net/viewtopic.php?f=3&p=145363#p145363 18:27 sapier As Minetest 0.4.10 is coming closer everyone plz have a look: https://forum.minetest.net/viewtopic.php?f=15&t=9116 18:34 HatedByEverybody Why do we not keep minetest_game as default and players can add ad more games if they want? 18:37 PenguinDad HatedByEverybody: because minetest_game will be forever alone then 18:38 HatedByEverybody alone?! 18:39 LemonLake chee tander sannn 18:41 LemonLake if you guys do name thing so do i 18:42 HatedByEverybody PenguinDad, I don't understand how 2 games (minimal and minetest_game) can be alone 18:42 InabaHimeko best karikter 18:43 Piggybear87 Krock, I don't hate you... :) so you're NOT HatedByEverybody... 18:44 Piggybear87 Lol. 18:44 InabaHimeko whats up, Krock, you being super-depressed or something? 18:45 * Piggybear87 doesn't hat many people... Dislike? Defiantly. Hate? No. 18:45 Piggybear87 Afk 18:45 Erroneous I'm Erroneous! 18:45 InabaHimeko Hey, I have your nick! 18:46 Erroneous and I'm registered 18:46 InabaHimeko lol 18:48 InabaHimeko Anyone here seen Kokoro connect? 18:48 InabaHimeko Either read it or seen the anime 18:50 PenguinDad InabaHimeko: looks loke Kokoro is connected 18:50 InabaHimeko In a way. 18:50 PenguinDad /whois Kokoro 18:51 * Piggybear87 is now known and PenguinDad 18:51 InabaHimeko PenguinDad: http://infonochikara.files.wordpress.com/2012/07/fshahkokoro03-mkv_snapshot_05-17_2012-07-24_18-41-06.jpg best character 18:52 Piggybear87 Is it bad that a video card with a fan is warm to the touch? 18:52 InabaHimeko nope 18:52 InabaHimeko as long as its no more than 80 degrees usually 18:53 Piggybear87 Celsius, or Fahrenheit? 18:53 InabaHimeko C 18:53 Piggybear87 Ok, it's at ~50 18:53 Piggybear87 . 19:08 * Piggybear87 is lucky. :) 19:09 Piggybear87 My GF and her mom brought me back a triple cheeseburger, large fry, and caramel frappe. YUM! 19:45 Vazon Piggybear sorry it crashed 19:45 Vazon there is bug with admin controls 20:01 Megaf Hi all 20:01 Megaf Vazon: you should not use so many mods 20:01 Vazon What Megaf?? 20:01 Megaf lots of mods = crash for sure 20:02 Vazon Megaf, my server doesnt crash. The only reason it crashed was because it was try something that only i can use, that i never tested 20:03 Megaf Piggybear87: I know that feeling 20:03 Vazon If I wasnt constantly adding new stuff and back ups the server would be up around the clock 20:04 Megaf my girlfriend's mom usually pays me dinner in a Japanese restaurant 20:04 Megaf Vazon: heh, there should be a way to load and unload mods on the fly 20:05 Megaf if the linux kernel can do that why a simple cable wouldnt be able of doing the same? :P 20:06 Vazon yes there should be but there isnt 20:06 Megaf !up minetest.megaf.info 30003 20:06 MinetestBot minetest.megaf.info:30003 is up (5506ms) 20:06 Megaf !up minetest.megaf.info 30003 20:06 MinetestBot minetest.megaf.info:30003 is up (629ms) 20:07 Vazon !up 75.131.40.131 20:07 MinetestBot 75.131.40.131:30000 is up (131ms) 20:07 Vazon hehe 20:10 PenguinDad !server players:top 20:10 MinetestBot PenguinDad: No results 20:10 Vazon Penguin the top server has like 72 players 20:12 Vazon Megaf: A mod i have is able to reload the file that the mod has, I may be able to edit the code to reload the server mod file 20:16 Megaf What's going on HatedByMost (Krock)? 20:17 Megaf hey us`0gb 20:17 PenguinDad us`0gb: o/ 20:18 us`0gb Hey Megaf and PenguinDad. How are you? 20:19 Vazon Ello us`0gb 20:19 us`0gb Hey Vazon. How are you? 20:19 Vazon Im good, you? 20:19 us`0gb I've got too much homework and I'm having compilation issues. 20:22 Vazon Thats no good 20:22 HatedByMost What's going on HatedByMost (Krock)? 20:22 HatedByMost almost everyone hates me 20:26 Vazon ???? I dont hate you, i dont know you in really life so how can i hate you :3 20:27 Vazon in real life* 20:29 Amaz ^ +1 20:31 us`0gb HatedByMost: I'm not sure who you are, and I don't hate by default. Plus, I already hate enough things. There's no room in my small heart for any more hatred. 20:31 HatedByMost ./whois HatedByMost 20:31 MinetestBot GIT: maciej.kasatkin@o2.pl commited to minetest/minetest: Fix labels and vertlabels on some systems. c86b78c9b7 2014-06-20T21:30:48+02:00 http://git.io/cdT9fg 20:32 us`0gb ./configure 20:32 Amaz HatedByMost = Krock 20:46 MinetestBot GIT: Sapier at GMX dot net commited to minetest/minetest: Don't handle lack of IPv6 as fatal in unit tests 2b9beead38 2014-06-20T22:35:50+02:00 http://git.io/9M2lsA 20:51 * HatedByMost built a rollercoaster 20:53 Amaz Where? 21:10 HatedByMost #homeserver 21:10 HatedByMost ^ Amaz 21:12 Amaz Okay. 21:28 Nate123 Hi. I'm new to this IRC thaang... are all the names on the side actual people actively on this channel right now?W 21:30 us`0gb Nate123: Yes. 21:31 Nate123 Wow. ok. 21:31 SylvieLorxu Nate123: Connected, yes, not necessarily active though 21:31 us`0gb Nate123: Not everyone is at their machine right now, but those names are the names of the people whose machines are connected to the channel right now. 21:31 SylvieLorxu They could've just left their PC on and not reading 21:31 SylvieLorxu It's really normal to stay online all day in IRC 21:31 Nate123 oh i see 21:32 PenguinDad I can't wait for 0.4.10 21:32 Nate123 I haven't tried IRC since the early days of the internet. I think ICQ was hot at the time (although, that probably wasn't IRC but something else) 21:35 Nate123 anyway. thanks for answering my question ;) PS: Minetest is da bomb! My son and I have built many worlds together. It's a great spatial-orientation and computer learning experience for him! 21:38 us`0gb Awesome! 21:40 RealBadAngel said us`0gb and left... 21:40 Nate123 ha. i'm driving folks away! 22:01 bas080 Noticed that the ~/.minetest/games is not showing the games in the mainmenu with the latest git 22:03 sfan5 bas080: not a bug 22:04 bas080 Ok, so things have changed... 22:04 bas080 that happens. Better then keeping it in a non optimal state 22:04 bas080 Can it be configured? 22:07 sfan5 no 22:07 * sfan5 goes to sleep 22:07 bas080 I will, put them in the minetest games folder then. 22:12 sapier ? 22:13 us`0gb That means that games can't be installed by standard users; they can only be installed by the administrator. That seems like a bad decision to me, but what do I know. 22:35 sapier bas080 there hasn't been a change in that area for quite some time when did this work? 22:36 bas080 I don't know at what commit I pulled but about 2 months ago 22:37 sapier are you sure? in this case it'd be a regression to be fixed 22:37 bas080 give me a sec to be sure 22:42 bas080 sapier, the creation date of my minetest file was 2014-06-21 00:15:45.320169142 +0200 22:42 bas080 Since the creation I have not pulled 22:42 bas080 So this was the version I was using since the pull I did today 22:43 sapier and it did work there? 22:43 bas080 yes, It registered the games that where in ~/.minetest/games folder 22:44 sapier 2014-06-21 is today are you sure that's the old version? 22:44 bas080 oww, shoot 22:45 bas080 I ran stat -c "%y" minetest 22:45 bas080 Thought that would return the date. 22:45 bas080 didn't check. 22:46 bas080 No I cannot get "Birth" of folder. 22:46 bas080 :( 22:46 bas080 maybe the git log can give me more 22:46 sapier as you obviously do in system install can you try 0.4.9? if it works there it's a regression 22:48 bas080 I could 22:49 sapier almost noone does install to system so this might have slipped in without anyone noticing 22:53 FreeFull I do system installs 22:53 bas080 to system? I compiled. 22:54 FreeFull I have carbone in my ~/.minetest/games and it works fine with my current version 22:54 sapier FreeFull what version do you have? 22:54 FreeFull Current version being 0.4.9-282-g99f565e 22:56 bas080 I'm resetting to 22:56 bas080 Fix regression main_menu_script setting not working any longer 22:56 bas080 commit 7b3602bab3a697a2729b057c5e8a354337482389 22:56 bas080 Author: sapier 22:56 bas080 Date: Sat May 17 12:06:36 2014 +0200 22:59 bas080 compiling... 23:00 sapier 99f565e is way after that 23:01 bas080 yes, about 2 months 23:02 bas080 that also doesn't work.... 23:02 sapier nope 23:02 sapier 2 days 23:02 bas080 I don't understand. 23:02 sapier merged june 19th 23:02 bas080 I'm looking at commit history but that isn't the same as the merge date. 23:03 bas080 yes 23:03 bas080 sapier 23:03 bas080 I see now 23:04 bas080 So I should look at merge logs 23:06 bas080 I notice when typing git log and then double tapping tab I get all types of versions. 23:07 bas080 am I seeing branches? 23:08 bas080 so I could do git checkout 23:08 bas080 that is working. 23:09 bas080 compiling... 23:13 bas080 it's still not working.... I'll explain what I did. I did a checkout to branch 0.4.9. Removed the bin. compiled and ran. 23:13 sapier strange 23:13 bas080 Still not showing games in ~/.minetest/games 23:13 Taoki https://forum.minetest.net/viewtopic.php?f=9&t=9240&p=145740#p145740 Creatures mod now supports skinning, and includes male / female versions of the human mob / player in up to 13 skins! 23:14 * Jordach thinks he can smell burgalry of his female player model 23:15 bas080 what is. That it isn't showing the games, or my method of testing. 23:15 Taoki Jordach: They're marked as freely licensed, so I assume you don't feel burglared :P I included your skins too though 23:16 FreeFull bas080: Are your games in ~/.minetest/games up to date? 23:16 Taoki I hope that's ok really... nothing bad intended in that 23:16 Jordach Taoki, people can access the entirety of my Dropbox full of blender stuff 23:16 bas080 up to date meaning. game.conf menu mods 23:17 * Taoki nods 23:17 bas080 contents of game.conf is 23:17 bas080 name = OCD 23:17 bas080 just an example 23:19 bas080 I'm gonna completely reinstall