IRC logs for #openttd on OFTC at 2021-09-27
            
01:06:27 <DorpsGek> [OpenTTD/OpenTTD] LC-Zorg opened issue #9584: [Bug]: Incorrect sorting of vehicles by capacity https://git.io/Jz9yw
02:07:40 *** _aD has quit IRC (Quit: leaving)
02:43:28 *** WormnestAndroid has quit IRC (Ping timeout: 480 seconds)
02:43:53 *** glx has quit IRC ()
02:44:43 *** WormnestAndroid has joined #openttd
03:01:15 *** D-HUND has joined #openttd
03:04:36 *** debdog has quit IRC (Ping timeout: 480 seconds)
04:02:11 *** HerzogDeXtEr1 has joined #openttd
04:08:01 *** HerzogDeXtEr has quit IRC (Ping timeout: 480 seconds)
05:12:27 *** Flygon has joined #openttd
05:20:49 *** sla_ro|master has joined #openttd
06:05:42 *** tokai has joined #openttd
06:05:42 *** ChanServ sets mode: +v tokai
06:12:45 *** tokai|noir has quit IRC (Ping timeout: 480 seconds)
07:16:31 <DorpsGek> [OpenTTD/OpenTTD] LordAro commented on issue #9584: [Bug]: Incorrect sorting of vehicles by capacity https://git.io/Jz9yw
07:23:12 <DorpsGek> [OpenTTD/OpenTTD] LordAro commented on issue #9584: [Bug]: Incorrect sorting of vehicles by capacity https://git.io/Jz9yw
07:37:29 <DorpsGek> [OpenTTD/OpenTTD] PeterN updated pull request #9289: Change: Shortcut varaction chains for callbacks. https://git.io/JsHuK
07:40:41 *** HerzogDeXtEr1 has quit IRC (Read error: Connection reset by peer)
07:45:15 <DorpsGek> [OpenTTD/OpenTTD] PeterN commented on pull request #9577: Feature: Multi-tile depots https://git.io/JzQmK
07:46:33 *** ST2 has quit IRC (Ping timeout: 480 seconds)
07:55:54 *** ST2 has joined #openttd
07:57:11 *** jottyfan has joined #openttd
08:03:55 *** jottyfan has quit IRC (Quit: jottyfan)
08:06:47 *** Etua has joined #openttd
08:19:45 <DorpsGek> [OpenTTD/OpenTTD] pyro9287 opened issue #9585: [Bug]: cant join a server on the same network https://git.io/JzQWP
08:19:57 <DorpsGek> [OpenTTD/OpenTTD] pyro9287 closed issue #9585: [Bug]: cant join a server on the same network https://git.io/JzQWP
08:20:01 <DorpsGek> [OpenTTD/OpenTTD] pyro9287 reopened issue #9585: [Bug]: cant join a server on the same network https://git.io/JzQWP
08:27:01 *** andythenorth has joined #openttd
08:28:34 <DorpsGek> [OpenTTD/OpenTTD] LordAro commented on issue #9585: [Bug]: cant join a server on the same network https://git.io/JzQWP
08:30:01 *** roadt_ has joined #openttd
08:30:19 *** andythenorth has quit IRC ()
08:35:54 *** roadt has quit IRC (Ping timeout: 480 seconds)
09:40:53 *** Samu has joined #openttd
09:45:08 <Samu> hi
10:07:38 *** tokai|noir has joined #openttd
10:07:38 *** ChanServ sets mode: +v tokai|noir
10:14:31 *** tokai has quit IRC (Ping timeout: 480 seconds)
10:28:50 *** D-HUND is now known as debdog
11:07:35 *** tokai has joined #openttd
11:07:35 *** ChanServ sets mode: +v tokai
11:09:03 <Samu> i just created a beautiful new AI! it just builds 1x1 size stations in every tile
11:14:22 *** tokai|noir has quit IRC (Ping timeout: 480 seconds)
11:43:24 *** tokai|noir has joined #openttd
11:43:24 *** ChanServ sets mode: +v tokai|noir
11:50:26 *** tokai has quit IRC (Ping timeout: 480 seconds)
11:50:56 *** Etua has quit IRC (Ping timeout: 480 seconds)
11:57:59 *** snail_UES_ has joined #openttd
12:03:17 <Samu> oh snap
12:05:00 <Samu> [img]https://i.imgur.com/PSh2O9m.png[/img]
12:07:25 <Samu> Scrollbar data structure
12:07:37 <Samu> so, there can't be more than 65535 items in station list?
12:07:43 <Samu> damn :&
12:08:22 <LordAro> Samu: there's an existing issue about that
12:08:29 <LordAro> i've tried (twice) to fix it
12:08:37 <LordAro> it's not easy to do it cleanly
12:09:55 *** snail_UES_ has quit IRC (Quit: snail_UES_)
12:12:49 <Samu> let me see
12:15:37 *** jottyfan has joined #openttd
12:17:06 *** glx has joined #openttd
12:17:06 *** ChanServ sets mode: +v glx
12:18:08 <glx> anyway with a 1x1 station on every tile you won't have enough station IDs :)
12:26:58 <Samu> has conflicts https://github.com/OpenTTD/OpenTTD/pull/8006
12:27:07 *** jottyfan has quit IRC (Quit: jottyfan)
12:29:46 <glx> expected for a 6 months old PR
12:30:59 <glx> only 6 conflicts, could be worse
12:31:13 <glx> and most are easy
12:36:37 *** ioangogo_ has joined #openttd
12:37:27 <DorpsGek> [OpenTTD/OpenTTD] pyro9287 commented on issue #9585: [Bug]: cant join a server on the same network https://git.io/JzQWP
12:38:22 *** ioangogo has quit IRC (Ping timeout: 480 seconds)
12:42:30 <Samu> why didn't you change to int64?
12:42:39 <Samu> should be easier?
12:43:12 <Samu> erm, int32, my bad
12:45:26 <Samu> meh, looks like i dont understand what's going on
12:49:03 *** Etua has joined #openttd
13:13:04 <DorpsGek> [OpenTTD/OpenTTD] 2TallTyler commented on pull request #9577: Feature: Multi-tile depots https://git.io/Jz7XF
13:15:03 <Samu> man, network_gui.cpp was changed so much, i dont know how to resolve the conflicts
13:20:36 *** virtualrandomnumber has joined #openttd
13:21:28 *** virtualrandomnumber has quit IRC ()
13:37:50 *** tokai has joined #openttd
13:37:50 *** ChanServ sets mode: +v tokai
13:40:59 <Samu> holy crap, that's a lot of memory
13:41:34 *** wfwefwefwef has joined #openttd
13:41:35 <Samu> trying to load a savegame with about 342k stations
13:42:08 *** wfwefwefwef has quit IRC ()
13:42:35 <Samu> peaked at 19.5 GB
13:43:32 <LordAro> lol
13:43:50 <Samu> in debug mode, not release mode
13:44:42 *** tokai|noir has quit IRC (Ping timeout: 480 seconds)
13:47:46 <FLHerne> ...
13:47:57 <FLHerne> why does your savegame have about 342k stations
13:48:11 <Samu> i made an ai create them
13:51:09 <Samu> gonna test now LordAro's uint32 scrollbar
13:51:54 <Samu> open station list window with more than 65k stations
13:52:06 <Samu> i expect no crash
14:00:49 <Samu> nice job! LordAro, it works! https://i.imgur.com/gcqmhg6.png
14:01:24 <peter1138> 4 billion stations \o/
14:03:47 <Samu> nah, scrollbar allows that, but i limited 1044480 max stations
14:04:08 <LordAro> @calc 4096*4096
14:04:08 <DorpsGek> LordAro: 16777216
14:04:15 <LordAro> can't have more than that :p
14:04:52 <glx> StationID is still too small ;)
14:06:33 <Samu> there are some things I'd like to test, but I don't know how
14:18:56 <Samu> FlowStatMap is so complex
14:20:33 <Samu> so basically, if I enable cargodist, I am "testing" all these FlowStatMap, CargoPacket, LinkGraph stuff alltogether?
14:22:44 <glx> cargo packet are used without cargodist, but yeah
14:23:20 <Samu> orders have already been tested, it's working
14:29:21 *** Wormnest has joined #openttd
14:31:24 <Samu> my ai only makes use of cargodist if I enable other vehicle types than just ship, and allow station spread
14:31:57 <Samu> better late than never
14:35:06 <Samu> done!
14:35:28 <Samu> the dream is on
14:35:37 <Samu> let's hope it can be reached
14:43:04 *** nielsm has joined #openttd
14:48:01 *** Etua has quit IRC (Quit: Etua)
15:00:51 *** Strom has quit IRC ()
15:02:31 *** Strom has joined #openttd
15:27:36 *** gelignite has joined #openttd
15:36:00 <peter1138> https://www.youtube.com/watch?v=6TLcaJdsRr0
15:46:41 <DorpsGek> [OpenTTD/OpenTTD] TrueBrain commented on issue #9585: [Bug]: cant join a server on the same network https://git.io/JzQWP
15:46:44 <DorpsGek> [OpenTTD/OpenTTD] TrueBrain closed issue #9585: [Bug]: cant join a server on the same network https://git.io/JzQWP
15:46:59 *** sla_ro|master has quit IRC ()
16:04:23 *** Progman has joined #openttd
16:30:40 <LordAro> oh that's nice, had OTTD in fullscreen and X died
16:36:43 <peter1138> Urgh
16:44:30 *** andythenorth has joined #openttd
17:15:41 <andythenorth> yo
17:24:09 <Samu> awww the docking tiles didn't make it to RC1
17:24:51 <Samu> not even the pf change
17:24:54 <Samu> why not
17:25:05 <glx> because RC1 was 2 days ago
17:25:21 <glx> while docking and pf were yesterday
17:26:23 <Samu> oh :O
17:27:46 <DorpsGek> [OpenTTD/OpenTTD] J0anJosep commented on pull request #9577: Feature: Multi-tile depots https://git.io/Jz5po
17:28:36 <andythenorth> is it beer time?
17:28:45 <andythenorth> or equivalent, for non-alcohol drinkers :)
17:34:28 *** HerzogDeXtEr has joined #openttd
17:39:44 <DorpsGek> [OpenTTD/OpenTTD] glx22 commented on pull request #9577: Feature: Multi-tile depots https://git.io/Jz5jQ
17:45:31 * andythenorth awards own beer
17:45:35 <andythenorth> as it was crickets here
17:47:35 <peter1138> Tesco is empty, nice.
17:47:58 <peter1138> Massive queues outside of course.
17:56:07 *** Wolf01 has joined #openttd
18:09:17 *** sla_ro|master has joined #openttd
18:11:45 *** Flygon has quit IRC (Quit: A toaster's basically a soldering iron designed to toast bread)
18:13:41 *** jottyfan has joined #openttd
18:15:34 *** octalgenesis has joined #openttd
18:15:40 <octalgenesis> he
18:15:42 <octalgenesis> y
18:17:54 <octalgenesis> how stable is this 12.0?
18:19:55 <octalgenesis> i also wonder, i have a wii port, would it be possible to see another port of this version also for it? i am just a nub on the subject...
18:20:14 *** jottyfan has quit IRC (Quit: jottyfan)
18:20:27 <andythenorth> peter1138 make sure you queued up to buy more petrol than you need
18:32:14 *** WormnestAndroid has quit IRC (Remote host closed the connection)
18:32:27 *** WormnestAndroid has joined #openttd
18:35:34 *** iSoSyS has joined #openttd
18:43:41 *** iSoSyS has quit IRC ()
18:49:57 <DorpsGek> [OpenTTD/OpenTTD] DorpsGek pushed 1 commits to master https://git.io/Jzdmj
18:49:58 <DorpsGek> - Update: Translations from eints (by translators)
18:52:35 *** octalgenesis has quit IRC (Quit: Page closed)
19:12:17 *** jottyfan has joined #openttd
19:17:36 *** frosch123 has joined #openttd
19:19:19 <DorpsGek> [OpenTTD/BaNaNaS] frosch123 opened pull request #107: Change: migrate OpenTTD user Hephi to GitHub user Hephi7 https://git.io/JzdZJ
19:25:53 <frosch123> probably everyone who does not want to translate unsubbed by now :p
19:27:10 <DorpsGek> [OpenTTD/team] frosch123 commented on issue #255: [id_ID] Translator access request https://git.io/JzcLX
19:27:35 <DorpsGek> [OpenTTD/team] frosch123 commented on issue #254: [nl_NL] Translator access request https://git.io/JzsEs
19:36:30 *** jottyfan has quit IRC (Quit: jottyfan)
20:10:13 <DorpsGek> [OpenTTD/BaNaNaS] TrueBrain approved pull request #107: Change: migrate OpenTTD user Hephi to GitHub user Hephi7 https://git.io/JzdlR
20:10:20 <DorpsGek> [OpenTTD/BaNaNaS] TrueBrain merged pull request #107: Change: migrate OpenTTD user Hephi to GitHub user Hephi7 https://git.io/JzdZJ
20:11:03 <TrueBrain> frosch123: I like how many languages are now fully translated .. is this a new record?
20:12:54 <frosch123> no idea, i don't have that stat :p
20:13:15 <TrueBrain> I am disappointed :p
20:15:25 *** gelignite has quit IRC (Quit: Stay safe!)
20:15:42 *** Wormnest has quit IRC (Ping timeout: 480 seconds)
20:16:43 <frosch123> i guess danish and italian are the most "should be complete, but aren't"
20:16:57 <nielsm> I should check in on danish maybe
20:17:05 <frosch123> the other missing languages are further away from the main ttd land
20:19:21 <DorpsGek> [OpenTTD/team] nielsmh opened issue #256: [da_DK] Translator access request https://git.io/Jzd8C
20:19:54 <DorpsGek> [OpenTTD/team] glx22 commented on issue #256: [da_DK] Translator access request https://git.io/Jzd8C
20:20:01 <glx> hmm too fast
20:20:08 <TrueBrain> Denied, I assume? :p
20:20:09 <frosch123> does it work if you answer before the bot? :p
20:20:15 <TrueBrain> It does
20:20:21 <TrueBrain> It doesn't care about the order
20:20:36 <glx> it indeed does
20:20:36 <nielsm> how fast does it update? do I need to relogin?
20:20:41 <frosch123> yes
20:21:02 <frosch123> immediately, but read once on login
20:21:38 <frosch123> only relogin to eints ofc :) not to github
20:24:37 <nielsm> eints still needs a translation memory feature (dictionary of terms used, without those terms being translatable strings in their own right)
20:25:37 <glx> would be nice to remember removed then readded strings
20:25:51 <glx> (like the "spectate" one :) )
20:26:05 *** WormnestAndroid has quit IRC (Ping timeout: 480 seconds)
20:26:11 *** WormnestAndroid has joined #openttd
20:31:35 *** andythenorth has quit IRC (Quit: andythenorth)
20:41:13 <Samu> seems to be working https://i.imgur.com/CwhcyXE.png
20:41:27 <Samu> linkgraph and flow
20:43:19 *** Wormnest has joined #openttd
21:12:28 *** jottyfan has joined #openttd
21:12:32 *** jottyfan has quit IRC ()
21:17:49 <nielsm> danish has at least three different translations of "viewport"
21:17:53 <nielsm> sigh
21:19:12 <nielsm> and "link graph" also has at least three different terms used
21:22:01 *** Progman has quit IRC (Remote host closed the connection)
21:25:31 *** Samu has quit IRC (Ping timeout: 480 seconds)
21:37:43 *** Wolf01 has quit IRC (Quit: Once again the world is quick to bury me.)
21:39:57 *** frosch123 has quit IRC (Quit: be yourself, except: if you have the opportunity to be a unicorn, then be a unicorn)
21:47:27 *** HerzogDeXtEr has quit IRC (Read error: Connection reset by peer)
22:03:25 *** Eddi|zuHause has quit IRC (Remote host closed the connection)
22:03:30 *** nielsm has quit IRC (Ping timeout: 480 seconds)
22:04:05 *** Eddi|zuHause has joined #openttd
22:10:04 *** _aD has joined #openttd
22:39:18 *** sla_ro|master has quit IRC ()
22:49:38 *** WormnestAndroid has quit IRC (Ping timeout: 480 seconds)
23:34:39 *** virtualrandomnumber has joined #openttd
23:36:12 *** virtualrandomnumber has quit IRC ()