IRC logs for #openttd on OFTC at 2020-10-27
            
00:00:09 <andythenorth> lol
00:00:15 * andythenorth must to sleep
00:00:19 *** andythenorth has quit IRC
00:28:05 *** sla_ro|master has quit IRC
00:50:45 *** Flygon has joined #openttd
00:58:11 *** nielsm has quit IRC
01:03:05 *** arikover` has joined #openttd
01:10:24 *** arikover has quit IRC
01:15:38 *** Wormnest has quit IRC
02:14:32 *** Progman has quit IRC
02:23:14 *** arikover` has quit IRC
02:24:00 *** kane has joined #openttd
02:24:29 *** kane is now known as Guest4407
02:25:22 <Guest4407> Hello! Is it possible to change refresh rate of OpenTTD on Linux? I have 280hz monitor. I added display_hz = 280 to my config file, but nothing changed
02:41:58 <glx> display_hz is windows only
02:42:17 <Guest4407> Aw that sucks
02:43:03 <glx> and it's for fullscreen mode only
02:43:29 <glx> everything else should use desktop refresh rate
02:51:12 *** Guest4407 has quit IRC
04:03:28 *** glx has quit IRC
04:33:01 *** WormnestAndroid has quit IRC
04:33:31 *** WormnestAndroid has joined #openttd
04:59:48 *** debdog has joined #openttd
05:03:09 *** D-HUND has quit IRC
05:48:15 *** snail_UES_ has quit IRC
06:59:58 *** sla_ro|master has joined #openttd
07:41:16 *** supermop_Home_ has quit IRC
08:09:53 *** tokai|noir has joined #openttd
08:09:53 *** ChanServ sets mode: +v tokai|noir
08:16:41 *** tokai has quit IRC
08:27:04 *** WormnestAndroid has quit IRC
08:27:17 *** WormnestAndroid has joined #openttd
08:40:18 *** andythenorth has joined #openttd
08:53:15 *** rptr_ has joined #openttd
08:57:52 <andythenorth> yo
08:58:07 <andythenorth> can't think why, but situation seems familiar :) https://www.theregister.com/2020/10/26/linux_kernel_intel/
09:29:53 <Eddi|zuHause> well, my software engineering professor said, maintenance is 90% of the work, but everybody only wants to do the other 10%
09:40:50 *** longtomjr has joined #openttd
09:57:56 *** Progman has joined #openttd
10:16:04 *** longtomjr has quit IRC
10:44:39 *** longtomjr has joined #openttd
10:58:31 <TrueBrain> fuck you CSS .. FireFox inspect tool is lying
10:58:41 <TrueBrain> well, it is not, but fuck CSS :P
10:59:03 <longtomjr> I think that is a message we all can get behind
10:59:20 <LordAro> lewd
10:59:22 <TrueBrain> which is the worst :P
10:59:50 <TrueBrain> so I made 4 boxes with an height of 150px
10:59:53 <TrueBrain> they all have different heights :P
11:04:50 <TrueBrain> right .. now how to vertical align stuff .. hmm
11:05:22 <TrueBrain> table-cell to the rescue
11:07:37 <longtomjr> are you using grid?
11:07:57 <TrueBrain> https://55984caaa3e9.eu.ngrok.io/en/Manual/Cargo#cargo-types-flow-charts
11:07:57 <andythenorth> 'how to vertical align stuff'
11:07:59 <andythenorth> lol
11:07:59 <TrueBrain> that looks good enough
11:08:07 <andythenorth> that looks perfect
11:08:16 <andythenorth> one day these things will be simple
11:08:23 <TrueBrain> not sure how other galleries work, but what-ever :P
11:08:31 <TrueBrain> andythenorth: the day the Internet dies? :P
11:14:30 <TrueBrain> https://55984caaa3e9.eu.ngrok.io/en/Community/NewGRF/Romtrain/Picture
11:14:33 <TrueBrain> okay, even that looks nice
11:14:53 <TrueBrain> just "center" has different meanings for a h2 as for a caption .. which triggers my OCD
11:15:47 <TrueBrain> fixed
11:15:48 <TrueBrain> :D
11:17:08 <TrueBrain> okay, that was easier than I expected :) happy now
11:18:18 <TrueBrain> https://55984caaa3e9.eu.ngrok.io/en/Manual/Signals <- wish I knew how to make the captions not exceed the size of the image ... but the width is not defined here, so I am not sure that is possible
11:18:26 <TrueBrain> people can just declare the width, and it will be fixed
11:18:57 <longtomjr> the captions under the images
11:23:30 <TrueBrain> guess either someone needs to go through the pages and set a width, or someone needs to find some CSS magic :D
11:23:41 <TrueBrain> it does look a lot better if the width of the image is winning
11:25:53 <TrueBrain> mediawiki inspects the image, and hardcodes the width .. I would like to avoid that :D
11:26:26 <longtomjr> I am sure there is a way to do this with CSS, but I might be wrong
11:28:41 <TrueBrain> sadly, "hope" is not a currency I can trade :)
11:29:29 <longtomjr> I were having a poke around and a look, but my power has been cut because of building this whole morning, so need to get some paying work done.
11:36:13 <longtomjr> TrueBrain, https://developer.mozilla.org/en-US/docs/Web/HTML/Element/figcaption
11:38:29 <longtomjr> not css, but it might work for this
11:40:08 <TrueBrain> I guess, but that requires some more changes :P
11:41:59 <longtomjr> https://stackoverflow.com/questions/30686191/how-to-make-image-caption-width-to-match-image-width
11:43:27 <TrueBrain> same solution ;)
11:43:29 <longtomjr> `display: table-caption;` seems to do something as well
11:43:49 <longtomjr> Yep, but I were referencing the table-caption and other css properties
11:43:58 <TrueBrain> check the HTML :)
11:44:02 <TrueBrain> it is just another <figure> :)
11:44:12 <TrueBrain> when using <figure>, the rest follows
11:44:17 <TrueBrain> but that is a bit of a change :)
11:45:34 <longtomjr> adding the `display: table-caption;` to the .thumbcaption class changes it to not change the sizing anymore
11:46:02 <longtomjr> it is still not correct, but there might be a way to get it to play ball without having to change the markup
11:46:53 <TrueBrain> lol .. so that answer overcomplicated the situation; nice :P
11:47:32 <TrueBrain> well, that heavily improves the Signals page
11:47:33 <TrueBrain> nice
11:47:57 <longtomjr> link?
11:48:34 <TrueBrain> the same as earlier :)
11:48:39 <longtomjr> yaay, nice
11:53:34 <TrueBrain> now to figure out where the vertical spacing comes from between caption and image
11:53:37 <TrueBrain> it is off by a few pixels
11:54:01 <TrueBrain> nothing is claiming the space ..
11:59:41 <TrueBrain> funny, FireFox renders the caption fine; Chrome fucks it up :P
12:01:20 <longtomjr> Thanks google
12:01:46 <longtomjr> What about IE though
12:03:29 <TrueBrain> zero fucks were given
12:03:56 <longtomjr> lol
12:04:13 <TrueBrain> and now Chrome draws the border wrong
12:04:14 <TrueBrain> lol
12:07:56 <TrueBrain> right, "fixed" it :P
12:35:36 <TrueBrain> okay, pushed all the changes to GitHub, w00p. Next job on the list ... copy the code from bananas-server to download and reload the GitHub "data" repository :) pam pam pammmmm
12:37:39 <TrueBrain> https://55984caaa3e9.eu.ngrok.io/en/Community/Junctionary/3%E2%88%954ths%20junction <- "This junction is pretty easy to make, but is not complete and so trains can get lost. " .... lol?
12:43:03 *** k-man_ has joined #openttd
12:49:43 *** k-man has quit IRC
13:07:25 *** k-man__ has joined #openttd
13:14:06 *** k-man_ has quit IRC
13:40:03 *** jottyfan has joined #openttd
13:58:36 *** snail_UES_ has joined #openttd
14:07:11 <Eddi|zuHause> i've never understood the "junctionary"
14:24:02 *** rptr_ has quit IRC
14:28:11 * andythenorth reads
14:28:17 <andythenorth> wow https://55984caaa3e9.eu.ngrok.io/en/Community/Junctionary/Dual%20Branch-Merge%20Junction
14:29:59 <longtomjr> https://55984caaa3e9.eu.ngrok.io/en/Community/Junctionary/Quad%20Branch-Merge%20Junction
14:30:45 *** supermop_Home has joined #openttd
14:30:50 <andythenorth> this is my most advanced junction currently grf.farm/images/junctionary.png
14:30:57 <andythenorth> https://grf.farm/images/junctionary.png
14:31:24 <longtomjr> Hmm is that flyover needed?
14:32:17 <andythenorth> I often don't bother
14:32:25 <andythenorth> but flat crossings cause contention
14:32:57 <andythenorth> and a PBS signal gap has to be left, as long as longest train
14:33:20 <andythenorth> which means the track throughput is reduced even when flat crossing is not in use
14:33:49 <longtomjr> Yep, but that is fine untill traffic picks up
14:35:02 <longtomjr> I normally try to upgrade my lines organically, or use existing bridges / tunnels to avoid creating new grade seperated crossings
14:35:26 <andythenorth> mostly I do this until the route starts to block
14:35:28 <andythenorth> https://grf.farm/images/junctionary_2.png
14:37:03 <longtomjr> yep, I do similar stuff, I try to avoid the x-es though, since irl if there is space it is a lot easier to not have rails crossing
14:52:40 <andythenorth> so the commuter airport is really high throughput
14:52:45 <andythenorth> assuming only small planes are needed
14:55:22 <Timberwolf> andythenorth: Same here, realistic until it needs to not be realistic :)
14:58:12 <Timberwolf> Although the point at Wimbledon where the SWML goes from (up slow, up fast, down fast, down slow) to (up fast, down fast, up slow, down slow) I count as a real-world prototype for a typical OpenTTD junction.
14:58:44 <longtomjr> I mean once the traffic gets big enough, flyover and more complicated junctions start to be required irl as well
14:59:50 *** andythenorth has quit IRC
15:00:02 <Timberwolf> Yep, it's just rarer to have that volume (and usually irl we tolerate 1-2m wait for a signal across a flat junction)
15:00:26 <longtomjr> Also, ttd scale being a bit odd etc, lines tend to get a lot more traffic than you might expect
15:01:42 <longtomjr> I mostly build my lines to be ok with waiting, especially long trains that carry bulk cargo, so waiting at a passing loop is quite common
15:25:50 <FLHerne> I think Windmill Bridge is a better example
15:25:58 <FLHerne> Particularly after the upcoming rebuild
15:26:15 <FLHerne> https://www.londonreconnections.com/wp-content/uploads/Windmill-Bridge-Complex-June-2020-1.jpg
15:26:46 <longtomjr> oh wow that is cool
15:26:56 <FLHerne> https://www.londonreconnections.com/wp-content/uploads/WBJ-8b-3.png
15:27:46 <FLHerne> (yes, those are multiple three-level bridges)
15:29:20 <FLHerne> It has a junction on a Y-shaped bridge above another junction on another Y-shaped bridge above a junction
15:32:30 *** Wormnest has joined #openttd
15:55:05 *** jottyfan has quit IRC
16:01:51 *** rptr_ has joined #openttd
16:23:16 *** nielsm has joined #openttd
16:29:37 <supermop_Home> yo
16:36:49 *** longtomjr has quit IRC
16:44:16 *** andythenorth has joined #openttd
17:01:14 *** Markk has quit IRC
17:07:23 *** Flygon has quit IRC
18:09:15 *** tokai has joined #openttd
18:09:15 *** ChanServ sets mode: +v tokai
18:16:11 *** tokai|noir has quit IRC
18:17:36 *** gelignite has joined #openttd
18:26:58 *** frosch123 has joined #openttd
18:35:44 *** glx has joined #openttd
18:35:44 *** ChanServ sets mode: +v glx
18:52:03 <DorpsGek_III> [OpenTTD/OpenTTD] DorpsGek pushed 1 commits to master https://git.io/JTPRq
18:52:03 <DorpsGek_III> - Update: Translations from eints (by translators)
18:57:51 *** Wolf01 has joined #openttd
19:08:02 *** HerzogDeXtEr has joined #openttd
19:11:37 <DorpsGek_III> [OpenTTD/team] andrejmoltok opened issue #68: [hu_HU] Translator access request https://git.io/JTPEq
19:41:05 <supermop_Home> i should get back to drawing sprites or something
20:04:27 <andythenorth> I enjoy it
20:07:35 *** HerzogDeXtEr1 has joined #openttd
20:14:34 *** HerzogDeXtEr has quit IRC
20:22:14 *** rptr_ has quit IRC
20:39:18 *** Markk has joined #openttd
20:54:40 *** tokai|noir has joined #openttd
20:54:40 *** ChanServ sets mode: +v tokai|noir
21:01:36 *** tokai has quit IRC
21:08:44 *** HerzogDeXtEr has joined #openttd
21:14:54 *** HerzogDeXtEr1 has quit IRC
21:26:52 *** gelignite has quit IRC
21:35:51 <andythenorth> well
21:35:53 *** rptr_ has joined #openttd
21:37:02 *** jottyfan has joined #openttd
22:07:28 *** HerzogDeXtEr1 has joined #openttd
22:14:34 *** HerzogDeXtEr has quit IRC
22:14:44 *** iSoSyS has joined #openttd
22:29:45 *** frosch123 has quit IRC
22:40:19 *** SpComb^ has quit IRC
22:40:34 *** Wolf01 has quit IRC
22:51:02 <supermop_Home> well indeed
22:51:09 <supermop_Home> tried to go early vote
22:53:34 *** HerzogDeXtEr1 has quit IRC
22:53:46 <supermop_Home> line too long going to try again tomorrow
22:54:21 <FLHerne> US?
22:54:25 <FLHerne> Your voting system sucks
22:54:47 <supermop_Home> no way to change it other than by voting though
22:54:53 <supermop_Home> new York city
22:55:03 * FLHerne has never waited in a queue of more than three people to vote :p
22:55:09 <FLHerne> Well, three people and a dog
22:55:44 <supermop_Home> new York is always bizarrely difficult to vote in, moreso than most other states
22:55:46 <FLHerne> But dogs can't vote, so perhaps it doesn't count
22:56:18 <supermop_Home> this is the first time they even did early voting here (many other states have had it for years)
22:56:58 <supermop_Home> and they really just half-assed it. there seems to be like only one early voting location for all of lower manhattan
22:59:42 <FLHerne> tfw when you write a patch and then discover why the original author didn't do it that way
23:00:05 <FLHerne> Also, nml doesn't have enough tests :-(
23:05:18 *** jottyfan has quit IRC
23:05:22 <andythenorth> oof
23:05:34 *** iSoSyS has quit IRC
23:05:47 <andythenorth> I wish I had automated tests
23:05:50 <andythenorth> so that some days
23:05:54 <andythenorth> I could jenkins
23:06:02 <andythenorth> and it would say "stay in bed, you don't work"
23:31:39 *** rptr_ has quit IRC
23:38:45 *** sla_ro|master has quit IRC
23:40:03 *** k-man__ is now known as k-man
23:55:49 *** nielsm has quit IRC
23:55:50 *** andythenorth has quit IRC