IRC logs for #openttd on OFTC at 2026-04-22
            
02:04:05 *** Wormnest has quit IRC (Quit: Leaving)
02:40:33 *** tokai has joined #openttd
02:40:33 *** ChanServ sets mode: +v tokai
02:47:10 *** tokai|noir has quit IRC (Ping timeout: 480 seconds)
03:56:34 *** Phileman has joined #openttd
03:59:55 *** Philemon has quit IRC (Ping timeout: 480 seconds)
05:19:01 <DorpsGek> [OpenTTD/OpenTTD] eints-sync[bot] pushed 1 commits to master https://github.com/OpenTTD/OpenTTD/commit/c14de5faa5cc6d905100b1dc2e682d7b6b202a83
05:19:02 <DorpsGek> - Update: Translations from eints (by translators)
06:42:45 *** blathijs has quit IRC ()
07:28:44 *** Borg has joined #openttd
07:50:31 <peter1138> Hmm, did truebrain's memory/performance metrics chart ever get automated?
07:55:39 <peter1138> Compiling with GCC is a bit painful, many warnings about PoolID::value being uninitialized :/
08:00:25 <DorpsGek> [OpenTTD/OpenTTD] PeterN opened pull request #15522: Codefix: explicitly delete unwanted indexers https://github.com/OpenTTD/OpenTTD/pull/15522
08:04:43 <peter1138> > Cannot open assembly 'If': No such file or directory.
08:04:44 <peter1138> Uh.
08:07:08 <peter1138> https://social.hails.org/@hailey/116446826733136456
08:35:21 <DorpsGek> [OpenTTD/OpenTTD] LordAro approved pull request #15522: Codefix: explicitly delete unwanted indexers https://github.com/OpenTTD/OpenTTD/pull/15522#pullrequestreview-4153164862
08:37:39 *** WormnestAndroid has quit IRC (Remote host closed the connection)
08:37:55 *** WormnestAndroid has joined #openttd
09:18:34 *** blathijs has joined #openttd
09:18:34 *** ChanServ sets mode: +o blathijs
09:26:26 <LordAro> peter1138: worked on retry, looks like it borked on some error text from a url
09:27:36 <peter1138> Slightly worrying that it was trying to open a file from it.
09:32:33 <LordAro> maybe? not especially different from curl foo.com | bash
09:34:30 <peter1138> Yes, I wouldn't do that either.
09:37:33 <LordAro> troo
09:42:46 <peter1138> Hmm, our headers are getting more and more include-spammy :(
09:48:33 *** rutuple has joined #openttd
09:50:26 <peter1138> Probably needs rearranging a lot to resolve :(
10:06:57 <Borg> peter1138: yeah I noticed that I wonder what was the rationaly to split stuff that much?
10:07:13 <peter1138> You're thinking the wrong way.
10:07:41 <Borg> im not C++ programmer.. so.. no clue..
10:07:55 <Borg> vehicle_base.. vehicle_func sometimes vehicle_type
10:08:03 <Borg> seems like vehicle.h would be enough
10:08:13 <Borg> splitting logic vs gui sounds good
10:47:26 <DorpsGek> [OpenTTD/OpenTTD] orudge updated pull request #15483: Add: Support automatic detection of data from Atari's Transport Tycoon Deluxe re-release https://github.com/OpenTTD/OpenTTD/pull/15483
10:51:29 <peter1138> Hmm. Oh.
11:53:07 *** chujo has quit IRC (Quit: User went offline on Discord a while ago)
12:22:02 <DorpsGek> [OpenTTD/OpenTTD] orudge commented on discussion #15516: request: make launcher for OpenTTD https://github.com/OpenTTD/OpenTTD/discussions/15516
12:23:16 *** amber23102333 has joined #openttd
12:23:16 <amber23102333> Hii
12:26:20 <DorpsGek> [OpenTTD/OpenTTD] zephyris updated pull request #15521: Feature: GUI and sign two company colour support https://github.com/OpenTTD/OpenTTD/pull/15521
12:37:12 <DorpsGek> [OpenTTD/OpenTTD] zephyris updated pull request #15521: Feature: GUI and sign two company colour support https://github.com/OpenTTD/OpenTTD/pull/15521
12:39:43 <reldred> _zephyris: love that dithered gradient on the 3rd one.
12:41:51 <DorpsGek> [OpenTTD/OpenTTD] zephyris updated pull request #15521: Feature: GUI and sign two company colour support https://github.com/OpenTTD/OpenTTD/pull/15521
12:43:32 <_zephyris> https://cdn.discordapp.com/attachments/1008473233844097104/1496491648421462066/image.png?ex=69ea13f4&is=69e8c274&hm=b1092a3edd735ac39828021398107f69a206c14114dfdb7ba0e340f2268f93bc&
12:43:32 <_zephyris> This guy?
12:44:08 <_zephyris> Much bigger coding challenge, at least for me...
12:44:49 <DorpsGek> [OpenTTD/OpenTTD] someonestolemyusername commented on discussion #14780: Steam cloud integration for savegames https://github.com/OpenTTD/OpenTTD/discussions/14780
12:47:32 *** jinks has quit IRC (Remote host closed the connection)
12:49:20 *** jinks has joined #openttd
12:57:06 <peter1138> The straight line is simple to do in code.
12:57:26 <peter1138> Anything with gradients or pixels would be an image, and then you start running into interface scaling and font size issues.
13:00:23 <rito12_13> peter1138: What about the fourth, would that be second but multiple times with decreasing size or could it be more clever?
13:01:41 <peter1138> It gets harder and harder to compute and draw every time.
13:08:02 <_glx_> oh the typical self thumbs up for a discussion comment
13:15:31 *** Flygon has quit IRC (Remote host closed the connection)
13:15:52 <_zephyris> A pattern dither gradient isn't too bad, not _too_ much more than the checkerboard inactivated button effect. But solid area obvs easier.
13:16:37 <_zephyris> The fourth option might be possible with lines of different width, but line ends are fiddly
13:16:51 <_zephyris> (is that end of line bug still there?)
13:24:13 <DorpsGek> [OpenTTD/OpenTTD] glx22 commented on pull request #15521: Feature: GUI and sign two company colour support https://github.com/OpenTTD/OpenTTD/pull/15521#pullrequestreview-4154981030
13:39:16 *** Wormnest has joined #openttd
13:40:54 <DorpsGek> [OpenTTD/OpenTTD] zephyris updated pull request #15521: Feature: GUI and sign two company colour support https://github.com/OpenTTD/OpenTTD/pull/15521
13:40:57 <DorpsGek> [OpenTTD/OpenTTD] zephyris commented on pull request #15521: Feature: GUI and sign two company colour support https://github.com/OpenTTD/OpenTTD/pull/15521#pullrequestreview-4155107640
14:02:02 <DorpsGek> [OpenTTD/OpenTTD] PeterN commented on pull request #15521: Feature: GUI and sign two company colour support https://github.com/OpenTTD/OpenTTD/pull/15521#pullrequestreview-4155263167
14:22:24 <DorpsGek> [OpenTTD/OpenTTD] PeterN commented on pull request #15521: Feature: GUI and sign two company colour support https://github.com/OpenTTD/OpenTTD/pull/15521#issuecomment-4297035558
14:30:46 <DorpsGek> [OpenTTD/OpenTTD] zephyris commented on pull request #15521: Feature: GUI and sign two company colour support https://github.com/OpenTTD/OpenTTD/pull/15521#issuecomment-4297115730
14:36:09 <DorpsGek> [OpenTTD/OpenTTD] PeterN commented on pull request #15521: Feature: GUI and sign two company colour support https://github.com/OpenTTD/OpenTTD/pull/15521#issuecomment-4297161366
14:41:00 <hazardaj_nombroj> looks cool
15:23:20 *** MinchinWeb[m] has quit IRC (Ping timeout: 480 seconds)
15:24:09 *** MinchinWeb[m] has joined #openttd
15:26:26 *** MinchinWeb[m] has quit IRC (Read error: Connection reset by peer)
15:28:16 <peter1138> _glx_, do you know if the survey results pipeline will be working for next time?
15:28:41 <_glx_> didn't touch it, so probably not
15:32:29 <_glx_> looks very similar to website workflow 🙂
16:01:52 <DorpsGek> [OpenTTD/survey-web] glx22 opened pull request #69: Fix: [CI] Use unprivileged env to build website https://github.com/OpenTTD/survey-web/pull/69
16:07:24 *** MinchinWeb[m] has joined #openttd
16:31:15 *** Wolf01 has joined #openttd
16:32:45 *** Wormnest has quit IRC (Ping timeout: 480 seconds)
16:35:55 <peter1138> Yolo?
16:47:03 <Borg> http://cache.borg.uu3.net/tem.png <- its magnificent! ;D
16:51:55 *** gelignite has joined #openttd
17:02:41 *** gelignite is now known as Guest7763
17:02:45 *** gelignite has joined #openttd
17:04:20 *** Guest7763 has quit IRC (Ping timeout: 480 seconds)
17:31:25 *** MinchinWeb[m] has quit IRC (Read error: Connection reset by peer)
17:31:41 *** MinchinWeb[m] has joined #openttd
17:36:18 *** gelignite is now known as Guest7764
17:36:22 *** gelignite has joined #openttd
17:42:40 *** Guest7764 has quit IRC (Ping timeout: 480 seconds)
17:54:57 *** toktik is now known as Guest7765
17:55:04 *** toktik has joined #openttd
17:56:03 *** Guest7765 has quit IRC (Ping timeout: 480 seconds)
18:52:05 *** WormnestAndroid has quit IRC (Ping timeout: 480 seconds)
18:52:06 *** WormnestAndroid has joined #openttd
18:53:18 *** WormnestAndroid has quit IRC (Remote host closed the connection)
18:53:27 *** WormnestAndroid has joined #openttd
19:12:40 <DorpsGek> [OpenTTD/OpenTTD] Rito13 opened pull request #15523: Codechange: Make Corner enum a scoped one. https://github.com/OpenTTD/OpenTTD/pull/15523
19:16:15 <DorpsGek> [OpenTTD/OpenTTD] Rito13 updated pull request #15523: Codechange: Make Corner enum a scoped one. https://github.com/OpenTTD/OpenTTD/pull/15523
19:26:44 <DorpsGek> [OpenTTD/OpenTTD] zephyris updated pull request #15521: Feature: GUI and sign two company colour support https://github.com/OpenTTD/OpenTTD/pull/15521
19:31:19 <DorpsGek> [OpenTTD/OpenTTD] zephyris commented on pull request #15521: Feature: GUI and sign two company colour support https://github.com/OpenTTD/OpenTTD/pull/15521#issuecomment-4299344766
19:49:42 *** Borg has quit IRC (Quit: leaving)
19:57:01 <DorpsGek> [OpenTTD/OpenTTD] lazou commented on discussion #14780: Steam cloud integration for savegames https://github.com/OpenTTD/OpenTTD/discussions/14780
20:08:30 <audigex> I believe that would make Steam cloud saves the first paid feature of OpenTTD ever, unless we count Steam auto-updating
20:11:29 *** gelignite has quit IRC ()
20:11:57 <rito12_13> Cloud saves are available on android port
20:14:45 *** guru3 has quit IRC (Ping timeout: 480 seconds)
20:38:02 *** rutuple has quit IRC (Quit: rutuple)
20:48:00 *** WormnestAndroid has quit IRC (Read error: Connection reset by peer)
20:48:09 *** WormnestAndroid has joined #openttd
20:51:09 *** Wormnest has joined #openttd
20:54:09 <_glx_> they are available on pc too (using existing cloud apps)
21:35:49 *** Flygon has joined #openttd
21:43:03 *** Wolf01 has quit IRC (Quit: Once again the world is quick to bury me.)
22:15:17 <digitalfox> No idea how I missed this documentary. Just watched it, some parts I already knew, but others genuinely surprised me, especially his story and approach to coding.
22:15:17 <digitalfox> https://m.youtube.com/watch?v=Q15Py17tiEA
22:38:55 *** MinchinWeb[m] has quit IRC (Ping timeout: 480 seconds)
22:40:13 *** MinchinWeb[m] has joined #openttd
23:32:49 *** MinchinWeb[m] has quit IRC (Ping timeout: 480 seconds)
23:32:53 <DorpsGek> [OpenTTD/OpenTTD] someonestolemyusername commented on discussion #14780: Steam cloud integration for savegames https://github.com/OpenTTD/OpenTTD/discussions/14780
23:36:48 *** MinchinWeb[m] has joined #openttd
23:48:06 *** WormnestAndroid has quit IRC (Remote host closed the connection)
23:48:20 *** WormnestAndroid has joined #openttd