Times are UTC Toggle Colours
09:36:06 <DorpsGek> [OpenTTD/OpenTTD] Joel-Milligan commented on pull request #9928: Change: Remove scrollbar from town authority actions panel https://github.com/OpenTTD/OpenTTD/pull/9928#issuecomment-1159669258 10:53:17 *** Joel has quit IRC 11:03:33 *** D-HUND is now known as debdog 11:11:30 *** Joel has joined #openttd 12:29:25 <DorpsGek> [OpenTTD/OpenTTD] LC-Zorg commented on pull request #9928: Change: Remove scrollbar from town authority actions panel https://github.com/OpenTTD/OpenTTD/pull/9928#issuecomment-1159712253 13:14:15 *** Joel has quit IRC 13:33:58 <Samu> im editing choochoo, tweaking some stuff 13:34:19 <TrueBrain> I am on the toilet, pooping 13:34:44 <Samu> ;P 13:37:24 <Samu> comparing choochoo vs my tweaked choochoo 13:37:33 <Samu> i'm still on the first network 13:37:35 <TrueBrain> I am not comparing my poop, sorry 13:37:38 <Samu> with 53 trains 13:38:13 <Samu> the original only was able to make 2 trains, then switched to two new networks 13:47:15 *** Joel has joined #openttd 14:02:13 *** Joel__ has joined #openttd 14:09:02 *** Joel has quit IRC 14:09:03 *** andythenorth has joined #openttd 14:16:12 *** glx has joined #openttd 14:16:12 *** ChanServ sets mode: +v glx 14:20:01 <andythenorth> well 14:25:32 *** Joel__ has quit IRC 14:35:57 <Samu> still on the first network, that's ~25% of the map, and still going 14:36:04 <Samu> a 1024x1024 map 14:37:34 <Samu> https://i.imgur.com/AkcQwAb.png 14:37:46 <Samu> original choochoo on the left 14:38:02 <Samu> tweaked chocho on the right 14:38:54 <Samu> wait, this pic is better, maps are at the same zoom https://i.imgur.com/3eIPGvW.png 14:40:34 <Samu> on the left, choochoo failed at expanding the 3 first networks until the 4th time, where it was sticking with it, until it crashed 14:40:55 <Samu> on the right, that's still the first network, fantastic 14:48:17 <Samu> massive jams though 14:50:32 <Xaroth> I'm more of a peanutbutter person. 14:52:02 <Samu> im testing with breakdowns set to normal 14:53:11 <Samu> seems that the older part of the network is running dry with nearly no trains, the way the ai works, it sells the 10% least profitable and clones the 10% most profitable 14:53:45 <Samu> old trains with breakdowns are suscept to being the least profitable, makes sense 14:54:46 <Samu> problem is, the ai doesn't build newer engines running on the old parts 14:55:27 <Samu> so much room for improvements, I wish the real author would look at these 15:01:07 <andythenorth> hmmm 15:01:13 <andythenorth> if not os.path.exists(generated_files_path): 15:01:37 <Samu> it finally failed to expand the first network further! https://i.imgur.com/LqlD8K0.png 15:01:43 <andythenorth> that exists in a python file; with make -j 2, occasionally they collide ^^ 15:01:44 <Samu> covers about 50% of the map 15:01:57 <andythenorth> I could try / except and pass 15:01:58 <andythenorth> but I hate that 15:02:10 <andythenorth> I could have the makefile make the dir 15:14:17 * andythenorth oh just for once, the top Stack Overflow result is the exact problem :D https://stackoverflow.com/questions/12468022/python-fileexists-error-when-making-directory 15:30:03 *** jpw has quit IRC 15:34:10 <glx> typical concurrency issue 15:35:44 <glx> you could skip the if and put mkdir in a try except, I think it's the only way here 15:36:20 *** jpw has joined #openttd 15:38:09 <TrueBrain> Nah, what the stack overflow says is the right thing to do .. Well, including the skipping of the if 2022-06-19T15:38:2