Times are UTC Toggle Colours
22024-12-04T22:44:14 *** m_ has joined #openttd 00:00:54 <DorpsGek> [OpenTTD/OpenTTD] PeterN opened pull request #13149: Add: Translatable list separator. https://github.com/OpenTTD/OpenTTD/pull/13149 00:02:41 *** guru3 has joined #openttd 00:02:41 *** guru3_ has quit IRC 00:27:38 *** tokai has joined #openttd 00:27:38 *** ChanServ sets mode: +v tokai 00:34:21 *** tokai|noir has quit IRC 00:35:44 <DorpsGek> [OpenTTD/OpenTTD] 2TallTyler approved pull request #13142: Codechange: Use std::array for per-NewGRF rail/road type maps. https://github.com/OpenTTD/OpenTTD/pull/13142#pullrequestreview-2480192475 00:47:06 <DorpsGek> [OpenTTD/OpenTTD] PeterN commented on pull request #13149: Add: Translatable list separator. https://github.com/OpenTTD/OpenTTD/pull/13149#issuecomment-2518851179 01:16:06 <peter1138> https://cdn.discordapp.com/attachments/1008473233844097104/1314037550599372840/image.png?ex=67525055&is=6750fed5&hm=32918cb6271908da22037aa02fc35f098216d4b0127ae8112406c59fec6b672f& 01:16:48 <wensimehrp> certainly chromium looks better 01:16:54 <peter1138> This feels like a job for the font or the layouter, not OpenTTD, though. 01:17:31 <wensimehrp> OpenTTD uses an external layouter? 01:17:57 <peter1138> Yes, it's platform dependent too. Uniscribe on Windows. CoreText on mac OS and some bits of ICU on Linux./ 01:18:13 <wensimehrp> 🤷 01:20:40 <wensimehrp> then use chromium for openttd? 01:21:29 <wensimehrp> 😛 01:22:55 <peter1138> <https://github.com/harfbuzz/harfbuzz/issues/4651> 01:22:56 <peter1138> Hmm 01:38:21 <peter1138> <https://learn.microsoft.com/en-us/typography/opentype/spec/features_ae#chws> 01:38:23 <peter1138> "Fun" 01:39:26 <peter1138> Mutually exclusive with other features. 01:40:19 <peter1138> Well, anyway the common list separator is there now. 02:32:54 *** tokai|noir has joined #openttd 02:32:55 *** ChanServ sets mode: +v tokai|noir 02:39:49 *** tokai has quit IRC 03:12:35 *** Wormnest has quit IRC 03:17:31 *** gnu_jj_ has joined #openttd 03:21:01 *** gnu_jj has quit IRC 03:34:31 *** Westie has quit IRC 03:41:01 *** XYZ has quit IRC 03:53:37 *** debdog has joined #openttd 03:57:01 *** D-HUND has quit IRC 04:16:24 *** Westie has joined #openttd 04:46:16 <DorpsGek> [OpenTTD/OpenTTD] eints-sync[bot] pushed 1 commits to master https://github.com/OpenTTD/OpenTTD/commit/7469858f1f7092c15862b79b25fcd51ced20261a 04:46:17 <DorpsGek> - Update: Translations from eints (by translators) 05:17:03 *** keikoz has joined #openttd 07:23:06 *** keikoz has quit IRC 07:30:50 <andythenorth> such coffee 😐 07:37:33 <spy0016158> spy0016158: editing complete 07:40:54 <kuhnovic> Such lack of coffee 09:21:05 <peter1138> Such 09:37:02 *** nielsm has joined #openttd 09:44:30 <xarick> hi 11:00:31 *** nielsm has quit IRC 11:13:16 *** keikoz has joined #openttd 11:34:06 <DorpsGek> [OpenTTD/OpenTTD] PeterN commented on pull request #11874: Change: rebrand Cheats as Sandbox Options https://github.com/OpenTTD/OpenTTD/pull/11874#issuecomment-2520063993 11:52:51 <xarick> https://cdn.discordapp.com/attachments/1008473233844097104/1314197793669255208/Unnamed_1935-01-0114.png?ex=6752e592&is=67519412&hm=7f8243780a6d62ae9da6a303a7ec4b72c6108975ff3148f583e99d65f35b5034& 11:53:50 *** toktik is now known as Guest2142 11:53:53 *** toktik has joined #openttd 11:57:43 *** Guest2142 has quit IRC 11:59:57 <xarick> all the neighbouring tiles have 1552 as the originnal rainforest_tile 12:00:06 <xarick> and not 1615 12:00:31 <xarick> if it were 1615, I bet the tile at 1940 w2024-12-05T22:39:52 <DorpsGek> [OpenTTD/OpenTTD] PeterN commented on pull request #13055: Add: Implement support for loading sounds in Ogg Opus format. https://github.com/OpenTTD/OpenTTD/pull/13055#pullrequestreview-2483143554 22:53:06 <xarick> ```desert_tiles.erase( 22:53:06 <xarick> std::remove_if(desert_tiles.begin(), desert_tiles.end(), [&normal_tiles](TileIndex tile) { 22:53:06 <xarick> return std::find(normal_tiles.begin(), normal_tiles.end(), tile) != normal_tiles.end(); 22:53:06 <xarick> }), desert_tiles.end() 22:53:06 <xarick> );``` 22:53:07 <xarick> Copilot suggested something nasty 22:53:25 <xarick> let's see if it works 23:10:20 <xarick> well, this operation is slow 23:24:20 <xarick> 396013 us 23:24:29 <xarick> so fasterino 23:26:26 <peter1138> [2024-12-05 23:26:19] dbg: [misc:0] Made empty params with space for 2 18446744073709550263/81147 23:26:32 <peter1138> That is an underflow :S 23:32:02 <xarick> https://cdn.discordapp.com/attachments/1008473233844097104/1314373749746696223/image.png?ex=67538971&is=675237f1&hm=efe6de94c5d12b54c6eec87d264683660e17103b032c2309f8424c65357a4c0b& 23:33:06 <xarick> slim line around rainforest, no loop but insta desert 23:46:21 <peter1138> Is that last row basically useless? 23:46:33 <peter1138> Argh, I'm being cursed by water flooding again. 23:47:00 <peter1138> Water flood -> Tries to flood industry -> Industry says no, with an error message that incldues string parameters. 23:47:26 <debdog> dang, I thought you were talking RL 23:54:13 <DorpsGek> [OpenTTD/OpenTTD] SamuXarick updated pull request #13144: Codechange: Algorithmic generation of desert and rainforest https://github.com/OpenTTD/OpenTTD/pull/13144 23:54:59 <_glx_> hmm instead of copying parameters we could use encoded format 23:57:26 <peter1138> There are some things extra the parameters and use them outside the string. 23:58:47 <peter1138> That doesn't help with non-saved parameters