IRC logs for #openttd on OFTC at 2024-05-25
            
01:15:49 <DorpsGek> [OpenTTD/OpenTTD] 2TallTyler closed issue #12562: [Bug]: Unbunch breaks CargoDist https://github.com/OpenTTD/OpenTTD/issues/12562
01:15:52 <DorpsGek> [OpenTTD/OpenTTD] 2TallTyler commented on issue #12562: [Bug]: Unbunch breaks CargoDist https://github.com/OpenTTD/OpenTTD/issues/12562
01:32:23 *** Wormnest has quit IRC (Quit: Leaving)
02:21:57 *** tokai has joined #openttd
02:21:58 *** ChanServ sets mode: +v tokai
02:26:01 *** tokai|noir has quit IRC (Ping timeout: 480 seconds)
02:34:53 *** D-HUND has joined #openttd
02:38:14 *** debdog has quit IRC (Ping timeout: 480 seconds)
04:07:19 *** keikoz has joined #openttd
04:20:27 *** jinks has quit IRC (Quit: ZNC - http://znc.in)
04:20:47 *** jinks has joined #openttd
04:27:01 *** jinks has quit IRC (Remote host closed the connection)
04:28:19 *** jinks has joined #openttd
04:42:13 <DorpsGek> [OpenTTD/OpenTTD] eints-sync[bot] pushed 1 commits to master https://github.com/OpenTTD/OpenTTD/commit/c325a2ebd4dfc5dd940a784f7dbda69060790061
04:42:14 <DorpsGek> - Update: Translations from eints (by translators)
05:06:26 *** keikoz has quit IRC ()
05:34:22 <DorpsGek> [OpenTTD/OpenTTD] merni-ns commented on pull request #12714: Add: Setting to disable news message for old vehicles https://github.com/OpenTTD/OpenTTD/pull/12714#issuecomment-2130791480
05:49:37 *** Tirili has joined #openttd
05:49:40 *** Tirili has quit IRC ()
06:34:51 *** salut3585 has joined #openttd
06:34:51 <salut3585> Hi
06:35:01 <salut3585> What else should I do to merge it with the master? https://github.com/OpenTTD/OpenTTD/pull/12657
06:35:24 <merni> Wait for one of the devs to review it
06:36:41 <salut3585> is it a long way?
06:37:03 <merni> Depends on how much free time they have :)
06:38:07 <salut3585> ok, This is the Way
06:39:01 <salut3585> when he does the merge, will it be merged into one commit?
06:39:32 <merni> Depends on whether whoever merges it selects "Squash and merge" or not
06:40:05 <merni> But for reviewing it's easier if you split it into logical commits
06:40:16 <merni> Using rebase
06:40:44 <merni> (or any other method idk much about git)
06:42:12 <salut3585> can you watch the video in PR, do you think it will be useful?
06:42:42 <merni> It's not my opinion that matters anyway ๐Ÿ˜†
06:42:58 <merni> It sounds like a good idea based on the description though
06:43:21 <salut3585> Your opinion is important to me
06:45:26 <merni> Well, it seems to work from the video
06:45:34 <merni> How do you know where to click though
06:48:27 <salut3585> Click first button, select area
06:48:27 <salut3585> then click the second button and you can set the area where the selected area will be pasted.
06:50:54 <merni> Yes, but it seems like in the second step you don't need to select an area that's the same size as the copied area (which is a good thing)
06:51:21 <merni> So in that case, the pasted area is bigger than the area you copied
06:51:55 <merni> Hm, I should try the preview
06:52:25 <salut3585> yes the selected area will be pasted but you can just click or point the direction if you select the area to paste
06:52:25 <salut3585> it can rotate the area
06:53:41 *** keikoz has joined #openttd
06:54:14 <merni> How do you rotate it?
06:54:33 <merni> Also, it is somewhat unexpected that this option is in the Landscaping menu but it only applies to rail tracks
06:54:52 <merni> If it is rail-specific it should be in the Railway Construction menu IMO
06:54:58 <merni> Though ideally it would cover other things too
06:55:09 <merni> And it seems to leave gaps where there are level crossings
06:55:47 <salut3585> it will spread to all roads and change the surface
06:58:25 <salut3585> if you want to rotate, just select an area in a different direction
07:11:47 <andythenorth> I have 2 commits in my brain branch that aren't in my feature branch
07:11:48 <andythenorth> https://github.com/andythenorth/firs/compare/v5-release-track...main?expand=1
07:12:14 <andythenorth> (non-interactive) rebase fails with more merge conflicts than it's worth resolving
07:12:59 <andythenorth> but when I try to cherrypick either of the commits, cherrypick seems to think they're empty
07:13:15 <andythenorth> On branch v5-release-track
07:13:15 <andythenorth> You are currently cherry-picking commit 70fbc27a.
07:13:15 <andythenorth> (all conflicts fixed: run "git cherry-pick --continue")
07:13:15 <andythenorth> (use "git cherry-pick --skip" to skip this patch)
07:13:15 <andythenorth> (use "git cherry-pick --abort" to cancel the cherry-pick operation)
07:13:17 <andythenorth> nothing to commit, working tree clean
07:13:17 <andythenorth> The previous cherry-pick is now empty, possibly due to conflict resolution.
07:13:19 <andythenorth> If you wish to commit it anyway, use:
07:13:19 <andythenorth> git commit --allow-empty
07:13:21 <andythenorth> Otherwise, please use 'git cherry-pick --skip'
07:24:18 <andythenorth> unclear if it's because I've got a branch merge in history that appears to have duplicated a bunch of commits
07:24:26 <andythenorth> not going to try and clean that up, too risky
07:26:36 <peter1138> Oh dear.
07:27:04 <peter1138> Life is easier when you don't merge.
07:28:16 *** tokai|noir has joined #openttd
07:28:16 *** ChanServ sets mode: +v tokai|noir
07:32:49 *** tokai has quit IRC (Ping timeout: 480 seconds)
07:32:52 <andythenorth> indeed
07:33:09 <andythenorth> I can't even do a rebase -i to reword a commit
07:33:18 <andythenorth> this branch is terminally wounded
07:33:20 *** tokai has joined #openttd
07:33:21 *** ChanServ sets mode: +v tokai
07:37:49 *** tokai|noir has quit IRC (Ping timeout: 480 seconds)
07:50:14 <andythenorth> maybe I can redo it from scratch, one commit at a time
07:58:17 <andythenorth> how TF do individual cherrypicks conflict so much with main
08:02:42 <andythenorth> rebuilding a branch one cp at a time ๐Ÿ˜›
08:07:59 *** tokai|noir has joined #openttd
08:08:00 *** ChanServ sets mode: +v tokai|noir
08:12:04 *** tokai has quit IRC (Ping timeout: 480 seconds)
08:12:22 *** tokai has joined #openttd
08:12:22 *** ChanServ sets mode: +v tokai
08:16:14 *** tokai|noir has quit IRC (Ping timeout: 480 seconds)
08:16:39 *** tokai|noir has joined #openttd
08:16:39 *** ChanServ sets mode: +v tokai|noir
08:20:44 *** tokai has quit IRC (Ping timeout: 480 seconds)
08:22:06 <andythenorth> this is probably where I screwed myself ๐Ÿ˜› https://github.com/andythenorth/firs/commit/78b02476c8c786b634481da7a672fba36eb8c77d
08:22:24 <andythenorth> never understood what triggers a merge commit to be an actual commit
08:22:53 *** Wolf01 has joined #openttd
08:40:15 <DorpsGek> [OpenTTD/OpenTTD] hibiyasleep opened issue #12715: [Bug]: Jazz Jukebox interface doesn't scale up https://github.com/OpenTTD/OpenTTD/issues/12715
08:43:30 <DorpsGek> [OpenTTD/OpenTTD] hibiyasleep closed issue #12715: [Bug]: Jazz Jukebox interface doesn't scale up https://github.com/OpenTTD/OpenTTD/issues/12715
08:43:33 <DorpsGek> [OpenTTD/OpenTTD] hibiyasleep commented on issue #12715: [Bug]: Jazz Jukebox interface doesn't scale up https://github.com/OpenTTD/OpenTTD/issues/12715
08:45:27 <truebrain> those bugs are the best bugs! (12715)
09:04:52 *** HerzogDeXtEr has joined #openttd
09:41:07 <DorpsGek> [OpenTTD/OpenTTD] Kuhnovic opened pull request #12716: Codechange: Removed unused yapf PfNodeCachFlush function https://github.com/OpenTTD/OpenTTD/pull/12716
09:50:15 <kuhnovic> Slowly improving the YAPF implementation. Maybe one day it will make sense ๐Ÿ˜›
10:04:33 *** SigHunter has quit IRC (Remote host closed the connection)
10:05:35 *** SigHunter has joined #openttd
10:37:44 <DorpsGek> [OpenTTD/OpenTTD] Kuhnovic updated pull request #12716: Codechange: Removed unused yapf PfNodeCachFlush function https://github.com/OpenTTD/OpenTTD/pull/12716
11:01:38 <peter1138> andythenorth: All merge commits are actual commits
11:13:19 <peter1138> Self-fixing issues are the best.
12:18:20 <andythenorth> we have a workflow at work where we merge feature branches frequently, but I never encounter merge commits
12:18:25 <andythenorth> possibly I just didn't notice them
12:32:04 *** SigHunter has quit IRC (Ping timeout: 480 seconds)
12:45:17 *** SigHunter has joined #openttd
13:00:27 <andythenorth> not sure I intended this commit message https://github.com/andythenorth/firs/commit/56e7981d40ac1f221657e6a4cf518cf99f665026
13:19:45 <DorpsGek> [OpenTTD/OpenTTD] 2TallTyler merged pull request #12700: Add: Use macOS Game Mode identification https://github.com/OpenTTD/OpenTTD/pull/12700
13:21:21 <DorpsGek> [OpenTTD/OpenTTD] 2TallTyler commented on pull request #12700: Add: Use macOS Game Mode identification https://github.com/OpenTTD/OpenTTD/pull/12700#issuecomment-2131266467
13:34:51 <peter1138> Well
13:42:29 <andythenorth> nearly fixed my branch ๐Ÿ˜›
13:42:37 <andythenorth> manual cherrypick of 370 commits not so bad
13:42:49 <andythenorth> been able to squash and clean
13:48:24 *** Flygon has quit IRC (Quit: A toaster's basically a soldering iron designed to toast bread)
13:49:31 <peter1138> ICQ has a month left.
13:59:04 <DorpsGek> [OpenTTD/OpenTTD] 2TallTyler commented on pull request #12712: Feature: "improved" trees now only spread in forests https://github.com/OpenTTD/OpenTTD/pull/12712#pullrequestreview-2078994584
13:59:27 <andythenorth> how do I get these 2 commits into my v5 release branch?
13:59:28 <andythenorth> https://github.com/andythenorth/firs/compare/v5-release-track...main
13:59:52 <andythenorth> cherry pick says they're empty (they were already cherry picked into the release branch)
14:00:17 <andythenorth> github claims it can do a PR and merge for them, so I did, but after the merge it still reports they're not in v5 release track
14:01:09 <peter1138> ```git checkout v5-release-track
14:01:09 <peter1138> git cherry-pick a57473b
14:01:09 <peter1138> git cherry-pick 70fbc27```
14:01:37 <DorpsGek> [OpenTTD/OpenTTD] 2TallTyler commented on pull request #12714: Add: Setting to disable news message for old vehicles https://github.com/OpenTTD/OpenTTD/pull/12714#issuecomment-2131283677
14:01:40 <andythenorth> yeah they're empty
14:01:52 <andythenorth> and I can force them as empty, but it's a zero diff
14:02:01 <andythenorth> and github still thinks they're behind when I do that
14:02:12 <andythenorth> [emoji]
14:03:45 <andythenorth> not sure I care enough at this point ๐Ÿ˜›
14:03:56 <andythenorth> 4 hours of manual cherry pick, and I still can't rebase to main
14:03:59 <andythenorth> but at least it's cleaner
14:04:01 <peter1138> Okay.
14:04:08 <peter1138> Those changes are already in v5-release-track
14:04:43 <peter1138> ec2bea236 is the jquery update
14:06:20 <peter1138> https://cdn.discordapp.com/attachments/1008473233844097104/1243928142624718958/image.png?ex=665341dc&is=6651f05c&hm=8bb22d7a78fd2f3b0b002fb883016c757f4697b22130b3e666ee818441766269&
14:06:30 <peter1138> The polar fox changes are spread out in other commits.
14:09:00 <peter1138> You can't cherry pick the changes because the changes are already present. They don't conflict as they are the same, so they end up empty.
14:09:40 <andythenorth> yup
14:09:58 <andythenorth> but I can't seem to tell github to understand that
14:11:22 <peter1138> What operation are you trying to do?
14:12:18 <andythenorth> make github UI stop telling me the v5-release branch is behind
14:12:25 <andythenorth> hmm I think I just deleted all my work
14:12:27 <andythenorth> oops
14:12:44 <andythenorth> I tried merging main into v5-release-track and everything I did today is now gone
14:13:00 <andythenorth> that's interesting
14:14:01 <andythenorth> yeah that's deleted local branches
14:14:13 <andythenorth> since when does a simple merge delete local feature branches?
14:14:19 <peter1138> It doesn't.
14:15:13 <andythenorth> https://gist.github.com/andythenorth/36bbb0b5ea8347136a5ed03dbe1acd2d
14:15:25 <peter1138> main is a completely different tree to v5-release?
14:15:28 <andythenorth> branch state before and after 'git merge main' to v5-release-track
14:15:46 <andythenorth> maybe I need a tree visualiser
14:15:51 <peter1138> They diverge in Oct 2022
14:17:21 <peter1138> But then again, those jquery and polar fox updates are the only commits to main since they diverge.
14:17:27 <andythenorth> the merge of main deleted this branch locally `v5-release-track.old2` but it's present on origin
14:17:39 <andythenorth> I have never seen a merge do destructive branch removal before
14:17:53 <peter1138> It didn't delete it.
14:18:00 <andythenorth> renamed
14:18:03 <andythenorth> oh I see
14:18:28 <andythenorth> maybe the branch names are in some git reflog that the merge to main has changed
14:18:36 <_glx_> git kinda expect you know what you are doing ๐Ÿ˜‰
14:18:39 <andythenorth> I know
14:19:01 <peter1138> git expects you to know what you're doing, but unless you do something bad, it won't just delete branches.
14:19:01 <andythenorth> I know I don't know, I mean ๐Ÿ˜›
14:19:17 <peter1138> If you're using the reflog then you're generally doing it wrong.
14:19:36 <_glx_> but indeed cherry picking a commit already in the branch typically is blank
14:19:41 <peter1138> Do you want to make main be v5-release-track?
14:19:45 <andythenorth> no
14:20:03 <andythenorth> I want github UI to stop being angry about v5-release-track being behind main
14:20:10 <andythenorth> so I can make a v5 beta release
14:20:15 <_glx_> ignore it
14:20:27 <andythenorth> ok
14:21:01 <_glx_> https://cdn.discordapp.com/attachments/1008473233844097104/1243931838649733120/image.png?ex=6653454d&is=6651f3cd&hm=cad7a0e4bc2765b9baf4b797fca7d6d6939abdeb6a773f42a78a6299a2bfdbb7&
14:21:21 <_glx_> branches often diverge for a valid reason
14:21:24 *** michi_cc has joined #openttd
14:21:24 <michi_cc> If two branches aren't completely identical, it will always says x ahead/behind.
14:21:26 <peter1138> You could just do `git merge main v5-release-track` if you want to make it up to date with main.
14:22:23 <andythenorth> that's what caused it to delete the branch locally
14:22:25 <peter1138> It won't actually add any changes as all the changes in main are already in v5-release-branch.
14:22:34 <peter1138> No it didn't.
14:22:45 <peter1138> I just typed exactly that, and it did exactly that.
14:23:04 <peter1138> https://cdn.discordapp.com/attachments/1008473233844097104/1243932354192605184/image.png?ex=665345c8&is=6651f448&hm=cd97260e4184afaa1adffbb703f6e5287a49688f95c92e3441bbd9b6751880aa&
14:23:23 <andythenorth> is that tree view in your editor?
14:23:29 <peter1138> Yes.
14:23:43 <andythenorth> I never found one in github
14:23:47 <andythenorth> bitbucket has one
14:24:04 <peter1138> This is Git Graph in VS Code.
14:24:27 <andythenorth> if you fetch now, what does it show?
14:24:35 <andythenorth> as github is now reporting what I want it to
14:25:52 <peter1138> Looks like you rebased on main instead of merging.
14:30:05 <andythenorth> nah there's no succesful rebase on main, just failed ones
14:30:18 <andythenorth> I did a merge of main to v5-release-track again I think
14:30:31 <peter1138> You rebased v5-release-track on top of main.
14:31:11 <peter1138> https://cdn.discordapp.com/attachments/1008473233844097104/1243934394000080946/image.png?ex=665347ae&is=6651f62e&hm=0cce8b8844ce79ebe8bc4cd9b49925aca50c5c107644bc30b2e1a03c8fbd9a5c&
14:31:11 <peter1138> ...
14:31:13 <peter1138> https://cdn.discordapp.com/attachments/1008473233844097104/1243934403101720706/image.png?ex=665347b0&is=6651f630&hm=2bd11d5483ac7f9cbe4ac2a3b3815a0ebae45fe0000d07a410655f9306cce69e&
14:32:24 <andythenorth> not sure how that happened
14:32:42 <andythenorth> ah github UI
14:32:46 <andythenorth> rebase and merge
14:32:47 <andythenorth> ok
14:32:47 <peter1138> `git rebase main v5-release-track` would do it.
14:33:29 <_glx_> except when working with PRs you want to avoid github UI
14:33:32 <andythenorth> pray and spray commands
14:34:39 <andythenorth> ok thanks
14:34:52 <andythenorth> at the cost of some self-inflicted pain
14:34:55 <andythenorth> the history is now better
14:55:47 <merni> git eh
15:05:58 <merni> time to fast forward a game for 12 years to check a news message :)
15:11:18 <merni> Huh, the warning doesn't even show in 14.0 for a test game... there must be something else that triggers it apart from just becoming old??
15:16:12 <merni> Ahh, autorenew is on in the settings...
15:22:41 <DorpsGek> [OpenTTD/OpenTTD] merni-ns commented on pull request #12714: Add: Setting to disable news message for old vehicles https://github.com/OpenTTD/OpenTTD/pull/12714#issuecomment-2131307928
15:34:11 *** Wormnest has joined #openttd
15:43:48 <peter1138> Uh oh. Microsoft has its eyes on Valve.
15:51:46 *** dropboxkenshiro has joined #openttd
15:51:46 <dropboxkenshiro> https://80.lv/articles/no-microsoft-is-not-buying-valve-for-usd16-billion/
15:51:48 <merni> as long as it isn't hands it's fine I guess
15:52:00 <peter1138> Heh
16:08:16 <DorpsGek> [OpenTTD/OpenTTD] 2TallTyler approved pull request #12714: Add: Setting to disable news message for old vehicles https://github.com/OpenTTD/OpenTTD/pull/12714#pullrequestreview-2079072101
16:15:06 <andythenorth> Such FIRS
16:15:08 <andythenorth> Unpicking branch merges by cherrypick from scratch
16:15:09 <andythenorth> And squashing some commits
16:15:10 <andythenorth> If the .grf matches at the end, โ€œprobably fineโ€
16:19:19 <DorpsGek> [OpenTTD/OpenTTD] PeterN commented on pull request #12650: Fix #12648: Ensure all uses of std::filesystem::path use native encoding. https://github.com/OpenTTD/OpenTTD/pull/12650#issuecomment-2131325019
16:42:13 *** SigHunter has quit IRC ()
16:43:26 *** SigHunter has joined #openttd
18:02:39 <andythenorth> new laptop time?
18:02:43 <andythenorth> how much RAM do I need really?
18:04:47 <merni> 8 gb?
18:07:55 <peter1138> 16GB minimum.
18:08:46 <truebrain> our webservices can't run on 16GB. At least 32GB, sorry.
18:13:25 <audigex> Depends what you do with your laptop, but I wouldnโ€™t buy less than 16GB in 2024 for sure
18:13:37 <audigex> And if you want it to last Iโ€™d be saying 32GB
18:16:17 <andythenorth> https://cdn.discordapp.com/attachments/1008473233844097104/1243991042403864576/image.png?ex=66537c70&is=66522af0&hm=6387117d486abb0571808977e51685cab14cbe480b45e4251daca8b790d6fb82&
18:17:01 <andythenorth> macs have an irritating habit where coreaudio crackles if there's not enough physical memory free
18:20:01 <andythenorth> https://cdn.discordapp.com/attachments/1008473233844097104/1243991983643693094/image.png?ex=66537d51&is=66522bd1&hm=81f950d6ddae0910a867d9644c6586da258f7d21f7a28c69a4ecf27175032887&
18:20:01 <andythenorth> hmm m3 vs m2
18:20:17 <andythenorth> 19% faster in single core, nmlc is single-core
18:20:52 <andythenorth> https://cdn.discordapp.com/attachments/1008473233844097104/1243992198916083834/image.png?ex=66537d84&is=66522c04&hm=4bc0f40a2fad4af86397f746bf60eefdc83f34abd207ffc483f9641c46fcea45&
18:20:52 <andythenorth> current laptop is m1 pro
18:22:50 <andythenorth> pff no m3 pro on refurb
18:23:08 <andythenorth> m3 max for ยฃ3k, but it's no faster than the m3 pro in single core
18:26:57 <merni> have you considered a windows laptop? :p
18:27:03 <andythenorth> pff
18:27:51 <andythenorth> yes, I seriously looked at HP laptops a few years ago, when Apple couldn't make keyboards, and OpenTTD performance on macs was really struggling
18:28:06 <andythenorth> both of those issues are fixed
19:27:00 <kuhnovic> Geez, that YAPF rail cache system is an enigma
19:27:58 <kuhnovic> And I doubt it makes any difference in performance tbh
19:33:29 <kuhnovic> Does anyone know anything about that caching system? Or it is a case of lost knowledge?
19:34:54 <_jgr_> kuhnovic: I wouldn't assume that, TBH
19:35:13 <kuhnovic> I'm not, that's why I'm trying to measure it ๐Ÿ™‚
19:39:14 <Eddi|zuHause> rail cache is ... complicated...
19:39:42 <Eddi|zuHause> like, you can only cache paths that are far away, when the dynamic signal/reservation penalties aren't applied
19:40:09 <Eddi|zuHause> and the same segment can still have different weights when you have an electric and a diesel train
19:40:49 <Eddi|zuHause> i don't remember if anyone ever did performance test. but i assume someone did...
19:42:49 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 approved pull request #12716: Codechange: Removed unused yapf PfNodeCachFlush function https://github.com/OpenTTD/OpenTTD/pull/12716#pullrequestreview-2079129235
19:47:59 <kuhnovic> In earlier measurements I have seen that cost calculation, which is the part that's being cached, is indeed quite a large part of the total pathfinder CPU time (at least for trains, which has the caching). But if I enable debug level yapf=3 I do see sporadic hits with large cache hit percentages (most are in the 30-70% range), but most of them are just 0%. And a crude hold-control-to-disable-
19:47:59 <kuhnovic> caching while running in fast forward didn't seem to have any effect on the time spent in calculating train ticks.
19:49:15 <DorpsGek> [OpenTTD/OpenTTD] Kuhnovic merged pull request #12716: Codechange: Removed unused yapf PfNodeCachFlush function https://github.com/OpenTTD/OpenTTD/pull/12716
21:08:17 <DorpsGek> [OpenTTD/OpenTTD] WenSimEHRP opened pull request #12717: Fix: Wrong punctuation in Simplified Chinese https://github.com/OpenTTD/OpenTTD/pull/12717
21:09:23 <DorpsGek> [OpenTTD/OpenTTD] PeterN commented on pull request #12717: Fix: Wrong punctuation in Simplified Chinese https://github.com/OpenTTD/OpenTTD/pull/12717#issuecomment-2131458428
21:09:55 <DorpsGek> [OpenTTD/OpenTTD] WenSimEHRP commented on pull request #12717: Fix: Wrong punctuation in Simplified Chinese https://github.com/OpenTTD/OpenTTD/pull/12717#issuecomment-2131458538
21:19:38 <DorpsGek> [OpenTTD/OpenTTD] Moth-Tolias updated pull request #12712: Feature: "improved" trees now only spread in forests https://github.com/OpenTTD/OpenTTD/pull/12712
21:21:08 <DorpsGek> [OpenTTD/OpenTTD] Moth-Tolias commented on pull request #12712: Feature: "improved" trees now only spread in forests https://github.com/OpenTTD/OpenTTD/pull/12712#issuecomment-2131464378
21:33:39 <DorpsGek> [OpenTTD/OpenTTD] Moth-Tolias updated pull request #12712: Feature: "improved" trees now only spread in forests https://github.com/OpenTTD/OpenTTD/pull/12712
21:39:25 <DorpsGek> [OpenTTD/OpenTTD] PeterN opened pull request #12718: Codechange: Replace FILE * with FileHandle class. https://github.com/OpenTTD/OpenTTD/pull/12718
21:42:36 <DorpsGek> [OpenTTD/OpenTTD] github-advanced-security[bot] commented on pull request #12718: Codechange: Replace FILE * with FileHandle class. https://github.com/OpenTTD/OpenTTD/pull/12718#pullrequestreview-2079181630
21:46:43 <peter1138> How dare we open files based on user input
22:12:46 *** keikoz has quit IRC (Ping timeout: 480 seconds)
22:13:37 <DorpsGek> [OpenTTD/OpenTTD] Moth-Tolias commented on pull request #12712: Feature: "improved" trees now only spread in forests https://github.com/OpenTTD/OpenTTD/pull/12712#pullrequestreview-2079188572
22:15:52 <DorpsGek> [OpenTTD/OpenTTD] github-advanced-security[bot] commented on pull request #12718: Codechange: Replace FILE * with FileHandle class. https://github.com/OpenTTD/OpenTTD/pull/12718#pullrequestreview-2079189074
22:20:23 <DorpsGek> [OpenTTD/OpenTTD] LordAro commented on pull request #12718: Codechange: Replace FILE * with FileHandle class. https://github.com/OpenTTD/OpenTTD/pull/12718#pullrequestreview-2079192954
22:21:04 <DorpsGek> [OpenTTD/OpenTTD] 2TallTyler commented on pull request #12712: Feature: "improved" trees now only spread in forests https://github.com/OpenTTD/OpenTTD/pull/12712#pullrequestreview-2079193697
22:37:24 <DorpsGek> [OpenTTD/OpenTTD] Moth-Tolias commented on pull request #12712: Feature: "improved" trees now only spread in forests https://github.com/OpenTTD/OpenTTD/pull/12712#pullrequestreview-2079199489
22:40:57 <DorpsGek> [OpenTTD/OpenTTD] Moth-Tolias commented on pull request #12712: Feature: "improved" trees now only spread in forests https://github.com/OpenTTD/OpenTTD/pull/12712#pullrequestreview-2079199889
22:41:57 <DorpsGek> [OpenTTD/OpenTTD] Moth-Tolias updated pull request #12712: Feature: "improved" trees now only spread in forests https://github.com/OpenTTD/OpenTTD/pull/12712
22:42:34 <DorpsGek> [OpenTTD/OpenTTD] Moth-Tolias commented on pull request #12712: Feature: "improved" trees now only spread in forests https://github.com/OpenTTD/OpenTTD/pull/12712#issuecomment-2131594400
22:52:34 <DorpsGek> [OpenTTD/OpenTTD] Moth-Tolias commented on pull request #12712: Feature: "improved" trees now only spread in forests https://github.com/OpenTTD/OpenTTD/pull/12712#pullrequestreview-2079202986
22:54:51 <yiffgirl> i am not a c++ developer so if there are things that should be obvious that i'm missing, that's why
22:55:36 <yiffgirl> my background is mostly d
23:06:25 *** Wolf01 has quit IRC (Quit: Once again the world is quick to bury me.)
23:07:27 <DorpsGek> [OpenTTD/OpenTTD] 2TallTyler commented on pull request #12712: Feature: "improved" trees now only spread in forests https://github.com/OpenTTD/OpenTTD/pull/12712#pullrequestreview-2079209144
23:08:58 <DorpsGek> [OpenTTD/OpenTTD] 2TallTyler commented on pull request #12712: Feature: "improved" trees now only spread in forests https://github.com/OpenTTD/OpenTTD/pull/12712#issuecomment-2131639571
23:10:58 <DorpsGek> [OpenTTD/OpenTTD] Moth-Tolias commented on pull request #12712: Feature: "improved" trees now only spread in forests https://github.com/OpenTTD/OpenTTD/pull/12712#issuecomment-2131643213
23:32:42 *** Flygon has joined #openttd
23:40:52 *** HerzogDeXtEr has quit IRC (Read error: Connection reset by peer)