Minetest logo

IRC log for #minetest-dev, 2017-08-14

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

All times shown according to UTC.

Time Nick Message
00:44 [bigfoot] left #minetest-dev
01:38 Hijiri rubenwardy: what would be abuse of underscore.lua? Inefficient use?
02:08 Lone-Star left #minetest-dev
02:12 YuGiOhJCJ joined #minetest-dev
02:17 Natechip #17411
02:17 ShadowBot Natechip: Error: Delimiter not found in "HTTP Error 404: Not Found"
02:17 Natechip ehh
02:40 octacian joined #minetest-dev
02:40 octacian left #minetest-dev
03:11 octacian_ joined #minetest-dev
03:16 octacian joined #minetest-dev
03:33 Tmanyo joined #minetest-dev
04:55 est31 joined #minetest-dev
05:13 Hunterz joined #minetest-dev
06:02 Warr1024 joined #minetest-dev
06:51 Beton joined #minetest-dev
06:51 Beton joined #minetest-dev
07:48 nerzhul joined #minetest-dev
07:50 Karazhan joined #minetest-dev
08:16 YuGiOhJCJ joined #minetest-dev
08:20 proller joined #minetest-dev
08:20 fwhcat_ joined #minetest-dev
08:20 fwhcat joined #minetest-dev
08:35 proller joined #minetest-dev
08:39 fwhcat joined #minetest-dev
08:52 nerzhul i'm pushing a DISABLE_CLASS_COPY addition to player class according to a correct comment on the class (and removing the comment as macro make it implicit)
08:55 nerzhul and a v3f copy removal on setSpeed getspeed on same class
08:56 nerzhul if someone get time, i opened #6248
08:56 ShadowBot https://github.com/minetest/minetest/issues/6248 -- Hud function cleanups by nerzhul
09:07 fwhcat joined #minetest-dev
09:09 fwhcat joined #minetest-dev
09:59 proller joined #minetest-dev
10:31 proller joined #minetest-dev
11:21 proller joined #minetest-dev
11:22 paramat joined #minetest-dev
11:23 jcalve joined #minetest-dev
11:32 CalebDavis joined #minetest-dev
11:33 paramat i'll now merge #5918 (trivial) #6042 (will fix code style on merge) and #6247
11:33 ShadowBot https://github.com/minetest/minetest/issues/5918 -- L-system: Fix leaves cutting through stems by HybridDog
11:33 ShadowBot https://github.com/minetest/minetest/issues/6042 -- Make dropped items colorable by juhdanad
11:33 ShadowBot https://github.com/minetest/minetest/issues/6247 -- Settingtypes.txt: Separate and re-organise mapgen settings by paramat
11:33 ThomasMonroe joined #minetest-dev
11:36 proller joined #minetest-dev
11:56 paramat now merging
12:14 Fixer joined #minetest-dev
12:28 proller joined #minetest-dev
12:29 Player_2 joined #minetest-dev
12:31 DS-minetest joined #minetest-dev
12:51 paramat done btw
13:17 DS-minetest joined #minetest-dev
13:56 Wuzzy joined #minetest-dev
13:56 Wuzzy hi. Any thoughts about #4759?
13:56 ShadowBot https://github.com/minetest/minetest/issues/4759 -- minetest.add_item and minetest.add_entity are unreliable
13:57 Wuzzy TL;DR: you can't trust these functions to actually spawn entities, and what's worse, they never return nil even if they failed to spawn
14:03 DS-minetest joined #minetest-dev
14:04 sfan5 like i said on 9 Nov 2016, it's a bug
14:13 antims joined #minetest-dev
14:18 fireglow joined #minetest-dev
14:18 proller joined #minetest-dev
14:31 Wuzzy any chance this can be added for 0.5.0? I think "spawning entities" is pretty important in MT
14:32 Wuzzy also, any idea what might cause this?
14:37 Beton joined #minetest-dev
14:37 Beton joined #minetest-dev
14:40 sfan5 the code just adds the new entity to the active entity list and returns its ID, but since it's not in an active block it gets lost somehow
14:40 sfan5 my guess ^
14:45 nerzhul joined #minetest-dev
14:47 Karazhan joined #minetest-dev
14:51 proller joined #minetest-dev
14:55 Wuzzy sfan5: how is add_entity *supposed* to work?
14:56 Wuzzy sfan5: so would a possible fix mean that add_entity also checks if the coords are in an active block and if not, it instantly fails and returns nil (because the entity would be destroyed anyways)?
14:57 Wuzzy it should be definitely be put in docs *when and why* add_entity may fail
14:59 CalebDavis joined #minetest-dev
14:59 fwhcat joined #minetest-dev
15:04 sfan5 idk how it's supposed to work
15:21 Hunterz joined #minetest-dev
15:23 proller joined #minetest-dev
15:34 cx384 joined #minetest-dev
15:54 Taoki[laptop] joined #minetest-dev
16:04 turtleman joined #minetest-dev
16:27 proller joined #minetest-dev
16:58 Krock joined #minetest-dev
17:10 est31 joined #minetest-dev
17:57 rubenwardy Merging game#1870 in 10
17:57 ShadowBot https://github.com/minetest/minetest_game/issues/1870 -- Make ice slippery by rubenwardy
17:58 Player_2 joined #minetest-dev
18:01 Krock oh great. will have to rebase my PR once again
18:08 rubenwardy merged
18:09 sofar nice
18:11 rubenwardy huh
18:11 rubenwardy the build is failing with
18:11 rubenwardy fatal: Couldn't find remote ref refs/pull/1870/merge
18:12 Beton joined #minetest-dev
18:12 Beton joined #minetest-dev
18:15 sfan5 that happens if travis tries to build after the pr branch is deleted
18:15 rubenwardy ahh
18:15 rubenwardy that makes sense, I guess
18:17 DS-minetest joined #minetest-dev
18:21 proller joined #minetest-dev
18:31 behalebabo joined #minetest-dev
18:59 Beton_ joined #minetest-dev
19:04 paramat joined #minetest-dev
19:18 CalebDavis joined #minetest-dev
19:20 paramat so shall we revert https://github.com/minetest/minetest/commit/e6a9e6066afc369f01c046de8e3a90a4b042286c ? since it seems very unpopular, see #6159
19:20 ShadowBot https://github.com/minetest/minetest/issues/6159 -- Builtin: Give any stack size to player by SmallJoker
19:30 ThomasMonroe joined #minetest-dev
19:35 paramat long overdue, mtg's oldest issue game#1876
19:35 ShadowBot https://github.com/minetest/minetest_game/issues/1876 -- Farming: Make cotton look like cotton, add crafted string item by paramat
19:36 Taoki[laptop] joined #minetest-dev
19:51 CalebDavis joined #minetest-dev
19:51 proller joined #minetest-dev
19:55 Ritchie joined #minetest-dev
20:01 Wuzzy info: I just posted the m_static_exists bug as issue
20:01 Wuzzy https://github.com/minetest/minetest/issues/6249
20:02 Wuzzy @sfan5
20:02 Wuzzy i know almost nothing about this bug, so sorry if the bug report sucks :-(
20:02 sfan5 i think that might be a duplicate
20:02 sfan5 #194
20:02 ShadowBot https://github.com/minetest/minetest/issues/194 -- deactivatefarObjects error/warning / engine creating "ghost" entities
20:02 ThomasMonroe left #minetest-dev
20:05 Wuzzy #194!!! omg
20:05 ShadowBot https://github.com/minetest/minetest/issues/194 -- deactivatefarObjects error/warning / engine creating "ghost" entities
20:05 Wuzzy wow this is old
20:11 Wuzzy paramat: do you plan to add any real uses for the "real" cotton or is this just eye-candy?
20:12 DS-minetest other mods will find uses
20:18 paramat ? it crafts into wool and string :]
20:19 Wuzzy ohhh
20:19 Wuzzy i have totally missed wool
20:19 Wuzzy ah because its still called farming:cotton... lol so this didnt appear as a change line.. xD
20:20 paramat :]
20:22 Wuzzy oh!
20:22 Wuzzy I just found a similarity between the 2 issues #6249 (supposedly a duplicate) and #194
20:22 ShadowBot https://github.com/minetest/minetest/issues/6249 -- “m_static_exists=true but static data doesn't actually exist in (x, y, z)”
20:22 ShadowBot https://github.com/minetest/minetest/issues/194 -- deactivatefarObjects error/warning / engine creating "ghost" entities
20:23 Wuzzy in both issues both me and VanessaE mention a cart entity...
20:24 celeron55 commented 4759 a bit
20:27 Wuzzy thx
20:46 Fixer can no longer go up stairs/slabs/etc on newest client + older server (0.4.16)
20:48 troller joined #minetest-dev
20:48 Fixer not sure if bug or intended breakage
20:57 nerzhul intended
21:00 Fritigern joined #minetest-dev
21:00 Fritigern_ joined #minetest-dev
21:03 paramat yes breakage due to settable player stepheight
21:06 Wuzzy lol you're kidding? you can no longer walk up stairs?
21:07 rubenwardy how about making the protocol versions incompatible?
21:07 rubenwardy if it's so broken
21:11 rubenwardy celeron55, are you still interested in working on #3502?
21:11 ShadowBot https://github.com/minetest/minetest/issues/3502 -- Far map and improved map transfer and rendering (WIP) by celeron55
21:11 rubenwardy time permitting
21:12 rubenwardy and would you be interested in splitting it into the map sending improvements (I believe it had performance benefits) and far map?
21:12 RobbieF left #minetest-dev
21:12 celeron55 hmm, i haven't updated that
21:12 celeron55 i already have split it
21:12 celeron55 and the branch is public
21:12 celeron55 it was a lot of work actually
21:13 celeron55 https://github.com/celeron55/minetest/commits/block_transfer_v2
21:13 celeron55 it still has the bugs it had before though
21:15 celeron55 it would probably be stupid not to aim for fixing and merging that one
21:16 celeron55 as for farmap... well, that branch will make future work on that easier but i'm kind of siding on not having it due to a couple of reasons
21:30 celeron55 joined #minetest-dev
21:33 ReadySetWait joined #minetest-dev
21:34 Megaf joined #minetest-dev
21:38 silwol joined #minetest-dev
21:45 ThomasMonroe joined #minetest-dev
21:48 est31 left #minetest-dev
22:04 Robby joined #minetest-dev
22:08 Robby joined #minetest-dev
22:14 Robby joined #minetest-dev
22:25 Fixer joined #minetest-dev
22:26 Robby joined #minetest-dev
22:37 Fixer joined #minetest-dev
22:43 YuGiOhJCJ joined #minetest-dev
23:52 ShadowNinja joined #minetest-dev
23:52 jomat joined #minetest-dev
23:55 ssieb joined #minetest-dev
23:55 gentoobro joined #minetest-dev
23:55 Bobr2 joined #minetest-dev
23:56 Karazhan joined #minetest-dev
23:56 Wuzzy joined #minetest-dev
23:56 vifino joined #minetest-dev
23:56 sofar joined #minetest-dev
23:56 Kray joined #minetest-dev
23:56 Lunatrius joined #minetest-dev
23:56 nore joined #minetest-dev
23:57 bigfoot547 joined #minetest-dev
23:59 ssieb joined #minetest-dev
23:59 gentoobro joined #minetest-dev
23:59 Bobr2 joined #minetest-dev

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