Time Nick Message 08:08 luk3yx Does "core.http_add_fetch()" really exist? 08:09 luk3yx And couldn't mods overwrite it? 08:18 Krock luk3yx: yes and yes 08:18 Krock but the former is called "minetest.request_http_api()" 08:19 Krock in combination with HTTPApiTable.fetch 08:25 luk3yx I mean request_http_api() calls http_add_fetch() (at least in 5.0.1). 08:32 Krock oof 08:32 Krock looks like an exploit? 08:48 Krock Some new performance/data stats for #8742 08:48 ShadowBot https://github.com/minetest/minetest/issues/8742 -- Inventory: Send dirty lists where appropriate by SmallJoker 08:50 Krock UpdateCrafting() was not measured... let's see what that changes 08:53 Krock from ~240us down to ~130us if only "main" and "craft" lists are changed 08:53 Krock not bad 09:41 BuckarooBanzai Krock: haven't had performance issues with it, but cool to see some performance tuning :D 09:42 Krock not much client-side but it sums up pretty fast on servers 09:42 Krock especially when moving items from one inventory to another 10:16 IhrFussel Since particles are client side does that mean the expiration times are 100% accurate? Or do they rely on server step still? 12:29 IhrFussel Hm 150 0.5+ secs lag spikes in 12 hours on a server with 200 mods is fine I think 14:58 Krock rubenwardy: selecting and scrolling down the page or without scroll position change? 14:59 Krock (moved topic here) 14:59 Krock even though it's lua_api.txt it feels very smooth 14:59 Krock didn't enable smooth scrolling, though. 15:00 rubenwardy no scroll change 15:00 rubenwardy if I double click a line then leave it, it takes 2 seconds to select 15:00 Krock turn firefox off and on again? 15:00 rubenwardy dragging lags behind it 15:00 rubenwardy maybe 16:01 rubenwardy so, I've just noticed a hole in the roof of the coffee shop I'm in 16:01 rubenwardy that's mildy worrying 16:01 rubenwardy I noticed because the ceiling is dripping 16:02 rubenwardy it's quite a big hole, I can see the sky 16:02 VanessaE *drip* *drip* *drip* *drip* 16:03 DS-minetest the production of coffee needs much water 16:04 VanessaE well that's a hell of a way to get that water :P 16:04 VanessaE speaking of *wanders to the kitchen to brew some* 16:04 rubenwardy american coffee is gross 16:04 rubenwardy <3 Italian coffee 16:04 rubenwardy american coffee is just beans in hot water 16:04 VanessaE you've never had it the way I make it :) 16:05 rubenwardy lots of sugar and cream? 16:09 VanessaE splenda, powdered milk, and nesquik actually :) 16:09 VanessaE "gas station cappuccino" someone once called it. :) 16:09 rubenwardy isn't nesquik that thing you have when you're ill? 16:09 VanessaE heh no 16:09 VanessaE nesquik is chocolate milk mix 16:09 rubenwardy oh right 16:23 Sokomine coffee doesn't taste. it takes so much milk to make it drinkable that drinking the milk and skipping the coffee would be better :-) 16:24 Sokomine ok, the nesquik's fine. just skip the coffee part, please :-) 16:24 * Sokomine hides and starts thinking about biome maps and how to use them for the lakes 16:27 VanessaE try it some time :) 16:27 * Krock sees some randomly tilted boats in his world and remembers the rotation fixes 16:29 DS-minetest an and and a green diamond joined o/ huhu 16:30 ANAND Sorry, my internet went for a toilet break :) 16:30 GreenDimond Greetings 16:31 Krock hi a nand 16:31 Krock and GreenDimond 16:31 GreenDimond Yay Krock is awake 16:31 Krock inb4 typing while asleep exists 16:31 Krock can't see the keys I'm pressing so idf's justt luucjk whther i Hit the right keysa 16:32 DS-minetest Krockodiles just look like they were asleep, but as you come close, they eat you 16:32 Krock also me: https://www.youtube.com/watch?v=U-1Uwryemto 16:33 ANAND Heya Krock :) 16:34 ANAND lol, dat krok is funny 16:35 VanessaE ok that's either an extreme degree of JUST PLAIN BALLS, or insanity :P 16:37 DS-minetest there are two things for which people risk everything, even their life 16:38 DS-minetest 1. making youtube videos 16:38 DS-minetest 2. catching rare poket monsters 16:38 VanessaE heh 16:40 VanessaE rubenwardy: mmmmh. the above said, it DOES help if one uses a decent brand of coffee even with all the crap I pour into it. 16:40 VanessaE (which folger's sure as hell is not) 16:47 ANAND Krock: You might want to re-review #8513, after https://github.com/minetest/minetest/pull/8513#issuecomment-504720516. 16:47 ShadowBot https://github.com/minetest/minetest/issues/8513 -- [Don't squash unless necessary] Disable autoforward if player is dead by ClobberXD 16:47 ANAND (didn't want to interrupt the convo in #-dev) 16:47 VanessaE so it only works if ClobberXD killed the player? :P 16:48 ANAND XD 16:50 ANAND #7557... :'( 16:50 ShadowBot https://github.com/minetest/minetest/issues/7557 -- Expose player FOV to Lua API by ClobberXD 16:54 ANAND Haven't tested, but incremental inv. sending is a very nice PR 16:54 ANAND The performance numbers are quite impressive 16:55 ANAND > 16:55 ANAND Sent data decreases to 10% if main is unaltered 16:55 ANAND > Spent server time decreases to ~20% 16:55 ANAND > Spent client time decreases to ~15% 16:55 ANAND oops, messed-up formatting 16:56 Krock rubenwardy: https://content.minetest.net/todo/topics/ did you calculate that date or re-parse each topic? I found that it's quite accurate to just use a cubic formula to "guess" the date 16:57 Krock based on the topic ID 16:58 Krock > id^2 * -10.75E-9 + id * 342.2E-6 + 1.748 + 2010 16:58 Krock well, at least precise enough to guess it in a range of a few weeks 17:06 rubenwardy the date is in the topic list 17:06 rubenwardy the parser only looks at the topic lists 17:07 Krock ah sure. 20:10 Sokomine ups. what's that: "double free or corruption (out)"? 20:13 Krock someone's being too careful deleting pointers 20:17 Sokomine strange 20:22 Sokomine wonder what caused it. anyway...restarting the world helped 20:53 red-045 Sokomine: someone forgot to make a pointer null after deleting it 20:53 DS-minetest is it possible that in current master the styling can't really set clipping for labels or buttons and item images 20:53 DS-minetest ? 20:53 DS-minetest if yes, my PR might fix that 20:54 red-045 Is it? 20:54 red-045 I don't know 22:15 Sokomine can someone please throw these spammers into the trash bin where they belong to? there's some on the forum 22:19 DS-minetest just report them with the ! 22:24 red-045 you still getting all those spam bots? 22:28 Sokomine they've started a new tactic: they create entire threads and reply to themshelves 22:38 red-045 imagine what they will do once someone creates general AI 22:39 red-045 https://xkcd.com/810/ 23:00 rubenwardy does anyone know of any good communities for FOSS gaming?