IRC logs for #openttd on OFTC at 2016-03-30
            
00:04:49 <FLHerne> Ah, good :-)
00:05:09 *** Biolunar has joined #openttd
00:06:51 *** HerzogDeXtEr has quit IRC
00:17:26 *** Nathan1852 has quit IRC
00:22:00 <SpComb> the year selection dropdown on the irclogs calendar browser only goes up to 2009 :P
00:23:55 <SpComb> <select name="year">
00:23:55 <SpComb> ${h.select_options(((None, 2006), (None, 2007), (None, 2008), (None, 2009)), month.year)}
00:23:58 <SpComb> </select>
00:24:02 <SpComb> yes, this is code that's showing its age :P
00:27:25 *** Zeetherdroid has joined #openttd
00:48:36 *** FLHerne has quit IRC
00:51:03 *** innocenat has quit IRC
00:51:24 *** innocenat has joined #openttd
01:19:16 <Wolf01> 'night
01:19:19 *** Wolf01 has quit IRC
01:21:02 *** theholyduck has quit IRC
01:21:23 *** theholyduck has joined #openttd
01:28:07 *** Snail has joined #openttd
01:33:59 *** sim-al2 has joined #openttd
02:00:15 *** Quatroking has quit IRC
02:00:29 <Eddi|zuHause> SpComb: we reported that years ago.
02:01:07 <Eddi|zuHause> the workaround was to just type the date in the address manually :p
02:06:10 *** JezK has joined #openttd
02:06:58 *** Zeetherdroid has quit IRC
02:14:06 *** SWAT has quit IRC
02:14:07 *** SWAT_ has joined #openttd
02:25:09 <sim-al2> Well damn: http://bundles.openttdcoop.org/firs/push/LATEST/docs/html/economies.html#extreme
02:29:20 <Eddi|zuHause> well, fun. there is a cargo flow graph, but my browser only shows a tiny fraction of that, which basically covers one node of the graph, providing no overview whatsoever, and additionally to that, all the labels are missing
02:29:24 *** smoke_fumus has quit IRC
02:35:17 <sim-al2> Eddi|zuHause, http://i.imgur.com/zXOzukh.png
02:35:50 <Eddi|zuHause> you have no colours?
02:36:03 <sim-al2> I have no idea why it disappeared, but it's not in the svg
02:37:26 <sim-al2> Doesn't show in Internet Explorer either, but the colors do appear in Firefox
03:25:15 *** DDR has quit IRC
04:06:50 *** Ketsuban has quit IRC
04:10:05 *** Myhorta has quit IRC
04:38:30 *** Biolunar_ has joined #openttd
04:44:55 *** Biolunar has quit IRC
04:48:09 *** Clockworker has quit IRC
04:48:44 *** Clockworker has joined #openttd
04:51:56 *** Clockworker_ has joined #openttd
04:53:01 *** Clockworker has quit IRC
05:02:28 *** glx has quit IRC
05:26:08 *** Samu has quit IRC
05:48:04 *** sim-al2 has quit IRC
06:01:13 *** D-HUND has joined #openttd
06:01:21 *** debdog has quit IRC
06:08:51 *** Snail has quit IRC
06:18:02 *** Supercheese has joined #openttd
06:28:45 *** Mucht has quit IRC
07:13:14 *** Krizz has joined #openttd
07:17:13 *** Krizz has quit IRC
07:17:21 *** Krizz has joined #openttd
07:35:24 *** Krizz has quit IRC
07:40:21 *** Sylf has quit IRC
07:43:11 *** liq3 has quit IRC
07:43:28 *** Krizz has joined #openttd
07:46:44 *** krizzmanwell has joined #openttd
07:46:44 *** Krizz has quit IRC
07:49:08 *** Sylf has joined #openttd
08:16:08 *** krizzmanwell has quit IRC
08:16:12 *** Krizz has joined #openttd
08:19:27 *** andythenorth has joined #openttd
08:28:05 <andythenorth> GetTileTrackStatus_Road eh?
08:43:04 *** DDR has joined #openttd
08:44:11 *** txtsd has quit IRC
08:51:19 *** Arveen has joined #openttd
08:59:25 *** Clockworker__ has joined #openttd
08:59:25 *** Clockworker_ has quit IRC
09:18:55 *** JezK has quit IRC
09:19:53 *** Krizz has joined #openttd
09:20:58 *** ektor has joined #openttd
09:27:37 *** andythenorth has quit IRC
09:36:53 *** Supercheese has quit IRC
09:47:28 <V453000> XD
10:12:12 *** Wolf01 has joined #openttd
10:12:27 <Wolf01> o/
10:30:35 *** andythenorth has joined #openttd
10:34:56 *** svip has quit IRC
10:44:01 *** svip has joined #openttd
10:53:42 *** andythenorth has quit IRC
11:16:45 *** Krizz has quit IRC
11:30:21 *** andythenorth has joined #openttd
12:16:41 *** TheMask96 has quit IRC
12:21:02 *** TheMask96 has joined #openttd
12:36:29 *** Samu has joined #openttd
12:37:12 <Samu> @logs
12:37:12 <DorpsGek> Samu: http://irclogs.qmsk.net/channels/openttd
12:42:31 <Samu> I am investigating the terraform command and this is the most complex function I've ever attempted to learn what it does in order
12:45:27 <Samu> it can potentially interact with all tile types! pff
12:46:54 <Samu> how can I keep it simple with the Run to Cursor option from visual studio?
12:52:49 *** Ketsuban has joined #openttd
13:01:34 <Wolf01> I think is better to set breakpoints instead of run to cursor
13:02:07 <Wolf01> I use run to cursor when I'm already debugging
13:03:21 <Wolf01> it's useful when you need to skip some lines
13:12:53 *** DDR has quit IRC
13:13:07 *** DDR has joined #openttd
13:14:57 <Eddi|zuHause> andythenorth: that function is for road tiles, which have a rail track. (i.e. crossings)
13:15:42 <andythenorth> so it is, thanks
13:16:04 <andythenorth> I am looking for a pathfinder function where I can insert more checks on the road tile
13:16:19 <andythenorth> so vehicle can only enter if compatible
13:16:44 <Eddi|zuHause> that's probably called something like "vehicle enter tile"
13:17:05 <Eddi|zuHause> but i gtg
13:17:06 <andythenorth> VehicleEnter_Road
13:17:08 <andythenorth> ta
13:17:34 <Eddi|zuHause> that's what controls barred crossings and stuff
13:17:48 <andythenorth> that one looks like depots
13:17:52 <andythenorth> but it can wait anyway :)
13:17:58 * andythenorth busy rotating SSH keys :P
13:18:03 <Eddi|zuHause> there should be a function in the pathfinder where all the penalties are applied, so the tiles won't be considered valid paths in the first plcae
13:18:10 <andythenorth> that makes sense
13:19:03 <Eddi|zuHause> there's also an equivalent to TrainController for road vehicles
13:19:20 <Eddi|zuHause> which handles the actual movement
13:25:27 *** Quatroking has joined #openttd
13:27:18 *** Myhorta has joined #openttd
13:28:06 *** sla_ro|master has joined #openttd
13:39:53 *** liq3 has joined #openttd
14:06:58 *** Myhorta has quit IRC
14:12:00 *** Snail has joined #openttd
14:15:59 <Samu> I need self-guidance help: how do I disallow the clearing of river tiles when the issued command is to terraform a tile which contains a river, so that the end result is a river tile with a new slope configuration?
14:16:55 <andythenorth> look at how something like roadstops works to preserve the roadtypes on the tile?
14:17:09 <andythenorth> possibly you’ll just be copying the river bits, and then reapplying them
14:17:59 <Samu> when the clear command is issued, it will turn the water tile type into clear tile type :( i want it to get back to water tile type
14:18:27 <andythenorth> grab the relevant tile bits before clearing and pass them along the function chain
14:18:34 <Samu> but, only for when the original issued command is to raise or lower, not when it's actually clearing
14:19:45 <Samu> ok, give me an hour to understand what you just said, yes, I am that slow
14:20:57 <Samu> checking roadstops
14:25:48 <andythenorth> he
14:26:02 <andythenorth> I only learnt this in the last week or so, I might be wrong :)
14:28:39 <Samu> I think I have to deal with the MakeWaterKeepingClass function
14:31:04 <Samu> in order, issue command to raise a river tile -> it clears the river -> raises the land -> then rebuilds the river on the raised land
14:31:22 <Samu> seems to be this, what the game is doing
14:31:44 <Samu> the rebuild the river on the raised land is missing
14:31:57 <Samu> that's the MakeWaterKeepingClass function, right?
14:32:32 <Samu> but first, it must turn the tile type into water anyway
14:32:44 <Samu> I'm missing something :(
14:48:46 *** tokai has joined #openttd
14:48:46 *** ChanServ sets mode: +v tokai
14:53:18 *** Snail has quit IRC
14:55:38 *** tokai|noir has quit IRC
14:58:48 *** LadyHawk has quit IRC
15:09:33 *** ektor has quit IRC
15:10:14 *** Smedles has quit IRC
15:10:27 *** Smedles has joined #openttd
15:16:49 <supermop> hi
15:19:02 <argoneus> good morning train friends
15:27:17 <Samu> hi supermop
15:40:10 *** Hiddenfunstuff has joined #openttd
15:43:30 *** Myhorta has joined #openttd
15:59:51 *** Samu has quit IRC
16:00:16 *** Samu has joined #openttd
16:24:39 *** Alberth has joined #openttd
16:24:39 *** ChanServ sets mode: +o Alberth
16:28:46 *** Samu has quit IRC
16:28:50 *** sim-al2 has joined #openttd
16:29:46 *** Nathan1852 has joined #openttd
16:32:00 *** Samu has joined #openttd
16:32:22 <Samu> wow damn, this was so simple after all, gosh I'm such a terrible noob
16:32:28 <Samu> if (IsWaterTile(tile) && IsRiver(tile)) return CommandCost(EXPENSES_CONSTRUCTION, _price[PR_BUILD_FOUNDATION]);
16:32:38 <Samu> 1 simple line
16:33:04 <Samu> this line does the trick
16:37:34 <Samu> right, the price is incorrect
16:37:35 <Alberth> complexity of the solution is not related to complexity of finding that solution :)
16:39:23 <Samu> the action per se, is behaving like I want, the pricing is not
16:40:04 <Samu> i can demolish a river tile, becomes a bare land, and i can also raise/lower the river tile and maintain the river (but the pricing needs fixing)
16:45:26 *** andythenorth has quit IRC
16:48:31 <Samu> if (IsWaterTile(tile) && IsRiver(tile)) return CommandCost(EXPENSES_CONSTRUCTION, _price[PR_CLEAR_WATER]);
16:48:34 <Samu> BETTER
16:51:26 <Samu> i think i am getting a glimpse of what a foundation actually is
16:53:19 *** andythenorth has joined #openttd
16:58:56 *** Nathan1852 has quit IRC
17:00:11 *** TheDude has quit IRC
17:00:15 *** TheDude has joined #openttd
17:00:33 *** TheMask96 has quit IRC
17:02:36 *** roidal has joined #openttd
17:03:40 *** TheMask96 has joined #openttd
17:07:15 *** Sil has joined #openttd
17:09:52 <Sil> hello
17:13:43 *** Myhorta has quit IRC
17:18:26 <Alberth> o/
17:20:18 *** Arveen has quit IRC
17:22:39 *** Krizz has joined #openttd
17:25:16 *** HerzogDeXtEr has joined #openttd
17:25:17 <Sil> where can i find some scenarios compatible with FIRS ?
17:32:09 <planetmaker> scenarios... scenarios must contain the NewGRFs you're going to use. But I'm sure there are some in the online content, Sil
17:32:18 <andythenorth> unlikely they’ll be FIRS 2
17:32:22 * andythenorth assumes
17:32:25 *** ToBeFree has quit IRC
17:32:28 <planetmaker> And possibly some in our forums as well. But yes... probably not FIRS2 :)
17:42:37 *** Wormnest has joined #openttd
17:45:56 *** Sil has quit IRC
18:04:53 *** sim-al2 has quit IRC
18:15:46 <Samu> supermop: here's a slightly better patch https://paste.openttdcoop.org/pm51wvliq
18:16:36 *** Keridos has quit IRC
18:16:56 <Samu> that one lets you create river tiles on sloped tiles in the scenario editor, and also fixes the innability to demolish river tiles
18:28:47 *** HerzogDeXtEr1 has joined #openttd
18:33:47 *** Krizz has quit IRC
18:34:48 *** HerzogDeXtEr has quit IRC
18:41:06 <Samu> darn, the flooding behaviour of river tiles at sea level is... crap
18:43:48 <Samu> what's a better solution for this problem? let river tiles become sea tiles if they're at sea level height?
18:44:10 <Samu> forbid lowering river tiles to sea level?
18:44:59 <Samu> some other suggestion?
18:47:26 <Wolf01> remember that you can use rivers to make dams at sea level
18:53:24 <Samu> what's a dam?
18:53:49 <Samu> barrages
18:57:05 *** Progman has joined #openttd
18:57:28 *** andythenorth has quit IRC
18:58:33 *** glx has joined #openttd
18:58:33 *** ChanServ sets mode: +v glx
19:00:12 *** frosch123 has joined #openttd
19:01:02 *** sim-al2 has joined #openttd
19:12:47 *** Biolunar_ has quit IRC
19:22:16 *** Samu has quit IRC
19:22:43 *** mescalito has quit IRC
19:29:22 *** samu has joined #openttd
19:31:20 *** gelignite has joined #openttd
19:45:47 <DorpsGek> Commit by translators :: r27528 /trunk/src/lang (brazilian_portuguese.txt catalan.txt) (2016-03-30 19:45:37 +0200 )
19:45:48 <DorpsGek> -Update from Eints:
19:45:49 <DorpsGek> catalan: 233 changes by juanjo
19:45:50 <DorpsGek> portuguese (brazilian): 1 change by Tucalipe
19:50:13 *** PersonalityOS has joined #openttd
19:50:25 <PersonalityOS> Yep it is him Alberth again...
19:50:49 *** andythenorth has joined #openttd
19:51:15 <Alberth> what did I do?
19:51:32 <PersonalityOS> Buy the new Operating System: Personality 2017 Edition the new Linux Distro it is FREE!!!!!!!!
19:51:37 <PersonalityOS> Alberth
19:51:40 <PersonalityOS> Nothing
19:51:49 <PersonalityOS> Im the doge who asked help how to update remember
19:52:04 <Alberth> ah, ok
19:52:11 <PersonalityOS> I made own Operating System
19:52:25 <PersonalityOS> But only 2 downloads ;-;'
19:52:46 <PersonalityOS> (._.')
19:53:11 <PersonalityOS> Buy the new Operating System: Personality 2017 Edition the new Linux Distro it is FREE!!!!!!!!
19:53:11 <PersonalityOS> Buy the new Operating System: Personality 2017 Edition the new Linux Distro it is FREE!!!!!!!!
19:53:11 <PersonalityOS> Buy the new Operating System: Personality 2017 Edition the new Linux Distro it is FREE!!!!!!!!
19:53:12 <PersonalityOS> Buy the new Operating System: Personality 2017 Edition the new Linux Distro it is FREE!!!!!!!!
19:53:12 <PersonalityOS> Buy the new Operating System: Personality 2017 Edition the new Linux Distro it is FREE!!!!!!!!
19:53:12 <PersonalityOS> Buy the new Operating System: Personality 2017 Edition the new Linux Distro it is FREE!!!!!!!!
19:53:12 <PersonalityOS> Buy the new Operating System: Personality 2017 Edition the new Linux Distro it is FREE!!!!!!!!
19:53:14 <PersonalityOS> Buy the new Operating System: Personality 2017 Edition the new Linux Distro it is FREE!!!!!!!!
19:53:14 <PersonalityOS> Buy the new Operating System: Personality 2017 Edition the new Linux Distro it is FREE!!!!!!!!
19:53:16 <PersonalityOS> Buy the new Operating System: Personality 2017 Edition the new Linux Distro it is FREE!!!!!!!!
19:53:16 <PersonalityOS> Buy the new Operating System: Personality 2017 Edition the new Linux Distro it is FREE!!!!!!!!
19:53:18 <PersonalityOS> Buy the new Operating System: Personality 2017 Edition the new Linux Distro it is FREE!!!!!!!!
19:53:18 <PersonalityOS> Buy the new Operating System: Personality 2017 Edition the new Linux Distro it is FREE!!!!!!!!
19:53:19 <frosch123> @kick PersonalityOS
19:53:19 *** PersonalityOS was kicked by DorpsGek (frosch123)
19:53:31 <glx> you were faster :)
19:53:39 <frosch123> :)
19:53:48 *** PersonalityOS_ has joined #openttd
19:53:52 <PersonalityOS_> Sorry i apologise
19:55:18 <frosch123> it's not yet 2017 btw
19:56:29 <frosch123> daylight savings only shifts by a hour, not by a year
19:58:10 <PersonalityOS_> ikr
19:58:28 <PersonalityOS_> but i designed 2018 and 2016 names from Windows 95 And Windows 98
19:58:33 <PersonalityOS_> gtg
19:58:36 *** PersonalityOS_ has quit IRC
20:02:29 *** Arveen has joined #openttd
20:03:59 <Wolf01> bye
20:04:41 *** strohalm has quit IRC
20:04:42 <Wolf01> andythenorth -> http://www.eurobricks.com/forum/index.php?s=59b11a1dc0af751cad4172758b50e05b&showtopic=126624
20:04:43 *** strohalm has joined #openttd
20:04:47 <Wolf01> bye again
20:04:50 *** Wolf01 has quit IRC
20:10:28 <samu> is this a bug? when i use land area information on a coastal tile without a river, I get the name "Coast or riverbank", but when I use it on a coastal tile with a river, I get the name "River"
20:11:30 <andythenorth> nah, sounds correct
20:13:08 <samu> you sure?
20:13:23 <andythenorth> river is correct for a tile with river on
20:13:32 <andythenorth> you think it should also have ‘coast’ ?
20:13:53 <samu> should say "coast" for one and "riverbank" for the other imo
20:15:28 <samu> english is not my native language, so I am wondering
20:18:33 <andythenorth> riverbank would be a tile next to water :)
20:18:39 <andythenorth> not a tile with water :)
20:19:52 <samu> oki
20:26:42 <samu> how do i retrieve a tile that is a river and a coast at the same time, what function?
20:26:51 <samu> seems like it's not possible
20:27:23 <samu> IsCoast vs IsCoastTile
20:33:17 <samu> andythenorth: what would you call it? River Mouth'
20:33:20 <samu> ?
20:33:33 <andythenorth> river mouth is a good name
20:33:47 <samu> ok, there is no such function :(
20:34:08 <samu> or is there? tried to look around in water_cmd.cpp
20:34:37 <samu> IsRiverMouth(tile)
20:37:24 <andythenorth> there’s no reason I know of why that would be possible
20:37:53 <andythenorth> there might be a convenience function for it, but I can’t think of any gameplay or graphical feature that needs it
20:38:23 * andythenorth hasn’t looked though :)
20:38:59 <samu> i am trying to forbid terraforming river tiles to sea level
20:39:38 <samu> and yet i don't know if this is the best solution for my problem
20:41:13 <samu> limitations tend to be bad ideas
20:44:04 <samu> IsTileAtSeaLevel(tile)
20:44:21 <samu> checks min tile height
20:44:37 <samu> then i combine it with IsRiver(tile)
20:45:49 <samu> how do I retrieve the min Z coordinates of a tile?
20:49:24 *** aard has joined #openttd
20:50:38 *** Nathan1852 has joined #openttd
20:52:11 <samu> nevermind, i figured it out by accident, lol
20:53:05 *** sim-al2 has quit IRC
20:54:38 <aard> can i somehow run a dedicated openttd minimal ubuntu server without installing all the gui packages?
20:54:38 <samu> so now that rivers are terraformable, ships are now... screwd!
20:54:48 <samu> keks patch
20:56:05 <samu> i'm opening a precedent for a new ship blocking abuse
20:57:50 <Alberth> aard: probably by compiling a dedicated server version yourself
20:58:20 <Alberth> although you will need the baseset graphics even then, as it contains more than just graphics
20:58:43 <Alberth> but not the entire x11 stuff :)
20:59:19 *** Clockworker__ has quit IRC
20:59:26 *** Clockworker__ has joined #openttd
21:00:41 <aard> Alberth: okay, just wondered if there was some easy option already there
21:00:45 <aard> thx for answer
21:01:44 <Alberth> there is no dedicated version for download, not used often enough
21:02:12 <Alberth> theoretically, ubuntu could make one, but the same holds for them as well, I guess
21:14:40 <andythenorth> Samu: ship blocking abuse by players, meh
21:14:49 <andythenorth> ship blocking by towns terraforming is very annoying
21:15:02 <andythenorth> that already happens with town bridges and towns terraforming coast
21:17:58 <Alberth> coppr and wool are both grey, and both input in a port
21:19:25 <andythenorth> grey on cargo flow?
21:19:29 <andythenorth> or grey icons?
21:19:48 * andythenorth has paid not much attention to cargo colours
21:20:16 <Alberth> cargo flow (industry chain)
21:20:28 <Alberth> did you fix the distances?
21:20:54 <Alberth> doesn't look like it, 1 tile distance :p
21:21:04 <andythenorth> nah, didn’t fix them yet
21:21:07 <andythenorth> 2.1 or so
21:21:15 <Alberth> ok
21:21:27 * andythenorth hit maximum newgrf authoring :)
21:21:33 <andythenorth> no more for a bit
21:21:37 <Alberth> fair enough :)
21:21:48 <Alberth> python code was quite nice imho
21:22:08 <Alberth> looked a lot like nml code :p
21:22:19 <andythenorth> got the link again?
21:22:22 <Alberth> perhaps not entirely accidental :)
21:22:35 <Alberth> for ?
21:22:47 *** ToBeFree has joined #openttd
21:23:01 <andythenorth> the patch to detect conflicting industry types
21:23:47 <Alberth> right, let me find that
21:24:34 <Alberth> https://devs.openttd.org/~alberth/chk_ind_compatibility.py
21:24:58 <andythenorth> thanks :)
21:25:20 <Alberth> yw, "hg status" was enough to find the name :p
21:27:27 *** aard has quit IRC
21:28:05 <samu> lol
21:28:20 <samu> "Can't lower land here - Passengers in the way"
21:28:36 <samu> game is throwing random errors
21:29:10 <samu> money in the way
21:29:13 <samu> lol
21:43:35 *** roidal has quit IRC
21:59:23 *** sla_ro|master has quit IRC
22:04:05 *** sim-al2 has joined #openttd
22:10:31 *** Alberth has left #openttd
22:14:02 *** andythenorth has left #openttd
22:21:59 *** frosch123 has quit IRC
23:00:37 *** Arveen has quit IRC
23:04:51 *** Supercheese has joined #openttd
23:13:56 *** Ketsuban has quit IRC
23:18:55 *** Ketsuban has joined #openttd
23:27:51 *** Progman has quit IRC
23:27:53 *** gelignite has quit IRC
23:40:30 *** FLHerne has joined #openttd
23:47:14 *** Wormnest has quit IRC
23:53:18 *** Zuu has joined #openttd
23:53:40 <Zuu> Made some trains in Software Inc :-p https://devs.openttd.org/~zuu/software-inc/20160330234909_1.jpg
23:57:00 <Zuu> The 3 car train is the first version which is operational with teams working in the train cars. The other two are experiments to add more detail.