Minetest logo

IRC log for #minetest, 2021-08-07

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

All times shown according to UTC.

Time Nick Message
00:01 asdflkj_sh erlehmann: yes, twitch chat uses irc, with some nonstandard extensions but similar enough that you can connect with many normal clients iiuc
00:04 erlehmann oh interesting
00:04 erlehmann any docs on that?
00:06 hecks joined #minetest
00:06 hecks left #minetest
00:20 specing_ joined #minetest
01:19 Elon_Satoshi joined #minetest
03:01 Elzington joined #minetest
03:29 kamdard_ joined #minetest
04:33 erlehmann joined #minetest
05:11 Extex joined #minetest
06:04 CWz joined #minetest
06:08 IvanGorinich joined #minetest
06:46 Wuzzy joined #minetest
07:39 sys4 joined #minetest
07:44 independent_ joined #minetest
08:07 mmuller joined #minetest
08:08 jonadab joined #minetest
08:15 Elzington joined #minetest
08:19 independent_ joined #minetest
08:21 Elzington_ joined #minetest
09:27 Elzington joined #minetest
09:29 Taoki joined #minetest
09:38 longerstaff13 joined #minetest
09:49 entuland joined #minetest
10:04 Guest joined #minetest
10:16 calcul0n joined #minetest
10:27 Fixer joined #minetest
10:27 IvanGorinich joined #minetest
10:28 IvanGorinich Hello
11:12 jess joined #minetest
11:17 IvanGorinich joined #minetest
11:47 IvanGorinich joined #minetest
11:52 orwell96 joined #minetest
11:58 hecks joined #minetest
11:59 hecks left #minetest
11:59 IvanGorinich joined #minetest
12:21 specing_ joined #minetest
12:37 IvanGorinich joined #minetest
12:41 absurb joined #minetest
12:53 TomTom joined #minetest
13:03 Elzington_ joined #minetest
15:03 MTDiscord <Benrob0329> Connecting to Twitch IRC doesn't work anymore afaik
15:16 Verticen joined #minetest
15:30 GNUHacker joined #minetest
15:38 Extex joined #minetest
15:51 Hawk777 joined #minetest
16:13 Sven_vB_ joined #minetest
16:15 sys4 joined #minetest
16:17 book` joined #minetest
17:12 Kimapr4 joined #minetest
17:15 jluc joined #minetest
17:58 DUMdum joined #minetest
18:38 IvanGorinich joined #minetest
18:53 Talkless joined #minetest
18:58 garywhite joined #minetest
18:58 garywhite joined #minetest
19:07 alguien joined #minetest
19:11 alguien minetest basic_robot "direction" is overloaded: 1) absolute (N,E,S,W) 2) relative(up, down, left, right, forward, backward) 3) yaw 4) vectors (self.viewdir(), ie cos(yaw), 0 , sin(yaw)) 5) dirid (<insert more math here>)
19:13 alguien you start thinking in terms of 1 at first. You program in terms of 2. You track your own view in terms of 3. You track the bot's view int erms of 4. To properly orient stuff you need 5
19:13 alguien *properly orient stuff to place
19:14 tuxifan joined #minetest
19:15 alguien I'm attempting to place a block oriented the same way as the robot. That is to say, I need to convert #4 into #5
19:15 ShadowBot https://github.com/minetest/minetest/issues/4 -- cppcheck warnings
19:15 ShadowBot https://github.com/minetest/minetest/issues/5 -- Fixed key names so the key set menu now works. by adamnew123456
19:17 alguien Also I'm not sure if it's the server or what, but player.getview(someone) (which is player:get_look_dir()) returns a different vector than does self.viewdir() ({x=math.cos(yaw), y = 0, z=math.sin(yaw)})
19:20 Krock alguien: https://dev.minetest.net/images/a/aa/player_object_look_horizontal_vertical_yaw.png
19:21 Krock for Z you need cos, and X -sin
19:22 independent_ joined #minetest
19:25 alguien yeah basic_robot does it the other way around, sets x to cos, and y to sin
19:25 alguien s/y/z/
19:25 alguien i mean: replace y in z in that sentence
19:25 alguien s/in/with/
19:25 alguien sorry about that
19:26 alguien https://github.com/ac-minetest/basic_robot/blob/master/init.lua#L106
19:26 longerstaff13 joined #minetest
19:44 alguien how do you turn off the new fly/swim where you look movement?
19:45 Krock alguien: https://github.com/minetest/minetest/blob/master/minetest.conf.example#L218-L221
19:45 Krock P like Pitch move
19:46 alguien thanks mate, that'll help
20:02 independent_ joined #minetest
20:31 entuland joined #minetest
20:34 jluc joined #minetest
20:35 absurb joined #minetest
20:38 independent_ joined #minetest
20:39 Verticen joined #minetest
20:53 independent_ joined #minetest
21:22 Verticen joined #minetest
21:41 Verticen joined #minetest
22:00 Sven_vB joined #minetest
22:08 alguien_ joined #minetest
22:39 Elzington__ joined #minetest
22:59 Elzington joined #minetest
23:09 Elzington_ joined #minetest
23:36 Alias2 joined #minetest
23:42 jonadab joined #minetest
23:47 jonadab Hmm.  My script that calls minetestmapper was working fine before the power blink.  Now, minetestmapper just says "Exception: attempt to write a readonly database" and exits.  minetestserver is able to access the world, and I can sign on with a client and break and place blocks.  Also, I've checked that none of the world's files are readonly at the filesystem level.
23:47 jonadab Hmm, there's a map.sqlite-journal file, maybe that is relevant somehow?
23:53 Taoki joined #minetest
23:54 FriendlyPerson[m <jonadab> "Hmm, there's a map.sqlite-..." <- That's interesting a journaling file but nothing gotten locked. I wonder if it a transaction was "lost" during the process that the world had no idea "yet".
23:54 jonadab Lost transactions are entirely possible.
23:54 jonadab There were probably chunks loading or even generating when the power blinked.
23:55 jonadab I was using fast+fly specifically to generate map area, in order to be able to get a map of the area around spawn.
23:55 FriendlyPerson[m Indeed that's what PROBABLY happened then.
23:55 jonadab So what do I _do_ about it?
23:56 jonadab Also, why does minetestmapper care about the DB being readonly?  Isn't it just reading anyway?
23:56 jonadab I would expect minetestserver to care about that, more than minetestmapper.
23:57 jonadab Hmm, speaking of that, I should check minetestserver's stdeerr output for notes about it.
23:59 jonadab Yeah, minetestserver's stderr says *nothing* about this.

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