Times are UTC Toggle Colours
00:49:13 *** Samu has quit IRC 01:41:40 *** Extrems has quit IRC 01:41:46 *** Extrems has joined #openttd 01:42:14 *** Thedarkb-X40 has quit IRC 01:47:29 *** snail_UES_ has joined #openttd 01:49:10 *** KouDy has joined #openttd 01:49:59 *** Flygon has joined #openttd 01:51:36 *** luaduck has quit IRC 01:54:04 *** luaduck has joined #openttd 02:13:48 *** Supercheese has quit IRC 02:41:28 *** glx has quit IRC 02:41:51 *** Supercheese has joined #openttd 03:50:02 *** haudrauf has quit IRC 03:51:08 *** haudrauf has joined #openttd 04:04:02 *** snail_UES_ has quit IRC 04:22:22 *** Mek has quit IRC 04:26:48 *** Gustavo6046 has quit IRC 04:32:37 *** Hobbyboy has quit IRC 04:32:39 *** Mek has joined #openttd 04:34:25 *** Hobbyboy has joined #openttd 04:36:41 *** sla_ro|master has joined #openttd 04:49:34 *** Wacko1976 has joined #openttd 05:09:20 *** sla_ro|master has quit IRC 05:22:09 *** Wacko1976 has quit IRC 05:45:00 *** KouDy has quit IRC 05:55:52 *** KouDy has joined #openttd 06:04:27 *** Supercheese has quit IRC 06:04:49 *** Supercheese has joined #openttd 06:07:09 *** KouDy has quit IRC 06:47:00 *** Gja has joined #openttd 07:08:34 *** KouDy has joined #openttd 07:15:38 *** Supercheese has quit IRC 08:21:03 *** Laedek_ has quit IRC 08:22:10 *** sla_ro|master has joined #openttd 08:22:58 *** sla_ro|master has quit IRC 08:23:11 *** Gja has quit IRC 08:37:16 *** sla_ro|master has joined #openttd 09:13:34 *** Wacko1976 has joined #openttd 10:08:52 *** Wolf01 has joined #openttd 10:09:08 <Wolf01> o/ 10:25:42 *** Gja has joined #openttd 10:59:39 *** Wacko1976 has quit IRC 11:02:42 *** Samu_ has joined #openttd 11:04:59 *** Samu_ is now known as Samu 11:36:22 <LordAro> peter1138: just noticed your average for yesterday, holy hell 11:36:40 *** Gja has quit IRC 11:43:17 <peter1138> How's the knee? 11:43:51 <LordAro> oddly the other one is hurting more today 11:44:02 <LordAro> probably nothing serious 11:46:01 <Wolf01> Took an arrow in the knee? 11:47:28 <Samu> @calc 256*3/4*2/256/8*74*100 11:47:28 <DorpsGek> Samu: 1387.5 11:48:31 <Samu> a plane that moves at 256 km/h will move 1387,5 tiles in 100 days in non-axis direction 11:49:11 <Samu> @calc 256*2/256/16*74*100 11:49:11 <DorpsGek> Samu: 925 11:49:30 <Samu> a plane that moves at 256 km/h will move 925 tiles in 100 days in axis direction 11:49:46 *** snail_UES_ has joined #openttd 11:49:53 <LordAro> Wolf01: sure 11:55:38 *** sla_ro|master has quit IRC 11:57:46 <peter1138> LUNCH TIME 11:59:25 *** snail_UES_ has quit IRC 12:00:27 <Samu> LordAro: your AI does nice in 4k maps 12:01:44 <Samu> considering it was competing against aircraft ais, that was really good 12:02:11 <peter1138> LordAro, fix it! Make it not run at a stupid map sizes! :D 12:15:52 <LordAro> lol 12:16:08 <LordAro> pretty sure i've not touched it since 4k maps were added 12:16:54 <LordAro> iirc there are a vast number of improvements i could make to it 12:16:56 <LordAro> but eh 12:17:08 <LordAro> i'd probably end up rewriting the whole thing 12:38:48 *** Extrems has quit IRC 12:45:05 *** Flygon has quit IRC 13:05:08 *** nielsm has joined #openttd 13:14:00 *** SpComb has quit IRC 13:15:34 *** Flygon has joined #openttd 13:52:06 *** Wacko1976 has joined #openttd 13:56:54 *** KouDy has quit IRC 14:06:02 <Samu> @calc 256*3/4*2/256*4*74*100 14:06:02 <DorpsGek> Samu: 44400 14:06:11 <Samu> @calc 256*2/256*3*74*100 14:06:11 <DorpsGek> Samu: 44400 14:08:43 *** KouDy has joined #openttd 14:17:39 <Samu> @calc 256*2*3*74*100/4/256 14:17:39 <DorpsGek> Samu: 11100 14:17:45 <Samu> uh oh 14:18:18 <Samu> @calc 256*3*2*4*74*100/4/256 14:18:19 <DorpsGek> Samu: 44400 14:18:37 <Samu> @calc 256*2*3*74*100/256 14:18:38 <DorpsGek> Samu: 44400 14:19:50 *** jfs has joined #openttd 14:25:08 *** nielsm has quit IRC 14:34:53 *** jfs is now known as nielsm 14:41:44 <Samu> @calc 256*6*74*100/256 14:41:44 <DorpsGek> Samu: 44400 14:42:17 <Samu> 1 day is 74 ticks, 100 days are 74 * 100 ticks 14:42:57 <Samu> aircraft max speed is in this example the first 256 value, the 2nd 256 value is the progress unit 14:45:39 <Samu> i can compare the result of this with the fakedistance directly 14:49:46 <Samu> function WrightAI::GetEngineOptimalRealFakeDist(max_speed, days_in_transit) 14:52:59 <Samu> return max_speed * 6 * 74 * days_in_transit / 256; 14:56:04 *** sla_ro|master has joined #openttd 15:08:10 *** Gja has joined #openttd 15:12:16 *** Ciocan has joined #openttd 15:12:25 <Ciocan> o7 15:18:01 *** Extrems has joined #openttd 15:20:49 <Samu> it's not working, bah i fail at math 15:20:58 <Samu> can't do conversions 15:21:49 *** Wacko1976 has quit IRC 15:23:54 *** Wacko1976 has joined #openttd 15:38:20 *** Extrems has quit IRC 15:46:13 *** Progman has joined #openttd 15:52:51 *** Extrems has joined #openttd 15:53:49 <Eddi|zuHause> maybe someone can explain to me that i didn't figure out yet in the last 20 years. in AoE II you can set waypoints with shift+click, but the units never move there. what am i doing wrong? 16:02:46 *** roidal has joined #openttd 16:03:01 *** SpComb has joined #openttd 16:18:20 *** jfs has joined #openttd 16:19:45 *** jfs has quit IRC 16:19:48 *** jfs has joined #openttd 16:25:08 *** nielsm has quit IRC 16:30:32 *** stefino has joined #openttd 16:35:51 *** Flygon has quit IRC 16:54:04 *** HerzogDeXtEr has joined #openttd 17:08:19 *** Wormnest has joined #openttd 17:24:01 *** Ciocan has quit IRC 17:28:32 *** iSoSyS has joined #openttd 17:32:35 <Wolf01> I'm playing Shenzen I/O, ICs are always short of 1 line of instructions :S 17:33:41 <Eddi|zuHause> haven't really looked at that one yet 17:34:12 <Wolf01> It's the logic circuits version of space chem 17:36:26 *** stefino has quit IRC 17:37:42 *** roidal has quit IRC 17:44:55 *** frosch123 has joined #openttd 17:47:09 <Samu> i think i finally figured this 17:47:19 <Samu> the realfake distance could never be higher than distance manhattan 17:49:16 <Samu> i can finally compute routes of around x days time travel 17:49:43 <Eddi|zuHause> yes, i know of the relation 17:52:08 <peter1138> real fake, fake real, real real or fake fake? 17:52:25 <Eddi|zuHause> freal rake 17:56:24 *** Gja has quit IRC 17:56:25 <Samu> the distance is adjusted to compensate for aircraft going faster in non-axis 17:57:35 <Samu> it's a "real" distance for aircraft, but it was faked 17:58:23 *** Gja has joined #openttd 18:00:55 *** Gja has quit IRC 18:06:24 *** tokai|noir has joined #openttd 18:06:24 *** ChanServ sets mode: +v tokai|noir 18:09:08 *** TrueBrain has quit IRC 18:13:14 *** tokai has quit IRC 18:57:35 *** ZeNinja864 has joined #openttd 19:00:10 *** Wacko1976 has quit IRC 19:02:19 *** ZeNinja864 has quit IRC 19:02:42 *** glx has joined #openttd 19:02:42 *** ChanServ sets mode: +v glx 19:14:18 *** Wacko1976 has joined #openttd 19:14:48 *** Thedarkb-T60 has joined #openttd 19:31:38 *** sla_ro|master has quit IRC 19:37:39 *** andythenorth has joined #openttd 19:38:13 <andythenorth> I try to be here for 3 mins :p 19:40:28 *** andythenorth_ has joined #openttd 19:40:28 *** andythenorth has quit IRC 19:41:58 <andythenorth_> FAILED :p 19:42:28 *** andythenorth__ has joined #openttd 19:42:28 *** andythenorth_ has quit IRC 19:44:08 <Eddi|zuHause> andythenorth__: so what about your attempt to get a bouncer? 19:44:34 *** andythenorth__ has quit IRC 19:58:14 *** KouDy has quit IRC 20:14:18 *** rocky113844 has joined #openttd 20:22:19 *** Thedarkb-T60 has quit IRC 20:22:35 *** Thedarkb-T60 has joined #openttd 20:24:53 *** Gja has joined #openttd 20:27:16 *** Thedarkb-X40 has joined #openttd 21:03:50 *** iSoSyS has quit IRC 21:18:27 *** HerzogDeXtEr has quit IRC 21:37:25 *** Thedarkb-T60 has quit IRC 21:51:12 *** Gustavo6046 has joined #openttd 21:51:54 *** Progman has quit IRC 21:56:32 *** Thedarkb-T60 has joined #openttd 21:57:05 *** Gja has quit IRC 21:57:29 *** Wacko1976 has quit IRC 22:10:29 *** Thedarkb-T60 has quit IRC 22:14:34 *** rocky113844 has quit IRC 22:16:55 *** TrueBrain has joined #openttd 22:17:14 *** Wormnest has quit IRC 22:24:25 *** frosch123 has quit IRC 22:27:56 *** Stimrol has quit IRC 22:50:46 *** rocky113844 has joined #openttd 23:56:31 *** Wolf01 has quit IRC 23:59:16 *** Samu has quit IRC