Times are UTC Toggle Colours
08:01:26 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r26906 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking" 11:32:01 *** Supercheese is now known as Guest506 11:32:06 *** Supercheese has joined #openttd.dev 11:32:06 *** ChanServ sets mode: +v Supercheese 11:37:20 *** Guest506 has quit IRC 13:07:03 *** nickolai has quit IRC 13:13:02 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r26907 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking" 14:55:49 *** Alberth has joined #openttd.dev 14:55:49 *** ChanServ sets mode: +v Alberth 15:04:19 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r26908 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking" 17:39:26 *** frosch123 has joined #openttd.dev 17:39:26 *** ChanServ sets mode: +v frosch123 17:46:36 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r26909 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking" 18:14:45 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r26910 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking" 19:21:37 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r26911 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking" 19:57:54 *** Alberth has left #openttd.dev 21:45:52 <fonsinchen> So, first we have to revert r26857: https://github.com/ulfhermann/openttd/commit/abbdf638781b0c34a4bbdb703d7c20f1c6c857fb 21:46:14 <fonsinchen> And then we have to redo it the right way: https://github.com/ulfhermann/openttd/commit/c96611c096f09bb92b007da6354049895aa2cbec 21:48:01 <fonsinchen> I can't remember how I came up with that convoluted stuff we had in ReserveConsist before 21:48:26 <fonsinchen> Apparently I wanted to do the reservations sorted by cargo but I don't really see why. 21:50:12 *** frosch has joined #openttd.dev 21:56:10 <fonsinchen> frosch, You shouldn't put r26857 into 1.4.4 after all 21:56:13 *** frosch123 has quit IRC 21:56:17 *** DorpsGek sets mode: +v frosch 21:56:20 <frosch> something about determinism? 21:56:56 <fonsinchen> To repeat that: frosch, You shouldn't put r26857 into 1.4.4 after all 21:57:06 <frosch> sorting stuff makes it more stable 21:58:06 <fonsinchen> Oh, the ReserveConsist thing. 21:59:01 <frosch> maybe "use_autorefit ? : " instead of "(!use_autorefit && ) || (use_autorefit && )" ? 21:59:22 <fonsinchen> can be done 21:59:23 <frosch> (last hunk) 22:02:43 <frosch> does ReserveConsist need any special handling for aircraft? 22:02:51 <frosch> due to mail compartment 22:03:08 <frosch> it does not count as articulated part 22:03:49 <frosch> hmm, though it is even more weird :/ 22:04:08 <frosch> ottd is so crappy 22:05:20 <fonsinchen> Oh 22:05:39 <fonsinchen> I should probably use IterateVehicleParts 22:08:27 *** frosch has quit IRC 22:38:46 <fonsinchen> Then, however, it's a pain to figure out which vehicles have already been checked. 22:51:42 <fonsinchen> Can two dual-headed engine parts of a train be the heads of different articulated vehicles? Nasty stuff 22:52:00 <fonsinchen> Who comes up with such stuff? 22:53:03 *** nickolai has joined #openttd.dev 22:53:30 <fonsinchen> Or even better, Can the rear dual headed part show up in the middle of a different articulated vehicle than the front dual-headed part? 22:53:34 <fonsinchen> Aaaaahhhhhh!