IRC logs for #openttd on OFTC at 2024-07-06
            
01:43:29 *** Flygon has joined #openttd
02:46:20 *** D-HUND has joined #openttd
02:49:44 *** debdog has quit IRC (Ping timeout: 480 seconds)
04:11:25 *** keikoz has joined #openttd
04:42:43 <DorpsGek> [OpenTTD/OpenTTD] eints-sync[bot] pushed 1 commits to master https://github.com/OpenTTD/OpenTTD/commit/f59ab6767269b3fc88418aa11bc259c27b0b2f6e
04:42:44 <DorpsGek> - Update: Translations from eints (by translators)
06:14:44 *** Hobbyboy has quit IRC (Quit: The BNC has broken!)
06:18:07 *** Hobbyboy has joined #openttd
06:39:59 *** keikoz has quit IRC ()
06:42:16 *** keikoz has joined #openttd
06:55:38 *** Wolf01 has joined #openttd
07:23:45 *** HerzogDeXtEr has joined #openttd
07:51:14 *** toktik has quit IRC (Quit: Ping timeout (120 seconds))
07:51:39 *** toktik has joined #openttd
07:57:23 *** nielsm has joined #openttd
08:06:24 *** Ox7C5 has joined #openttd
09:53:32 <andythenorth> Trams-in-default-game forum thread eh? 🐝
10:20:03 <andythenorth> hmm how much is AWS GuardDuty going to cost me?
10:29:33 <peter1139> andythenorth, infinite problems.
10:34:47 <andythenorth> everyone in that thread is a former or current dev?
10:34:57 <andythenorth> some very strong opinions there about what is or isn't allowed
10:34:58 <peter1139> "everyone"?
10:40:20 <andythenorth> what if we could add trams via some modding framework?
10:40:28 <andythenorth> where people could make their own?
10:41:06 <reldred> Surely not. Delete the entire feature.
10:47:45 <peter1139> Infinite number of problems will arise.
10:49:48 <andythenorth> countable or uncountable infinite?
10:50:34 <peter1139> Dunno. Doom.
10:50:57 <andythenorth> Doom Infinite? 😛
10:50:59 *** D-HUND is now known as debdog
10:51:17 <reldred> Doom Eternal.
10:51:39 <andythenorth> is eternal infinite?
10:51:58 <andythenorth> or just timeless?
10:54:07 <andythenorth> I guess this is the answer https://www.youtube.com/watch?v=HDsCeC6f0zc
11:07:07 <peter1139> I do have the newer Dooms but they don't hit the same.
11:36:32 <johnfranklin> I found I still can't taste modern european music...
11:40:43 <johnfranklin> My playlist is always dominated by 80-90s Chinese and Japanese songs.
11:54:14 <andriydohniak> johnfranklin: I never listened those types of songs, do you mind listing some names or link a playlist for me to listen?
11:54:52 <johnfranklin> X Japan
13:40:49 <DorpsGek> [OpenTTD/OpenTTD] PeterN opened pull request #12846: Codechange: Pass span to StrValid instead of first and last - 1. https://github.com/OpenTTD/OpenTTD/pull/12846
13:51:04 *** m1cr0man has quit IRC (Quit: G'luck)
13:54:31 *** m1cr0man has joined #openttd
14:12:09 <DorpsGek> [OpenTTD/OpenTTD] JGRennison closed pull request #12841: Fix #12839: Text truncation in Win32 help dialog https://github.com/OpenTTD/OpenTTD/pull/12841
14:12:12 <DorpsGek> [OpenTTD/OpenTTD] JGRennison commented on pull request #12841: Fix #12839: Text truncation in Win32 help dialog https://github.com/OpenTTD/OpenTTD/pull/12841#issuecomment-2211779147
14:14:54 <LordAro> peter1139: add span vs string_view reason in the doxygen?
14:15:19 <LordAro> i was about to comment until i reread the description :)
16:00:03 <andriydohniak> Hey guys, there have been no new comments on my PR, what do yall think about merging it?
16:22:56 *** m1cr0man has quit IRC (Quit: G'luck)
16:23:12 *** m1cr0man has joined #openttd
16:24:06 *** m1cr0man has quit IRC ()
16:24:21 *** m1cr0man has joined #openttd
16:30:15 *** m1cr0man has quit IRC (Quit: G'luck)
16:30:31 *** m1cr0man has joined #openttd
16:32:53 *** m1cr0man has quit IRC ()
16:33:09 *** m1cr0man has joined #openttd
16:37:24 *** m1cr0man has quit IRC ()
16:37:39 *** m1cr0man has joined #openttd
16:39:49 *** m1cr0man has quit IRC ()
16:40:04 *** m1cr0man has joined #openttd
16:42:10 *** m1cr0man has quit IRC ()
16:42:26 *** m1cr0man has joined #openttd
16:44:38 *** m1cr0man has quit IRC ()
16:44:54 *** m1cr0man has joined #openttd
16:57:30 *** D-HUND has joined #openttd
17:20:02 <DorpsGek> [OpenTTD/OpenTTD] PeterN updated pull request #12846: Codechange: Pass span to StrValid instead of first and last - 1. https://github.com/OpenTTD/OpenTTD/pull/12846
18:24:27 *** Flygon has quit IRC (Read error: Connection reset by peer)
18:54:10 *** XYZ has joined #openttd
18:54:11 *** XYZ has quit IRC ()
19:04:08 <peter1139> LordAro, like that?
19:28:37 <andythenorth> oof how do I get an absolute url in a static web page compile?
19:28:45 <andythenorth> where the git tag is part of the url 😛
19:28:52 <andythenorth> but only on a tagged release
19:29:04 <andythenorth> remarkably hard problem in the absence of a CMS
19:29:45 <andythenorth> javascript maybe?
19:33:09 <andythenorth> nah meta tags need to be there before the DOM
19:33:18 <andythenorth> can I serve the page via a lambda?
19:37:37 <andythenorth> too much work
20:23:23 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 commented on pull request #12846: Codechange: Pass span to StrValid instead of first and last - 1. https://github.com/OpenTTD/OpenTTD/pull/12846#pullrequestreview-2161611282
20:27:38 *** nielsm has quit IRC (Ping timeout: 480 seconds)
20:32:50 <andythenorth> GPT says I should trigger an AWS lambda on S3 upload
20:33:02 <andythenorth> to post-process the html files
20:33:07 <andythenorth> seems like a good idea
20:41:59 <andythenorth> or I could do Lambda@Edge with high cache persistence
21:22:17 *** keikoz has quit IRC (Ping timeout: 480 seconds)
21:30:57 *** HerzogDeXtEr has quit IRC (Read error: Connection reset by peer)
21:43:51 *** tokai|noir has joined #openttd
21:43:51 *** ChanServ sets mode: +v tokai|noir
21:50:42 *** tokai has quit IRC (Ping timeout: 480 seconds)
22:09:48 <andythenorth> hmm
22:10:04 <andythenorth> industries, but players can set the split on output cargo amounts
22:10:28 <andythenorth> https://cdn.discordapp.com/attachments/1008473233844097104/1259270268225065029/image.png?ex=668b1254&is=6689c0d4&hm=0bb69f845a79db7af6e1c494cb9d39de1959931b7d7ab981b196e77fb30ef1f4&
22:10:28 <andythenorth> I don't need Tyre Cord here 😛
22:10:38 <andythenorth> [probably a terrible idea in MP]
23:04:24 *** Wolf01 has quit IRC (Quit: Once again the world is quick to bury me.)
23:12:59 *** m1cr0man has quit IRC (Quit: G'luck)
23:13:15 *** m1cr0man has joined #openttd
23:17:58 *** m1cr0man has quit IRC ()
23:19:14 *** m1cr0man has joined #openttd
23:27:07 <DorpsGek> [OpenTTD/OpenTTD] Vinixss dismissed a review for pull request #12798: Fix #12365: Company Window now displays proper inauguration year and period while in wallclock mode https://github.com/OpenTTD/OpenTTD/pull/12798#pullrequestreview-2133790114
23:27:10 <DorpsGek> [OpenTTD/OpenTTD] Vinixss updated pull request #12798: Fix #12365: Company Window now displays proper inauguration year and period while in wallclock mode https://github.com/OpenTTD/OpenTTD/pull/12798
23:36:23 <DorpsGek> [OpenTTD/OpenTTD] Vinixss updated pull request #12798: Fix #12365: Company Window now displays proper inauguration year and period while in wallclock mode https://github.com/OpenTTD/OpenTTD/pull/12798
23:38:56 <DorpsGek> [OpenTTD/OpenTTD] Vinixss commented on pull request #12798: Fix #12365: Company Window now displays proper inauguration year and period while in wallclock mode https://github.com/OpenTTD/OpenTTD/pull/12798#issuecomment-2212051436
23:51:49 *** Ox7C5 has quit IRC ()