IRC logs for #openttd on OFTC at 2018-10-17
            
00:06:55 <planetmaker> iSoSyS, for me, on 2 monitors, OpenTTD covers in full screen one monitor (as does any other full screen programme)
00:08:01 *** Eddi|zuHause2 is now known as Eddi|zuHause
00:08:03 <iSoSyS> main monitor, or the one where the window currently is?
00:08:25 <Eddi|zuHause> most modern games offer choice between "actual" fullscreen and "windowed" fullscreen
00:08:41 <Eddi|zuHause> which may behave differently
00:09:57 <iSoSyS> I am aware. It is also common to offer an option with the target screen (for borderless at least)
00:10:15 <planetmaker> the latter: current monitor... I wanted to answer until I just tried again
00:10:26 <planetmaker> funkily it cloned itself to both screens :|
00:12:05 <iSoSyS> interesting behavior
00:13:42 <planetmaker> bloody hell. That killed my monitor arrangement and set it to mirror
00:14:18 <iSoSyS> lol. That's something not expected.
00:14:34 <planetmaker> let's see whether it happens again
00:14:38 <ST2> sorry the intrusion: iSoSyS: and about this? https://www.engadget.com/2018/10/15/dell-49-inch-ultrawide-dual-qhd-monitor/
00:14:51 <ST2> (off the chat, sorry)
00:15:05 <planetmaker> yes. Indeed, it happened again
00:15:22 <planetmaker> Activating full screen in openttd resets my monitor arangement to mirror instead of dual
00:16:34 <planetmaker> That's something new to me. And that definitely was different before
00:16:52 *** Wacko1976 has quit IRC
00:20:17 <iSoSyS> I did hammer down a few changes to enable borderless in sdl. But I did some wrong assumptions, and while redoing I stopped once I realized I couldn't handle multi-monitor arrangements from within sdl.
00:22:17 <planetmaker> maybe that's the issue with it...
00:22:24 <iSoSyS> So I guess I either wait for SDL2 or I need to handle it without the help of SDL. Which would be hard and very platform dependent
00:23:03 <iSoSyS> maybe. From my searchs, sdl1.2 is not known to handle multimonitors nicely
00:23:07 <planetmaker> well... platform dependent it is anyway. SDL is primarily used for linux support in OpenTTD. Windows uses GDI. And OSX uses cocoa
00:23:36 <planetmaker> yet, last time I tried, SDL worked at least on mac. But that's rather years ago than months
00:25:09 <iSoSyS> and the other more obscure platforms? isn't it with sdl?
00:25:34 <planetmaker> well, likely. I honestly don't know. Android is a kind of linux as well
00:26:24 <iSoSyS> yes, it seems so. I just checked the readme, except DOS everything is SDL
00:28:02 <planetmaker> I don't say to not care... but if SDL on general linux is improved... that's a win. Even when it doesn't work on some more obscure system :)
00:29:17 <iSoSyS> Actually now I'm curious, anyone with multi-monitor setup wants to try my "bordeless" attempt? https://github.com/MiguelHorta/OpenTTD/tree/t4449/borderless
00:29:39 <iSoSyS> did SDL2 drop support of any platform?
00:31:04 *** Thedarkb-T60 has quit IRC
00:33:06 <planetmaker> I shall try
00:35:09 <iSoSyS> It's a dropdown in the settings.
00:35:24 <iSoSyS> btw, you lose alt-tab when in borderless
00:35:42 <planetmaker> ok. Is that necessary to loose?
00:36:29 <iSoSyS> no, but you need to handle explicitly. Since when in borderless the WM delegates all tasks to you
00:37:46 *** sim-al2 has joined #openttd
00:38:11 <planetmaker> where's the setting for borderless?
00:38:23 <iSoSyS> game settings
00:38:38 <iSoSyS> dropdown bellow screen resolution
00:40:20 <planetmaker> hm...
00:41:54 <planetmaker> ok, my fault... built wrong revision from your repo :D
00:42:04 <planetmaker> interestingly ... full screen worked there...
00:42:23 *** Thedarkb-T60 has joined #openttd
00:43:21 <iSoSyS> strange, any other of my branchs don't have video driver related changes. So it is something in between 1.8.0 and HEAD
00:44:35 <planetmaker> yeah... my checkout wasn't very recent... so maybe
00:45:01 <planetmaker> so, your windowless version works for me. When activated, it defaults to complete desktop, covering both my screens
00:45:48 <planetmaker> when I change the resolution to smaller, then the main menu and settings window are not re-positioned. I might end up w/o access to them had I made it smaller than half the width
00:46:22 <iSoSyS> Well at least it behaves as expected.
00:46:39 <planetmaker> I'm not sure we have a callback for that, though to reposition windows
00:47:49 <iSoSyS> it's GameSizeChanged()
00:47:56 <planetmaker> I experience little difference between switching between windowed, fullscreen and borderless modes though
00:48:26 <iSoSyS> do fullscreen also spawn both screens?
00:49:12 *** Lejving_ has joined #openttd
00:51:16 <planetmaker> yes
00:51:22 <planetmaker> one big screen
00:51:43 <planetmaker> hm
00:52:42 <planetmaker> err...
00:52:43 <iSoSyS> well, that's the part that would need platform depend things. Spawn both screens is not the intended behavior 99% of the times
00:52:46 <planetmaker> well...
00:53:00 <planetmaker> sometimes one, sometimes both screens when selecting 'full screen'
00:53:00 <iSoSyS> borderless to windowed crashes?
00:53:05 <planetmaker> no crashes
00:53:20 <planetmaker> I can switch from whatever to whatever mode w/o issue
00:53:32 <iSoSyS> ah I saw some crashed with the transition borderless to windowed.
00:54:23 *** Supercheese has quit IRC
00:54:33 <iSoSyS> not crash, more like unresponsive. But anyway that is strange. At least I expected some consistency in the behavior
00:55:39 <planetmaker> there is some regularity... but given the time I'm not exactly awake enough anymore to say exactly :)
00:56:04 *** Lejving has quit IRC
00:56:11 *** wodencafe has joined #openttd
00:57:38 <planetmaker> I don't think there's anything unresponsive for me either. It's a quick and clean switch
00:57:43 <planetmaker> no flickering, no nothing
00:59:35 <iSoSyS> btw, what is your environment? X11 or wayland?
01:01:13 <planetmaker> it's fedora 28. So Wayland I suppose
01:01:35 <iSoSyS> interesting interesting
01:04:16 <planetmaker> It's using the default noveau graphics driver, no nVidia stuff
01:08:14 <planetmaker> anyway, good night for now :)
01:08:33 <iSoSyS> it seems only fedora 28 gnome has wayland
01:08:43 <iSoSyS> sure. Good night :)
01:09:45 <planetmaker> well, there'll be Fedora 29 very soonish :P
01:11:08 <planetmaker> hm
01:11:28 <planetmaker> $ echo $XDG_SESSION_TYPE
01:11:28 <planetmaker> x11
01:11:42 <planetmaker> my beliefs crumble :P
01:12:28 <peter1138> https://www.libssh.org/2018/10/16/libssh-0-8-4-and-0-7-6-security-and-bugfix-release/
01:12:31 <peter1138> o_O
01:13:36 <planetmaker> oh bugger
01:15:11 <iSoSyS> wait, that affects a fuckton of servers.
01:16:02 <planetmaker> like... every server
01:20:18 *** Flygon has joined #openttd
01:22:40 <iSoSyS> ahhh libssh and openssh are different things
01:22:47 <iSoSyS> the internet can remain calm
01:34:07 *** Progman has quit IRC
01:58:13 *** Supercheese has joined #openttd
01:58:32 *** Thedarkb-T60 has quit IRC
02:04:14 *** iSoSyS has quit IRC
02:06:32 *** Supercheese has quit IRC
02:06:54 *** Supercheese has joined #openttd
02:21:37 *** Thedarkb-X40 has joined #openttd
02:24:56 *** Samu has quit IRC
03:03:18 *** glx has quit IRC
03:15:44 *** snail_UES_ has joined #openttd
03:19:09 *** dvim has quit IRC
03:20:52 *** WWacko1976-work has joined #openttd
03:44:44 *** dvim has joined #openttd
03:56:59 *** KouDy has quit IRC
04:35:18 *** KouDy has joined #openttd
05:05:52 *** Laedek has quit IRC
05:09:27 *** Laedek has joined #openttd
05:20:52 *** KouDy has quit IRC
05:38:39 *** KouDy has joined #openttd
06:00:01 *** snail_UES_ has quit IRC
06:04:57 *** haudrauf has quit IRC
06:06:06 *** haudrauf has joined #openttd
06:36:39 *** Supercheese has quit IRC
06:37:04 *** Supercheese has joined #openttd
07:12:23 *** dvim has quit IRC
07:16:03 *** Wacko1976 has joined #openttd
07:44:36 *** glavinics has joined #openttd
07:48:57 <glavinics> hi
07:59:52 *** sla_ro|master has joined #openttd
08:05:18 *** sla_ro|master has quit IRC
08:05:34 *** Pikka has joined #openttd
08:08:21 *** glavinics has quit IRC
08:11:17 *** sla_ro|master has joined #openttd
08:15:03 *** Arveen2 has joined #openttd
08:19:19 *** Arveen has quit IRC
08:23:49 *** Arveen2 has quit IRC
08:54:06 *** glavinics has joined #openttd
09:11:12 *** sla_ro|master2 has joined #openttd
09:18:19 *** sla_ro|master has quit IRC
09:19:33 *** KouDy has quit IRC
09:19:57 *** Supercheese has quit IRC
09:26:37 *** KouDy has joined #openttd
09:28:31 *** sla_ro|master2 has quit IRC
09:33:25 *** sla_ro|master has joined #openttd
09:34:52 *** sla_ro|master has quit IRC
09:39:54 *** Thedarkb-X40 has quit IRC
09:44:05 *** Samu has joined #openttd
09:46:32 *** sla_ro|master has joined #openttd
09:49:07 <Samu> hi
10:18:37 *** Samu has quit IRC
10:19:41 *** iSoSyS has joined #openttd
10:19:46 *** Arveen has joined #openttd
10:20:54 *** glavinics has quit IRC
10:23:00 *** iSoSyS has quit IRC
10:23:05 *** glavinic_ has joined #openttd
10:27:21 *** matt21347 has joined #openttd
10:43:52 <Pikka> isn't it
10:44:05 <Xaroth> no
10:46:51 <Pikka> why not?
10:47:48 <Xaroth> no idea
10:47:51 <Xaroth> ask TrueBrain.
11:25:11 *** glavinic_ has quit IRC
11:37:57 *** glavinic_ has joined #openttd
11:56:37 *** glavinic_ has quit IRC
12:20:33 *** Stimrol has joined #openttd
13:22:50 *** glavinics has joined #openttd
13:30:52 *** GroovyNoodle has joined #openttd
13:44:37 *** glavinics has quit IRC
13:44:56 *** glavinics has joined #openttd
14:06:55 <Arveen> bird is the word
14:13:06 *** Laedek has quit IRC
14:18:15 <planetmaker> ho
14:23:11 *** glavinics has quit IRC
14:24:36 <Pikka> yo
14:39:06 *** dvim has joined #openttd
14:42:15 <Eddi|zuHause> "By presenting the server an SSH2_MSG_USERAUTH_SUCCESS message in place of the SSH2_MSG_USERAUTH_REQUEST message which the server would expect to initiate authentication, the attacker could successfully authentciate without any credentials." <-- what is this, win95-retro-feeling?
14:45:47 *** glavinics has joined #openttd
15:01:52 *** snail_UES_ has joined #openttd
15:07:50 *** snail_UES_ has quit IRC
15:14:42 *** glavinics has quit IRC
15:20:27 *** sla_ro|master has joined #openttd
15:22:41 *** Thedarkb-X40 has joined #openttd
15:35:24 *** sla_ro|master2 has joined #openttd
15:42:54 *** sla_ro|master has quit IRC
15:45:25 *** Thedarkb-T60 has joined #openttd
15:49:29 *** nielsm has joined #openttd
15:56:47 *** sim-al2 has quit IRC
15:57:17 *** Mahjong has joined #openttd
16:01:19 *** Mahjong1 has quit IRC
16:18:17 *** triolus has joined #openttd
16:19:06 *** Wormnest has joined #openttd
16:42:29 *** Wormnest has quit IRC
16:52:48 *** dvim has quit IRC
16:56:49 *** virtualrandomnumber has joined #openttd
16:59:39 *** Thedarkb-T60 has quit IRC
17:00:02 *** Thedarkb-T60 has joined #openttd
17:04:25 *** matt21347 has quit IRC
17:12:03 *** dvim has joined #openttd
17:29:27 *** glavinics has joined #openttd
17:33:44 *** WWacko1976-work has quit IRC
17:43:58 *** Flygon has quit IRC
18:01:04 *** Thedarkb-T60 has quit IRC
18:12:07 *** TheMask96 has quit IRC
18:16:03 *** TheMask96 has joined #openttd
18:22:22 *** HerzogDeXtEr has joined #openttd
18:26:11 *** Supercheese has joined #openttd
18:31:54 *** Samu has joined #openttd
18:32:16 *** virtualrandomnumber has quit IRC
18:34:52 *** Gja has joined #openttd
18:39:42 *** dvim has quit IRC
18:48:35 *** Pokka has joined #openttd
18:53:06 *** glavinics has quit IRC
18:55:25 *** Pikka has quit IRC
18:59:58 *** Thedarkb-X40 has quit IRC
19:00:37 *** Thedarkb-T60 has joined #openttd
19:08:23 *** Wolf01 has joined #openttd
19:08:33 <Wolf01> o/
19:09:14 *** Thedarkb-T60 has quit IRC
19:11:14 *** frosch123 has joined #openttd
19:19:53 <frosch123> Eddi|zuHause: https://security.openttd.org/en/CVE-2010-0401
19:23:00 <Samu> Just finished the AI competition
19:23:08 <Samu> took me too much time
19:23:37 <Samu> I started on 2nd october
19:24:56 *** andythenorth has joined #openttd
19:25:00 <andythenorth> yo
19:25:10 <Samu> will make a post later
19:25:49 <andythenorth> @seen truelight
19:25:49 <DorpsGek> andythenorth: I have not seen truelight.
19:31:23 *** wodencafe has quit IRC
19:33:34 *** Thedarkb-T60 has joined #openttd
19:46:28 *** Progman has joined #openttd
19:47:17 *** Pokka has quit IRC
19:53:10 *** matt21347 has joined #openttd
19:57:48 *** Wormnest has joined #openttd
20:03:18 <Eddi|zuHause> frosch123: i'm sure other people had those kinds of mistakes :p
20:04:17 <Wolf01> Speaking about mistakes, I heat up the PEARS with the GOULASH in the microwave, thinking they were potatoes
20:04:48 <Wolf01> I can't keep up with things today
20:04:49 <Eddi|zuHause> easy mistake :p
20:05:05 <Eddi|zuHause> at least both are edible :p
20:05:09 <Wolf01> Yeah
20:05:30 <Wolf01> Luckily I found they were pears before mixing it all up
20:06:03 <Eddi|zuHause> would probably not have been that bad...
20:06:11 *** wodencafe has joined #openttd
20:08:28 <Wolf01> I couldn't wait to try again :P
20:25:28 *** Gja has quit IRC
20:25:43 *** Wormnest has quit IRC
20:26:55 *** Thedarkb-X40 has joined #openttd
20:30:32 *** Wormnest has joined #openttd
20:38:37 *** Thedarkb-T60 has quit IRC
20:38:57 *** Thedarkb-X40 has quit IRC
20:42:18 *** wodencafe has quit IRC
20:42:29 *** Wormnest has quit IRC
20:42:53 *** Wormnest has joined #openttd
20:53:32 *** wodencafe has joined #openttd
20:55:35 *** glavinics has joined #openttd
21:00:46 <planetmaker> Wolf01, goulasch and pears doesn't sound as bad as one would think on first sight
21:02:32 <frosch123> i don't think i ever had cooked pears
21:03:26 <frosch123> but there are many receipts/pictures on the internet, so apparently it is a thing
21:03:39 *** glavinics has quit IRC
21:10:59 *** glx has joined #openttd
21:10:59 *** ChanServ sets mode: +v glx
21:11:26 <LordAro> more or less for the same reasons you cook any other fruit
21:12:10 <Wolf01> Luckily I like cooked pears :D
21:24:23 *** Wormnest has quit IRC
21:30:17 <andythenorth> so I wanted to ask Truebrain, but eh, he's maybe afk
21:30:25 <andythenorth> do we want to try and get help with infra?
21:30:41 <andythenorth> moving to github has worked for core, we have 156 closed PRs since April or so
21:30:53 <andythenorth> even 'good first task' things are getting looked at
21:31:06 <andythenorth> but the infra seems to have massive bus factor / limited progress
21:33:14 <Xaroth> If you say his name three times, it summons the TrueBrain.
21:33:27 <Xaroth> So whatever you do, don't say TrueBrain.
21:33:45 <andythenorth> does he then chop your head off with a hooked hand?
21:34:03 <Xaroth> Possibly
21:34:09 <DorpsGek> no, i have to
21:34:26 <Xaroth> BeelzeDorpsGek.
21:49:23 *** Stimrol has quit IRC
22:04:14 *** iSoSyS has joined #openttd
22:08:01 *** GroovyNoodle has quit IRC
22:15:06 *** Wolf01 is now known as Guest743
22:15:08 *** Wolf01 has joined #openttd
22:20:20 *** Wolf01 is now known as Guest746
22:20:22 *** Wolf01 has joined #openttd
22:20:28 *** Guest743 has quit IRC
22:23:12 *** Guest746 has quit IRC
22:23:50 *** frosch123 has quit IRC
22:25:46 *** Wolf01 is now known as Guest748
22:25:47 *** Wolf01 has joined #openttd
22:26:20 *** dvim has joined #openttd
22:29:24 *** Guest748 has quit IRC
22:30:27 *** haudrauf has quit IRC
22:36:12 *** Thedarkb-T60 has joined #openttd
22:43:49 *** Wolf01 has quit IRC
22:46:58 *** sla_ro|master2 has quit IRC
22:49:33 *** FLHerne has quit IRC
22:50:07 *** FLHerne has joined #openttd
22:57:23 *** andythenorth has left #openttd
23:14:17 *** Thedarkb-T60 has quit IRC
23:21:28 *** nielsm has quit IRC
23:24:03 *** Progman has quit IRC
23:30:01 *** HerzogDeXtEr has quit IRC