IRC logs for #openttd on OFTC at 2018-08-17
            
00:01:38 *** chomwitt has joined #openttd
00:04:49 *** Progman has quit IRC
00:24:53 *** frosch123 has quit IRC
00:27:49 *** Eddi|zuHause has joined #openttd
01:01:49 *** keoz has quit IRC
01:11:05 *** Supercheese has quit IRC
01:15:12 *** Wolf01 has quit IRC
01:28:29 *** Supercheese has joined #openttd
01:45:12 *** Supercheese has quit IRC
01:45:34 *** Supercheese has joined #openttd
02:00:34 *** keoz has joined #openttd
02:22:41 *** Samu has quit IRC
02:31:34 *** chomwitt has quit IRC
02:35:44 *** Thedarkb-T60 has quit IRC
02:49:15 *** glx has quit IRC
03:07:34 *** keoz has quit IRC
03:36:37 *** Flygon has joined #openttd
03:54:55 *** snail_UES_ has joined #openttd
05:13:44 *** haudrauf has quit IRC
05:14:42 *** haudrauf has joined #openttd
06:15:22 *** Supercheese has quit IRC
06:15:44 *** Supercheese has joined #openttd
06:26:15 *** Gustavo6046 has quit IRC
06:56:13 *** snail_UES_ has quit IRC
07:26:30 *** APTX has joined #openttd
07:35:35 *** rocky113844 has quit IRC
07:37:36 *** sla_ro|master has joined #openttd
07:41:25 *** tokai|noir has joined #openttd
07:41:25 *** ChanServ sets mode: +v tokai|noir
07:45:29 *** Ammler has quit IRC
07:45:36 *** Mahjong1 has joined #openttd
07:46:30 *** Ammler has joined #openttd
07:53:45 *** Ammler has quit IRC
07:53:45 *** tokai has quit IRC
07:53:45 *** Mahjong has quit IRC
07:53:45 *** eirc has quit IRC
07:53:45 *** APTX_ has quit IRC
07:53:45 *** juzza1 has quit IRC
07:53:45 *** heffer has quit IRC
07:53:45 *** Xaroth has quit IRC
07:53:45 *** crem has quit IRC
07:53:45 *** grossing has quit IRC
07:53:45 *** peter1138 has quit IRC
07:53:45 *** SpComb has quit IRC
07:53:45 *** Osai has quit IRC
07:53:45 *** XeryusTC has quit IRC
07:53:45 *** planetmaker has quit IRC
07:54:37 *** heffer has joined #openttd
07:57:46 *** argoneus has joined #openttd
07:58:21 *** grossing has joined #openttd
07:58:49 *** crem has joined #openttd
08:03:14 *** juzza1 has joined #openttd
08:04:39 *** APTX_ has joined #openttd
08:09:59 *** Supercheese has quit IRC
08:53:52 *** UncleCJ has joined #openttd
08:59:46 *** cute[m] has joined #openttd
10:07:36 *** Wolf01 has joined #openttd
10:07:46 <Wolf01> o/
10:30:38 *** sla_ro|master has quit IRC
11:16:22 *** eirc has joined #openttd
11:45:01 *** KouDy has quit IRC
11:52:12 *** KouDy has joined #openttd
12:32:29 *** sla_ro|master has joined #openttd
13:33:05 *** OsteHovel has quit IRC
13:34:44 *** OsteHovel has joined #openttd
13:54:47 *** Alberth has joined #openttd
13:54:47 *** ChanServ sets mode: +o Alberth
14:06:21 *** Samu has joined #openttd
14:16:44 *** KouDy has quit IRC
14:28:55 *** Mahjong1 has quit IRC
14:31:01 *** synchris has joined #openttd
14:38:47 <Samu> hmm my edited version of LuDiAI isn't building the same way as the original, i must have broken something :(
14:54:29 <Samu> ah, I found the problem
14:54:59 <Samu> the expanding station code wasn't accounted for, :(
15:03:16 <Samu> dixed it
15:03:21 <Samu> fixed*
15:06:48 *** snail_UES_ has joined #openttd
15:23:25 *** snail_UES_ has quit IRC
15:37:49 *** sim-al2 has quit IRC
15:55:31 <Samu> question
15:55:33 <Samu> (MAX_TOWN_VEHICLES / 4).tointeger()
15:55:52 <Samu> what does the .tointeger() do exactly? does it round up or down?
15:56:19 <Samu> i can't find this function
16:18:13 *** Gustavo6046 has joined #openttd
16:29:20 *** Gja has joined #openttd
16:33:49 <eirc> in most languages to int will truncate (essentially rounding down), separate functions usually exist that will round up or round properly
16:35:16 *** Thedarkb-T60 has joined #openttd
16:35:16 *** Mahjong has joined #openttd
16:35:16 *** Lejving has joined #openttd
16:35:16 *** chomwitt has joined #openttd
16:35:16 *** keoz has joined #openttd
16:35:16 *** XeryusTC has joined #openttd
16:35:16 *** SpComb has joined #openttd
16:35:16 *** Ammler has joined #openttd
16:35:16 *** peter1138 has joined #openttd
16:35:16 *** Osai has joined #openttd
16:35:16 *** planetmaker has joined #openttd
16:35:16 *** liquid.oftc.net sets mode: +oov peter1138 planetmaker planetmaker
16:35:20 *** ChanServ sets mode: +v peter1138
16:48:56 <Alberth> most languages round towards 0, ie they round negative values up rather than down
16:53:31 *** frosch123 has joined #openttd
16:54:58 <Alberth> hola
16:55:43 <frosch123> moo
17:02:00 *** KouDy has joined #openttd
17:23:12 *** Wormnest has joined #openttd
17:35:25 *** Progman has joined #openttd
17:45:32 <Samu> RailwAI is a new AI, it takes too long to build something on a 4k map
17:54:31 *** Gja has quit IRC
17:59:26 <Samu> i got an openttd crash report on WER
17:59:40 <Samu> it's one of those crashes that just poofs
18:00:04 <Samu> openttd window poofs itself with no error message
18:01:50 *** Gustavo6046 has quit IRC
18:02:55 *** HerzogDeXtEr has joined #openttd
18:33:00 *** chomwitt has quit IRC
18:47:30 *** Maraxus has joined #openttd
19:21:09 *** Flygon has quit IRC
19:23:04 *** KouDy has quit IRC
19:25:05 *** gelignite has joined #openttd
19:25:40 *** Alberth has left #openttd
19:32:20 *** Thedarkb-T60 has quit IRC
19:36:24 *** andythenorth has joined #openttd
19:38:06 *** Thedarkb-T60 has joined #openttd
19:38:19 *** Thedarkb-T60 has quit IRC
19:39:35 <andythenorth> o/
20:05:42 *** tokai has joined #openttd
20:05:42 *** ChanServ sets mode: +v tokai
20:12:35 *** tokai|noir has quit IRC
20:12:44 *** Supercheese has joined #openttd
20:20:33 *** Stimrol has joined #openttd
20:54:55 <Samu> the remove airport code of LuDiAI isn't working that well
20:55:15 <Samu> it's borrowed from WrightAI
20:55:42 <Samu> but for some reason, there are airports with no planes and they're not being removed
20:57:07 *** Thedarkb-T60 has joined #openttd
21:09:32 *** glx has joined #openttd
21:09:32 *** ChanServ sets mode: +v glx
21:16:26 <Samu> "although the testing told us we could build 2 airports, it still failed on the second airport at tile 6166"
21:16:38 <Samu> weird, i scrolled to that tile, and there's an airport
21:17:09 <Samu> something's wrong
21:35:57 *** Gja has joined #openttd
21:46:32 *** synchris has quit IRC
21:51:38 *** Wacko1976 has joined #openttd
21:55:55 *** KouDy has joined #openttd
21:57:42 *** Heiki has quit IRC
22:06:08 *** Gja has quit IRC
22:11:55 <Samu> i think i solved the problem
22:12:15 <Samu> was using the wrong tile
22:13:50 <Samu> wrightai sometimes builds airports near steel mills
22:13:56 <Samu> because they accept passengers?
22:16:14 <acklen> seems likely
22:16:17 <acklen> how are you testing your AI?
22:17:12 <Samu> it's not mine
22:17:24 <acklen> LuDiAI isn't yours?
22:17:29 <Samu> I'm making fixes to LuDiAI,
22:17:49 <acklen> ok, how are you testing LuDiAI?
22:18:09 <acklen> just wondering if you had some sort of automation that I'd be interested in
22:18:20 <Samu> testing in 1.8.0
22:18:26 <Samu> no, nothing
22:18:40 <Samu> i use the restart command in the console
22:18:58 <Samu> then fast forward to the issues and see if they get worked out
22:19:30 <Samu> everytime it restarts it will reload the .nut files I'm editing in-between
22:24:05 <Samu> function WrightAI::checkAdjacentStation(airportTile) {
22:24:20 <Samu> this part of the code was edited in by whoever created LuDiAI
22:24:33 <Samu> seems to be working incorrectly
22:25:31 *** gelignite has quit IRC
22:30:38 *** Maraxus has quit IRC
22:31:04 *** sla_ro|master has quit IRC
22:33:08 *** The_Saladman has joined #openttd
22:43:24 *** Stimrol has quit IRC
22:45:48 *** Heiki has joined #openttd
22:50:33 *** Stimrol has joined #openttd
22:53:30 *** andythenorth has quit IRC
23:22:23 *** KouDy has quit IRC
23:33:23 *** The_Saladman has quit IRC
23:37:54 *** The_Saladman has joined #openttd
23:48:16 *** The_Saladman has quit IRC
23:49:21 *** sim-al2 has joined #openttd
23:50:54 <Samu> looks like the adjacent station issues are solved
23:54:38 <Samu> I'm still getting empty airports, grr
23:54:56 <Samu> those should be removed during clean up
23:55:01 <Samu> and it's not happening :(
23:59:14 *** Gustavo6046 has joined #openttd
23:59:39 *** Gustavo6046 has joined #openttd