Time Nick Message 00:05 kaeza #3826 try 2 00:05 ShadowBot https://github.com/minetest/minetest/issues/3826 -- Allow selecting screenshot format. by kaeza 00:33 kaeza updated (forgot to actually add translations file) 00:39 Fixer ShadowNinja, is that timestamps thing server side too? 00:39 Fixer ShadowNinja, when i connect to 0.4.12 server i get tripled messages or so 00:42 ShadowNinja Fixer: I don't think so. The server weuldn't send formatted messages anyway though. 00:43 Fixer ShadowNinja, crap, looks like you and me missread, what I wanted is timestamps in chat (one you open with T) %) 00:43 Fixer ShadowNinja, nice work anyway, I've found some bugs 00:43 ShadowNinja Fixer: That's what my PR adds? 00:43 Fixer ShadowNinja, try /me command 00:44 Fixer ShadowNinja, it adds to external console, but not in chat console, or well, window %) 00:45 Fixer ShadowNinja, https://i.imgur.com/BfgywxT.png (bug of 3811) 00:46 Fixer ShadowNinja, i don't see any timestamps in F10 menu in minetest itself :( 00:46 Fixer afk 00:46 Fixer for few min 00:47 kaeza ShadowNinja, how does 3826 look now? 00:55 ShadowNinja kaeza: LGTM. 00:56 ShadowNinja Fixer: Oh, wow. 00:59 Fixer ShadowNinja, same for join/exit messages, messages from actual players are good, F10 menu lacks timestamps as you see 01:03 ShadowNinja Fixer: Just a missing return, fix pushed. http://i.imgur.com/cQORHTz.jpg 01:04 Fixer ShadowNinja, cool, i will test it tommorrow, it is 3:04 night for me, i will post results in that PR 01:04 ShadowNinja Fixer: You should at least see timestamps though. 01:06 Fixer ok, i will compile it tommorrow, thanks for fixes 02:50 paramat game#898 fixes issue 781 and possibly replaces PR 689 02:50 ShadowBot https://github.com/minetest/minetest_game/issues/898 -- Dye: Make pink dye mixable by paramat 04:53 sofar please review game#758 ! no need to not listen for 2 whole seconds! 04:53 ShadowBot https://github.com/minetest/minetest_game/issues/758 -- Add sounds for steel doors. by sofar 05:04 srifqi sofar: the sound for close door is like a gun shot... 05:04 srifqi but for open door already nice 05:06 srifqi nvm, i like 'em :D 05:06 sofar please comment in the PR 05:06 srifqi okay 05:06 sofar need to know that people have listened and liked them or not 05:06 sofar with sound and texture PR's, it's a bit more important to have people chime in 05:07 sofar even if you're like "so-so, or, i-dont-care" 05:09 paramat WIP game#899 05:09 ShadowBot https://github.com/minetest/minetest_game/issues/899 -- Beds: Craft beds from white wool by paramat 09:59 afflatus 3ce6642 just FTB on Debian Testing - undefined reference to `Json::Value::operator=(Json::Value const&) - http://paste.debian.net/413099/ 10:00 afflatus suspecting change in build environment rather than anything est31 did in 725cb4e - advice on how to proceed appreciated ;) 11:46 afflatus sorted. 14:43 Fixer ShadowNinja, strangely enough, you can try playing on "Just Test" server, try several relogins, day and night, I usually catch 3770 bugs here, but much less on other servers 21:05 paramat nore sfan5 ShadowNinja any reviews please for game#897 ? 21:05 ShadowBot https://github.com/minetest/minetest_game/issues/897 -- Default: Add jungletree_branch node, use in tree generation by paramat 21:09 ShadowNinja I'm neutral. 21:10 rom1504 I'm basic. 21:21 paramat reviews please for game#758 ? 21:21 ShadowBot https://github.com/minetest/minetest_game/issues/758 -- Add sounds for steel doors. by sofar 21:24 sofar sounds are really hard, the critics are even harder :( 21:24 * sofar just prays for another +1 and quick merge for that one 21:25 paramat ^^^ nore sfan5 ShadowNinja 21:25 kaeza #3826, pls :) 21:25 ShadowBot https://github.com/minetest/minetest/issues/3826 -- Allow selecting screenshot format. by kaeza 21:28 sfan5 kaeza: if the quality is only used for jpeg it should go from 0-100 like with most jpeg quality scales 21:28 ShadowNinja Door close sounds like a wet rag to me. 21:28 kaeza sfan5, nope. due to the way Irrlicht handles JPEG quality, it goes 0-255 21:29 sofar oh come on 21:29 sofar :( 21:29 sofar it's a recording of a metal door 21:29 sfan5 kaeza: actual_q = q_setting / 100.0 * 255 21:30 sfan5 no reason to use an unfamiliar scale for jpeg 21:30 ShadowNinja sofar: Doesn't sound anything like that to me though. 21:30 kaeza sfan5, okay, anything else? 21:30 ShadowNinja The open sound is fine. 21:31 sfan5 kaeza: nope, rest is fine 22:06 kaeza lol screenshot.pcx 22:08 kaeza I need more coffee... anyway, review now 22:09 kaeza that settings regeneration script will have to be moved out of the game itself someday 22:10 kaeza into util/ or something 22:40 Fixer ShadowNinja, hmm, sometimes I see that gap in chat increases for some reason (that server has chat2 mod): https://i.imgur.com/7ckuaJH.png 22:50 kahrl Fixer: I have an ancient commit that might fix that 22:50 kahrl Fixer: https://github.com/kahrl/minetest/commit/b1fefe86dcb06eed80b1e7719553140a11daabf4 22:51 kahrl it amazingly still applies to current master 23:03 Fixer kahrl, nice