IRC logs for #openttd on OFTC at 2023-05-29
            
00:00:14 *** _aD has quit IRC (Ping timeout: 480 seconds)
00:23:34 *** Wormnest has quit IRC (Quit: Leaving)
00:33:27 *** Soni has quit IRC (Ping timeout: 480 seconds)
01:53:25 *** Soni has joined #openttd
02:40:33 *** D-HUND has joined #openttd
02:44:06 *** debdog has quit IRC (Ping timeout: 480 seconds)
03:21:21 *** keikoz has joined #openttd
04:17:12 *** felix has quit IRC ()
04:18:08 *** felix has joined #openttd
05:48:47 <DorpsGek> [OpenTTD/OpenTTD] PeterN merged pull request #10872: Change: Make cargo flow legend only show defined cargo. https://github.com/OpenTTD/OpenTTD/pull/10872
05:55:06 *** Rau has joined #openttd
05:55:06 <Rau> petern: I hope this is a bug and not what the industry window will look likeโ€ฆ
05:55:06 <Rau> Because using sub-menu to see how well this mine works is an extremely inconvenient feature.
05:55:06 <Rau> Having a production history is a good thing. But sacrificing fast... instant access to current production is pointless.
05:56:50 <petern> ๐Ÿ› ๐Ÿ› ๐Ÿ›
05:59:01 <Rau> Oh, my bad. It just says ยซdisplay **chain**ยป, not ยซdisplay **history**ยปโ€ฆ
06:43:20 *** Flygon has joined #openttd
07:03:51 *** HerzogDeXtEr has joined #openttd
07:12:55 *** gelignite has joined #openttd
07:24:14 *** nielsm has joined #openttd
07:40:36 <DorpsGek> [OpenTTD/OpenTTD] TrueBrain commented on issue #10887: [Bug]: Multiplayer server listing missing servers https://github.com/OpenTTD/OpenTTD/issues/10887
07:45:51 <TrueBrain> that was just cute ๐Ÿ˜›
07:47:23 <TrueBrain> it does remind me I wanted to check if the cache on the online server-listing is still useful
07:48:36 <TrueBrain> most likely some cache is needed, but maybe not 5 minutes anymore ๐Ÿ˜„
08:16:11 *** _aD has joined #openttd
08:32:54 <CK2347> Ooh openttd meetup
08:33:02 <CK2347> I wish I could visit
08:33:10 <CK2347> Sadly I cant
08:43:15 *** D-HUND is now known as debdog
09:42:27 *** gelignite has quit IRC (Quit: Stay safe!)
10:04:06 <pickpacket> When? Where? How?
10:27:31 *** gelignite has joined #openttd
10:49:16 *** Tirili has quit IRC (Quit: Leaving)
11:08:13 <jfs-> pickpacket: see here: https://github.com/OpenTTD/OpenTTD/discussions/10002#discussioncomment-5941342
11:12:06 <pickpacket> jfs-: ty
12:26:58 *** gelignite has quit IRC (Quit: Stay safe!)
12:44:04 <DorpsGek> [OpenTTD/OpenTTD] PeterN opened pull request #10888: Codechange: Remove duplicated includes. https://github.com/OpenTTD/OpenTTD/pull/10888
12:44:22 <DorpsGek> [OpenTTD/OpenTTD] TrueBrain approved pull request #10888: Codechange: Remove duplicated includes. https://github.com/OpenTTD/OpenTTD/pull/10888#pullrequestreview-1449439773
12:44:26 <petern> ๐Ÿ˜ฎ
12:44:40 <TrueBrain> sorry, should I have waited longer?
12:44:43 <TrueBrain> I appoligize
12:46:06 <petern> Didn't think anyone was around :p
12:46:24 <TrueBrain> owh, you wanted to slip it in? ๐Ÿ˜„
12:55:16 <petern> Hmm, make objects accept/produce cargo seems like a bad idea. You can just spam a few objects down to create yourself a money earner without having to care about industry chains or town growth.
13:02:10 <jfs-> yeah it would rather have to be some kind of objects that only occur "naturally" then
13:02:33 <petern> It works for HQ because you can only have the one.
13:02:56 <jfs-> it would have to be that objects linked to an industry, as discussed many times before
13:03:17 <jfs-> either objects required for the industry to be built, or for it to function, and/or that the industry creates
13:04:00 <petern> Hmm, objects linked to industries is an interesting idea, but isn't that just a 'sparse' industry tile?
13:04:23 <jfs-> not quite, it's basically farmland but generic
13:04:36 <jfs-> or the subtropic lumbermill that cuts down trees
13:04:49 <petern> They're not objects either ๐Ÿ˜„
13:05:11 <jfs-> yes but people have asked for a way to make "farmland, but not the same farmland" for their newgrf industries
13:06:21 <jfs-> and if it was some kind of directly linked to industry production, then you could have the situation where the farm gets surrounded by houses or infrastructure that it no longer has any land to operate out of and can't keep up production
13:06:25 <petern> Isn't farm land already linked to the farm industry? In which case it's not that much of a stretch to add custom drawing with the industry involved.
13:06:37 <jfs-> (yes that has some potential for abuse in multiplayer)
13:07:28 <jfs-> I don't think the farm cares about there being farmland. I think perhaps it tries to create some more if there isn't much in the surrounding area, but otherwise it's only decoration
13:08:12 <jfs-> the subtropic lumbermill is the only industry whose production depends on there being some resource physically present on the map
13:14:45 <andythenorth> just use GS ๐Ÿ˜›
13:14:52 <andythenorth> GS can plant objects
13:20:10 <jfs-> do objects already have flags for creation and destruction restrictions?
13:21:43 <jfs-> looks like it yes
13:24:35 <jfs-> ah no it seems to be missing "can not be built by players"
13:28:32 <petern> I think that's done by class at least.
13:28:52 <petern> You can't place default transmitters in game, for instance.
13:29:03 <DorpsGek> [OpenTTD/OpenTTD] PeterN merged pull request #10888: Codechange: Remove duplicated includes. https://github.com/OpenTTD/OpenTTD/pull/10888
13:29:27 <jfs-> but that's a general "only available in scenario editor" restriction, but maybe that's also good enough
13:31:03 <jfs-> but that might also prevent GS from enumerating them, but then again that might also be just fine, if the GS maybe has another way to check if an object exists that it just so happens to know about
13:31:17 <glx[d]> petern: would be annoying to be allowed to place them but not to remove them
13:40:26 <TrueBrain> blegh, every time I restart WSL, vscode cannot decrypt the authentication tokens anymore
13:40:30 <TrueBrain> and I have no clue why not ๐Ÿ˜ฆ
13:40:45 <TrueBrain> everything works fine as long as I keep WSL running .. but as soon as it cycles .. poef
13:47:59 <TallTyler> petern: That sounds an awful lot like trying to force people to play the game the "right way." I'm in a multiplayer server where we're all cheating for money and funding towns and industries wherever we want. Should we ban that? ๐Ÿ˜›
13:48:39 <TallTyler> The easy solution is, if you don't want to play the game that way, don't use that object set ๐Ÿ™‚
13:51:53 <andythenorth> BUT MULTIPLAYER OMG
13:51:58 <andythenorth> or something
13:52:12 <andythenorth> also someone might complain somewhere about the game being ruined
13:52:44 <TallTyler> The game is already ruined though? ๐Ÿค”
13:52:44 <TrueBrain> TallTyler: I keep wondering about the event if it should be more clear that it is "own expenses" kinda thing ๐Ÿ˜›
13:53:13 <andythenorth> definitely don't want people turning up expecting free entry
13:53:21 <TallTyler> Noted, just edited the event
13:53:29 <TallTyler> Will also update the GH discussion
13:53:59 <TrueBrain> maybe also reword the "officially planned" about lunch/dinner
13:54:11 <TallTyler> Yes, suggestions?
13:54:11 <TrueBrain> I would avoid the word official ๐Ÿ˜›
13:54:17 <TrueBrain> just drop that word ๐Ÿ™‚
13:54:24 <TrueBrain> or "set yet"
13:54:37 <TrueBrain> "location is not known yet"
13:54:44 <TallTyler> Done ๐Ÿ™‚
13:54:47 <TrueBrain> just anything to avoid the world "official" ๐Ÿ˜„ ๐Ÿ˜„
13:55:05 <TrueBrain> most excellent
13:56:15 *** EightMegsAndConstant has joined #openttd
13:56:15 <EightMegsAndConstant> https://cdn.discordapp.com/attachments/1008473233844097104/1112741195584643082/image.png
13:56:15 <EightMegsAndConstant> ๐Ÿค”
13:56:28 <TrueBrain> I did worse for OpenTTD meetups ๐Ÿ™‚
13:56:58 <TallTyler> Why is it specifically warning you about France? ๐Ÿ˜›
13:57:09 <TrueBrain> have you even been in France? ๐Ÿ˜›
13:57:18 <EightMegsAndConstant> I mean, it would've been worse if I still lived in Ireland.
13:57:31 <TallTyler> Only traveling through on Eurostar
13:57:41 <TallTyler> London-Brussels
13:57:50 <TrueBrain> there are silly rules you need to know when traveling through France .. like you need to have a breath-test with you .. you cannot project your mobile on your in-car entertainment system
13:57:58 <TrueBrain> so the warning is kinda useful ๐Ÿ˜›
13:58:09 <EightMegsAndConstant> My car is from 1991 so one of those won't be an issue for me.
13:58:20 <glx[d]> breath test is not required anymore
13:58:28 <TrueBrain> no? Wow ... progress! ๐Ÿ˜›
13:58:35 *** vincent1234567890 has joined #openttd
13:58:35 <vincent1234567890> Hehe
13:58:49 <vincent1234567890> It was only cause the police there where cheapskates
13:59:07 <TrueBrain> it is a nice way to push the expensive to your population ๐Ÿ™‚
13:59:09 <TrueBrain> bit waste-ful
13:59:10 <TrueBrain> but whatever
13:59:14 *** KerbMario has joined #openttd
13:59:14 <KerbMario> aw you must be 18 to attend
13:59:57 <glx[d]> yeah breath test were totally wasteful, they don't conserve very well in a car
14:00:11 <glx[d]> and nobody was required to use them anyway
14:00:28 <glx[d]> (except common sense)
14:00:40 <vincent1234567890> If you got pulled over they had you use yours
14:00:50 <vincent1234567890> At least if i remember right
14:01:10 <KerbMario> KerbMario: would have come maybe then
14:01:18 <glx[d]> no they have to used theirs anyway
14:01:28 <vincent1234567890> Oof
14:01:40 <vincent1234567890> Well thats stuppid then
14:01:44 <glx[d]> it was just for self testing
14:02:13 <EightMegsAndConstant> I had a look at flights but they all connect through Scotland(!?!)
14:02:21 <jfs-> KerbMario: I don't think anyone's going to check, but it's purely due to liability of the rest of us
14:02:25 <vincent1234567890> Well i was considering coming but realised i dont have time then
14:02:47 <jfs-> but like, if you're under 18 and attend with a guardian it's probably fine?
14:03:34 <glx[d]> most annoying thing in france is probably the low emission zones
14:04:00 <glx[d]> and the required crit'air stuff in these area
14:04:40 <EightMegsAndConstant> I'm surprised there's no direct car ferry to Zeebrugge
14:04:43 <glx[d]> but I think germany has similar stuff
14:04:48 <petern> https://cdn.discordapp.com/attachments/1008473233844097104/1112743348646727720/image.png
14:04:48 <petern> Hmm
14:04:52 <petern> Such warnings...
14:05:28 <TrueBrain> how long does it take to make a file with 16M entries?
14:05:37 <glx[d]> oh pool stuff doing nasty things ?
14:06:11 <EightMegsAndConstant> I've been doing some nasty stuff with macros on my 2D RPG project which K&R says are fine and legal, but GCC still warns me about.
14:06:21 <petern> Pool still uses C-style allocations/clearing, basically.
14:06:22 <EightMegsAndConstant> Namely redefining macros without undef'ing them.
14:06:29 <TrueBrain> following K&R in this day and age is ... special ๐Ÿ™‚
14:07:08 <EightMegsAndConstant> I did add all the appropriate undefs but they did startle me slightly, I'm not literally writing C89 lol.
14:07:16 <TrueBrain> 1.5M entries .. oof, this is taking longer than I would like
14:07:52 <TrueBrain> the question is ... can OpenTTD load it? I dunno .... ๐Ÿ˜„
14:08:01 <petern> Having to redefine macros is definitely an antipattern.
14:08:17 <EightMegsAndConstant> I was using X macros to make things a bit easier to maintain.
14:08:42 <EightMegsAndConstant> IE updating a bunch of parallel lists.
14:09:43 <glx[d]> we use macros to fill some tables, but they are undefined right after use
14:12:13 *** DorpsGek` has joined #openttd
14:12:13 *** ChanServ sets mode: +o DorpsGek`
14:12:24 *** HerzogDeXtEr1 has joined #openttd
14:13:16 *** Hobbyboy has quit IRC (Quit: The BNC has broken!)
14:14:05 *** DorpsGek is now known as Guest1672
14:14:05 *** Guest1672 is now known as Guest1676
14:14:05 *** DorpsGek` is now known as DorpsGek
14:14:29 *** Hobbyboy has joined #openttd
14:14:43 <TrueBrain> `terminate called after throwing an instance of 'std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >'` I can crash the game with a broken `.nut` file .. guess I should do something about that?
14:14:43 <TrueBrain> I am well aware ๐Ÿ™‚
14:14:43 <TrueBrain> owh, I might not have updated my code in that case
14:14:43 <TrueBrain> good; I will not look into it further ๐Ÿ˜„ Tnx ๐Ÿ™‚
14:14:48 <KerbMario> glx[d]: Koblenz has a museum with some trains
14:14:48 <KerbMario> jfs-: lol
14:14:48 <KerbMario> wait it's a saturday
14:14:48 <KerbMario> oh
14:14:50 <KerbMario> that means I'm not at home and can''t go anywhere
14:15:24 <glx[d]> TrueBrain: uncatched throw
14:15:24 <glx[d]> but I though I fixed that
14:15:24 <glx[d]> compiler throw string and catch SQChar
14:16:05 *** Guest1676 has quit IRC (Ping timeout: 480 seconds)
14:17:55 *** HerzogDeXtEr has quit IRC (Ping timeout: 480 seconds)
14:41:54 <TrueBrain> well that was fun ๐Ÿ™‚ Always nice when people claim something works on 2.x and 3.x, but only give proof for 3.x ๐Ÿ˜„
14:45:07 <TrueBrain> owh, I guessed the 1.10+ correctly; lol .. should have checked before hitting the green button, but what-ever .. I was correct ๐Ÿ™‚
14:50:43 <andythenorth> https://cdn.discordapp.com/attachments/1008473233844097104/1112754902834364487/image.png
14:50:43 <andythenorth> was it flat docks?
14:51:02 <petern> I'll get back onto docks eventually
14:52:22 <andythenorth> it's not like I have time to make a grf for them ๐Ÿ™‚
14:52:25 <andythenorth> so many projects
14:52:46 <andythenorth> https://cdn.discordapp.com/attachments/1008473233844097104/1112755421942403082/image.png
14:52:46 <andythenorth> unrelated QoL issue, I want to make a group from shared orders list
14:53:05 <andythenorth> but I have to go to the full list of trains, find the numbered train, then ctrl-drag to create a new group
15:00:53 *** gnomechomsky has quit IRC (Quit: User went offline on Discord a while ago)
15:03:16 * glx[d] tries backport script for the first time
15:09:50 <glx[d]> oh of course backporting language failed as it expects python3 executable (mine is just python)
15:10:24 <EmperorJake> https://cdn.discordapp.com/attachments/1008473233844097104/1112759855808262234/image.png
15:10:24 <EmperorJake> andythenorth: Just switch to JGRPP already ๐Ÿ˜›
15:10:39 <andythenorth> that's one answer yes
15:14:52 <CK2347> JGRPP is a godsend
15:15:12 <CK2347> All hail our Lord , our saviour , JGR!!
15:15:19 <petern> Wrong channel ;p
15:15:24 <CK2347> ~~Ok that is enough~~
15:18:50 <andythenorth> JGRPP is not for me
15:18:55 <andythenorth> it's for a different kind of player
15:31:56 <glx[d]> ok and backport-languages.py is not windows path compatible
15:50:08 <DorpsGek> [OpenTTD/OpenTTD] glx22 opened pull request #10889: Backport master into release/13 https://github.com/OpenTTD/OpenTTD/pull/10889
15:55:32 <DorpsGek> [OpenTTD/OpenTTD] LordAro commented on pull request #10889: Backport master into release/13 https://github.com/OpenTTD/OpenTTD/pull/10889#issuecomment-1567298904
15:55:52 *** _aD has quit IRC (Ping timeout: 480 seconds)
15:59:12 <TallTyler> andythenorth: https://github.com/OpenTTD/OpenTTD/pull/10849 could use your input in discussing the best way to do this ๐Ÿ™‚
16:01:24 <andythenorth> TallTyler: I had attention span issues reading that issue discussion ๐Ÿ™‚
16:01:34 <andythenorth> whatever JGRPP does is probably correct
16:01:38 <andythenorth> the rest is probably weird
16:03:25 <TallTyler> I had the same problem ๐Ÿ™‚
16:03:43 <TallTyler> I chimed in early on and then haven't had the concentration to stay up-to-date on where the conversation went later
16:04:15 <DorpsGek> [OpenTTD/OpenTTD] glx22 commented on pull request #10889: Backport master into release/13 https://github.com/OpenTTD/OpenTTD/pull/10889#issuecomment-1567308659
16:04:20 <andythenorth> it should just be whatever JGRPP does ๐Ÿ˜›
16:04:24 <TallTyler> It would be probably be a really easy cherry-pick, but we have to decide if it's the best approach, and that's more work... ๐Ÿ˜ฆ
16:04:44 <andythenorth> https://cdn.discordapp.com/attachments/1008473233844097104/1112773532808646737/image.png
16:04:49 <andythenorth> the pattern is establishd
16:05:00 <andythenorth> it's just an oversight that nobody finished the list
16:05:04 <petern> You can't cherry pick this stuff because JGRPP didn't switch to our command system.
16:05:04 <andythenorth> mistakes get made
16:05:12 <petern> However, I'm now working on it.
16:05:15 <andythenorth> \o/
16:05:22 <TallTyler> Well, cherry-pick and then rewrite the whole thing ๐Ÿ˜›
16:05:31 <petern> No point in cherrypicking.
16:07:06 <andythenorth> oops, I've disabled 'new vehicle' messages for all engines ๐Ÿ˜„
16:07:07 <andythenorth> oof
16:08:43 <TallTyler> I find preview offers annoying but not quite annoying enough to justify a new setting
16:11:05 <andythenorth> oh I've accidentally disabled preview also ๐Ÿ˜›
16:11:06 <andythenorth> oops
16:19:42 <TrueBrain> TallTyler: extend the dialog with "Always accept" and "Always ignore", easy ๐Ÿ™‚
16:22:05 <andythenorth> and some cookie preferences
16:22:25 <petern> Including an artifical 3 minute delay to "update your preferences" when you decline?
16:22:44 <TrueBrain> black out the whole screen till you made a choice
16:23:03 <andythenorth> is daylength yet?
16:23:09 <andythenorth> or should I set the clock back in my game ๐Ÿ˜›
16:24:35 *** Wolf01 has joined #openttd
16:33:20 <TallTyler> Daylength is blocked by some tech debt
16:33:40 <TrueBrain> nothing blocking you from working on that, is there? ๐Ÿ˜„
16:33:42 <TallTyler> I wonder if we need a third timer type, for System Timer
16:33:53 <TallTyler> For linkgraph and network things
16:34:45 <TallTyler> The only things blocking me from working on tech debt is time (new job) and motivation ๐Ÿ™‚
16:35:10 <TrueBrain> pffff, time ... nobody has that issue!
16:35:53 <TallTyler> It's sort of a chicken and egg problem, I need time to make infinite time ๐Ÿ˜›
16:36:17 <TrueBrain> I don't have time to read this nonsense ๐Ÿ˜›
16:37:04 <TallTyler> I don't have time to write it, so problem solved
16:37:17 <andythenorth> freeze time!
16:51:02 <jfs-> TallTyler: what does the linkgraph need that's special? it just needs to join the worker every N ticks, is that actually unique?
16:52:01 <DorpsGek> [OpenTTD/OpenTTD] glx22 updated pull request #10889: Backport master into release/13 https://github.com/OpenTTD/OpenTTD/pull/10889
16:54:00 <TallTyler> I haven't looked into it, it's just on TB's list of tech debt to solve first
17:05:11 <petern> Bah, broke a clamp :/
17:08:11 <petern> Also bah, can't take a reference to an object that only exists as a parameter.
17:09:36 <petern> Hmm, or I'm doing this command stuff wrong ๐Ÿ˜„
17:15:24 <DorpsGek> [OpenTTD/OpenTTD] 2TallTyler commented on issue #10886: [Bug]: Opening the town directory does not focus on the search box https://github.com/OpenTTD/OpenTTD/issues/10886
17:25:37 <andythenorth> will 'go non-stop' avoid any waypoints?
17:25:39 <andythenorth> probably nor
17:25:55 <andythenorth> is 'avoid waypoint X' a thing?
17:27:48 <jfs-> no
17:27:57 <jfs-> I imagine that's a much harder pathfinding problem
17:33:48 <petern> It will not stop at the waypoint, at least...
17:34:23 <andythenorth> I wanted "don't use platform X" ๐Ÿ˜›
17:34:29 <andythenorth> but I could just split the tracks
17:36:05 <glx[d]> split and waypoint to the not X
17:41:39 <andythenorth> boolean ๐Ÿ˜›
17:48:23 <frosch> waypoints can also span multiple tracks, and have distant join
17:48:34 <frosch> so put a waypoint on all platforms but X
17:48:47 <frosch> or use jgrpp routing restrictions ๐Ÿ™‚
17:54:17 <pickpacket> holy cow... I rebalanced appearance probabilities for my industries such that teahouses and tea factories are less common at map gen. Of course that means everything else is *more* common, and since tea tree farms are as common as coal mines but more visually distinguishable it looks like the map is absolutely filled with them
17:56:08 <petern> Oops, I managed to put every vehicle in one group.
17:57:49 <pickpacket> petern: I hardly do groups any more
17:58:26 <petern> Oh I see, a blank VehicleListIdentifier is valid.
17:58:33 <glx[d]> I usually have vehicles in one group (the ungrouped one)
17:58:44 <pickpacket> glx[d]: yeah, me too
17:59:20 <petern> You can disable groups then.
17:59:55 <TrueBrain> Hm .. how difficult would it be to transform Squirrel into Javascript or Typescript .. syntax-wise they are kinda compatible..
18:01:06 <pickpacket> I need a little bit of help. I've tried to start a new game a couple of times in the last week, but each time I do I just get analysis paralysis looking for the perfect spot to put my first station, where it can be expanded later in the game
18:01:12 <pickpacket> how do I get past that?
18:01:19 <TrueBrain> Meh, first need to get through this infra migration .. boring stuff
18:04:40 <jfs-> pickpacket: remember that you can always tear up and rebuild, once you know the shape of your network
18:17:52 <pickpacket> jfs-: true
18:31:16 <andythenorth> petern: best use of groups
18:33:03 <petern> Oops, she ordered chinese food
18:34:42 *** _aD has joined #openttd
18:38:55 <andythenorth> hmm
18:38:57 <andythenorth> https://cdn.discordapp.com/attachments/1008473233844097104/1112812342237986926/image.png
18:39:05 <andythenorth> sometimes I wish there was a better way
18:39:15 <andythenorth> there isn't ๐Ÿ˜›
18:39:23 <andythenorth> that blocks 2 lines though
18:39:29 <DorpsGek> [OpenTTD/OpenTTD] DorpsGek pushed 1 commits to master https://github.com/OpenTTD/OpenTTD/commit/e1203c3a48d28ba5189e8f43a3740dea78a1232e
18:39:30 <DorpsGek> - Update: Translations from eints (by translators)
18:41:32 <petern> Well you could put a signal just before
18:42:36 <andythenorth> really needs a diver under
18:42:48 <andythenorth> but it should be on the secondary line, not the main
18:42:56 <andythenorth> but can't do a diagonal tunnel
18:43:22 <andythenorth> https://cdn.discordapp.com/attachments/1008473233844097104/1112813453615308850/image.png
18:43:22 <andythenorth> works ok here
18:43:25 <petern> Maybe you need a waypoint ๐Ÿ˜‰
18:43:31 <andythenorth> underground waypoint
18:43:54 <andythenorth> I always feel guilty building infra
18:43:58 <andythenorth> must be a British thing
18:44:21 <andythenorth> also I have a total fear of slopes in the game
18:44:59 <andythenorth> https://cdn.discordapp.com/attachments/1008473233844097104/1112813859330334850/image.png
18:44:59 <andythenorth> meanwhile, is this a cloverleaf? ๐Ÿ˜›
18:52:50 <petern> Well
18:57:44 <DorpsGek> [OpenTTD/OpenTTD] PeterN opened pull request #10890: Feature: Create group of vehicles from manage vehicle list button. https://github.com/OpenTTD/OpenTTD/pull/10890
19:01:37 <andythenorth> https://cdn.discordapp.com/attachments/1008473233844097104/1112818046386585732/image.png
19:01:37 <andythenorth> redid
19:01:46 <andythenorth> now the signal spacing is horrible because bridges
19:02:45 <andythenorth> but mostly grade separated
19:02:53 <andythenorth> there's an X crossing hiding under the bridges
19:04:04 <andythenorth> wonder if we could even diagonal tunnels ever
19:04:23 <petern> Windows eh?
19:06:21 <andythenorth> do tunnels just store a start and end tile?
19:08:22 <andythenorth> https://cdn.discordapp.com/attachments/1008473233844097104/1112819744534429809/image.png
19:08:22 <andythenorth> also is it still considered cheating to use RVs?
19:08:24 <andythenorth> or did we get over that?
19:08:49 <petern> What
19:09:46 <petern> Who ever considered using RVs as cheating?
19:10:46 <andythenorth> it was strict coop server rules
19:10:48 <andythenorth> actual ban and kick
19:11:02 <andythenorth> I spent too much time in coop irc, it broke my thinking ๐Ÿ˜›
19:11:25 <andythenorth> I need some sort of therapy
19:12:57 <petern> I'm not sure why you reference old obscure rules for a specific server as if it's the game's rules.
19:15:54 <andythenorth> me neither ๐Ÿ˜›
19:16:06 <andythenorth> it's totally nonsense
19:16:25 <andythenorth> but then again I salute every magpie I see
19:23:57 *** gelignite has joined #openttd
19:32:16 <DorpsGek> [OpenTTD/OpenTTD] PeterN commented on pull request #10890: Feature: Create group of vehicles from manage vehicle list button. https://github.com/OpenTTD/OpenTTD/pull/10890#issuecomment-1567452589
19:47:15 *** Flygon has quit IRC (Read error: Connection reset by peer)
19:49:06 *** gelignite has quit IRC (Quit: Stay safe!)
19:53:35 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 commented on pull request #10890: Feature: Create group of vehicles from manage vehicle list button. https://github.com/OpenTTD/OpenTTD/pull/10890#issuecomment-1567465472
19:56:10 <Eddi|zuHause> <petern> Isn't farm land already linked to the farm industry? In which case it's not that much of a stretch to add custom drawing with the industry involved. <-- the usual stopper to that was what happens to the tiles when the industry is closed?
19:56:38 <pickpacket> andythenorth: โ€ฆ salute magpies?
19:57:24 <andythenorth> superstition
19:59:13 <andythenorth> https://cdn.discordapp.com/attachments/1008473233844097104/1112832539866955776/image.png
19:59:13 <andythenorth> wait what?
19:59:21 <andythenorth> why do I never bridge over tunnel entrances?
20:01:18 *** HerzogDeXtEr1 has quit IRC (Read error: Connection reset by peer)
20:01:33 <Eddi|zuHause> and why did we never implement overbuilding tunnel entrances?
20:03:10 <petern> Yes, why didn't you?
20:05:22 <andythenorth> could ctrl-click on variants close all?
20:05:31 <andythenorth> we have similar in minimap for industry toggle on / off
20:07:33 <DorpsGek> [OpenTTD/OpenTTD] PeterN updated pull request #10890: Feature: Create group of vehicles from manage vehicle list button. https://github.com/OpenTTD/OpenTTD/pull/10890
20:11:24 <DorpsGek> [OpenTTD/OpenTTD] PeterN updated pull request #10890: Feature: Create group of vehicles from manage vehicle list button. https://github.com/OpenTTD/OpenTTD/pull/10890
20:11:29 <petern> LOL, actually add the new file would be useful.
20:17:32 *** _aD has quit IRC (Ping timeout: 480 seconds)
20:42:34 <andythenorth> https://cdn.discordapp.com/attachments/1008473233844097104/1112843451013275739/image.png
20:42:34 <andythenorth> flyover this time
20:42:45 <andythenorth> dive under tunnels require more tiles ๐Ÿ˜›
20:42:49 <andythenorth> due to outslope
20:42:55 <andythenorth> hmm
20:43:06 <andythenorth> tunnel entrance with slope? ๐Ÿ˜›
20:43:51 <petern> Ye olde cut & shut
20:45:37 <andythenorth> trench and cover ๐Ÿ˜›
20:47:34 <andythenorth> maybe we could simulate this somehow ๐Ÿ˜›
21:00:24 *** keikoz has quit IRC (Ping timeout: 480 seconds)
21:06:18 <andythenorth> https://cdn.discordapp.com/attachments/1008473233844097104/1112849421680529428/image.png
21:06:18 <andythenorth> hmm how to build a dock here ๐Ÿ˜›
21:07:19 <andythenorth> https://cdn.discordapp.com/attachments/1008473233844097104/1112849680632655872/image.png
21:07:19 <andythenorth> this I guess
21:12:29 *** nielsm has quit IRC (Ping timeout: 480 seconds)
21:28:15 *** _aD has joined #openttd
22:08:10 <petern> Oops, dozing in front of keyboard
22:08:26 <petern> These patches are not writing themslves...
22:10:59 <andythenorth> oof yeah, sleeping errors
22:11:03 * andythenorth bed
22:11:18 <andythenorth> https://cdn.discordapp.com/attachments/1008473233844097104/1112865782309847150/image.png
22:11:18 <andythenorth> this is nice and tidy though
22:11:23 *** Wolf01 has quit IRC (Quit: Once again the world is quick to bury me.)
22:17:35 <TallTyler> Why does Steeltown have farms? Seems like they just get in your way ๐Ÿ™‚
22:20:14 *** _aD has quit IRC (Ping timeout: 480 seconds)
23:02:39 <debdog> who else would harvest steel from steelroots than a steelfarmer?