IRC logs for #openttd on OFTC at 2025-06-30
            
00:21:48 *** WormnestAndroid has quit IRC (Remote host closed the connection)
00:21:51 *** WormnestAndroid has joined #openttd
00:24:55 *** Wormnest has quit IRC (Ping timeout: 480 seconds)
01:33:47 *** Wormnest has joined #openttd
01:44:18 *** Wormnest has quit IRC (Quit: Leaving)
02:17:12 *** gnu_jj has joined #openttd
02:20:49 *** gnu_jj_ has quit IRC (Ping timeout: 480 seconds)
03:08:14 <pickpacket> _glx_: thanks! I totally forgot about that
04:03:59 *** keikoz has joined #openttd
04:04:10 *** WormnestAndroid has quit IRC (Remote host closed the connection)
04:04:20 *** WormnestAndroid has joined #openttd
04:44:34 <DorpsGek> [OpenTTD/OpenTTD] eints-sync[bot] pushed 1 commits to master https://github.com/OpenTTD/OpenTTD/commit/7c33a67e7b80eb500d5fcfea838f078f4caf2504
04:44:35 <DorpsGek> - Update: Translations from eints (by translators)
05:41:04 <DorpsGek> [OpenTTD/OpenTTD] Release workflow was not successful https://github.com/OpenTTD/OpenTTD/actions/runs/15964410633
05:57:30 <DorpsGek> [OpenTTD/OpenTTD] Release workflow was not successful https://github.com/OpenTTD/OpenTTD/actions/runs/15964410633
06:16:29 <peter1138[d]> Oh no.
06:16:29 *** WormnestAndroid has quit IRC (Read error: Connection reset by peer)
06:22:55 *** WormnestAndroid has joined #openttd
06:27:41 <peter1138[d]> Hmm, should the ellipsis be translatable?
06:38:17 <truebrain> Just keep retrying till it works 🙂
06:38:25 <truebrain> It will work at some point
06:42:37 <pickpacket> true words. Worked for rust code I tested this morning
06:44:13 <peter1138[d]> https://cdn.discordapp.com/attachments/1008473233844097104/1389134412716834836/image.png?ex=686383bc&is=6862323c&hm=c50e160fb81cc98aba1a30236332fcd101f549cfda7095f2ff257400c61393da&
06:44:13 <peter1138[d]> Hmm, is this ellipsis alignment better? Shame about the spaces...
06:47:10 <peter1138[d]> https://cdn.discordapp.com/attachments/1008473233844097104/1389135157889466490/image.png?ex=6863846e&is=686232ee&hm=755a96750c0f2d4f96371a18ba405aeda9d98548a7dae8f6531f3a0793c1c3c9&
06:47:10 <peter1138[d]> Current alignment.
06:52:56 <pickpacket> peter1138[d]: aesthetically the right-aligned one is prettier, but only until you start reading. The current is correct
06:53:07 <pickpacket> in other words I like the current one better
06:53:50 <peter1138[d]> So right aligned is correct?
07:01:34 <pickpacket> what? No; that introduces spaces in incorrect places
07:01:48 <peter1138[d]> The current one is right aligned.
07:01:52 <pickpacket> And I use semicolons way too much
07:02:15 *** WormnestAndroid has quit IRC (Remote host closed the connection)
07:02:16 <pickpacket> Oh! Well in that case the new one is better
07:02:48 <pickpacket> Ah, I opened the images in a tab each to compare and the tabs were placed in the opposite order to what I expected 🤦
07:03:17 *** WormnestAndroid has joined #openttd
07:04:05 <pickpacket> *sigh* I have a colleague whom I think is way too good at coding. Every time I review something of theirs they've added some new fancy framework. It looks elegant but ffs.
07:07:20 <DorpsGek> [OpenTTD/survey-web] survey-summary[bot] pushed 1 commits to main https://github.com/OpenTTD/survey-web/commit/69ed73b6058eca6b4d895ad1ac2ff5024fb89b44
07:07:21 <DorpsGek> - Add: summary for week 26 of 2025 (by OpenTTD Survey)
07:39:26 <peter1138[d]> Well.
07:43:12 <DorpsGek> [OpenTTD/OpenTTD] PeterN opened pull request #14400: Fix: Don't include ellipsis width in RTL truncation offset. https://github.com/OpenTTD/OpenTTD/pull/14400
07:55:10 <DorpsGek> [OpenTTD/OpenTTD] glx22 approved pull request #14400: Fix: Don't include ellipsis width in RTL truncation offset. https://github.com/OpenTTD/OpenTTD/pull/14400#pullrequestreview-2970258599
08:01:15 <peter1138[d]> https://cdn.discordapp.com/attachments/1008473233844097104/1389153801621078106/Screencast_from_2025-06-30_09-00-27.webm?ex=686395cb&is=6862444b&hm=4f5878a24b15c22678ad1f323c84df37436e7381207d0f63ca096cc687c22717&
08:01:15 <peter1138[d]> Hmm, this feels wrong. Look at the "Gold Event" line.
08:02:18 <_zephyris> Oof
08:03:30 <_zephyris> Mixed LTR and RTL is a bit of a nightmare
08:21:40 <_glx_> ah yeah, offset is now wrong in this case
08:22:25 <_glx_> but it was wrong in other case too
08:28:20 <peter1138[d]> Not sure this is anything to do with mixing LTR and RTL.
08:54:40 <peter1138[d]> https://cdn.discordapp.com/attachments/1008473233844097104/1389167242964369518/image.png?ex=6863a250&is=686250d0&hm=5564458562ff44c69d26f0c50f6835cfe48de2d50b474d4b86ac88e557481236&
08:54:40 <peter1138[d]> Yeah, this is a separate issue that also affects LTR.
08:55:16 <peter1138[d]> Just happens that we've never had a place where even the ellipsis doesn't fit in before.
08:55:58 <peter1138[d]> Potential "fix" is to just not show the content version if the width of the column is too narrow.
08:56:24 <peter1138[d]> More of a workaround though.
08:57:14 <_glx_> maybe reduce column width by ellipsis size if string doesn't fit in normal width
09:03:29 <DorpsGek> [OpenTTD/OpenTTD] PeterN merged pull request #14400: Fix: Don't include ellipsis width in RTL truncation offset. https://github.com/OpenTTD/OpenTTD/pull/14400
09:12:42 <kuhnovic> pickpacket: Overengineering this is _not_ what good developers do
09:19:56 <peter1138[d]> Oops.
09:32:34 <pickpacket> kuhnovic: word. He's really good at making a case for everything he does, sadly. Often I feel like I'm the only one saying no
09:41:00 <peter1138[d]> Oof, smart watches are kind spendy.
09:42:51 <peter1138[d]> Maybe I should go back to (Re)Pebble.
10:03:03 *** akimoto has joined #openttd
11:34:12 <kuhnovic> pickpacket: At my company we had a contractor that was hellbent on solving everything using templates. We we're using C++11 back then, so he decided to implement all kinds of evil trickery to simulate C++17 template-related features. This all turned into a maintenance nightmare, and of course the guy was already off to the next job...
11:44:35 *** Flygon has quit IRC (Remote host closed the connection)
11:50:11 <DorpsGek> [OpenTTD/nml] Rito13 opened issue #380: If behavior depends on type of error it contains https://github.com/OpenTTD/nml/issues/380
12:02:06 *** akimoto has quit IRC (Ping timeout: 480 seconds)
12:51:32 *** WormnestAndroid has quit IRC (Remote host closed the connection)
12:51:52 *** WormnestAndroid has joined #openttd
12:54:57 <pickpacket> kuhnovic: ugh
13:00:05 <peter1138[d]> kuhnovic: Yapf eh?
13:17:34 <kuhnovic> Yupf
13:33:07 <DorpsGek> [OpenTTD/nml] glx22 commented on issue #380: If behavior depends on type of error it contains https://github.com/OpenTTD/nml/issues/380
13:36:50 *** WormnestAndroid has quit IRC (Remote host closed the connection)
13:37:00 *** WormnestAndroid has joined #openttd
14:04:53 <peter1138[d]> A bit warm.
15:13:20 <DorpsGek> [OpenTTD/nml] FLHerne commented on issue #380: If behavior depends on type of error it contains https://github.com/OpenTTD/nml/issues/380
15:17:54 *** WormnestAndroid has quit IRC (Remote host closed the connection)
15:17:56 *** WormnestAndroid has joined #openttd
15:18:51 <DorpsGek> [OpenTTD/nml] glx22 commented on issue #380: If behavior depends on type of error it contains https://github.com/OpenTTD/nml/issues/380
15:25:44 <FLHerne> _glx_: I know that's the case but from a user perspective it doesn't seem relevant
15:26:26 <FLHerne> most NML users won't look at or understand the resulting NFO, that's the entire point
15:38:22 <_glx_> anyway if there's something wrong it could be on openttd side
15:39:33 <_glx_> unless it's about bit 7 and indeed nml never sets it
15:40:24 <_glx_> that could explain the "too late"
15:42:14 *** Wormnest has joined #openttd
16:08:44 <DorpsGek> [OpenTTD/OpenTTD] 2TallTyler closed issue #14399: [Crash]: Game crash (unexcpected ;( ) https://github.com/OpenTTD/OpenTTD/issues/14399
16:08:47 <DorpsGek> [OpenTTD/OpenTTD] 2TallTyler commented on issue #14399: [Crash]: Game crash (unexcpected ;( ) https://github.com/OpenTTD/OpenTTD/issues/14399
16:12:10 <DorpsGek> [OpenTTD/OpenTTD] PeterN opened pull request #14401: Fix: Don't draw truncation ellipsis if it's too wide. https://github.com/OpenTTD/OpenTTD/pull/14401
16:22:09 <DorpsGek> [OpenTTD/OpenTTD] PeterN opened pull request #14402: Fix: Include sort button width in content list header minimal size. https://github.com/OpenTTD/OpenTTD/pull/14402
16:29:30 *** Wolf01 has joined #openttd
16:36:50 <DorpsGek> [OpenTTD/OpenTTD] 2TallTyler approved pull request #14402: Fix: Include sort button width in content list header minimal size. https://github.com/OpenTTD/OpenTTD/pull/14402#pullrequestreview-2971945832
16:38:04 <DorpsGek> [OpenTTD/OpenTTD] 2TallTyler commented on pull request #14401: Fix: Don't draw truncation ellipsis if it's too wide. https://github.com/OpenTTD/OpenTTD/pull/14401#pullrequestreview-2971949028
17:02:06 <DorpsGek> [OpenTTD/OpenTTD] PeterN commented on pull request #14401: Fix: Don't draw truncation ellipsis if it's too wide. https://github.com/OpenTTD/OpenTTD/pull/14401#issuecomment-3020026357
17:13:42 *** gelignite has joined #openttd
17:19:49 <peter1138[d]> Pom-tom-pom: `STR_ELLIPSIS :…`
17:22:23 <peter1138[d]> https://cdn.discordapp.com/attachments/1008473233844097104/1389295013954851010/image.png?ex=6864194f&is=6862c7cf&hm=90aa8bd7689ddc7d09ee23373bf3c6344ceb6de734b9f65537e1e4b656753c44&
17:22:23 <peter1138[d]> U+2026 with a CJK font.
17:22:50 <peter1138[d]> Hmm, I wonder what "..." does 🙂
17:23:52 <peter1138[d]> https://cdn.discordapp.com/attachments/1008473233844097104/1389295387063353386/image.png?ex=686419a8&is=6862c828&hm=2028ce6143e26f04fc79811421f61f4befa22afb5bf77b72085dbeceb8fcc642&
17:23:52 <peter1138[d]> Nothing special.
17:27:18 <andythenorth> lunch was chicken sandwich
17:30:43 <peter1138[d]> Not sure if this feasible right now.
17:31:06 <peter1138[d]> As it's affected/not affected by kerning, etc.
17:36:39 <DorpsGek> [OpenTTD/OpenTTD] 2TallTyler approved pull request #14401: Fix: Don't draw truncation ellipsis if it's too wide. https://github.com/OpenTTD/OpenTTD/pull/14401#pullrequestreview-2972114006
18:07:39 <DorpsGek> [OpenTTD/team] ShackMCrazyFish opened issue #648: [ru_RU] Translator access request https://github.com/OpenTTD/team/issues/648
19:32:41 *** Wormnest has quit IRC (Ping timeout: 480 seconds)
19:33:04 *** WormnestAndroid has quit IRC (Ping timeout: 480 seconds)
19:34:30 *** gelignite has quit IRC ()
19:40:08 <DorpsGek> [OpenTTD/OpenTTD] PeterN merged pull request #14401: Fix: Don't draw truncation ellipsis if it's too wide. https://github.com/OpenTTD/OpenTTD/pull/14401
19:40:31 <DorpsGek> [OpenTTD/OpenTTD] PeterN merged pull request #14402: Fix: Include sort button width in content list header minimal size. https://github.com/OpenTTD/OpenTTD/pull/14402
19:43:33 <DorpsGek> [OpenTTD/OpenTTD] PeterN opened pull request #14403: Fix c2d4098afa: Crash when accessing unconfigurable badge feature. https://github.com/OpenTTD/OpenTTD/pull/14403
19:54:36 <DorpsGek> [OpenTTD/OpenTTD] glx22 approved pull request #14403: Fix c2d4098afa: Crash when accessing unconfigurable badge feature. https://github.com/OpenTTD/OpenTTD/pull/14403#pullrequestreview-2972456215
19:56:55 <DorpsGek> [OpenTTD/OpenTTD] 2TallTyler approved pull request #14403: Fix c2d4098afa: Crash when accessing unconfigurable badge feature. https://github.com/OpenTTD/OpenTTD/pull/14403#pullrequestreview-2972460968
20:30:38 *** Wolf01 has quit IRC (Quit: Once again the world is quick to bury me.)
20:43:48 <andythenorth> naptime?
20:45:00 <peter1138[d]> Too hot for such luxuries.
20:45:13 <DorpsGek> [OpenTTD/OpenTTD] PeterN merged pull request #14403: Fix c2d4098afa: Crash when accessing unconfigurable badge feature. https://github.com/OpenTTD/OpenTTD/pull/14403
20:45:47 <peter1138[d]> I wonder if Tesco will let me set up overnight...
21:14:30 *** WormnestAndroid has joined #openttd
21:32:39 <DorpsGek> [OpenTTD/team] glx22 commented on issue #648: [ru_RU] Translator access request https://github.com/OpenTTD/team/issues/648
21:35:04 *** keikoz has quit IRC (Ping timeout: 480 seconds)
21:47:14 *** tokai has joined #openttd
21:47:14 *** ChanServ sets mode: +v tokai
21:49:23 *** Wormnest has joined #openttd
21:54:11 *** tokai|noir has quit IRC (Ping timeout: 480 seconds)
23:28:58 *** keikoz has joined #openttd
23:45:47 *** keoz has joined #openttd
23:51:08 *** keikoz1 has joined #openttd
23:52:00 *** keikoz has quit IRC (Ping timeout: 480 seconds)
23:56:29 *** keikoz has joined #openttd
23:57:49 *** keoz has quit IRC (Ping timeout: 480 seconds)