IRC logs for #openttd on OFTC at 2017-11-27
⏴ go to previous day
00:48:10 *** orudge` has joined #openttd
00:48:10 *** ChanServ sets mode: +o orudge`
01:00:27 *** orudge` has joined #openttd
01:00:27 *** ChanServ sets mode: +o orudge`
01:14:25 *** Gustavo6046 has joined #openttd
02:01:32 *** Arveen2 has joined #openttd
04:26:06 *** sim-al2 is now known as Guest1293
04:26:08 *** sim-al2 has joined #openttd
04:57:30 *** orudge` has joined #openttd
04:57:30 *** ChanServ sets mode: +o orudge`
05:18:36 *** orudge` has joined #openttd
05:18:36 *** ChanServ sets mode: +o orudge`
07:28:00 *** HerzogDeXtEr has joined #openttd
07:40:20 *** orudge` has joined #openttd
07:40:21 *** ChanServ sets mode: +o orudge`
08:35:53 *** sla_ro|master has joined #openttd
09:58:51 *** ToffeeYogurtPots has quit IRC
09:59:21 *** ToffeeYogurtPots has joined #openttd
11:20:25 *** ToffeeYogurtPots has quit IRC
15:42:52 *** Gustavo6046 has joined #openttd
15:47:12 *** sim-al2 is now known as Guest1320
15:47:15 *** sim-al2 has joined #openttd
15:54:41 *** Biolunar has joined #openttd
16:28:39 *** Alberth has joined #openttd
16:28:39 *** ChanServ sets mode: +o Alberth
16:47:08 *** ToffeeYogurtPots has joined #openttd
16:56:17 *** tokai|noir has joined #openttd
16:56:18 *** ChanServ sets mode: +v tokai|noir
17:27:01 <supermop_> whats th problem Samu ?
17:43:09 *** martylake[m] has joined #openttd
17:50:51 <Samu> there are too many combinations
17:51:37 <supermop_> it looks fine. a ship can still sail through there
17:52:22 <supermop_> also some rivers might end in a tiny sea-level lake, where it would also be useless to have a lock into
17:52:33 <supermop_> i wouldn't worry too much
17:55:15 <Alberth> shoot down a few options that are technically feasible, but too complicated to handle
17:55:45 *** TheMask96 has joined #openttd
18:01:27 <supermop_> people are not going to build a lock on every slope of every river anyway
18:01:38 <supermop_> and there are still canal tiles
18:06:10 <Samu> I'm preparing rivers to be lock-ready, lock-friendly
18:06:48 *** Progman has joined #openttd
18:08:32 <Samu> think i'm gonna post the patch, it looks ready enough
18:17:56 <Samu> - ((slopeEnd == slopeBegin && heightEnd < heightBegin) || slopeEnd == SLOPE_FLAT || slopeBegin == SLOPE_FLAT); + ((slopeEnd == slopeBegin && heightEnd < heightBegin) || slopeEnd == SLOPE_FLAT || (slopeBegin == SLOPE_FLAT && GetTileMaxZ(end) == heightBegin));
18:18:05 <Samu> i dont remember why I changed this
18:20:43 <Samu> there's code that is never gonna be checked
18:21:26 <Samu> (slopeEnd == slopeBegin && heightEnd < heightBegin)
18:21:47 <Samu> this part is never gonna be checked, because FlowsLock is being checked before it
18:22:22 <Samu> it never allows 2 consecutive inclined slopes going down
18:25:57 <Samu> whatever, i'll leave it be
18:26:35 <supermop_> not every river needs to be though
18:27:03 <supermop_> if 60% of rivers are 'lock friendly' that seems like a good sucsess
18:28:59 <Samu> too late, i worked for a 100% approach
18:29:33 <Samu> it may not be 100% because I could have missed yet some combinations, though
18:37:58 <Samu> gonna combine this "prevent town growth from blocking ships v1 r27632" patch into it
18:56:04 <Wolf01> Just kidding, I'm going to sleep, I'm devastated :S
18:56:50 <Wolf01> Bah, I have to have dinner first :|
18:57:56 <Wolf01> I need days of 32 hours and weeks of 10 days where 4 are weekends
19:04:23 <Samu> i need a good screenshot grr
19:13:59 *** HerzogDeXtEr has joined #openttd
19:15:12 *** frosch123 has joined #openttd
19:27:44 *** sla_ro|master has joined #openttd
19:31:46 *** sim-al2 is now known as Guest1325
19:31:47 *** sim-al2 has joined #openttd
19:48:06 <Samu> towns are a little bit too strict with both growth restrictions
19:48:12 <Wolf01> No time for sleep, need to do some lego stuff
19:48:21 <Samu> they don't grow with too many bridges
19:50:11 <Samu> they're perhaps a bit too cautious where they build the bridges, hmm
19:50:36 *** Stimrol has joined #openttd
20:07:43 <Samu> town bridges could be slightly improved
20:09:28 <Samu> less strict about paralell checking
20:10:01 <Samu> if the lock being built is paralel to the direction of the bridge, allow building bridge
20:10:14 <Samu> lock being checked* typo
20:22:51 *** FLHerne has joined #openttd
20:24:03 *** andythenorth has joined #openttd
20:28:21 <user_> My whonix workstation weights too much, the problem is when i try to empty trash, it says 'couldn't change a permission on file' or smthing like that. And after that trash is empty but my folder with virtual machhine weights still the same much
20:37:13 *** gelignite has joined #openttd
20:41:02 *** Wormnest has joined #openttd
20:43:14 <Samu> declared but not defined?
20:43:19 <Samu> grrr can't compile, wtf is this error
20:56:09 <Alberth> static means you can access it in another cpp file as well
20:56:36 <Alberth> that is, it is local to the cpp where you define it
20:59:07 <andythenorth> user_: what do you need help with?
21:01:42 <Alberth> perhaps we need education in how it is related to this openttd game we are supposed to discuss here :p
21:05:14 *** mindlesstux has joined #openttd
21:05:38 <andythenorth> I think we should make it "world of tanks" channel
21:08:23 <frosch123> f only has one tank
21:08:39 <frosch123> though you can colour it
21:08:45 <frosch123> can you colour tanks in wot?
21:15:37 <andythenorth> there is razzle camo
21:15:44 <andythenorth> you can buy it for €€€€
21:16:16 <andythenorth> tank factory tycoon?
21:22:54 <Alberth> production lines are quite boring :p
23:23:51 *** ToffeeYogurtPots has quit IRC
23:25:09 *** Breckett has joined #openttd
23:42:43 *** Breckett_ has joined #openttd
23:43:44 *** Breckett_ has joined #openttd
23:45:00 *** ToffeeYogurtPots has joined #openttd
continue to next day ⏵