Times are UTC Toggle Colours
00:00:46 <xarick> https://cdn.discordapp.com/attachments/1008473233844097104/1479992236384063600/image.png?ex=69ae0dae&is=69acbc2e&hm=373e88e2a403e8bba83f87421806ce1e0fc8c3a09b87ee62cc4f5de77651e47a& 00:00:46 <xarick> I'm off to bed. Leaving the AIs battling it out online during the night 00:06:15 <DorpsGek> [OpenTTD/OpenTTD] Rito13 updated pull request #15253: Add: [NewGRF] Station flag to divide cargo by area instead of perimeter. https://github.com/OpenTTD/OpenTTD/pull/15253 00:51:40 <belajalilija> xarick: Behave 00:52:10 <belajalilija> Only warning 00:59:17 <emperorjake> He's already banned for a week 01:06:22 <belajalilija> Xd 01:09:01 *** andythenorth has quit IRC 01:17:28 <__abigail> belajalilija: https://tenor.com/view/austin-powers-austinpowers-austin-powers-movie-austin-powers-movies-mike-myers-gif-157974951232072401 02:36:54 <reldred> well on the other hand this place is finally gonna get some peace and quiet, someone ping rubidium and tell him it's safe for at least the next week 🤣 02:45:35 <davidxn> emperorjake: Thank you for taking action ❤️ 02:54:56 <__abigail> _glx_: <https://github.com/OpenTTD/OpenTTD/pull/15357#issuecomment-3987918441> 02:54:56 <__abigail> When you said `IsBuildableRectangle` should use a `TileArea`, did you mean something like this? 02:54:56 <__abigail> ```cpp 02:54:56 <__abigail> /* static */ bool ScriptTile::IsBuildableRectangle(TileArea ta) 02:54:56 <__abigail> { 02:54:58 <__abigail> for (auto tile : ta) { 02:54:58 <__abigail> if (!::IsValidTile(tile)) return false; 02:55:00 <__abigail> } 02:55:00 <__abigail> return true; 02:55:02 <__abigail> }``` 03:04:15 *** Wormnest has quit IRC 03:05:51 <_glx_> no, the signature should be kept, but the double for loop can use a singe TileArea iteration 03:08:15 <_glx_> something like `for (auto tile : TileArea(tile, width, height) {...}` 03:12:46 *** Alkel_U3 has quit IRC 03:24:22 <__abigail> Oh I get what you mean yeah 04:13:31 *** Binette[m] has quit IRC 04:13:36 *** Heiki has quit IRC 04:14:00 *** soylent_cow[m] has quit IRC 04:14:00 *** wormnest[m] has quit IRC 04:14:09 *** Tiger[m]1 has quit IRC 04:18:39 <DorpsGek> [OpenTTD/OpenTTD] abi9ail commented on pull request #15357: Fix: [Script] IsBuildableRectangle is short for the width and height of 1 https://github.com/OpenTTD/OpenTTD/pull/15357#pullrequestreview-3910901804 04:19:47 <DorpsGek> [OpenTTD/OpenTTD] abi9ail commented on pull request #15357: Fix: [Script] IsBuildableRectangle is short for the width and height of 1 https://github.com/OpenTTD/OpenTTD/pull/15357#pullrequestreview-3910905278 04:20:00 <DorpsGek> [OpenTTD/OpenTTD] abi9ail commented on pull request #15357: Fix: [Script] IsBuildableRectangle is short for the width and height of 1 https://github.com/OpenTTD/OpenTTD/pull/15357#pullrequestreview-3910905991 04:25:37 <__abigail> Yeah nah, tried to suggest a multiple-line change and I think it's stuffed 04:48:07 <DorpsGek> [OpenTTD/OpenTTD] abi9ail opened pull request #15375: Change: Make ScriptTile::IsBuildableRectangle use a TileArea for iteration https://github.com/OpenTTD/OpenTTD/pull/15375 04:57:05 *** Zathras_4 has joined #openttd 04:57:07 *** Zathras_11 has joined #openttd 05:00:29 *** Zathras_7 has quit IRC 05:00:29 *** Zathras_1 has quit IRC 05:00:59 <DorpsGek> [OpenTTD/OpenTTD] eints-sync[bot] pushed 1 commits to master https://github.com/OpenTTD/OpenTTD/commit/61d17c959ee3ded6c94f3f4e45e3c631135063e6 05:01:00 <DorpsGek> - Update: Translations from eints (by translators)