IRC logs for #openttd on OFTC at 2024-09-20
            
01:29:06 *** D-HUND has joined #openttd
02:12:36 *** Wormnest has quit IRC (Quit: Leaving)
02:18:27 *** gnu_jj has joined #openttd
02:21:54 *** gnu_jj_ has quit IRC (Ping timeout: 480 seconds)
02:34:47 *** godbed has joined #openttd
02:34:56 *** Zathras has joined #openttd
02:38:08 *** D-HUND has quit IRC (Ping timeout: 480 seconds)
02:38:23 *** debdog has quit IRC (Ping timeout: 480 seconds)
04:01:20 *** keikoz has joined #openttd
04:17:33 *** bryjen has joined #openttd
04:26:15 *** akimoto has joined #openttd
04:45:18 <DorpsGek> [OpenTTD/OpenTTD] eints-sync[bot] pushed 1 commits to master https://github.com/OpenTTD/OpenTTD/commit/96000fc4ea62d61bc5a26d86edbe745f0a23a80f
04:45:19 <DorpsGek> - Update: Translations from eints (by translators)
04:57:52 <DorpsGek> [OpenTTD/OpenTTD] PikkaBird commented on discussion #12939: Level crossing extensions in NewGRF https://github.com/OpenTTD/OpenTTD/discussions/12939
05:09:24 *** keikoz has quit IRC (Ping timeout: 480 seconds)
06:21:18 *** akimoto has quit IRC (Remote host closed the connection)
07:37:45 *** akimoto has joined #openttd
08:04:21 <DorpsGek> [OpenTTD/OpenTTD] PeterN commented on discussion #12939: Level crossing extensions in NewGRF https://github.com/OpenTTD/OpenTTD/discussions/12939
08:15:44 <peter1138> Such negative
08:16:14 <_pruple> Where?
08:16:41 *** godbed has quit IRC (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
08:37:25 <peter1138> Moi
08:49:22 *** mindlesstux has quit IRC (Quit: The Lounge - https://thelounge.chat)
08:49:49 *** mindlesstux has joined #openttd
08:54:48 *** mindlesstux has quit IRC (Quit: The Lounge - https://thelounge.chat)
08:55:51 *** mindlesstux has joined #openttd
08:59:24 *** HerzogDeXtEr has joined #openttd
09:00:39 <_pruple> Tut tut
09:03:01 *** bryjen has quit IRC (Quit: Leaving)
09:49:27 *** reldred has quit IRC (Quit: User went offline on Discord a while ago)
10:50:21 <xarick> https://cdn.discordapp.com/attachments/1008473233844097104/1286640589055721512/image.png?ex=66eea4ed&is=66ed536d&hm=4acb4ec27917d071d8385503b8223385f942c895c78854c41b58e37260edbcbd&
10:50:21 <xarick> before I answer Yes, am I doing something stupid?
10:50:32 <xarick> i kinda forgot how to rebase
10:53:55 *** merni has quit IRC (Quit: User went offline on Discord a while ago)
11:00:34 <peter1138> That confused me, the branch name looked like parameters...
11:29:37 <peter1138> Hmm, error_gui.cpp:125-127 is weird.
11:30:14 <peter1138> It starts/stops the TextRef Stack, but no string processing is performed. So it won't do anything?
12:03:54 <LordAro> did it used to do string processing?
12:10:26 <peter1138> Ah maybe.
12:14:50 <peter1138> Yeah, looks like it used to format the string to get the changed parameters.
12:15:18 <peter1138> But also the stack is retained anyway. Probably other changes improved things.
12:51:12 <DorpsGek> [OpenTTD/OpenTTD] SamuXarick updated pull request #12303: Fix #12301: Update ship current order destination tile when relocating buoys https://github.com/OpenTTD/OpenTTD/pull/12303
13:22:00 *** Flygon has quit IRC (Read error: Connection reset by peer)
13:30:02 <DorpsGek> [OpenTTD/OpenTTD] SamuXarick updated pull request #12269: Add: [Script] GetExtraLastError and GetExtraLastErrorString https://github.com/OpenTTD/OpenTTD/pull/12269
13:30:29 <xarick> I don't like this pr
13:37:24 <peter1138> Why... is my local database server not accepting connections from my desktop?
13:48:44 *** MnHebi_ has joined #openttd
13:50:31 <xarick> woah, lots of changes in script stuff
13:52:46 <peter1138> Oh, because I put in the wrong hostname. FFS.
13:53:17 <LordAro> localehost ?
13:54:11 <peter1138> web. vs db.
13:54:15 <peter1138> Kinda obvious.
14:04:47 *** MnHebi_ has quit IRC (Quit: Going offline, see ya! (www.adiirc.com))
14:32:46 <DorpsGek> [OpenTTD/OpenTTD] SamuXarick updated pull request #12249: Add: [Script] Unbunch order flag https://github.com/OpenTTD/OpenTTD/pull/12249
14:36:31 <xarick> is int now int_8t or so?
14:36:57 <peter1138> int is and always has been int.
14:37:17 <peter1138> Why did I build a 3-layer 4x4 cactus farm?
14:37:20 <xarick> byte was changed
14:38:20 <peter1138> Yes, `byte` is `uint8_t`
14:38:40 <peter1138> This was ages ago 😄
15:00:21 <xarick> is NPF gone or still around
15:00:34 <peter1138> Gone.
15:01:20 <xarick> oh then some of my PR's are outdated
15:02:32 <xarick> more outdaded than just rebasing
15:07:37 <peter1138> We did tell you at the time to not bother touching NPF.
15:14:27 <xarick> There must be a history for this function... <https://github.com/OpenTTD/OpenTTD/blob/master/src/pathfinder/pathfinder_func.h#L25>
15:14:59 <xarick> it was used by both npf and yapf, but i got a feeling it was initially used by only one, and it was rail only
15:18:54 <xarick> checking it as of today, call hierarchy points only to yapf rail and road
15:25:38 *** keikoz has joined #openttd
15:26:20 <xarick> crap
15:26:29 <xarick> it's also used on ships
15:26:49 <xarick> i should be looking at master, not mine
15:28:14 <xarick> m_destTile = CalcClosestStationTile(m_destStation, v->tile, STATION_DOCK);
15:30:35 <xarick> https://cdn.discordapp.com/attachments/1008473233844097104/1286711112477311090/image.png?ex=66eee69b&is=66ed951b&hm=d429da90e1fc84fc37d304c987a03e150348b61ead20f2f82da7ee2a76999c71&
17:22:23 <DorpsGek> [OpenTTD/OpenTTD] SamuXarick updated pull request #12206: Fix #12193: Don't use the entire docking area when computing closest station tile https://github.com/OpenTTD/OpenTTD/pull/12206
17:22:38 <xarick> oops commit message I forgot to edit
17:24:14 <DorpsGek> [OpenTTD/OpenTTD] SamuXarick updated pull request #12206: Fix #12193: Don't use the entire docking area when computing closest station tile https://github.com/OpenTTD/OpenTTD/pull/12206
17:24:46 <xarick> someone unified ChooseShipReverse with ChooseShipTrack
17:25:24 <xarick> good job
18:40:26 *** virtualrandomnumber has joined #openttd
18:41:56 *** virtualrandomnumber has quit IRC ()
18:53:36 <xarick> oops
18:53:45 <xarick> i broke my visual studio install
18:54:42 <xarick> oh, cmake was turned to disabled for some reason
19:04:31 <xarick> https://cdn.discordapp.com/attachments/1008473233844097104/1286764951918219425/image.png?ex=66ef18bf&is=66edc73f&hm=78ea25c5d2f20146931531c936b181201addd19d19ff7d825eafcb04c813dfca&
19:04:31 <xarick> what does this do
19:06:02 <peter1138> <https://duckduckgo.com/?q=force-with-lease>
19:11:22 <xarick> okay, i'll use it
19:14:19 <xarick> oh snap, disaster!
19:16:57 <xarick> what a disgrace
19:17:33 <xarick> i need to pull whatever it is on the remove and replace the disasterous thing I just did
19:17:39 <xarick> any idea?
19:18:12 <xarick> i can't delete the branch, because it has a pull request associated with it
19:19:45 <xarick> some kind of force fetch
19:20:14 <xarick> sync local with what is in the remote
19:20:32 <xarick> exact copy of remote to local
19:23:08 <_glx_> combo of `git reflog` and `git reset` can work
19:33:05 <peter1138> Hmm, animated badges by cycling sprites?
19:34:36 <xarick> gonna try git reset --hard
19:35:01 *** tokai has joined #openttd
19:35:01 *** ChanServ sets mode: +v tokai
19:35:41 <xarick> nop 😦
19:38:16 <xarick> https://cdn.discordapp.com/attachments/1008473233844097104/1286773442577961085/image.png?ex=66ef20a7&is=66edcf27&hm=340e34b05f6fd161efa7c7da7808731ca030cb33d532ac65454d4997790a877d&
19:38:16 <xarick> every commit has added SamuXarick to the list of authors... what have I done?
19:38:27 <xarick> commits that don't belong to me
19:41:58 *** tokai|noir has quit IRC (Ping timeout: 480 seconds)
19:42:02 <xarick> https://cdn.discordapp.com/attachments/1008473233844097104/1286774391421538435/image.png?ex=66ef218a&is=66edd00a&hm=8379d85912a90d22ca2525cc37e39daa83009eb27fef0eed1fb4c6740b214753&
19:42:02 <xarick> i'ma try this
19:42:46 <xarick> wow, that was easy
19:44:13 <xarick> so much panic and then it was easy to solve
19:45:20 <peter1138> Well
19:45:31 <peter1138> You've been using git for a while, so no excuse.
19:45:44 <peter1138> But I remember when I first tried it I ended up with such a mess that I gave up and went back to svn :p
19:47:04 <DorpsGek> [OpenTTD/OpenTTD] SamuXarick updated pull request #12156: Fix #11862: Ships leaving docks could be momentarily lost https://github.com/OpenTTD/OpenTTD/pull/12156
19:47:19 <xarick> looks like visual studio is dumb
19:47:35 <xarick> there's no push --force option on it
19:48:12 <xarick> there was a push --force-with-lease, and that was what ruined it
19:50:00 <peter1138> No, it was the push that ruined it.
19:52:14 <xarick> tried a sync (pull then push)
19:52:25 <xarick> but i never know what this do
19:52:34 <xarick> syncs with what
19:52:46 <xarick> pulls from origin or from upstream?
19:53:48 <xarick> i want a pull from upstream/master then push --force to the current branch
19:54:09 <xarick> on the remote
19:54:50 <xarick> github desktop is much more intuitive to work with
19:55:33 *** goddess_ishtar has quit IRC (Quit: User went offline on Discord a while ago)
20:00:53 <DorpsGek> [OpenTTD/OpenTTD] WenSimEHRP opened pull request #12955: Fix: server menu tooltip shouldn't show language info https://github.com/OpenTTD/OpenTTD/pull/12955
20:01:19 *** Tirili has joined #openttd
20:10:04 <xarick> gitlab calls them merge requests?
20:13:44 <peter1138> Yeah, in the original decentralised model of git, you'd received a request to pull from someone else, probably via email.
20:14:10 <peter1138> And you'd then pull into your local repository and that was it.
20:14:45 <peter1138> We're all used to the centralised way of doing it, but the name stuck.
20:21:27 <xarick> btw, this is my new Graphics Card
20:21:27 <xarick> https://dlcdnwebimgs.asus.com/gain/7af89a88-817b-444f-9304-7e9fd4f6f318/w692
20:21:52 <xarick> <https://www.asus.com/motherboards-components/graphics-cards/tuf-gaming/tuf-rx7900gre-o16g-gaming/>
20:23:19 <xarick> the other made a click noise and emmited some white light... died while I was playing PoE
20:23:19 <xarick> https://cdn.sapphiretech.global/assets/consumer/11293_01_RX5700XT_Pulse/11293_01_RX5700XT_Pulse_8GGDDR6_3DP_HDMI_C01_800x500.png
20:25:42 <xarick> cost me €675 😦
20:39:21 *** Wolf01 has joined #openttd
20:48:25 *** Zathras is now known as debdog
21:22:42 <xarick> cyas good night
21:33:26 *** Wormnest has joined #openttd
21:50:43 *** keikoz has quit IRC (Ping timeout: 480 seconds)
22:00:22 *** Wolf01 has quit IRC (Quit: Once again the world is quick to bury me.)
22:11:00 *** HerzogDeXtEr has quit IRC (Read error: Connection reset by peer)
22:47:27 *** akimoto has quit IRC (Remote host closed the connection)
23:30:19 *** bonehead has joined #openttd
23:30:19 <bonehead> it would be cool if you could transport garbage from cities and take it to a dump, garbage trucks and garbage trains. it could have a completely flat line on the cargo payout chart but have a low value or something like that
23:36:15 *** folkjam has joined #openttd
23:36:15 <folkjam> I think there's an industry newGRF that has that
23:38:46 <DorpsGek> [OpenTTD/OpenTTD] shollmann approved pull request #12955: Fix: server menu tooltip shouldn't show language info https://github.com/OpenTTD/OpenTTD/pull/12955#pullrequestreview-2319509676
23:44:45 <peter1138> Ok
23:50:09 *** Flygon has joined #openttd
23:54:34 <talltyler> bonehead: Improved Town Industries has this 🙂
23:55:08 <bonehead> oh cool!
23:59:41 *** Tirili has quit IRC (Quit: Leaving)