⏴ go to previous day
00:59:39 *** Tirili has quit IRC (Quit: Leaving)
01:05:26 *** lobster has quit IRC (Read error: Connection reset by peer)
01:06:02 *** lobster has joined #openttd
02:42:39 *** MinchinWeb[m] has quit IRC (Ping timeout: 480 seconds)
02:43:11 *** MinchinWeb[m] has joined #openttd
02:56:21 *** Wormnest has quit IRC (Quit: Leaving)
03:30:03 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 merged pull request #15287: Codechange: add missing @param and @return https://github.com/OpenTTD/OpenTTD/pull/15287
04:01:44 *** MinchinWeb[m] has quit IRC (Read error: Connection reset by peer)
04:03:00 *** MinchinWeb[m] has joined #openttd
04:18:56 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 opened pull request #15288: Codechange: add missing @param and @return https://github.com/OpenTTD/OpenTTD/pull/15288
04:19:33 *** Zathras_11 has joined #openttd
04:19:53 *** Zathras_4 has joined #openttd
04:23:08 *** Zathras_7 has quit IRC (Ping timeout: 480 seconds)
04:23:13 *** Zathras_1 has quit IRC (Ping timeout: 480 seconds)
05:12:56 <DorpsGek> [OpenTTD/OpenTTD] eints-sync[bot] pushed 1 commits to master https://github.com/OpenTTD/OpenTTD/commit/65216111b1518f18036c0f377da13a44b6caeb86
05:12:57 <DorpsGek> - Update: Translations from eints (by translators)
05:27:33 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 opened pull request #15289: Codechange: add missing @param and @return for kdtree https://github.com/OpenTTD/OpenTTD/pull/15289
05:27:36 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 opened pull request #15290: Codechange: add missing @param and @return for linkgraph https://github.com/OpenTTD/OpenTTD/pull/15290
06:47:26 *** Smedles has quit IRC (Read error: Connection reset by peer)
06:48:10 *** Smedles has joined #openttd
06:52:50 *** Smedles_ has joined #openttd
06:56:17 *** Smedles has quit IRC (Ping timeout: 480 seconds)
07:17:52 *** Smedles has joined #openttd
07:25:11 *** Smedles_ has quit IRC (Ping timeout: 480 seconds)
07:27:15 <DorpsGek> [OpenTTD/survey-web] survey-summary[bot] pushed 1 commits to main https://github.com/OpenTTD/survey-web/commit/8f385672ae67fdeaef4e203c9d4b84f8c27cf121
07:27:16 <DorpsGek> - Add: summary for week 07 of 2026 (by OpenTTD Survey)
08:00:52 *** hazardaj_nombroj has joined #openttd
08:15:25 <DorpsGek> [OpenTTD/OpenTTD] darrencomeau commented on pull request #15272: Codechange #8088: Number of towns is silently limited if town name generator runs out of names https://github.com/OpenTTD/OpenTTD/pull/15272#issuecomment-3907036778
08:21:09 <DorpsGek> [OpenTTD/OpenTTD] LordAro commented on pull request #15272: Codechange #8088: Number of towns is silently limited if town name generator runs out of names https://github.com/OpenTTD/OpenTTD/pull/15272#issuecomment-3907059463
09:03:15 *** wallabra2 has joined #openttd
09:04:20 *** wallabra has quit IRC (Read error: Connection reset by peer)
10:18:49 <pickpacket> emperorjake: :D
10:53:59 <xarick> hi
10:55:55 <xarick> how to understand the breakdown formula without guesstimating
10:57:32 <xarick> funny bug with the zeppelin using Reset
10:57:48 <xarick> it made it possible for 2 airplanes to land at the same time
11:25:26 *** MinchinWeb[m] has quit IRC (Remote host closed the connection)
11:25:32 <xarick> https://cdn.discordapp.com/attachments/1008473233844097104/1472916806682546329/image.png?ex=6994502c&is=6992feac&hm=0462ceb0ff5553058f227560e26f9530ae691afe1d6b31b93731d74a7b30f2ef&
11:25:32 <xarick> this is some cursed coding style isn't it?
11:25:40 *** MinchinWeb[m] has joined #openttd
11:45:19 <peter1138> I would say that wouldn't pass our current coding style rules.
11:46:31 <xarick> https://cdn.discordapp.com/attachments/1008473233844097104/1472922085960585267/image.png?ex=69945516&is=69930396&hm=ecc14aa38c42268cf334d6ae68d6db50c58c465a7f6989bd7b26682924f22f63&
11:46:54 <xarick> rel isn't used until much later
11:53:38 <jfkuayue> Fireworks for lunch?
12:05:55 <xarick> why do I have a feeling reliability is just a timer
12:06:05 <xarick> how long it takes to breakdown
12:06:41 <reldred> it is IRL too
12:06:46 <reldred> mean time between failure
12:11:52 <xarick> v->breakdown_chance begins at 0
12:14:53 <xarick> every day, this value is increased by 1 plus a 1 in 25 chance to increase by an additional 25
12:16:56 <xarick> also everyday, v->reliability is decreased by v->reliability_spd_dec
12:18:21 <xarick> if (consulting table with some constants[v->reliability] <= v->breakdown_chance) { breakdown vehicle; }
12:19:03 <xarick> yeah... this feels like a threshold / timer kind of thing, not really random
12:29:22 <xarick> it should be possible to extrapolate the number of days the vehicle can go without breakdowning
12:36:12 <peter1138> If you want to improve or add options for breakdowns, you could look at what JGRPP does.
12:37:24 <andythenorth> Lunch?
12:38:37 <peter1138> If I merge the allow-any change is that forcing it on people?
12:42:56 <DorpsGek> [OpenTTD/OpenTTD] 2TallTyler approved pull request #15204: Add: Company allow-list can be set to allow anyone. https://github.com/OpenTTD/OpenTTD/pull/15204#pullrequestreview-3808440091
12:43:08 <talltyler> There, have another vote 🙂
12:44:40 <peter1138> zxvbnm,./
12:44:55 <LordAro> keyboard works
12:45:11 <andythenorth> Should it be a setting?
12:45:18 <andythenorth> In the client?
12:45:23 <andythenorth> And the server
12:45:45 <andythenorth> And a setting for whether the project is C++ or java
12:45:57 <andythenorth> Bad andythenorth
12:49:48 *** _nihues_ has joined #openttd
12:49:48 <_nihues_> xarick: to me JGRPP improved breakdowns is perfect, I always play with it (on reduced) and doesn't feel the pain as in vanilla, it just add some very random breakdowns that don't feel bad as long as you maintain and not push too hard your trains, even on 1 Daylength with bsy lines should be very playable.
12:51:15 <andythenorth> I would vote for the company change but am not logged in to gh 🙂
12:52:20 <peter1138> Hostile and rude.
12:54:41 <jfkuayue> peter1138: where is C?
12:56:36 <peter1138> Obsolete, everyone moved onto generating slop instead.
12:58:14 <jfkuayue> zxCvbnm,./
13:01:59 <andythenorth> Peter1138 it’s the project’s fault
13:02:17 <andythenorth> For running the project in platforms I refuse to use
13:02:53 *** aperezdc has quit IRC (Ping timeout: 480 seconds)
13:04:18 <andythenorth> Fortunately RN I am not logged in to anything except discord
13:04:33 <peter1138> I'm not logged in to IRC.
13:04:39 <andythenorth> As I seem to have woken up on the grumpy and cynical timeline
13:05:01 <peter1138> The platform we've been using for 22 years.
13:05:02 <andythenorth> Remember the optimistic days?
13:05:08 <andythenorth> What fun we had
13:05:23 <andythenorth> Unfucking the caro refit action 0 props
13:05:44 <andythenorth> Increasing industry cargo limits
13:06:02 <andythenorth> Doing badges
13:06:08 <andythenorth> I miss the old days
13:06:51 *** gelignite has joined #openttd
13:07:35 *** aperezdc has joined #openttd
13:17:53 *** Wormnest has joined #openttd
13:25:04 <pickpacket> As someone who's spent tens of hours trying to explain public key cryptocraphy to laymen I really think that changing from password to that is a shit idea.
13:25:21 <pickpacket> *cryptography
13:26:12 <pickpacket> Has this been addressed? https://github.com/OpenTTD/OpenTTD/discussions/14351
13:38:10 <LordAro> not fully, no
13:51:47 <jfkuayue> tea, more tea
13:52:24 <jfkuayue> pickpacket: surströmming with tea?
14:01:09 <DorpsGek> [OpenTTD/OpenTTD] PeterN merged pull request #15204: Add: Company allow-list can be set to allow anyone. https://github.com/OpenTTD/OpenTTD/pull/15204
14:03:54 <DorpsGek> [OpenTTD/OpenTTD] PeterN opened pull request #15291: Company enum class https://github.com/OpenTTD/OpenTTD/pull/15291
14:04:03 <peter1138> Gah, silly enter key
14:06:54 <DorpsGek> [OpenTTD/OpenTTD] LordAro approved pull request #15290: Codechange: add missing @param and @return for linkgraph https://github.com/OpenTTD/OpenTTD/pull/15290#pullrequestreview-3808830194
14:07:55 <xarick> https://cdn.discordapp.com/attachments/1008473233844097104/1472957670469271634/image.png?ex=6994763a&is=699324ba&hm=d95e83951de5881ee0f3c512046f7fdf56059453f17a77f22044847a9076465f&
14:08:05 <DorpsGek> [OpenTTD/OpenTTD] LordAro approved pull request #15289: Codechange: add missing @param and @return for kdtree https://github.com/OpenTTD/OpenTTD/pull/15289#pullrequestreview-3808835810
14:08:32 <xarick> how to transform 0-63 into 0-100%
14:09:00 <peter1138> x * 100 / 63
14:09:34 <andythenorth> How do I irc?
14:09:55 <LordAro> same way you used to
14:10:46 <LordAro> hexchat seems to be available for mac
14:10:56 <LordAro> but you'll need something like irccloud or thelounge for persistence
14:11:03 <LordAro> (or setting up your own znc instance)
14:12:06 <DorpsGek> [OpenTTD/OpenTTD] LordAro approved pull request #15274: Codechange: add some missing parameter and return type documentation https://github.com/OpenTTD/OpenTTD/pull/15274#pullrequestreview-3808855191
14:12:51 <DorpsGek> [OpenTTD/OpenTTD] LordAro approved pull request #15283: Codechange: fix some more doxygen comments, mostly network https://github.com/OpenTTD/OpenTTD/pull/15283#pullrequestreview-3808859440
14:14:30 <DorpsGek> [OpenTTD/OpenTTD] LordAro commented on pull request #15288: Codechange: add missing @param and @return https://github.com/OpenTTD/OpenTTD/pull/15288#pullrequestreview-3808865094
14:15:00 <DorpsGek> [OpenTTD/OpenTTD] LordAro approved pull request #15213: Codechange: move documentation to declaration, when there are multiple implementations https://github.com/OpenTTD/OpenTTD/pull/15213#pullrequestreview-3808871100
14:42:00 <xarick> https://cdn.discordapp.com/attachments/1008473233844097104/1472966248114425951/image.png?ex=69947e37&is=69932cb7&hm=ea0cc3763fb22a92ccb2bcf0f8bddbcfbe207653c17f1ff223f337171ff0584b&
14:42:00 <xarick> I need the inverse, I am given the percent, how to get the 0..65535 value?
14:43:48 *** andythenorth2 has joined #openttd
14:44:10 <andythenorth2> Is this actual irc?
14:44:24 <_glx_> you look like a cat, so yes
14:44:39 <xarick> https://cdn.discordapp.com/attachments/1008473233844097104/1472966914132414535/image.png?ex=69947ed6&is=69932d56&hm=a394a23257fbae2efa5f9425dcbf4a114609b86be77748356efd8158721ae4bb&
14:44:43 <_glx_> a very cute one 🙂
14:45:22 <andythenorth2> I am on ios, I think it’s going to constantly disconnect due to backgrounding the app :/
14:46:52 *** andythenorth2 has quit IRC (Remote host closed the connection)
14:47:38 <_glx_> xarick: usually it's the typical `max_value * pct / 100`
14:48:39 <_glx_> basic math
14:49:59 <_glx_> or in your exact case `pct << 16 / 100`
14:50:55 *** andythenorth2 has joined #openttd
14:51:48 <andythenorth2> Ach I never did figure out a bouncer
14:57:22 <peter1138> They stand by doors and kick you out
14:57:25 *** andythenorth2 has quit IRC (Read error: Connection reset by peer)
14:59:06 *** andythenorth2 has joined #openttd
14:59:46 <andythenorth2> Oof yeah this is just going to be annoying disconnect/join cycle sorry
14:59:56 <andythenorth2> Do we have web irc still?
15:01:43 *** andythenorth2 has quit IRC (Remote host closed the connection)
15:04:54 <rito12_51026> andythenorth2: Can't you make that app acquire wakelock or something?
15:06:09 <LordAro> andythenorth: i literally just gave you 3 bouncer options
15:06:27 <LordAro> https://webchat.oftc.net/ but yes
15:10:40 <pickpacket> jfkuayue: f*** no. I don't eat that 😝
15:11:13 <pickpacket> I have tea, though
15:28:44 *** Flygon has joined #openttd
15:32:27 <xarick> https://cdn.discordapp.com/attachments/1008473233844097104/1472978944239337736/image.png?ex=69948a0a&is=6993388a&hm=14b2af24ff3866c89cb01200b434fe192f21cb10cd58ff51efcb483e2be09aa9&
15:32:27 <xarick> this looks a bit optimistic
15:32:37 <xarick> started at 100% reliability
15:33:46 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 merged pull request #15274: Codechange: add some missing parameter and return type documentation https://github.com/OpenTTD/OpenTTD/pull/15274
15:34:10 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 merged pull request #15283: Codechange: fix some more doxygen comments, mostly network https://github.com/OpenTTD/OpenTTD/pull/15283
15:34:33 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 merged pull request #15289: Codechange: add missing @param and @return for kdtree https://github.com/OpenTTD/OpenTTD/pull/15289
15:34:55 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 merged pull request #15290: Codechange: add missing @param and @return for linkgraph https://github.com/OpenTTD/OpenTTD/pull/15290
15:35:23 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 merged pull request #15213: Codechange: move documentation to declaration, when there are multiple implementations https://github.com/OpenTTD/OpenTTD/pull/15213
15:37:20 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 updated pull request #15288: Codechange: add missing @param and @return https://github.com/OpenTTD/OpenTTD/pull/15288
15:42:03 <jfkuayue> pickpacket: i liked the liquorice ice cream by Farbror Arnes when I was spending Xmas in stockholm
15:43:28 *** andythenorth2 has joined #openttd
15:43:32 *** andythenorth2 has quit IRC ()
15:53:48 <DorpsGek> [OpenTTD/OpenTTD] LordAro approved pull request #15288: Codechange: add missing @param and @return https://github.com/OpenTTD/OpenTTD/pull/15288#pullrequestreview-3809377104
15:55:29 <DorpsGek> [OpenTTD/OpenTTD] LordAro approved pull request #15118: Codechange: unify behaviour of handling too short packets https://github.com/OpenTTD/OpenTTD/pull/15118#pullrequestreview-3809384983
16:07:28 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 merged pull request #15118: Codechange: unify behaviour of handling too short packets https://github.com/OpenTTD/OpenTTD/pull/15118
16:09:33 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 approved pull request #15291: Codechange: use enum class for company control-related enums https://github.com/OpenTTD/OpenTTD/pull/15291#pullrequestreview-3809444519
16:13:07 *** andythenorth2 has joined #openttd
16:17:10 *** andythenorth2 has quit IRC (Remote host closed the connection)
16:18:43 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 updated pull request #15121: Codechange: use scoped enum for PacketAdminType https://github.com/OpenTTD/OpenTTD/pull/15121
16:18:46 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 updated pull request #15119: Codechange: use scoped enum for few Packet...Types https://github.com/OpenTTD/OpenTTD/pull/15119
16:19:14 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 merged pull request #15288: Codechange: add missing @param and @return https://github.com/OpenTTD/OpenTTD/pull/15288
16:24:44 *** WormnestAndroid has quit IRC (Read error: Connection reset by peer)
16:24:45 *** WormnestAndroid has joined #openttd
16:32:15 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 updated pull request #15119: Codechange: use scoped enum for few Packet...Types https://github.com/OpenTTD/OpenTTD/pull/15119
16:32:18 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 updated pull request #15121: Codechange: use scoped enum for PacketAdminType https://github.com/OpenTTD/OpenTTD/pull/15121
17:09:38 <DorpsGek> [OpenTTD/OpenTTD] darrencomeau opened pull request #15292: Fix 67ab3108: Gamescript custom names limited by random name generator https://github.com/OpenTTD/OpenTTD/pull/15292
17:11:13 *** gelignite is now known as Guest2911
17:11:17 *** gelignite has joined #openttd
17:13:09 <DorpsGek> [OpenTTD/OpenTTD] LordAro commented on pull request #15292: Fix 67ab3108: Gamescript custom names limited by random name generator https://github.com/OpenTTD/OpenTTD/pull/15292#issuecomment-3909633305
17:17:07 <DorpsGek> [OpenTTD/OpenTTD] darrencomeau commented on pull request #15292: Fix 67ab3108: Gamescript custom names limited by random name generator https://github.com/OpenTTD/OpenTTD/pull/15292#issuecomment-3909654334
17:17:50 *** Guest2911 has quit IRC (Ping timeout: 480 seconds)
17:18:34 <DorpsGek> [OpenTTD/OpenTTD] LordAro commented on pull request #15292: Fix 67ab3108: Gamescript custom names limited by random name generator https://github.com/OpenTTD/OpenTTD/pull/15292#issuecomment-3909661092
17:19:50 *** andythenorth2 has joined #openttd
17:27:51 *** andythenorth2 has quit IRC (Ping timeout: 480 seconds)
17:27:54 *** andythenorth_ has joined #openttd
17:28:31 <andythenorth_> LordAro: got irccloud thanks
17:28:39 <LordAro> \o/
17:28:49 <andythenorth_> Think it’s 2 hours of persistence
17:31:17 <andythenorth_> Seems to be multi device simultaneously 🙂
17:40:57 <LordAro> huzzah
17:44:52 <DorpsGek> [OpenTTD/OpenTTD] glx22 commented on pull request #15292: Fix 67ab3108: Gamescript custom names limited by random name generator https://github.com/OpenTTD/OpenTTD/pull/15292#issuecomment-3909762863
18:00:14 <DorpsGek> [OpenTTD/OpenTTD] darrencomeau commented on pull request #15292: Fix 67ab3108: Gamescript custom names limited by random name generator https://github.com/OpenTTD/OpenTTD/pull/15292#issuecomment-3909826106
18:01:27 <jfkuayue> A pink cat
18:01:32 <DorpsGek> [OpenTTD/OpenTTD] LordAro commented on pull request #15292: Fix 67ab3108: Gamescript custom names limited by random name generator https://github.com/OpenTTD/OpenTTD/pull/15292#issuecomment-3909831997
18:06:31 <DorpsGek> [OpenTTD/OpenTTD] darrencomeau commented on pull request #15292: Fix 67ab3108: Gamescript custom names limited by random name generator https://github.com/OpenTTD/OpenTTD/pull/15292#issuecomment-3909855119
18:11:07 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 opened pull request #15293: Codechange: replace output parameter with std::optional and improve documenation https://github.com/OpenTTD/OpenTTD/pull/15293
18:14:06 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 commented on pull request #15292: Fix 67ab3108: Gamescript custom names limited by random name generator https://github.com/OpenTTD/OpenTTD/pull/15292#issuecomment-3909887362
18:17:20 <DorpsGek> [OpenTTD/OpenTTD] LordAro commented on pull request #15293: Codechange: replace output parameter with std::optional and improve documenation https://github.com/OpenTTD/OpenTTD/pull/15293#pullrequestreview-3809956088
18:18:03 <DorpsGek> [OpenTTD/OpenTTD] LordAro commented on pull request #15292: Fix 67ab3108: Gamescript custom names limited by random name generator https://github.com/OpenTTD/OpenTTD/pull/15292#issuecomment-3909904255
18:20:17 <peter1138> Many spacebars.
18:20:27 <LordAro> spacebar go brrr
18:20:51 <LordAro> i mean we could keep the default, but i don't see a good reason to
18:21:25 <LordAro> could replace it with a 'regenerate name' button, perhaps
18:21:44 <LordAro> would resolve the "no quick solution to griefing" issue
18:30:18 <xarick> I'm experimenting airports with a max distance between them of that which allows the aircraft to travel without breaking down
18:30:28 <xarick> english*P
18:36:31 <xarick> oh wow, clueless bankrupted
18:36:39 <xarick> not too good with aircraft apparently
18:44:11 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 updated pull request #15293: Codechange: replace output parameter with std::optional and improve documenation https://github.com/OpenTTD/OpenTTD/pull/15293
18:47:48 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 commented on pull request #15293: Codechange: replace output parameter with std::optional and improve documenation https://github.com/OpenTTD/OpenTTD/pull/15293#pullrequestreview-3810084788
19:05:04 <DorpsGek> [OpenTTD/OpenTTD] LordAro approved pull request #15293: Codechange: replace output parameter with std::optional and improve documenation https://github.com/OpenTTD/OpenTTD/pull/15293#pullrequestreview-3810150227
19:18:14 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 commented on pull request #15293: Codechange: replace output parameter with std::optional and improve documenation https://github.com/OpenTTD/OpenTTD/pull/15293#pullrequestreview-3810192125
19:24:40 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 dismissed a review for pull request #15293: Codechange: replace output parameter with std::optional and improve documenation https://github.com/OpenTTD/OpenTTD/pull/15293#pullrequestreview-3810150227
19:24:43 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 updated pull request #15293: Codechange: replace output parameter with std::optional and improve documenation https://github.com/OpenTTD/OpenTTD/pull/15293
19:26:41 <DorpsGek> [OpenTTD/OpenTTD] LordAro approved pull request #15293: Codechange: replace output parameter with std::optional and improve documenation https://github.com/OpenTTD/OpenTTD/pull/15293#pullrequestreview-3810215588
19:35:54 <LordAro> Rubidium: also 'documenation'
19:35:58 <LordAro> but eh.
19:37:07 <Rubidium> it's only the PR name
19:37:14 <LordAro> :)
19:38:52 <andythenorth_> What shall we do for 16.0?
19:39:08 <andythenorth_> Internal changes only? :eyes
19:40:28 <LordAro> remove herobrine
19:41:06 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 opened pull request #15294: Codechange: add missing @param and @return for music https://github.com/OpenTTD/OpenTTD/pull/15294
19:42:15 <Rubidium> andythenorth_: I think the most important one is a different introgame ;)
19:43:55 *** Wolf01 has joined #openttd
19:44:12 *** gelignite is now known as Guest2920
19:44:18 *** gelignite has joined #openttd
19:47:11 *** Guest2920 has quit IRC (Ping timeout: 480 seconds)
19:50:52 <andythenorth_> @Rubidium: +100 :)
19:51:05 <andythenorth_> Should we rig the vote?
19:52:56 <LordAro> advertise it correctly and we shouldn't have to ;)
19:53:27 <Rubidium> 'only' ~820 warnings to go in the current tranche. ~14200 in total, although there are some duplicates in that latter number. Down from respectively ~2750 and ~17300 less than a month ago
19:54:28 <Rubidium> I don't think I'm going to make that the goal for 16.0 though ;)
19:57:02 <LordAro> woop
19:57:31 <LordAro> what defines 'current tranche' ?
19:59:05 <Rubidium> essentially `grep -E '(return|parameter)' Warnings.source | grep '^[^<]'`
19:59:27 <Rubidium> or any function that has documentation, but not for its parameters or return type
20:00:09 <LordAro> and the majority of the remainder are functions that have no documentation at all?
20:02:11 <Rubidium> probably, although I don't really have the will to differentiate between variables, functions and enums
20:05:31 <LordAro> ah yes, we do have an awful lot of enum constants
20:07:26 <peter1138> Well.
20:08:07 <Rubidium> ~2300 warnings in src/table...
20:08:08 <DorpsGek> [OpenTTD/OpenTTD] PeterN merged pull request #15291: Codechange: use enum class for company control-related enums https://github.com/OpenTTD/OpenTTD/pull/15291
20:08:52 <peter1138> table/sprites.h
20:09:05 <Rubidium> I guess that's roughly 20% of the unique ones
20:09:06 <peter1138> Can/should we just exclude that sort of thing?
20:09:34 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 merged pull request #15293: Codechange: replace output parameter with std::optional and improve documentation https://github.com/OpenTTD/OpenTTD/pull/15293
20:12:03 <Rubidium> luckily it doesn't pick up table/strings.h
20:12:50 <peter1138> :-)
20:16:04 <DorpsGek> [OpenTTD/OpenTTD] darrencomeau commented on pull request #15292: Fix 67ab3108: Gamescript custom names limited by random name generator https://github.com/OpenTTD/OpenTTD/pull/15292#issuecomment-3910364102
20:17:59 <DorpsGek> [OpenTTD/OpenTTD] PeterN opened pull request #15295: Codechange: remove GetAcceptanceAroundTiles always_accepted out parameter https://github.com/OpenTTD/OpenTTD/pull/15295
20:31:49 <DorpsGek> [OpenTTD/OpenTTD] LordAro closed pull request #15292: Fix 67ab3108: Gamescript custom names limited by random name generator https://github.com/OpenTTD/OpenTTD/pull/15292
20:31:52 <DorpsGek> [OpenTTD/OpenTTD] LordAro commented on pull request #15292: Fix 67ab3108: Gamescript custom names limited by random name generator https://github.com/OpenTTD/OpenTTD/pull/15292#issuecomment-3910407376
20:50:43 <peter1138> Hm
20:51:33 <DorpsGek> [OpenTTD/OpenTTD] darrencomeau commented on pull request #15292: Fix 67ab3108: Gamescript custom names limited by random name generator https://github.com/OpenTTD/OpenTTD/pull/15292#issuecomment-3910463861
20:56:05 *** gelignite has quit IRC ()
21:09:17 <LordAro> hmm, did i misread something?
21:12:00 *** WormnestAndroid has quit IRC (Read error: Connection reset by peer)
21:12:01 *** WormnestAndroid has joined #openttd
21:12:09 *** WormnestAndroid has quit IRC (Read error: Connection reset by peer)
21:12:25 *** WormnestAndroid has joined #openttd
21:32:42 <DorpsGek> [OpenTTD/OpenTTD] glx22 commented on pull request #15292: Fix 67ab3108: Gamescript custom names limited by random name generator https://github.com/OpenTTD/OpenTTD/pull/15292#issuecomment-3910604625
21:40:04 *** MinchinWeb[m] has quit IRC (Ping timeout: 480 seconds)
21:41:59 *** MinchinWeb[m] has joined #openttd
21:45:20 *** Wormnest has quit IRC (Ping timeout: 480 seconds)
21:59:39 *** WormnestAndroid has quit IRC (Ping timeout: 480 seconds)
22:01:51 *** WormnestAndroid has joined #openttd
22:06:05 *** WormnestAndroid has quit IRC (Read error: Connection reset by peer)
22:07:03 *** WormnestAndroid has joined #openttd
22:12:32 *** Tirili has joined #openttd
22:13:31 <DorpsGek> [OpenTTD/OpenTTD] darrencomeau commented on pull request #15292: Fix 67ab3108: Gamescript custom names limited by random name generator https://github.com/OpenTTD/OpenTTD/pull/15292#issuecomment-3910718728
22:19:58 *** Tirili has quit IRC (Quit: Leaving)
22:26:22 <xarick> https://cdn.discordapp.com/attachments/1008473233844097104/1473083110769033411/image.png?ex=6994eb0e&is=6993998e&hm=f8ef0a4360ca905f81ea8993326121faff67d92bcbeff0360741bd123dd27116&
22:26:22 <xarick> clueless doing something
22:43:41 *** peter1138 has quit IRC (Read error: No route to host)
22:44:45 *** peter1138 has joined #openttd
22:44:45 *** ChanServ sets mode: +o peter1138
22:45:00 <peter1138> Hmm, my Pi stopped Piing :o
22:55:06 *** alsekwolf0369 has quit IRC (Quit: User went offline on Discord a while ago)
23:10:35 <xarick> there is a problem with the industry generation
23:10:45 <xarick> map has 28k industries atm
23:10:54 <xarick> started with about 20k
23:11:52 *** Wolf01 has quit IRC (Quit: Once again the world is quick to bury me.)
23:15:46 <xarick> https://cdn.discordapp.com/attachments/1008473233844097104/1473095544116084786/image.png?ex=6994f6a2&is=6993a522&hm=783bd156a03f1127ea9897e08ccf62d79ca607d53da5d240301cc4554b2fc069&
23:15:46 <xarick> hmm
23:16:56 *** _zephyris has joined #openttd
23:16:56 <_zephyris> Just the one pi?
23:17:18 <_zephyris> Normally an sd gone bad in my experience
23:17:24 <xarick> gonna try Smooth next time
23:18:33 <DorpsGek> [OpenTTD/OpenTTD] ronvid commented on issue #15207: [Bug]: Mouse cursor slowly drifts in the upwards-right direction on Steam Deck https://github.com/OpenTTD/OpenTTD/issues/15207
23:22:20 <xarick> hmm glx, think I found a use case where the Suspendable Valuate is too slow
23:23:12 <DorpsGek> [OpenTTD/OpenTTD] ronvid commented on issue #15207: [Bug]: Mouse cursor slowly drifts in the upwards-right direction on Steam Deck https://github.com/OpenTTD/OpenTTD/issues/15207
23:23:15 *** WormnestAndroid has quit IRC (Ping timeout: 480 seconds)
23:26:27 <_glx_> oh there's probably more than one, since suspendable runs on more than one tick
23:27:39 <_glx_> it does the same as a squirrel for loop
23:28:18 <xarick> maybe I need to adapt something here <https://gist.github.com/SamuXarick/5fccafd8453aeaed32ca2d3c37149f24>
23:28:51 <peter1138> By too slow do you mean it's taking up too much CPU?
23:29:05 *** Tirili has joined #openttd
23:29:08 <peter1138> Or just being spread out? Which is... kinda the point.
23:29:41 <xarick> it's spreading out too much
23:30:06 <xarick> there are currently 7000 airports, 28k industries, but i only pick oilrigs
23:30:27 <xarick> 2736 oil rigs atm
23:31:36 <xarick> the framerate is smooth, but the AI is snoozing
23:31:44 <xarick> oh well, gonna figure out what to do
23:32:16 <_glx_> well RemoveValue() and KeepValue() are also suspendable
23:33:05 <_glx_> so there's a lot of spreading
23:35:52 *** WormnestAndroid has joined #openttd
23:35:55 <_glx_> L36-L40 block itself will take a lot of ticks
23:37:40 <_glx_> you can combine the 3 Valuate() into a single one filling location or -1, then Remove(-1)
23:41:04 <_glx_> L12-L15 block might be faster using a for loop to detect at least one helicopter
23:42:17 <_glx_> same idea for L21-L27
23:44:11 <xarick> :)
23:46:47 <_glx_> using lists and Valuate+Keep/Remove, but it comes with a cost, high cpu in 15.1 or many ticks in master
23:49:15 <_glx_> also it can crash the script in 15.1, but should be fine in master (just slower)
23:55:05 <peter1138> So we're back to throwing excessive quantities and wondering why it's taking a while...
continue to next day ⏵