IRC logs for #openttd on OFTC at 2015-03-24
            
00:00:19 <Samu> Allow certain construction on infrastructure owned by competitors
00:03:01 <chillcore> that is very vague samu
00:04:47 <chillcore> Allow certain constructions on roads/canals owned by competitors
00:06:24 <chillcore> people will think they can infrastucture share which is not the case
00:06:47 *** oskari89 has quit IRC
00:07:22 <chillcore> at least not in the way people understand that ...
00:08:01 <ST2> well, maybe an outdated opinion, and despite the fact that I'm not a fan of water transportation
00:08:36 <ST2> I must agree with Samu in one thing: canals are like roads
00:09:06 <ST2> I maybe telled the most stupid thinghy, but that's because not used to water stuff ^^
00:09:59 <chillcore> ships could alrreeady go there ...
00:10:18 <chillcore> so yeah
00:11:39 <chillcore> If you say IS peple will think choochoos too and aircraft ... and station usage
00:12:07 <ST2> and I used "telled" instead og told, that enough stupid for 1 night xD
00:12:13 <ST2> of*
00:12:17 <chillcore> that is a can of worms and not something samu should attempt IMHO
00:12:25 <chillcore> at least not any time soon
00:12:37 <ST2> damn I hate this fuc##$ing new keyboard :S
00:12:52 <chillcore> join the club
00:13:27 <ST2> haha xD
00:13:40 <chillcore> I have my G buttons on the side and keep hitting G5/G6 which default to F5 F6
00:13:53 *** GriffinOneTwo has joined #openttd
00:14:34 <ST2> well, I know Samu is VERY good on gather information, that's a fact
00:14:57 <ST2> but from there to get things right, it's a long distance
00:15:58 <ST2> I make my incursions on C++ (OpenTTD included), some in C# and Squirrel (gotta love the nut.s)
00:16:08 <ST2> but still a noob on them all :D
00:16:38 <ST2> part of my hobbies ^^
00:18:17 <ST2> but maybe Samu got more advantages that myself could do, because maybe I've spent more time trying to understand a bit of C++
00:18:46 <ST2> maybe now I'm more confortable with the basic things, but doesn't mean I'm for the rest
00:18:55 <ST2> and for that, my respect, to all :)
00:20:10 <chillcore> scripting can be cool too ... no need to recompile
00:20:30 <chillcore> and faster results most of the time
00:20:39 <ST2> indeed ;)
00:21:19 <ST2> but our server plugins are in C# - well, they are precompiled each server start, wich helps
00:21:35 <chillcore> too much freedom like c++ is not always the best thing neither
00:21:35 <ST2> but that means shutdown server, start it again ^^
00:21:37 <chillcore> nice
00:22:03 <chillcore> script for the script
00:22:23 <ST2> but at least allow us to use many many functions without change openttd code :)
00:22:43 <chillcore> indeed
00:22:49 <ST2> by the use of admin port
00:23:01 <ST2> wich has his limitations too ^^
00:24:17 <Samu> my code is wrong again
00:24:19 <Samu> :(
00:24:38 <Samu> https://paste.openttdcoop.org/ptitz6wfx
00:24:46 <ST2> but since I can't do better - with my current knowledges - it's perfect xD
00:26:31 <ST2> Samu: I dnt see any STR_(something) there
00:26:42 <supermop> other than mart3p who knows how to code stations?
00:27:03 <supermop> i don't count myself because my MLSS is total garbage
00:27:29 <Samu> i need help again, because this code is still not right
00:27:40 <chillcore> the only thing I ever hacked toghether is my flat_blacktiles_grf supermop
00:28:01 <chillcore> it has offsets and that is it
00:28:19 <chillcore> need lots more code to become a proper newgrf
00:28:49 <chillcore> not my cup of tea
00:29:26 <Samu> !HasTileWaterGround(tile - delta)
00:29:42 <Samu> still not the right thing
00:29:45 <Samu> dang
00:29:54 *** flipFLOPS has joined #openttd
00:30:18 <chillcore> have a look at openttdcoop? there should be a template somewhere?
00:30:23 <supermop> hmm samu my game has a few frustrating parts where river failed to carve all the way to sea
00:30:37 <supermop> are you working on something for that
00:30:59 <Samu> nop, not really
00:31:27 <Samu> i am trying to make the game forbid placing a lock on a canal owned by the competitor
00:31:46 <chillcore> config file supermop set river lenght and bendyness is just under it
00:32:02 <chillcore> 30 is nice 50 is amazing on large maps
00:32:12 <chillcore> 5 for the other setting
00:32:24 <chillcore> rivers not only stop at sea but also lakes ;)
00:32:44 <supermop> its all in places where a town seems to block the valley so itshad for me to fix
00:32:58 <Samu> the problem is that there are canals as a structure thing, and canals as a waterclass
00:32:59 <supermop> the lakes are more annoying -
00:33:07 <Samu> hard to distinguish this
00:33:08 <chillcore> eh rivers should be generated before towns?
00:33:23 <supermop> hydrologically, where does all the water flowing into the lake go
00:33:37 <Samu> kinda like road of type road vs road of type tram
00:33:41 <chillcore> in the matrix
00:33:47 <supermop> the rivers are forming lakes because they cannot get to the sea
00:33:53 <chillcore> hehe
00:33:56 <supermop> i could fix in SE
00:34:10 <chillcore> ye or canals
00:34:17 <supermop> and also add a few convenient industries while im in there
00:34:25 *** shirish has joined #openttd
00:34:32 <supermop> no canal waterfall
00:34:36 <chillcore> you can do that ingame too if you are really rich
00:34:52 <Samu> yeah, industries can be built on canals, both waterclass canal and canal canal
00:34:58 <supermop> there should be a weir for canal on slope without lock
00:35:08 <chillcore> no but with the setting I told you crazy (sometimes) deltas
00:35:14 <Samu> for this specific check I am trying to forbid canal canal
00:35:18 <Samu> any help?
00:35:18 <chillcore> needs new game though
00:35:26 <supermop> delta is ok on flat land
00:35:55 <chillcore> can you not do the checking where the other checks happen samu
00:36:05 <chillcore> and let ret execute normally
00:36:31 <Samu> when ret executes, i get an assertion about mismatching cost
00:36:41 <Samu> between estimated and actual
00:36:47 <chillcore> hmm I never touch this part really
00:36:51 <chillcore> ok
00:37:27 *** glevans2 has quit IRC
00:37:28 <Samu> it is adding the cost of clearing the canal, even though it's not clearing it, it is checking against it
00:37:35 <Samu> if it finds a canal
00:37:40 <Samu> don't build
00:37:46 <Samu> or build depending on owner
00:37:52 <Samu> on that settings i mean
00:37:55 <chillcore> yes supermop it is
00:38:14 <Samu> don't add the cost
00:38:24 <Samu> brb
00:38:54 <chillcore> I amm too tired right now to concentrate on this properly samu sorry
00:39:56 <chillcore> very short nigh it has been
00:40:16 <chillcore> 2.5 hours and not being able to sleep no more :/
00:40:30 <chillcore> I need 4
00:40:32 <chillcore> :P
00:40:35 *** shirish_ has quit IRC
00:41:27 *** shirish_ has joined #openttd
00:42:09 <Eddi|zuHause> <Rubidium> aqua regina <-- i thought it was "aqua regia"?
00:44:36 <Samu> ok let me start from the beginning again
00:45:04 *** shirish has quit IRC
00:45:21 <chillcore> samu I am too tired but go ahead maybe someone else will assist you
00:45:34 <chillcore> also I really really suck atthat part of the code
00:45:57 <Samu> ok, no prob
00:47:32 <Samu> when this setting is off if (!_settings_game.construction.road_stop_on_competitor_road) {
00:47:42 <Samu> i want the game to perform a check
00:47:44 <chillcore> what I can tell you is that you need to find that other place too where the strings are returned
00:47:54 *** glevans2 has joined #openttd
00:48:14 <chillcore> has been a long time I did an itsy bitsy there and I did not like doing it
00:48:14 <supermop> i think im going to draw stations next - I want a gantry that spans teo tiles
00:48:17 <supermop> two
00:48:52 <supermop> these isr gantries seem only wide enough to pick stuff up and put it back on the same train
00:48:55 <Samu> ret = DoCommand(tile - delta, 0, 0, flags, CMD_LANDSCAPE_CLEAR);
00:48:59 <Samu> this code here
00:49:34 <Samu> is adding the cost for clearing, i dont want it to add the cost
00:49:55 <Samu> only want it to make sure the canal is owned by the company
00:50:00 <chillcore> I really have no idea honestly
00:50:54 *** HerzogDeXtEr1 has quit IRC
00:51:09 <chillcore> look where CMD_LANDSCAPE_CLEAR is?
00:51:50 <chillcore> maybe there is another there that you use and then if else?
00:52:34 <chillcore> like dutch stations?
00:53:04 <chillcore> supermop ^^^
00:54:17 *** Flygon_ has quit IRC
00:54:39 *** Flygon_ has joined #openttd
00:58:13 <supermop> well i'll start by drawing
01:06:43 <Eddi|zuHause> chillcore: i'm fiddling with ignore lists currently. so if you ever want to say anything to me, use my full nickname ("eddi" won't suffice), or i probably miss it
01:11:31 *** Cybertinus has quit IRC
01:11:43 <chillcore> Eddi|zuHouse: ok thanks for the notification
01:11:56 <Eddi|zuHause> that is not the right name :)
01:11:59 <chillcore> how do I select someone again?
01:12:07 <Eddi|zuHause> use the "tab" key
01:12:33 <chillcore> no dice
01:12:57 <Eddi|zuHause> begin typing a name, then the tab key (usually) completes that name
01:13:13 *** shirish_ has quit IRC
01:13:23 *** glx has quit IRC
01:13:28 <chillcore> hmm
01:13:41 <chillcore> Eddi|zuHause: got it
01:13:49 <Eddi|zuHause> almost all chat clients i ever used supported that
01:14:25 <chillcore> Eddi|zuHause: ye just E did not work
01:14:44 <chillcore> Edd did
01:14:47 <Eddi|zuHause> it might refuse to complete when it's ambiguous
01:15:12 <chillcore> like that
01:15:27 <Eddi|zuHause> if it is ambiguous, one of two things usually happens: 1) it shows a list of options, or 2) it cycles through the list
01:16:07 <chillcore> It showed me options that may or may not be visible to you too now?
01:16:10 <Eddi|zuHause> there may be ways to configure which one is used
01:16:21 <Eddi|zuHause> they are only visible to you
01:16:37 <chillcore> yes I just checked in the logs
01:16:55 <chillcore> kinda confusing but ok
01:17:23 <Eddi|zuHause> btw. this also works on the linux console, showing you commands you might wish to run, or filenames you wish to hand over as parameter
01:18:01 <chillcore> nic to know that ... if in doubt I use --help
01:18:22 <chillcore> but that is a cool feature also
01:18:34 <chillcore> nice*
01:19:31 <Eddi|zuHause> it's context sensitive and programs can supply custom completition lists. like if you type "hg <tab>" on the console, it lists you the special hg commands (commit, push, etc.)
01:19:56 <Eddi|zuHause> on my console, i need to type <tab> twice if it's ambiguous
01:20:54 *** Cybertinus has joined #openttd
01:22:21 <Eddi|zuHause> (this is a feature that people just assume the other person they're talking to also knows, so it's rarely talked about)
01:24:28 <chillcore> planetmaker once told me about it for irc but then I tried with not enough characters and thought it was my client
01:24:59 <chillcore> I will try it in my console too once I have it back open
01:25:15 <chillcore> I was just about to try and catch up on some sleep
01:27:40 <Samu> Eddi|zuHause:
01:27:54 <chillcore> try being the keyword ...
01:28:13 <chillcore> Good night all
01:28:17 <chillcore> o/
01:28:32 *** chillcore has quit IRC
01:44:24 *** flipFLOPS has quit IRC
01:45:08 <Samu> please help me, I can't figure this out
01:52:24 <Samu> if (!HasTileWaterGround(tile - delta))
01:52:41 <Samu> what happens if it is a canal?
01:54:11 <Samu> what happens if it's a ground tile
01:54:47 <Samu> i don't know how to do this check
01:55:50 <Samu> if it finds a structure, such as an oil rig or so, then I don't want it to fail
01:56:04 <Samu> if it finds a ground tile, i want it to pass
01:56:56 <Samu> pff, im confused, let me organize my mind
02:01:09 <Samu> ok here I go again, I want it to:
02:01:27 <Samu> 1 - fail if it's an oil rig, buoy, something like that
02:02:04 <Samu> 2 - pass if canal, but then fail if the canal is not of the same owner
02:02:19 <Samu> 3 - pass if canal, but pass if owner is none, or self or water
02:02:38 <Samu> 4 - don't add the cost if it passes all checks
02:02:42 <Samu> how can I do this
02:03:51 <Samu> 3 - pass if canal, and* pass if owner is none, or self or water (sorry typo)
02:04:20 <Samu> there's yet another step
02:04:44 <Samu> 5 - fail if ground
02:20:53 *** Jon__ has joined #openttd
02:22:23 <Jon__> hello all
02:22:36 <Jon__> I was wondering if anyone could help me understand how YAPF works
02:25:48 *** Samu has quit IRC
02:28:42 <Supercheese> It's pretty magick to me
02:42:40 <Eddi|zuHause> Jon__: depends on what you want to do with it
02:44:24 *** DDR has joined #openttd
02:46:03 <Eddi|zuHause> Jon__: the principle is very simple, actually: you provide it with a "follow track" function, which defines which tiles are considered "neighbours", and a penalty for travelling to such neighbours. and it throws out the shortest path according to these penalties. or more specifically the direction you need to turn next
02:47:00 <Eddi|zuHause> Jon__: it does this with the A* algorithm, which you can look up in any book
02:47:43 <Eddi|zuHause> Jon__: and the deeper level of the templating stuff is there to make it fast. you probably don't need to look at this.
02:48:25 <Jon__> Ok, I think I understand that part, as I am familiar with A*. I’d like to know how YAPF and OTTD implement the pathfinding. What I mean is, I’ve looked through the docs and source code a bit, and it seems like it does all of its pathfinding based on which neighbor is the fastest to the destination, is that correct? Like it doesn’t find the whole path first, it does it on a tile-by-tile basis
02:48:59 <Eddi|zuHause> it calculates the full path
02:49:14 <Eddi|zuHause> but it throws everything away, except for the next turn
02:49:30 <Eddi|zuHause> so it must run again when another switch is encountered
02:49:52 <Jon__> oh ok, so it finds a new path everytime it encouters a switch?
02:49:53 <Eddi|zuHause> (some of the penalties are situational, so the shortest path may have changed by then)
02:50:09 <Jon__> yeah, like the signals might change or something
02:50:11 <Eddi|zuHause> yes
02:50:47 <Jon__> so at every switch, it takes the info from that switch, feeds it to the pathfinding, and then it takes that result to determine its next move?
02:50:57 <Eddi|zuHause> some of the data is cached, for efficiency
02:51:48 <Jon__> so say a vehicle is chugging along and it encouters a red signal. Will the pathfinding still return a path to the destination, or will it detect the red signal and say that the vehicle shouldn’t move?
02:52:14 <Eddi|zuHause> pathfinding and vehicle movement are two independent steps
02:53:15 <Jon__> ok, so it will still find the path, and the vehicle movement will decide what to do with that info?
02:53:19 <Eddi|zuHause> a vehicle moves along the track it is currently on, over and over, until there is a branch in the next tile. then the pathfinder is invoked, to tell it where to go
02:54:33 <Eddi|zuHause> to find out how a train moves, look at the TrainController function
02:55:10 <Eddi|zuHause> but basically, each tile consists of 16 individual steps that the vehicle can take on that tile
02:55:33 <Eddi|zuHause> the interesting bits happen when it leaves a tile, and enters the next tile
02:55:49 <Eddi|zuHause> if that next tile is a red signal, some magic is invoked to keep the train from entering that tile
02:56:00 <Eddi|zuHause> but the path is still valid, even if the signal is red
02:56:11 <Eddi|zuHause> red signals just have higher penalties
02:56:14 *** zeknurn has quit IRC
02:56:56 *** zeknurn has joined #openttd
02:57:32 <Jon__> awesome, thanks, I’ll take a look at that. And ok, that makes sense. So there is some look ahead in the movement to let the train know to stop moving if it encouters a signal? And the penalty of the red signals are taken into account in the pathfinding?
02:57:51 <Jon__> which lets it know to take a route not involving a red signal
02:57:51 <Eddi|zuHause> yes
02:58:00 <Jon__> great
02:58:28 <Jon__> so the source/docs I’ll want to look at is the TrainController?
02:58:30 <Jon__> anything else?
02:58:53 <Eddi|zuHause> just follow the function it calls there
02:58:58 <Jon__> gotcha
02:59:08 <Eddi|zuHause> ignore the acceleration bits and stuff
03:01:05 <Jon__> could you point me to the file that contains the controller function?
03:01:23 <Eddi|zuHause> probably src/train_cmd.cpp
03:02:22 <Jon__> ah, thanks
03:02:53 <Jon__> you’ve been a lot of help, thank you
03:04:24 *** Jon__ has left #openttd
04:41:42 *** minimoo has quit IRC
04:41:45 *** minimoo has joined #openttd
04:44:40 *** minimoo has quit IRC
04:44:43 *** minimoo has joined #openttd
04:59:47 *** GriffinOneTwo has quit IRC
05:29:35 <Supercheese> I abuse station walking so much
05:30:32 <Supercheese> Build some eyecandy "rail station tile" like a CHIPS shack or empty tile next to an industry, then ctrl+build a dock on the water 20 tiles away so I can ship the stuff on the sea
05:30:52 <Supercheese> the cargo magically teleports the 20 tiles and gathers at the docks
05:33:21 <supermop> hey its just driving it to the dock in a forklift, no problem
05:34:39 <supermop> i've yet to fund an industry in this game, close to connecting and using all of the industries that were there at game start
05:35:08 <supermop> but this glass works in the middle of a field just looks so stupid
05:35:18 <supermop> so i might build one elsewhere
05:35:20 <Supercheese> better yet, "I don't want to have to haul all this heavy crap up 6 steep consecutive slopes. I'll just build a dropoff station here at the bottom and ctrl+walk it all the way to the industry at the top of the hill"
05:35:28 <supermop> oh man
05:35:33 <Supercheese> "The cargo will magically levitate its way up there"
05:35:37 <supermop> i normally do that
05:35:57 <supermop> but i got a bauxite mine on top of a z25 mountain
05:35:58 <Supercheese> I do it all the time....
05:36:04 <supermop> highest point on the map
05:36:05 <Supercheese> it's like cheating but eh efficiency
05:36:17 *** shirish has joined #openttd
05:36:37 <supermop> normally i walk the tile, afterall mines have conveyor systems, or a shaft through the mountain, or whatever
05:36:54 <supermop> but this time i built a NG railway with switchback
05:37:36 <supermop> base station is like 10 tiles away, but ore takes a 50 tile journey to get there
05:38:19 <supermop> but at least i get to use the cool ore station for the transfer to the standard gauge line
05:38:42 <Supercheese> yeah I am using the Ore Unloader station for the first time in this game, it's boss
05:39:03 <Supercheese> it doesn't seem to work well with bauxite though :(
05:41:50 <supermop> im using it at a combined baux/junk station, and at a separate place where unit train dumps off clay and collects iron ore
05:44:01 <Supercheese> Ugh, I have a single industry that will have to be the sole supplier for all the engineering supplies on this half of the map (basically 256x256 area)
05:44:12 <Supercheese> will result in some fun networking
05:45:30 *** shirish has quit IRC
05:46:30 <Supercheese> oh wait you can import supplies now
05:46:40 <Supercheese> but eh the Port's base production is really low
05:48:18 <Supercheese> 48 per month... not even enough to sustain a single industry
05:59:02 <Supercheese> Hmmm, my CHIPS harbor cranes are not behaving well
05:59:17 <supermop> they put a crain on every tile
05:59:21 <Supercheese> yeah
05:59:23 <Supercheese> quite odd
05:59:28 <supermop> chips could use some work
05:59:29 <Supercheese> I expected like ISR cranes
05:59:35 <Supercheese> single crane with rails to run on
05:59:51 <Supercheese> if there was a manual blank rail tile that would be fine but there is not
05:59:57 <supermop> you also end up with acres of stacked crates with even a small about of something waiting
06:00:06 <Supercheese> and the ISR and CHIPS grounds do not match sadly
06:00:09 <Supercheese> so mixing looks weird
06:00:30 <supermop> yes i think andy has said on here that he does not care for isr though
06:00:56 <supermop> i tend to use only one of the two for any given station
06:01:27 <supermop> but i do like to extend some of the first industries with the cobble tiles, like the brewery etc
06:01:31 <Supercheese> you pretty much have to
06:01:46 <Supercheese> mixing usually is not pretty
06:01:58 <supermop> i wish the extra tiles included more cobble base stuff, like outbuildings etc
06:02:00 <Supercheese> CHIPS blends in with FIRS so darn well though
06:02:11 <Supercheese> which is the entire point, I know
06:02:21 <supermop> fork firs with isr based sprites?
06:02:29 <Supercheese> I only code NML
06:02:34 <Supercheese> stations cannot be done in NML yet
06:02:41 <Supercheese> so, not possible at the moment
06:10:27 <Supercheese> Whoops, just realized I isolated a Hotel in between a spaghetti mess of rail tracks. Surrounded on all sides, the passengers still somehow manage to make it to and from the station
06:11:10 <Supercheese> brave souls, walking across the tracks
06:12:36 *** flipFLOPS has joined #openttd
06:19:03 <Supercheese> I sometimes miss the CHIPS quarry tiles
06:19:13 <supermop> those existed?
06:20:41 <Supercheese> yes, for a time
06:20:55 <Supercheese> removed a while back
06:23:24 <Supercheese> seems they were removed in r120
06:24:03 <Supercheese> although seemingly support for them still exists, it seems to be effectively "commented out"
06:33:14 <supermop> any reason?
06:33:21 <supermop> what did they look like?
06:34:35 <Supercheese> like the brown bits around the Clay Pit and Quarry
06:35:14 <Supercheese> that being the ground base, and having other stuff the same as the asphalt/mud/cobblestone/concrete family of CHIPS stations
06:35:59 <supermop> http://www.tt-forums.net/viewtopic.php?p=1145524#p1145524
06:37:56 <Supercheese> which tramset do you use?
06:42:03 <Supercheese> I love refit-in-station
06:42:18 <Supercheese> profit on every leg of the journey
06:44:28 <supermop> roadhog n this game
06:45:46 <supermop> i love cascading and reusing stock
06:46:15 <Supercheese> I should try Road Hog, I still use a combination of eGRVTS and HEQS
06:46:26 <Supercheese> among others
06:47:46 <supermop> i miss heqs but yeah the refitting is better
06:49:15 <supermop> this game im using somewhat hard setting in renewed city growth
06:49:21 <supermop> im loving it
06:50:30 <supermop> keeps these mountain towns from colonizing the hillsides, yet rewards industrial activity near big cities
06:51:13 <supermop> squeezing out every last bit of goods and building materials that i can, yet still able to have manageable growth in passenger usage
06:52:05 <supermop> those three shots are a couple years out of date now though and the cities are bigger
06:52:43 <supermop> i may send my spare chinook to do odd jobs in various ends of the network and follow it around
06:54:32 *** GriffinOneTwo has joined #openttd
06:56:01 *** Eddi|zuHause has quit IRC
06:56:06 <supermop> i certainly don't need it sitting around in that busy passenger area
06:56:18 *** Eddi|zuHause has joined #openttd
07:02:43 <supermop> i wouldn't mind some vareity of transmitter towers either
07:04:26 <Supercheese> Hmm, yeah
07:05:33 <Supercheese> There's just the original, OGFX, and DWE at the moment really. The OGFX airports as objects sort of has one but it's weird
07:06:19 <Supercheese> Lighthouses got a lot of love with the superlative Lighthouse set
07:15:45 <supermop> could have some guyed radio masts, microwave towers, cell towers,
07:16:00 <supermop> some pre-marconi stuff too i guess
07:16:18 <supermop> like flag poles? firewatch towers?
07:16:47 <supermop> would be great if newobject grf could plant objects
07:16:53 <Supercheese> they can at mapgen
07:16:56 <Supercheese> but not after methinks
07:17:10 <Supercheese> OGFX+ landscape does it
07:17:12 <supermop> so if you start in 18th c, later it starts planting towers
07:17:34 <supermop> basically i think it has gameplay value
07:17:54 <supermop> original purpose of towers was to restric terraforming
07:18:16 <supermop> but early in game you can't afford to move a mountain anyway
07:18:29 <supermop> later in game you have way more money
07:19:02 <supermop> so if the number of immobile objects gradually increased, you could justify it in that sense
07:26:01 <supermop> sigh
07:27:02 <Supercheese> could get a gamescript to do that maybe
07:27:07 <Supercheese> but then there's only 1 GS slot...
07:28:31 <supermop> yeah
07:29:03 <supermop> hours later i still can't decide if i want to route this sand through this bottleneck city
07:29:40 <supermop> or drop it in a terminal on one side and truck it to the other, or just build a new glassworks elsewhere
07:33:16 <supermop> mainline is on a 40 day cycle with 160kmh trains at 0 and 20 days, can probably work a 136kmh sand train into one of the 10 day slots at 10 or 30
07:34:46 <supermop> or have them try to follow immediately after one express train, hoping that accounting for stops they don't fall behind enough to encroach onto the next slot
07:48:51 *** chillcore has joined #openttd
07:48:59 *** oskari89 has joined #openttd
07:49:24 <chillcore> moin all o/
07:54:22 *** efess has quit IRC
07:54:22 *** DDR has quit IRC
08:02:19 *** sla_ro|master has joined #openttd
08:15:40 *** smoke_fumus has quit IRC
08:25:43 <__ln__> https://bugzilla.redhat.com/show_bug.cgi?id=1202858
08:31:02 <chillcore> oO
08:36:32 <supermop> i have no idea what a sand drop should look like
08:37:02 <chillcore> muddy?
08:37:34 <chillcore> like a booger :P
08:37:47 <chillcore> muddy boogers
08:38:14 *** oskari892 has joined #openttd
08:39:42 <chillcore> "seems like you have a sand drop there ... just saying"?
08:40:30 *** Celestar has joined #openttd
08:41:59 <chillcore> also I am going to let some of these magic nrs be later tgen versions
08:42:08 <chillcore> +for
08:42:51 <chillcore> cleaning up and posting new version ... minor tweaks left to do but I can tweak ad infinitum
08:43:13 <chillcore> terrain is playable Yay
08:45:25 <chillcore> when it is not is is mostly due to bad seed ... nothing new and pretty much unsolvable anyways
08:45:43 *** oskari89 has quit IRC
08:48:39 <chillcore> this ad infinitum thingy is exactly why I was doing custom smoothness and that is another patch
08:48:43 <chillcore> makes sense?
08:53:08 <V453000> NEVER
08:53:15 <V453000> sense iz overrated
08:53:48 <chillcore> depends from what side you look at it :P
08:53:51 <chillcore> and indeed
08:58:03 *** Celestar has quit IRC
08:59:24 <chillcore> @Devs ... in regards of order of patches ... fixes first and then tweaks, the opposite, or does it not matter much?
09:08:57 *** Celestar has joined #openttd
09:15:39 *** dennis_ has joined #openttd
09:15:48 *** Supercheese has quit IRC
09:17:30 * chillcore reverts magic nr magic in lower patches ... would break a few revisions' compilation
09:19:20 *** flipFLOPS has quit IRC
09:25:33 *** Pikka has joined #openttd
09:32:38 <Pikka> well
09:38:21 *** oskari89 has joined #openttd
09:39:38 *** BobDendry has quit IRC
09:39:51 *** BobDendry has joined #openttd
09:41:05 <chillcore> woot I found the princess ... she was indeed in the other castlle
09:41:33 <chillcore> now to find her sister ... *TrollFace*
09:41:57 *** glevans2 has quit IRC
09:43:29 *** glevans2 has joined #openttd
09:45:03 *** oskari892 has quit IRC
09:50:29 *** efess has joined #openttd
10:10:45 *** HerzogDeXtEr has joined #openttd
10:12:55 *** GriffinOneTwo has quit IRC
10:17:18 <supermop> yo
10:17:34 *** Igor has joined #openttd
10:19:14 <chillcore> future tgen will have settings for each mapsize ... for now though ... balls to it
10:20:04 <chillcore> result is acceptable enough for me
10:23:11 <chillcore> read: all three arrays and all mapsizes produce similar terrain
10:23:19 <chillcore> just the scale is a bit off for some
10:28:41 * chillcore folds three patches
10:31:27 <Eddi|zuHause> patch-origami
10:33:16 <chillcore> pertty much yes
10:34:14 <chillcore> thing is I was adding an array, then adding a third then tweaking those arrays
10:34:33 <chillcore> while the second patch increasd nr of arrays to 10 instead of 7
10:35:02 <chillcore> for good measure the fist should have already increased the params to 10
10:35:24 <chillcore> which would mean that I would have those values to tweak too
10:35:41 <chillcore> ^^^ for all mapsizes instead of having an easier time
10:36:05 <chillcore> just a waste of my time and would make it harder to review too
10:37:10 <chillcore> hmm actually it was four patches then instead of three
10:37:14 <chillcore> anyhoo
10:37:18 <chillcore> me is happy
10:37:47 <chillcore> Eddi|zuHause: it wil be impossible to eliminate all of them plateaus
10:38:19 <chillcore> I can do it for alpinist but as soon as you choose a lower setting they will be back
10:38:48 <chillcore> not sure how to handle that but to add a shitton of arrays
10:39:17 <chillcore> but it should be better already
10:39:39 <chillcore> just need to find your prefered settings ;)
10:41:01 <chillcore> I could increase all generated heights for alpinist but the terrain then becomes almost unplayable for most peeps
10:41:34 <chillcore> soon you'll have custom thingy anyways;)
10:41:47 <chillcore> including generated height
10:41:53 *** JacobD88 has joined #openttd
10:42:56 <chillcore> even if the gui version never makes trunk ... you can export heigtmaps
10:43:59 <chillcore> so does my bugpack btw
10:44:31 <chillcore> I know make it work with trunk ... nearly 3000 revisions
10:45:00 <chillcore> and the plan is to infect trunk with bugpack 1 patch at a time :P
10:45:15 *** oskari89 has quit IRC
10:45:23 <chillcore> sssst ... our little secret xD
10:46:21 *** berndj has quit IRC
10:47:28 <chillcore> hmm "tripical forest" ... should I let that in just for giggles?
10:49:48 *** Pokka has joined #openttd
10:54:41 <chillcore> #include "table/genland.h" ... line 889 of landscape.cpp
10:55:17 <chillcore> me moves that line to top
10:55:23 *** Pikka has quit IRC
11:01:19 *** dennis_ has quit IRC
11:04:44 *** Klanticus has joined #openttd
11:07:38 <chillcore> tgen light: done, fini, over with, schluss, finito, gedaan. \o/
11:08:32 <chillcore> may contain traces of nuts
11:10:50 <chillcore> but I removed most hairs :P
11:20:01 <chillcore> hmm peeps have downloaded the previous version and I has no more attachments in first post
11:20:19 <chillcore> will make new post and add link in first post
11:34:31 <chillcore> hmm links do not work in attachment comments
11:34:59 <chillcore> anyhoo patch queue posted
11:35:11 <chillcore> I hope ya'll be as happy as I am
11:41:48 <chillcore> hmm maybe I an split the first patch in three ... I'll do so if requested
11:41:56 <chillcore> can*
11:42:51 <chillcore> closes folders ... breaksie for a little bit
11:45:37 <chillcore> gee that is al lot of hmms
11:45:48 <chillcore> did I do that?
11:52:31 *** JacobD88 has quit IRC
11:55:20 *** sla_ro|master has quit IRC
12:12:44 *** Pokka has quit IRC
12:23:39 *** JacobD88 has joined #openttd
13:05:06 *** Sylf has quit IRC
13:05:18 *** Sylf has joined #openttd
13:06:58 *** Rubidium has quit IRC
13:06:59 *** Rubidium has joined #openttd
13:06:59 *** ChanServ sets mode: +o Rubidium
13:10:34 *** Belugas has quit IRC
13:10:51 *** Belugas has joined #openttd
13:10:51 *** ChanServ sets mode: +o Belugas
13:19:02 *** tokai|mdlx has joined #openttd
13:23:32 *** OsteHove` has joined #openttd
13:24:49 <chillcore> OMG will this BS never stop?
13:24:50 *** tycoondemon has quit IRC
13:24:55 *** tycoondemon has joined #openttd
13:25:20 <chillcore> FTB launcher ... loading modpacks forever and ever and ever ...
13:25:25 *** tokai has quit IRC
13:25:31 <chillcore> yay for online verification
13:25:56 <chillcore> anyone know where the normal Devlopers ara hiding thee days?
13:26:02 <chillcore> these*
13:26:05 *** OsteHovel has quit IRC
13:26:32 <Celestar> ?
13:26:35 <chillcore> can ot go on my server because ... no reason
13:26:39 <chillcore> not*
13:26:47 <chillcore> I already have the modpack I need
13:26:58 <chillcore> just fails to start
13:27:06 <chillcore> sorry for ranting again
13:27:12 <chillcore> closes minecraft
13:29:29 <chillcore> me looks online to hack FTB launcher ... I am done with this nonsense
13:31:20 <chillcore> s hack/crack
13:31:26 <chillcore> hackers are the good guys
13:48:02 <chillcore> I can understand wanting to combat piracy
13:48:22 <chillcore> but providing normal progs would go a long way already, no?
13:48:33 <chillcore> just don't give people a reason to do so
13:49:31 <chillcore> it works now ... but for how long ... sigh
13:51:40 <chillcore> we should replace all graphics with dollar signs :P
13:51:57 <chillcore> click and pay to unlock just this one
13:54:45 <__ln__> https://pbs.twimg.com/media/CA3AwaUUcAAKVPY.jpg
14:02:53 *** smoke_fumus has joined #openttd
14:28:03 *** supermop has quit IRC
14:58:47 *** roidal has joined #openttd
15:03:41 <chillcore> hmm I made an little error in my last patch
15:04:13 <chillcore> to select the middle array I should have used || instead of &&
15:04:45 <chillcore> silly me tested square maps mostly
15:05:16 <chillcore> options overkill :P
15:06:56 <chillcore> nope still not a good solution ...
15:06:58 <chillcore> darn
15:07:19 *** liq3 has quit IRC
15:07:33 <chillcore> should be if (smallest_mapside == 9)
15:07:59 * chillcore opens folders ...
15:12:22 <chillcore> better rewrite this whole function .... get smallest mapside first then evaluate
15:13:01 <chillcore> s function/ if else
15:18:03 *** Suicyder has joined #openttd
15:28:45 <chillcore> tested, fixed, posted on forums at the same location as zipfile.
15:31:45 *** Biolunar has joined #openttd
16:34:19 *** Celestar has quit IRC
16:36:21 *** shirish has joined #openttd
16:37:03 *** Biolunar_ has joined #openttd
16:44:03 *** Biolunar has quit IRC
16:51:36 *** Igor has quit IRC
16:59:19 *** Igor has joined #openttd
17:03:46 *** Alberth has joined #openttd
17:03:46 *** ChanServ sets mode: +o Alberth
17:05:38 <chillcore> hello Alberth o/
17:05:47 <Alberth> hi hi chillcore
17:06:02 <chillcore> I am done with my patch?
17:06:15 <Alberth> ha, how would I know :p
17:06:20 <chillcore> if you gave some time ...
17:06:21 <chillcore> hehe
17:06:32 <chillcore> I should be done withthe light versin xD
17:06:44 <chillcore> spelling*
17:07:08 <chillcore> not now perse ofcourse
17:07:27 <Alberth> I just got home from work :)
17:07:34 <chillcore> no rush
17:07:54 <chillcore> I'd sent you some coffee but ISP sais no liquids
17:07:54 <Alberth> right, after being jumped as soon as I enter the channel :D
17:08:02 <chillcore> forgive me
17:08:06 <Alberth> np :)
17:08:41 <Alberth> woo, you have LTP (liquid transport protocol) working?
17:08:58 <chillcore> ye very effective aginst spyware
17:09:04 <chillcore> insta-KILL
17:09:22 <Alberth> spiffy
17:10:33 *** berndj has joined #openttd
17:10:44 *** sla_ro|master has joined #openttd
17:19:08 <__ln__> http://englishrussia.com/2015/03/23/soviet-computer-mouse-from-a-dawn/
17:36:15 *** JacobD88 has quit IRC
17:51:40 *** TheMask96 has quit IRC
17:56:30 *** TheMask96 has joined #openttd
18:05:25 *** gelignite has joined #openttd
18:11:42 *** Progman has joined #openttd
18:13:04 *** shirish has quit IRC
18:25:48 *** frosch123 has joined #openttd
18:40:51 *** Samu has joined #openttd
18:40:56 <Alberth> hola
18:41:22 <Samu> hi
18:44:18 <chillcore> o/
18:45:35 <Samu> i finally did it
18:45:58 <Samu> i stayed up all night trying to figure out
18:46:31 <Samu> https://paste.openttdcoop.org/pcom9fux3
18:46:47 <Samu> this is for the lock, still not done for the dock
18:47:20 <Samu> i re-used the road on competitor setting, but I don't think it's quite fitting
18:47:37 *** Klanticus_ has joined #openttd
18:50:15 *** Klanticus has quit IRC
18:52:58 *** Suicyder has quit IRC
18:53:30 *** Igor has quit IRC
18:57:06 <chillcore> I can not tell if it functions correctly or not because I am not familiar with that code but the setting name you do not see ingame only the strings ;)
18:57:24 <chillcore> exception: in the console
18:57:41 <chillcore> if it disturbs you much you can always make a new setting
18:59:42 *** glx has joined #openttd
18:59:42 *** ChanServ sets mode: +v glx
19:10:24 *** FLHerne has joined #openttd
19:18:11 *** oskari89 has joined #openttd
19:35:32 *** Pensacola has joined #openttd
19:50:22 *** Biolunar_ has quit IRC
20:00:32 <Samu> this comment
20:00:44 <Samu> * In version 4 a new difficulty setting has been added to the difficulty settings,
20:00:52 <Samu> * town attitude towards demolishing. Needs special handling because some dimwit thought
20:01:05 <Samu> * it funny to have the GameDifficulty struct be an array while it is a struct of
20:01:16 <Samu> * same-sized members
20:01:27 <Samu> dimwit
20:01:28 <Samu> :(
20:02:02 <Samu> I don't know what's it about, but "dimwit" ...
20:03:25 <chillcore> look up definition of dimwit ...
20:03:39 <chillcore> you are reading more then there is
20:04:16 *** Klanticus has joined #openttd
20:04:29 <Samu> 1. a stupid or silly person
20:04:38 <chillcore> yay so?
20:04:54 <chillcore> someone was sily enough to ...
20:05:12 <chillcore> I was a dimwit this morning ...
20:07:45 *** Klanticus_ has quit IRC
20:13:48 <chillcore> Also in my language everybody uses "trut" to refer to a bitch of woman
20:14:01 <chillcore> when you look it up it means a pretty girl
20:14:05 <chillcore> lol
20:14:48 <Samu> how do i create a new game setting
20:15:08 <Samu> i have the idea it's quite complex
20:15:46 <chillcore> find a commit that adds one?
20:15:57 <chillcore> there are qute a few
20:17:25 <chillcore> if we write your code you learn so little samu ;)
20:17:39 <Samu> ok, where are those commits
20:18:40 <chillcore> are you serious?
20:18:43 <Samu> hmm i better leave this for later, docks also need to be included
20:19:02 <Samu> gonna work on dock first
20:19:11 <chillcore> ok
20:19:35 *** Wolf01 has joined #openttd
20:19:41 <Alberth> moin
20:19:51 <Wolf01> moan
20:20:09 <chillcore> hello
20:20:25 *** andythenorth has joined #openttd
20:20:37 <Wolf01> is it friday today?
20:20:41 <Wolf01> o/ andy
20:21:10 *** supermop has joined #openttd
20:22:16 <Wolf01> it looks like my week is monday, friday, friday, friday, friday, saturday, sunday
20:29:15 *** supermop has quit IRC
20:35:28 *** andythenorth has quit IRC
20:36:06 *** andythenorth has joined #openttd
20:36:25 <Alberth> close enough
20:37:19 *** andythenorth has quit IRC
20:37:58 *** andythenorth has joined #openttd
20:40:44 <andythenorth> o/
20:41:14 <Alberth> now for real? :)
20:53:28 <Samu> buoys can always be built on anyone's canal, right?
20:55:37 <Samu> the question is: should I include buoys in the setting?
20:56:29 <Samu> they can also be used to block
20:56:33 <Samu> grief
20:56:55 <chillcore> they stop ships fom passing?
20:57:01 <chillcore> never tested that
20:57:13 <Samu> nope, but they can stop the competitor building something in its place
20:57:32 *** Pensacola has quit IRC
20:57:37 <chillcore> ye forbid buying land too perhaps
20:58:04 <Samu> the competitor however can just remove the buoy
20:58:18 <Samu> unless the griefer manages to get a ship using the buoy
20:58:37 <Samu> then the buoy becomes in use and can no longer be removed by the competitor
21:00:34 *** FLHerne has quit IRC
21:02:43 *** FLHerne has joined #openttd
21:03:24 <Samu> dual edged issue
21:03:24 <Samu> i can build a buoy on my own canal, but the competitor could still use that buoy
21:03:24 <Samu> if he does that
21:03:24 <Samu> i can't remove the buoy, even though it's placed on my canal
21:03:58 <chillcore> such is life
21:06:04 *** sla_ro|master has quit IRC
21:06:04 *** tycoondemon has quit IRC
21:06:04 *** tokai|mdlx has quit IRC
21:06:04 *** Belugas has quit IRC
21:06:04 *** Eddi|zuHause has quit IRC
21:06:04 *** zeknurn has quit IRC
21:06:04 *** Flygon_ has quit IRC
21:06:04 *** gnu_jj has quit IRC
21:06:04 *** KouDy has quit IRC
21:06:04 *** orudge has quit IRC
21:06:04 *** strohalm has quit IRC
21:06:04 *** dustinm` has quit IRC
21:06:10 *** Terkhen has quit IRC
21:06:10 *** planetmaker has quit IRC
21:06:10 *** Flippy has quit IRC
21:06:10 *** fonsinchen has quit IRC
21:06:10 *** tyteen4a03 has quit IRC
21:06:10 *** Martin89 has quit IRC
21:06:10 *** Cursarion has quit IRC
21:06:10 *** lastmikoi has quit IRC
21:06:10 *** Pulec has quit IRC
21:06:10 *** jonty-comp has quit IRC
21:06:10 *** theholyduck has quit IRC
21:06:10 *** Ttech has quit IRC
21:06:10 *** ST2 has quit IRC
21:06:10 *** urdh has quit IRC
21:06:10 *** ccfreak2k has quit IRC
21:06:10 *** davidstrauss has quit IRC
21:06:10 *** CosmicRay has quit IRC
21:06:10 *** jinks_ has quit IRC
21:06:10 *** avdg has quit IRC
21:06:10 *** funnel has quit IRC
21:06:10 *** Yexo has quit IRC
21:06:10 *** Osai has quit IRC
21:06:10 *** TheIJ has quit IRC
21:06:10 *** Sheogorath has quit IRC
21:06:10 *** murr4y has quit IRC
21:06:10 *** Nothing4You has quit IRC
21:06:10 *** Ammler has quit IRC
21:06:10 *** dihedral has quit IRC
21:06:10 *** SpComb^ has quit IRC
21:06:10 *** Taco has quit IRC
21:06:10 *** Fuco has quit IRC
21:06:10 *** xQR has quit IRC
21:06:10 *** ToBeFree has quit IRC
21:06:10 *** Kurimus has quit IRC
21:06:10 *** JGR has quit IRC
21:06:10 *** juzza1 has quit IRC
21:06:10 *** Stimrol has quit IRC
21:06:10 *** blathijs has quit IRC
21:06:18 *** glx has quit IRC
21:06:18 *** glevans2 has quit IRC
21:06:18 *** BobDendry has quit IRC
21:06:18 *** Taede has quit IRC
21:06:18 *** |Truth| has quit IRC
21:06:18 *** __ln__ has quit IRC
21:06:18 *** Compu has quit IRC
21:06:18 *** KWKdesign has quit IRC
21:06:18 *** Defaultti has quit IRC
21:06:18 *** nikow has quit IRC
21:06:18 *** Smedles has quit IRC
21:06:18 *** guru3-vps has quit IRC
21:06:18 *** SpBot has quit IRC
21:06:18 *** tneo has quit IRC
21:06:18 *** TinoDidriksen has quit IRC
21:06:18 *** LordAro has quit IRC
21:06:18 *** Vadtec has quit IRC
21:07:16 *** glx has joined #openttd
21:07:16 *** glevans2 has joined #openttd
21:07:16 *** BobDendry has joined #openttd
21:07:16 *** Taede has joined #openttd
21:07:16 *** |Truth| has joined #openttd
21:07:16 *** __ln__ has joined #openttd
21:07:16 *** Compu has joined #openttd
21:07:16 *** KWKdesign has joined #openttd
21:07:16 *** Defaultti has joined #openttd
21:07:16 *** nikow has joined #openttd
21:07:16 *** Smedles has joined #openttd
21:07:16 *** guru3-vps has joined #openttd
21:07:16 *** SpBot has joined #openttd
21:07:16 *** TinoDidriksen has joined #openttd
21:07:16 *** tneo has joined #openttd
21:07:16 *** Vadtec has joined #openttd
21:07:16 *** LordAro has joined #openttd
21:07:16 *** graviton.oftc.net sets mode: +v glx
21:08:04 *** sla_ro|master has joined #openttd
21:08:04 *** tycoondemon has joined #openttd
21:08:04 *** tokai|mdlx has joined #openttd
21:08:04 *** Belugas has joined #openttd
21:08:04 *** Eddi|zuHause has joined #openttd
21:08:04 *** zeknurn has joined #openttd
21:08:04 *** Flygon_ has joined #openttd
21:08:04 *** gnu_jj has joined #openttd
21:08:04 *** KouDy has joined #openttd
21:08:04 *** orudge has joined #openttd
21:08:04 *** strohalm has joined #openttd
21:08:04 *** dustinm` has joined #openttd
21:08:04 *** larich.oftc.net sets mode: +o Belugas
21:08:20 *** ChanServ sets mode: +v Belugas
21:08:22 <Samu> yay, an ugly bug
21:08:27 <Samu> great, my code failed
21:08:48 <chillcore> sometimes it feels like Bukkit has been renamed and left out of its cage
21:09:34 <Samu> i built a dock on top of a ship depot
21:09:45 <Samu> my code = RIP
21:09:56 <chillcore> DorpsGek: bring Bukkit please
21:10:08 <chillcore> lel
21:10:30 <chillcore> not lel at you samu
21:10:55 <chillcore> dock on a depot?
21:11:10 <chillcore> that tile that was not needed no more?
21:11:15 <chillcore> just guessing
21:11:39 <chillcore> it is water now ... that was maybe a bad idea?
21:11:41 <Samu> yeah, the ship depot owner was the same as the tile that was not needed no more
21:11:47 <Samu> so it let it build
21:11:53 <chillcore> yeah happens if you do not read
21:11:53 <Samu> this must not happen
21:12:02 <chillcore> instead of throwing it all away fix it
21:12:27 <chillcore> "this must not happen" ... seems like something is wrong
21:12:45 <chillcore> */sarcasm*
21:13:30 <Samu> i bet the same will happen with lock, let me try
21:14:47 <Samu> oh, i bet wrong
21:14:53 <Samu> it works fine for lock
21:14:59 <Samu> building must be demolished first
21:15:11 <chillcore> ye bacause you did not do the same thing for locks
21:15:13 <Samu> only dock code is wrong, great
21:15:20 <Samu> less things to worry about
21:15:48 <chillcore> "I only noticed the dock so far" <- fixed that for you
21:17:03 <Samu> need more checks
21:17:59 *** gelignite has quit IRC
21:18:23 <Samu> Can't buy ship
21:18:26 <Samu> dock in the way
21:18:27 <Samu> lel
21:18:27 <chillcore> 11:07 <chillcore> tgen light: done, fini, over with, schluss, finito, gedaan. \o/
21:18:28 *** frosch123 has quit IRC
21:18:29 <Samu> oh well
21:18:33 <chillcore> wait for it ...
21:19:01 <chillcore> 15:03 <chillcore> hmm I made an little error in my last patch
21:19:18 <chillcore> hehe
21:19:31 <Samu> im surprised the game is still running
21:19:37 <Samu> ah, unhandled exception now
21:20:12 <Eddi|zuHause> anyone ever notice that conquering the world is hard? everybody gets mad if you start attacking people...
21:20:41 <Xaroth|Work> i know right
21:20:43 <Xaroth|Work> it's rediculous
21:20:46 <chillcore> yes funny when that happens
21:21:14 <chillcore> I try never to get personal but it is hard sometimes
21:26:23 <Samu> can't seem to find a problem with lock
21:26:30 <Samu> only with dock
21:29:10 *** roidal has quit IRC
21:32:02 *** |Truth| has quit IRC
21:37:22 <Samu> that patch in the topic must be bugged as well
21:37:28 <Samu> dock on competitor canal
21:38:20 <Samu> if you have my patch at hand try this, build a ship depot next to a coast, then build a dock on top of ship depot
21:39:33 *** Igor has joined #openttd
21:41:27 * chillcore looks at hand
21:44:32 <chillcore> hmm a loop sames to take 30 mins, give or take
21:44:39 <chillcore> seems*
21:45:59 <chillcore> the loops were longer before
21:46:32 <chillcore> will the loops reduce to 0 and then the whole thing implodes?
21:46:59 <chillcore> will it just overflow?
21:47:12 <chillcore> questions questions
21:49:17 *** zeknurn has quit IRC
21:51:15 *** zeknurn has joined #openttd
21:54:13 <chillcore> https://www.youtube.com/watch?v=ElLpKewnxp4
21:54:16 <chillcore> water
21:59:01 *** SpComb^ has joined #openttd
21:59:02 *** Fuco has joined #openttd
21:59:02 *** davidstrauss has joined #openttd
21:59:02 *** CosmicRay has joined #openttd
21:59:02 *** Cursarion has joined #openttd
21:59:03 *** jonty-comp has joined #openttd
21:59:07 *** Pulec has joined #openttd
21:59:07 *** ToBeFree has joined #openttd
21:59:09 *** funnel has joined #openttd
21:59:12 *** Sheogorath has joined #openttd
21:59:12 *** blathijs has joined #openttd
21:59:13 *** tyteen4a03 has joined #openttd
21:59:15 *** juzza1 has joined #openttd
21:59:17 *** Taco has joined #openttd
21:59:18 *** dihedral has joined #openttd
21:59:19 *** Stimrol has joined #openttd
21:59:22 *** JGR has joined #openttd
21:59:23 *** jinks_ has joined #openttd
21:59:24 *** xQR has joined #openttd
21:59:24 *** Martin89 has joined #openttd
21:59:25 *** ccfreak2k has joined #openttd
21:59:26 *** theholyduck has joined #openttd
21:59:28 *** urdh has joined #openttd
21:59:31 *** ST2 has joined #openttd
21:59:32 *** murr4y has joined #openttd
21:59:35 *** Ttech has joined #openttd
21:59:44 *** lastmikoi has joined #openttd
21:59:46 *** Ammler has joined #openttd
21:59:46 *** Osai has joined #openttd
21:59:46 *** planetmaker has joined #openttd
21:59:49 *** Nothing4You has joined #openttd
22:00:02 *** ChanServ sets mode: +o planetmaker
22:00:11 *** TheIJ has joined #openttd
22:00:16 *** Yexo has joined #openttd
22:00:16 *** Terkhen has joined #openttd
22:00:16 *** ChanServ sets mode: +o Terkhen
22:00:36 *** Flippy has joined #openttd
22:00:46 *** avdg has joined #openttd
22:01:16 *** fonsinchen has joined #openttd
22:02:22 *** HerzogDeXtEr1 has joined #openttd
22:04:07 <andythenorth> http://www.railpictures.net/viewphoto.php?id=524452&nseq=14
22:04:14 *** alluke has joined #openttd
22:06:44 <Wolf01> :o
22:07:33 *** HerzogDeXtEr has quit IRC
22:07:53 *** Klanticus has quit IRC
22:08:43 <Wolf01> just put 4 boilers was too mainstream, or they needed wheeled boilers just to be able to move them?
22:11:58 <andythenorth> recycle, reuse :P
22:16:48 <Samu> bah my dock patch is bugged
22:16:58 <Samu> let me think
22:19:34 <Samu> another lost day
22:20:54 <Samu> it must do the clearance test
22:20:59 <Samu> but if it does it
22:21:15 <Samu> it may remove maintenance canal count
22:21:54 <Samu> so the code that was there, is actually needed up to a point
22:23:00 <chillcore> yes we try to avoid code that isnt needed to begin with ... lazy coders
22:24:04 <chillcore> ofcourse there is the other kind too
22:24:59 *** Alberth has left #openttd
22:25:22 *** tokai|noir has joined #openttd
22:25:22 *** ChanServ sets mode: +v tokai|noir
22:27:44 *** Kurimus has joined #openttd
22:30:20 *** tokai|mdlx has quit IRC
22:31:04 <Samu> you warned me of this time and time again, but I couldn't understand you
22:31:24 <Samu> sorry
22:32:52 <Samu> must think
22:33:08 <Samu> how am I to tackle this
22:36:11 <chillcore> start by giving that dock its tile back
22:38:43 <chillcore> not saying that will solve it all ... but that is a big nono
22:40:17 <chillcore> also dig the logs a bit to remember everything we warned you about over the past weeks
22:40:40 *** alluke has quit IRC
22:40:46 *** tokai|noir has quit IRC
22:40:46 *** Stimrol has quit IRC
22:40:46 *** blathijs has quit IRC
22:40:46 *** CosmicRay has quit IRC
22:40:46 *** KouDy has quit IRC
22:40:46 *** Flygon_ has quit IRC
22:40:46 *** Eddi|zuHause has quit IRC
22:40:46 *** dustinm` has quit IRC
22:40:46 *** tycoondemon has quit IRC
22:40:46 *** Belugas has quit IRC
22:40:46 *** strohalm has quit IRC
22:40:46 *** orudge has quit IRC
22:40:46 *** gnu_jj has quit IRC
22:40:46 *** sla_ro|master has quit IRC
22:40:46 *** TheIJ has quit IRC
22:40:46 *** Wolf01 has quit IRC
22:41:14 *** oskari89 has quit IRC
22:41:59 *** tokai|noir has joined #openttd
22:41:59 *** Stimrol has joined #openttd
22:41:59 *** blathijs has joined #openttd
22:41:59 *** CosmicRay has joined #openttd
22:41:59 *** sla_ro|master has joined #openttd
22:41:59 *** tycoondemon has joined #openttd
22:41:59 *** Belugas has joined #openttd
22:41:59 *** Eddi|zuHause has joined #openttd
22:41:59 *** Flygon_ has joined #openttd
22:41:59 *** gnu_jj has joined #openttd
22:41:59 *** KouDy has joined #openttd
22:41:59 *** orudge has joined #openttd
22:41:59 *** strohalm has joined #openttd
22:41:59 *** dustinm` has joined #openttd
22:41:59 *** larich.oftc.net sets mode: +vov tokai|noir Belugas Belugas
22:42:00 *** TheIJ has joined #openttd
22:42:00 *** Wolf01 has joined #openttd
22:42:11 <chillcore> and also hit a book maybe
22:44:12 <Samu> the problem is not the dock tile being given to another owner
22:44:26 <Samu> the problem is that it is not doing a clearance check on that tile
22:44:27 <chillcore> fine samu
22:44:36 <Samu> i have to
22:45:52 <Samu> it must make certain that the location is not occupied
22:46:03 <Samu> this check wasn't being done the correct way
22:46:10 <chillcore> ye good luck with that ... you tell the code it is water
22:46:14 <chillcore> seriously
22:46:29 <chillcore> <Samu> you warned me of this time and time again, but I couldn't understand you
22:46:29 <chillcore> sorry
22:47:45 <Samu> must think
22:47:53 <chillcore> no must read
22:48:06 <Samu> if I give back it's owner
22:48:29 <Samu> how am i gonna let docks to be placed on canals owned by a competitor?
22:49:49 <Samu> check if the tile on water is water
22:49:58 <Samu> if it's water, check if it's canal
22:50:14 <Samu> hmm
22:51:08 <Samu> the clearance test will always give me an error if there's a canal owned by a competitor
22:52:13 <Samu> i don't want it to give me an error in this case
22:52:28 <Samu> but I still want the clearance to be there for the other cases
22:52:38 <Samu> hmm~
22:53:10 *** AndroUser has joined #openttd
22:53:10 *** andythenorth has quit IRC
22:54:36 *** AndroUser has quit IRC
22:54:51 *** liq3 has joined #openttd
22:58:16 *** WileECoyote has joined #openttd
23:00:26 <WileECoyote> Wow, it's big party there
23:02:07 <WileECoyote> Seems like many people from forums moved here...
23:02:56 <Eddi|zuHause> except that most people in here have been here for years. not "moving" anywhere
23:03:27 <Eddi|zuHause> also, most people in here never say a word :p
23:04:01 <ST2> a word
23:04:02 <WileECoyote> I see. But I see many people which are not active in forums
23:04:06 <ST2> fixed for 1 year xD
23:04:16 <ST2> hi :)
23:04:45 <WileECoyote> :-)
23:05:49 *** sla_ro|master has quit IRC
23:06:10 <WileECoyote> You mean most people are online but not active? I see...
23:06:28 <WileECoyote> I was in irc long time ago
23:06:47 <WileECoyote> Bnd never was familiar with it
23:06:53 <WileECoyote> *and
23:07:22 *** flipFLOPS has joined #openttd
23:08:25 <Eddi|zuHause> also on the topic of moving: i was active here before i joined the forum
23:10:08 <WileECoyote> I was more active in forum long time ago, now im occasionally there
23:11:09 <Eddi|zuHause> yes. guy from serbia with the trams. i remember.
23:11:11 *** HerzogDeXtEr1 has quit IRC
23:11:18 <WileECoyote> :-)
23:11:37 <WileECoyote> Not trams only ;-)
23:11:41 <chillcore> party with cake?
23:11:55 <Eddi|zuHause> the cake is a lie?
23:12:00 <Eddi|zuHause> or is it?
23:12:07 <WileECoyote> Of course, dobos cake :-)
23:12:20 <chillcore> o/ WileECoyote
23:12:59 <chillcore> seems njummie
23:13:07 <WileECoyote> :-)
23:13:14 <WileECoyote> My favourite
23:13:21 <WileECoyote> Chocolate
23:13:39 <WileECoyote> With melted sugar on top :-)
23:13:41 <chillcore> but buttercream makes me sick-ish really fast-ish
23:14:00 <chillcore> like marshmallows do, still njummie
23:14:06 <Eddi|zuHause> must eat faster then :p
23:14:11 <chillcore> xD
23:14:17 <WileECoyote> I don't have doubt about cakes xD
23:14:48 <WileECoyote> Altough... marshmallow...
23:15:09 <Eddi|zuHause> i never really had marshmallows
23:15:15 <WileECoyote> Next android version? :-)
23:15:46 <Eddi|zuHause> i never had android either :p
23:16:18 *** supermop has joined #openttd
23:16:55 <WileECoyote> Lucky you :-)
23:17:39 <WileECoyote> I miss symbian days
23:17:44 <chillcore> how does android taste? never had any neither ...
23:18:04 <WileECoyote> Well... much metallic...
23:18:36 <WileECoyote> Not so tasty for weak stoach
23:18:45 <WileECoyote> *stomach
23:18:54 <chillcore> gaglish?
23:19:29 <WileECoyote> Giberish, i think
23:19:44 <chillcore> xD
23:19:47 <WileECoyote> Wow, what a ping i have :-(
23:20:02 <WileECoyote> Android...
23:20:43 <chillcore> clear cache ;)
23:21:23 <chillcore> it's what I do when youtube starts choking
23:21:33 <WileECoyote> I clear cache about 10th every month xD
23:22:00 <chillcore> here they come every monday ...
23:22:32 <WileECoyote> Here twice a month but its never enough xD
23:22:47 <chillcore> ok
23:23:13 <WileECoyote> Cache is not a problem, crapsung is problem...
23:25:45 <Eddi|zuHause> i think i missed about 5 topic switches in this conversation :p
23:26:29 <chillcore> hihi
23:26:32 <WileECoyote> Forum game on irc? XD
23:27:24 <WileECoyote> it happens when bedtime is near xD
23:28:10 <Eddi|zuHause> when it's in less than 12 hours, or over for less than 12 hours?
23:29:02 <WileECoyote> Both, looks to me...
23:29:34 <WileECoyote> Especially on weekdays
23:29:55 <WileECoyote> (Bah, tomorrow on work)
23:38:10 *** Progman has quit IRC
23:38:22 * chillcore assigns drop to key none ... nah
23:40:37 *** WileECoyote has quit IRC
23:48:04 *** GriffinOneTwo has joined #openttd
23:54:07 *** JacobD88 has joined #openttd