Times are UTC Toggle Colours
00:00:10 <Sylf> without any context, I don't have any specifics... but you can read TRAIN_FLAG_FLIP 00:00:13 <Sylf> er 00:00:18 <Sylf> read http://wiki.openttdcoop.org/Merging_Tracks 00:00:48 <ChrisSawyer> You won't believe who I am 00:01:06 <Sylf> nope. 00:01:36 <Sylf> ChrisSawyer connecting from an American ISP? Nope. 00:01:54 <ChrisSawyer> I made the original transport tycoon 00:06:29 <Ether_Man> You might share a name with him, but it's highly doubtful that Chris Sawyer would be connecting from a home line in the US... 00:06:49 <Ether_Man> As in, the Chris Sawywer who made TT 00:08:19 <ChrisSawyer> just enjoying my flat screen TV in my lamborghini bought with the millions of dollars i made from RCT 00:09:53 <Ether_Man> In the words of Jeremy Clarkson, "Only a complete twat would actually buy one"... 00:21:05 <Eddi|zuHause> yes, i believe that you are onision 00:22:42 *** HerzogDeXtEr1 [~flex@i59F6A994.versanet.de] has joined #openttd 00:27:07 *** guru3-vps [~guru3-vps@109.200.19.187] has joined #openttd 00:28:30 *** HerzogDeXtEr [~flex@i59F6A6AA.versanet.de] has quit [Ping timeout: 480 seconds] 00:46:36 *** DDR [~David@S0106001f16aa47bc.vc.shawcable.net] has quit [Ping timeout: 480 seconds] 00:49:22 *** DDR [~David@S0106001f16aa47bc.vc.shawcable.net] has joined #openttd 00:58:59 *** Pereba [~UserNick@177.158.49.118] has joined #openttd 01:36:19 *** liq3 [liq3@CPE-120-147-178-81.gdfw1.lon.bigpond.net.au] has joined #openttd 01:49:49 *** Afdal [~IceChat7@host-174-45-178-216.chy-wy.client.bresnan.net] has joined #openttd 01:50:04 <Afdal> Hay what % of ocean covered do Low and Very Low correspond to? 01:50:37 <Afdal> And Medium I guess 01:50:52 <Afdal> Sea Level* 02:00:40 <Eddi|zuHause> i think the actual results vary widely 02:01:05 <Eddi|zuHause> so just use what gives good results, without sticking to absolute numbers 02:02:48 <Afdal> :I 02:02:52 <Afdal> doesn't anyone know 02:06:37 <Eddi|zuHause> src/tgp.cpp:static const amplitude_t _water_percent[4] = {70, 170, 270, 420}; 02:06:38 <Eddi|zuHause> src/tgp.cpp: const amplitude_t water_percent = sea_level_setting != (int)CUSTOM_SEA_LEVEL_NUMBER_DIFFICULTY ? _water_percent[sea_level_setting] : _settings_game.game_creation.custom_sea_level * 1024 / 100; 02:06:58 <Afdal> I:}? 02:07:24 <Afdal> @_@ 02:07:34 <Eddi|zuHause> so 0 is 0 and 1024 is 100% 02:08:00 <Afdal> uhh... 02:08:20 <Afdal> @_@ 02:09:23 <Eddi|zuHause> do i need to spell this out for you? 02:09:31 <Eddi|zuHause> have you skipped 5th grade maths? 02:10:11 <Afdal> Where are the numbers for Very Low, Low, and Medium??? 02:11:00 <Afdal> oh are those Very Low to High? 02:11:18 <Afdal> so Very Low = 70/1024%? 02:11:29 <Afdal> 6.8% 02:12:48 <ChrisSawyer> Afdal, if i had to hire people to help code RCT in assembly, i would definitely not hire you 02:12:59 <Afdal> wow seriously 02:13:00 <ChrisSawyer> I made RCT all by myself, and now i'm a rich millionaire who doesn't care about anyone 02:13:19 <Afdal> excuse me for not immediately understanding a bunch of code jargon 02:13:29 <ChrisSawyer> I just lean back in my recliner and watch pay-to-view shows on my plasma TV while eating truffles and caviar 02:13:33 <ChrisSawyer> Screw OpenTTD 02:13:43 <Afdal> Also Chris why did you release Railroad Tycoon as "Transport Tycoon" for smartphone crap :'( 02:13:46 <ChrisSawyer> My buggy version of Transport Tycoon is far superior 02:14:04 <Ether_Man> Afdal, it's not him... 02:14:08 <Afdal> xd 02:14:21 <Eddi|zuHause> obvious troll is obvious 02:14:31 <Afdal> so 70, 170, 270, 420 = Very Low, Low, Medium, High? 02:14:48 <Ether_Man> The real Chris Sawyer lives in Scottland. ChrisSawyer is from the US. 02:15:42 * Afdal pokes Eddi|zuHause 02:16:14 <Eddi|zuHause> Afdal: presumably. but i have not actually read any of the surrounding code 02:16:24 <Afdal> hmm 02:16:26 <Afdal> well 02:16:29 <Afdal> thanks for the info 02:17:25 <ChrisSawyer> the OpenTTD has immortalized me and my contributions to the gaming world, but I take that for granted 02:17:29 <ChrisSawyer> Who wants to be immortal, anyway? 02:18:32 <Afdal> oh hey 02:18:36 <Afdal> I have some old notes here actually 02:18:39 <Afdal> hmm 02:19:23 <Afdal> according to someone else... the numbers are 20/1024, 80/1024, 250/1024, 400/1024 02:19:31 <Afdal> Think they got changed recently? 02:20:40 *** ChrisSawyer [~onision@cpe-70-119-99-134.tx.res.rr.com] has left #openttd [Leaving] 02:21:38 <Eddi|zuHause> @commit 27228 02:21:39 <DorpsGek> Eddi|zuHause: Commit by alberth :: r27228 trunk/src/tgp.cpp (2015-04-11 20:42:48 +0200 ) 02:21:40 <DorpsGek> Eddi|zuHause: -Change: Slightly more water in the non-custom sea levels (chillcore) 02:22:05 <Eddi|zuHause> presumably part of the more height level tweaks 02:22:33 <Afdal> :o 02:22:35 <Afdal> I see :3 02:23:24 <Eddi|zuHause> these changes are probably not part of 1.5 02:24:39 <Afdal> what about 1.5.1? 02:25:10 <Eddi|zuHause> that means any 1.5.x (including future ones) 02:25:26 <Afdal> hmm 02:25:47 <Afdal> thanks 02:49:41 *** HerzogDeXtEr1 [~flex@i59F6A994.versanet.de] has quit [Quit: Leaving.] 02:54:27 *** supermop [~supermop@pool-71-183-121-153.nycmny.fios.verizon.net] has quit [Remote host closed the connection] 03:16:55 *** glx [~glx@000128ec.user.oftc.net] has quit [Quit: Bye] 04:56:01 *** Eddi|zuHause [~johekr@p5DC6768F.dip0.t-ipconnect.de] has quit [] 04:56:16 *** Eddi|zuHause [~johekr@p5DC67B0D.dip0.t-ipconnect.de] has joined #openttd 05:26:12 *** Pereba [~UserNick@177.158.49.118] has quit [Quit: They did not count on my cleverness! (www.AdiIRC.com)] 05:29:51 *** Alberth [~alberth@2001:981:c6c5:1:be5f:f4ff:feac:e11] has joined #openttd 05:29:54 *** mode/#openttd [+o Alberth] by ChanServ 05:41:43 *** DDR [~David@S0106001f16aa47bc.vc.shawcable.net] has quit [Remote host closed the connection] 06:04:33 *** DDR [~David@S0106001f16aa47bc.vc.shawcable.net] has joined #openttd 06:26:18 *** Afdal [~IceChat7@host-174-45-178-216.chy-wy.client.bresnan.net] has left #openttd [] 06:36:56 *** roidal [~roland@62-46-143-11.adsl.highway.telekom.at] has joined #openttd 06:56:58 *** gelignite [~gelignite@mue-88-130-76-037.dsl.tropolys.de] has joined #openttd 06:57:06 *** roidal_ [~roland@62-46-143-210.adsl.highway.telekom.at] has joined #openttd 07:03:00 *** roidal [~roland@62-46-143-11.adsl.highway.telekom.at] has quit [Ping timeout: 480 seconds] 07:28:06 *** Biolunar [Biolunar@x5d821f9e.dyn.telefonica.de] has joined #openttd 07:33:04 *** Progman [~progman@p57A1874A.dip0.t-ipconnect.de] has joined #openttd 07:38:24 *** DDR [~David@S0106001f16aa47bc.vc.shawcable.net] has quit [Read error: Connection reset by peer] 07:41:14 *** DDR [~David@S0106001f16aa47bc.vc.shawcable.net] has joined #openttd 07:43:23 *** andythenorth [~Andy@cpc10-aztw26-2-0-cust867.18-1.cable.virginm.net] has joined #openttd 07:45:27 *** andythenorth [~Andy@cpc10-aztw26-2-0-cust867.18-1.cable.virginm.net] has quit [] 07:52:26 *** andythenorth [~Andy@cpc10-aztw26-2-0-cust867.18-1.cable.virginm.net] has joined #openttd 07:53:31 <Alberth> meep meep 07:56:36 <Supercheese> doot doot 08:07:31 *** sla_ro|master [slamaster@95.76.27.245] has joined #openttd 08:09:08 *** Wolf01 [~wolf01@host253-237-dynamic.41-79-r.retail.telecomitalia.it] has joined #openttd 08:09:30 <Wolf01> hi hi 08:13:31 <Alberth> o/ 08:44:28 *** andythenorth [~Andy@cpc10-aztw26-2-0-cust867.18-1.cable.virginm.net] has quit [Quit: andythenorth] 09:10:46 *** Mucht [~Martin@000128e2.user.oftc.net] has joined #openttd 09:11:07 *** Pensacola [~quassel@88.159.51.52] has joined #openttd 09:12:19 *** PinkTomato [~Sam@cpc66960-sgyl36-2-0-cust47.18-2.cable.virginm.net] has joined #openttd 09:19:25 *** Wormnest [~Wormnest@s5596abd2.adsl.online.nl] has joined #openttd 09:29:31 *** roidal [~roland@194-152-170-55.adsl.highway.telekom.at] has joined #openttd 09:29:54 *** Alberth [~alberth@2001:981:c6c5:1:be5f:f4ff:feac:e11] has left #openttd [] 09:35:10 *** roidal_ [~roland@62-46-143-210.adsl.highway.telekom.at] has quit [Ping timeout: 480 seconds] 09:47:37 *** PinkTomato [~Sam@cpc66960-sgyl36-2-0-cust47.18-2.cable.virginm.net] has quit [Quit: Leaving] 10:11:36 *** HerzogDeXtEr [~flex@i59F6A994.versanet.de] has joined #openttd 10:29:51 *** frosch123 [~frosch@x5f74214f.dyn.telefonica.de] has joined #openttd 11:13:06 *** Alberth [~alberth@2001:981:c6c5:1:be5f:f4ff:feac:e11] has joined #openttd 11:13:09 *** mode/#openttd [+o Alberth] by ChanServ 11:16:45 <Wolf01> mmmh how do you shut up Cortana when she does not understand and lists all the softwares you have installed again and again and again... like a call center 11:18:08 <Alberth> ./install linux 11:23:17 <Alberth> may cause some collateral damage 11:29:02 *** Biolunar [Biolunar@x5d821f9e.dyn.telefonica.de] has quit [Quit: leaving] 11:29:07 *** DDR [~David@S0106001f16aa47bc.vc.shawcable.net] has quit [Ping timeout: 480 seconds] 11:30:33 <Eddi|zuHause> you turn off all the spyware settings in windows, that shuts this off as well 11:31:31 *** Supercheese [~Superchee@cpe-76-178-136-186.natnow.res.rr.com] has quit [Read error: Connection reset by peer] 11:32:05 *** Supercheese [~Superchee@cpe-76-178-136-186.natnow.res.rr.com] has joined #openttd 11:36:27 <Wolf01> meanwhile she shut down my audio completely 11:36:56 <Wolf01> she didn't like I closed her stuff 11:43:08 <frosch123> the longer you play factorio the more useless the minimap becomes 11:43:19 <frosch123> it is mostly red now 11:44:13 <Wolf01> I'm angry with that game, every time I try to defend a side there is a zerg swarm from the other side -.- 11:45:58 <Wolf01> and I need a train to get to the other side 11:52:23 <TrueBrain> moar laserssssszzzz 11:53:14 <Wolf01> yeah, I have something like 16 of them, and every time they fire I drain the energy from the future and the past at the same time 11:53:41 <Wolf01> even from other savegames 11:54:01 <TrueBrain> moar solaarrzzzzzz 11:54:13 <Wolf01> shit always happen at night 11:54:40 <Wolf01> and I don't have capacitors yet 11:55:31 *** Nathan1852_ [~Nathan185@p5B216C9E.dip0.t-ipconnect.de] has joined #openttd 11:59:22 <Wolf01> mmmh, windows 10 seem to be like the overly attached girlfriend, it just suggested me to "click here to clean up the old windows version files" 12:00:12 *** jjavaholic [~jjavaholi@grahamg63.plus.com] has quit [Quit: Leaving] 12:00:31 *** jjavaholic [~jjavaholi@grahamg63.plus.com] has joined #openttd 12:05:22 *** Nathan1852 [~Nathan185@p5B216C9E.dip0.t-ipconnect.de] has joined #openttd 12:07:35 *** HerzogDeXtEr [~flex@i59F6A994.versanet.de] has quit [Read error: Connection reset by peer] 12:08:57 *** HerzogDeXtEr [~flex@i59F6A994.versanet.de] has joined #openttd 12:09:26 *** gelignite [~gelignite@mue-88-130-76-037.dsl.tropolys.de] has quit [Ping timeout: 480 seconds] 12:12:01 *** Nathan1852_ [~Nathan185@p5B216C9E.dip0.t-ipconnect.de] has quit [Ping timeout: 480 seconds] 12:26:57 *** guru3-vps [~guru3-vps@109.200.19.187] has quit [Ping timeout: 480 seconds] 12:35:01 <Wolf01> http://img-9gag-fun.9cache.com/photo/avLAg3M_460s.jpg which grf is this, I want it 12:38:21 <Alberth> reality.grf 12:39:35 <Alberth> V may have made it, judging by the colour use 12:39:43 <Wolf01> :) 12:47:44 *** Progman [~progman@p57A1874A.dip0.t-ipconnect.de] has quit [Remote host closed the connection] 12:50:00 *** sla_ro|master [slamaster@95.76.27.245] has quit [] 13:00:10 *** Pereba [~UserNick@177.158.49.118] has joined #openttd 13:36:14 <Eddi|zuHause> uhm, there definitely was a grassy tram grf 14:03:01 *** sla_ro|master [slamaster@95.76.27.245] has joined #openttd 14:05:38 <frosch123> hmm, you cannot put raw fish into a furnace 14:05:56 *** gelignite [~gelignite@mue-88-130-112-073.dsl.tropolys.de] has joined #openttd 14:06:45 <peter1138> You can 14:15:59 *** tokai [~tokai@00012860.user.oftc.net] has joined #openttd 14:16:02 *** mode/#openttd [+v tokai] by ChanServ 14:20:34 *** sla_ro|master [slamaster@95.76.27.245] has quit [] 14:25:25 *** openbu [~openbu@202.98.90.3] has joined #openttd 14:29:19 *** guru3-vps [~guru3-vps@109.200.19.187] has joined #openttd 14:32:34 *** quinn [~oftc-webi@14.219.39.234] has joined #openttd 14:32:36 <quinn> anyone? 14:32:49 <quinn> umm.. 14:33:06 <frosch123> 130 14:33:40 <quinn> what? 14:33:41 <frosch123> about 110 or them idles who i cannot remember talking ever 14:33:55 <Taede> ello 14:33:59 <quinn> heyy 14:36:20 *** quinn [~oftc-webi@14.219.39.234] has quit [] 14:46:08 *** smoke_fumus [~smoke_fum@188.35.176.90] has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/] 14:47:19 *** sla_ro|master [slamaster@95.76.27.245] has joined #openttd 15:07:25 *** Stimrol [~Stimrol@46-239-218-77.tal.is] has joined #openttd 15:09:01 *** sla_ro|master [slamaster@95.76.27.245] has quit [] 15:38:52 *** openbu [~openbu@202.98.90.3] has quit [Ping timeout: 480 seconds] 15:49:00 *** Stimrol [~Stimrol@46-239-218-77.tal.is] has quit [Quit: ZNC - http://znc.in] 15:52:34 *** Stimrol [~Stimrol@46-239-218-77.tal.is] has joined #openttd 15:58:27 *** Nathan1852_ [~Nathan185@p5B216C9E.dip0.t-ipconnect.de] has joined #openttd 16:05:47 *** Nathan1852 [~Nathan185@p5B216C9E.dip0.t-ipconnect.de] has quit [Ping timeout: 480 seconds] 16:28:08 *** Pensacola [~quassel@88.159.51.52] has quit [Remote host closed the connection] 16:52:47 *** glx [~glx@000128ec.user.oftc.net] has joined #openttd 16:52:50 *** mode/#openttd [+v glx] by ChanServ 16:54:49 *** Progman [~progman@p57A1874A.dip0.t-ipconnect.de] has joined #openttd 17:08:51 *** Progman [~progman@p57A1874A.dip0.t-ipconnect.de] has quit [Remote host closed the connection] 17:17:02 *** Swissfan91 [~oftc-webi@S0106602ad084cd9c.cn.shawcable.net] has joined #openttd 17:18:22 <Swissfan91> Greetings everyone. I'm trying to upload something to BANANAS but I get an Unhandled Exception error when I press Upload New. Am I doing something wrong? 17:27:02 <Alberth> sounds likely 17:27:44 <Alberth> tried musa? 17:28:31 <Alberth> it's said to give better error messages 17:34:54 <Swissfan91> I'll give it a try! 17:47:01 *** Swissfan91 [~oftc-webi@S0106602ad084cd9c.cn.shawcable.net] has quit [Ping timeout: 480 seconds] 18:14:20 *** Nathan1852__ [~Nathan185@p5B216C9E.dip0.t-ipconnect.de] has joined #openttd 18:21:21 *** Nathan1852_ [~Nathan185@p5B216C9E.dip0.t-ipconnect.de] has quit [Ping timeout: 480 seconds] 18:22:17 *** Nathan1852_ [~Nathan185@p5B216C9E.dip0.t-ipconnect.de] has joined #openttd 18:22:36 *** liq3 [liq3@CPE-120-147-178-81.gdfw1.lon.bigpond.net.au] has quit [] 18:23:28 *** Biolunar [Biolunar@x5d821f9e.dyn.telefonica.de] has joined #openttd 18:29:20 *** Nathan1852__ [~Nathan185@p5B216C9E.dip0.t-ipconnect.de] has quit [Ping timeout: 480 seconds] 19:06:29 *** Nathan1852__ [~Nathan185@p5B216C9E.dip0.t-ipconnect.de] has joined #openttd 19:13:46 *** Progman [~progman@p57A1874A.dip0.t-ipconnect.de] has joined #openttd 19:13:57 *** Nathan1852_ [~Nathan185@p5B216C9E.dip0.t-ipconnect.de] has quit [Ping timeout: 480 seconds] 19:18:51 *** Alberth [~alberth@2001:981:c6c5:1:be5f:f4ff:feac:e11] has left #openttd [] 20:03:53 *** Mucht [~Martin@000128e2.user.oftc.net] has quit [Remote host closed the connection] 20:18:10 *** sla_ro|master [slamaster@95.76.27.245] has joined #openttd 20:26:11 *** frosch123 [~frosch@x5f74214f.dyn.telefonica.de] has quit [Quit: be yourself, except: if you have the opportunity to be a unicorn, then be a unicorn] 20:48:12 *** gelignite [~gelignite@mue-88-130-112-073.dsl.tropolys.de] has quit [Quit: http://bit.ly/1kso8Ta] 20:53:22 *** KouDy [~koudy@188.75.190.58] has quit [Ping timeout: 480 seconds] 21:21:52 *** DDR [~David@S0106001f16aa47bc.vc.shawcable.net] has joined #openttd 21:28:23 *** KouDy [~koudy@188.75.190.58] has joined #openttd 21:37:52 *** smoke_fumus [~smoke_fum@188.35.176.90] has joined #openttd 22:02:52 *** sla_ro|master [slamaster@95.76.27.245] has quit [] 22:15:00 *** Wormnest [~Wormnest@s5596abd2.adsl.online.nl] has quit [Quit: Leaving] 22:31:57 *** Progman [~progman@p57A1874A.dip0.t-ipconnect.de] has quit [Remote host closed the connection] 22:52:45 <Wolf01> 'night 22:52:48 *** Wolf01 [~wolf01@0001288e.user.oftc.net] has quit [Quit: Once again the world is quick to bury me.] 22:55:19 *** roidal [~roland@194-152-170-55.adsl.highway.telekom.at] has quit [Quit: WeeChat 1.2] 23:20:28 *** Nathan1852_ [~Nathan185@p5B216C9E.dip0.t-ipconnect.de] has joined #openttd 23:27:35 *** Nathan1852__ [~Nathan185@p5B216C9E.dip0.t-ipconnect.de] has quit [Ping timeout: 480 seconds]