Times are UTC Toggle Colours
00:07:56 *** Flygon has joined #openttd 00:14:10 *** smoke_fumus has quit IRC 00:33:19 *** Samu has quit IRC 00:46:18 *** Biolunar has quit IRC 00:49:59 *** bryjen has joined #openttd 00:52:30 *** Gustavo6046 has quit IRC 01:15:20 *** supermop_home has quit IRC 01:16:16 *** Thedarkb has quit IRC 01:38:21 *** supermop has joined #openttd 02:47:45 *** glx has quit IRC 03:26:07 *** mindlesstux has quit IRC 03:26:52 *** mindlesstux has joined #openttd 03:34:47 *** mindlesstux has quit IRC 03:35:22 *** mindlesstux has joined #openttd 03:40:40 *** Cubey has quit IRC 04:34:10 *** bryjen has quit IRC 07:09:45 *** PressureLine has joined #openttd 07:36:50 *** chomwitt has joined #openttd 07:54:24 <PressureLine> had a bit of a wtf on my work PC today 07:54:40 <PressureLine> 250GB hdd 90% full 07:55:00 <PressureLine> turns out my temp folder was 200GB :| 08:02:11 <Flygon> Aaaaaoooooo. 08:03:55 <PressureLine> mostly AutoCAD autorecover files :/ 08:09:25 <Flygon> Thaaaaaaaaaaaaaaat. 08:09:27 <Flygon> Would explain it. 08:15:33 *** ToffeeYogurtPots has quit IRC 08:16:03 <PressureLine> and 08:16:23 <PressureLine> it looks like I just wasted a load of time installing the russian version that I have of metro 2033 08:17:42 <Eddi|zuHause> on your work pc? 08:25:00 <PressureLine> i wish 08:25:36 <PressureLine> also 08:25:59 <PressureLine> YIL: speed limits on timetable window work even if you're not using timetables 08:26:05 *** Arveen2 has quit IRC 08:42:54 <PressureLine> actually amazing how much difference a little noise makes when using the 32bpp render templates :) 08:44:35 <PressureLine> looks better with a black background but yeah: https://imgur.com/a/LqIew 08:59:52 *** andythenorth has joined #openttd 09:00:00 <andythenorth> such tanks 09:01:43 <Eddi|zuHause> found the tank! 09:05:16 <PressureLine> yes 09:08:37 <PressureLine> sort of a basttard mash of a KV-1 and a Matilda II 09:10:07 *** Lamp- has quit IRC 09:10:09 *** Lamp_ has joined #openttd 09:10:33 *** Stimrol has joined #openttd 09:12:42 <PressureLine> definately looks less plasticy than most of the 32bpp OpenTTD renders ive seen 09:13:14 <__ln__> *definitely, *i've 09:15:47 <PressureLine> damn :x 09:16:30 *** Gja has joined #openttd 09:20:10 *** Lamp_ has quit IRC 09:20:44 *** PressureLine has quit IRC 09:21:26 *** bwn has quit IRC 09:25:22 *** bwn has joined #openttd 09:27:31 *** Lamp_ has joined #openttd 09:41:07 *** Gja has quit IRC 10:21:56 *** dark_pingus has joined #openttd 10:55:46 *** Biolunar has joined #openttd 11:30:24 *** dark_pingus has quit IRC 11:33:25 *** Samu has joined #openttd 11:34:27 *** JacobD88 has joined #openttd 11:38:15 *** Stimrol has quit IRC 11:46:04 <Samu> hello 11:48:38 *** Gja has joined #openttd 11:49:48 *** Samu has quit IRC 12:03:44 *** Samu has joined #openttd 12:04:05 <Samu> i got an idea for autoreplace_gui.cpp 12:04:46 <Samu> for aircraft, there should be a match aircraft type: on/off option on the right list 12:05:28 <Samu> how to implement this? 12:10:58 <Samu> only for listing purposes, not by force 12:13:05 *** Samu_ has joined #openttd 12:13:05 *** Samu has quit IRC 12:18:18 *** Gja has quit IRC 12:38:21 *** synchris has joined #openttd 13:28:04 *** tokai has joined #openttd 13:28:04 *** ChanServ sets mode: +v tokai 13:33:50 *** TheMask96 has quit IRC 13:34:39 *** TheMask96 has joined #openttd 13:35:03 *** tokai|noir has quit IRC 14:18:23 *** Flygon has quit IRC 14:35:33 *** sla_ro|master has joined #openttd 14:38:10 *** andythenorth has quit IRC 14:47:23 <Samu_> is this good englisho? STR_REPLACE_MATCH_AIRCRAFT_TYPE_HELP :{BLACK}Lists between all available aircraft, or only those that match the same type of aircraft being autoreplaced 14:58:03 *** sim-al2 has quit IRC 15:04:02 *** Gja has joined #openttd 15:06:06 *** chomwitt has quit IRC 15:08:28 *** gelignite has joined #openttd 15:08:34 *** michi_cc has quit IRC 15:13:33 *** mindlesstux has quit IRC 15:14:03 *** mindlesstux has joined #openttd 15:24:57 *** Arveen has joined #openttd 15:28:02 *** Alberth has joined #openttd 15:28:02 *** ChanServ sets mode: +o Alberth 15:29:13 <Samu_> hi alberth, i'm creating a gui setting for the first time 15:32:47 <Samu_> the setting is created, the widget, is not :( might need help here 15:56:11 *** michi_cc has joined #openttd 15:56:11 *** ChanServ sets mode: +v michi_cc 15:58:41 *** andythenorth has joined #openttd 16:04:36 *** JacobD88 has quit IRC 16:06:20 <Samu_> how do i toggle a bool? 16:06:23 <Samu_> _settings_client.gui.autoreplace_" target="_blank">client.gui.autoreplace_match_aircraft_type = _settings_client.gui.autoreplace_" target="_blank">client.gui.autoreplace_match_aircraft_type ? false : true; 16:10:06 *** Wormnest has joined #openttd 16:15:28 <Alberth> b = !b; 16:28:20 <Samu_> _settings_client.gui.autoreplace_" target="_blank">client.gui.autoreplace_match_aircraft_type = !_settings_client.gui.autoreplace_" target="_blank">client.gui.autoreplace_match_aircraft_type; 16:28:30 <Samu_> not really small 16:33:39 <Alberth> variable is a bit long 16:37:34 *** Progman has joined #openttd 16:59:25 *** sla_ro|master has quit IRC 17:10:18 <Samu_> nunum 17:15:31 *** TheMask96 has quit IRC 17:17:05 *** TheMask96 has joined #openttd 17:19:17 *** Progman has quit IRC 17:23:19 <Samu_> https://imgur.com/myPLi04 match aircraft type, over there bottom right 17:23:46 <Samu_> wondering if this works as intended though, let's see 17:29:18 <Samu_> YES!! i can finally replace helicopters with airplanes 17:30:14 <Samu_> using autoreplace, of course 17:30:23 <Samu_> not manual replace 17:35:20 <Samu_> remove wagon is a company setting, why' 17:36:30 <Alberth> in multi=player, each company should decide that setting, perhaps? 17:38:27 <Samu_> hmm, i'm worried 17:38:58 <Samu_> i've set match aircraft type as a client, local setting 17:40:22 <Samu_> it replaces the aircraft regardless of true or false 17:40:34 <Samu_> don't think it will cause issues in multiplayer 17:41:14 <Samu_> as far as I understand, this only works as a filter 17:41:35 <Samu_> must try 17:45:02 <Samu_> "Autorenew failed on Aircraft 1... vehicle can't go to all stations" - for this part, I don't have to do anything, openttd is already prepared to handle this 17:45:44 <Samu_> airplanes not being available on helidepots might be an issue, must think 17:46:43 <Samu_> ah, nice, nothing happens 17:47:20 <Samu_> not even a news message, hmm 17:48:07 <Samu_> wondering if it should display anything 17:54:05 *** Biolunar has quit IRC 17:57:26 *** glx has joined #openttd 17:57:26 *** ChanServ sets mode: +v glx 18:01:57 *** stefino has joined #openttd 18:04:07 <stefino> hi, can someone help me how to code level crossings in railtype? I made it like basic crossings but there is any special way how to make them O.o https://s7.postimg.org/hv9f3oavf/V_st_i_ek.png 18:04:49 <stefino> bad img, sry :) https://s7.postimg.org/nyqzn866j/V_st_i_ek.jpg 18:13:52 *** Gustavo6046 has joined #openttd 18:14:10 *** Gustavo6046 has joined #openttd 18:30:34 *** Stimrol has joined #openttd 18:58:39 *** Xaroth has quit IRC 19:11:57 <andythenorth> still tanks 19:12:06 * andythenorth now 7 days solid tanks 19:15:33 *** Stimrol has quit IRC 19:17:07 *** JacobD88 has joined #openttd 19:19:12 *** SgtStroopwafel has quit IRC 19:20:33 *** Stimrol has joined #openttd 19:21:22 *** SgtStroopwafel_ has joined #openttd 19:22:38 *** oskari89 has joined #openttd 19:28:22 *** JacobD88 has quit IRC 19:44:42 *** andythenorth has quit IRC 19:45:17 *** HerzogDeXtEr has joined #openttd 19:47:04 <Samu_> looking for a bit of english help 19:47:08 <Samu_> STR_REPLACE_MATCH_AIRCRAFT_TYPE_HELP :{BLACK}Lists either all available aircraft, or only those that match the same aircraft type being replaced 19:47:21 <Samu_> this is a tooltip on autoreplace 19:50:27 *** andythenorth has joined #openttd 19:50:41 <Alberth> hi tank andy 20:03:34 <andythenorth> hi 20:10:51 <Samu_> i suck at constructing widgets 20:20:39 *** Samu_ has quit IRC 20:20:45 *** Samu has joined #openttd 20:20:46 <Samu> https://imgur.com/OxXqFCt 20:21:57 <Samu> why can't i type 20:22:04 <Samu> now i can, wtf 20:22:06 <Samu> https://imgur.com/myPLi04 20:22:11 *** SgtStroopwafel_ has quit IRC 20:22:17 <Samu> which place is better? 20:22:35 <Samu> at the top, or at the bottom 20:39:54 <stefino> switch(FEAT_RAILTYPES, SELF, level_crossing_RAIL_switch, LEVEL_CROSSING_EMPTY) - if nml says that Unrecognized identifier "LEVEL_CROSSING_EMPTY " encountered, where is a mistake? 20:41:02 <stefino> because I have for example this switch before and it is seems ok - switch(FEAT_RAILTYPES, SELF, road_crossing_160, level_crossing_status) 20:41:18 *** ToBeFree has joined #openttd 20:44:22 *** Alberth has left #openttd 20:52:43 *** Gustavo6046 has quit IRC 20:53:39 *** Gustavo6046 has joined #openttd 21:04:15 *** supermop has quit IRC 21:13:13 *** sla_ro|master has joined #openttd 21:19:51 *** synchris has quit IRC 21:30:34 *** Arveen2 has joined #openttd 21:31:27 *** sim-al2 has joined #openttd 21:35:14 *** Arveen has quit IRC 21:53:43 <Samu> "By enabling this button, only display aircraft that match the same type as the aircraft being replaced" - is this good english? 21:53:59 <Samu> as the aircraft selected for replacement? 21:54:25 <Samu> i'm repeating the word "aircraft" 21:55:47 <Samu> "By enabling this button, only display aircraft that match the same type as the one selected for replacement" 22:19:57 *** gelignite has quit IRC 22:30:34 *** stefino has quit IRC 22:49:38 *** Wormnest has quit IRC 22:58:50 *** Stimrol has quit IRC 22:59:04 *** chomwitt has joined #openttd 23:00:29 *** Tirili has joined #openttd 23:48:21 *** Progman has joined #openttd