IRC logs for #openttd.dev on OFTC at 2013-03-18
            
02:00:36 *** Zuu has joined #openttd.dev
02:00:36 *** ChanServ sets mode: +v Zuu
02:22:06 *** Zuu has quit IRC
05:26:25 *** Dewin has quit IRC
05:53:35 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r25105 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"
06:00:14 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r25106 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"
06:18:06 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r25107 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"
07:11:11 *** Supercheese has quit IRC
07:42:12 *** mortisha has joined #openttd.dev
07:57:36 *** mortisha has quit IRC
07:58:43 *** pachuco has joined #openttd.dev
08:03:25 *** pachuco has left #openttd.dev
08:08:56 *** bitter has joined #openttd.dev
08:12:19 *** bitter has quit IRC
08:14:21 *** pachuco has joined #openttd.dev
08:15:49 *** pachuco has left #openttd.dev
08:19:54 *** pachuco has joined #openttd.dev
08:21:06 *** pachuco has left #openttd.dev
08:23:13 *** SpyroTheDragon has joined #openttd.dev
08:27:34 *** SpyroTheDragon has left #openttd.dev
12:00:51 *** ntoskrnl has joined #openttd.dev
12:44:12 *** Ristovski has joined #openttd.dev
14:45:07 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r25108 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"
16:07:01 *** ntoskrnl has quit IRC
18:32:35 *** frosch123 has joined #openttd.dev
18:32:35 *** ChanServ sets mode: +v frosch123
18:45:23 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r25109 || 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:53:46 *** Supercheese has joined #openttd.dev
19:08:54 *** Zuu has joined #openttd.dev
19:08:54 *** ChanServ sets mode: +v Zuu
19:39:34 <Zuu> Hmm, so we have a FileScanner::Scan that can scan abritary sub directories, but not in tar files. Then there is a ::Scan that can scan in tar files but doesn't support abritary sub directories. :-)
19:41:19 <frosch123> i think i have a wip which changes that
19:42:02 <frosch123> but usually the difference between tar and non-tar is for a reason
19:42:13 <frosch123> like you do not have to cd into a tar to play a scenario
19:42:59 <Zuu> There is a bug that language files other than english.txt are not detected in GS tars.
19:43:31 <Zuu> I have a test case which I should upload to FS which confirms the bug that have been reported on the forums.
19:43:33 <frosch123> are you sure?
19:43:54 <frosch123> note that it is important for tars to have a directory inside
19:44:53 <Zuu> It does have a sub directory.
19:45:45 <Zuu> The reason why this bug probably haven't been found before is that GS developers will not see it if they keep their development files in the OpenTTD search path.
19:46:24 <Zuu> Users don't expect translations of GSes and only translators who have contributed translations and check for them will find the problem.
19:48:30 <frosch123> http://devs.openttd.org/~frosch/diffs/tarwip.diff <- does that improve it, or does it break it completely? :p
19:49:48 <frosch123> i do not remember at what state it was with it :p
19:50:32 <Zuu> lets test it... :-)
19:51:20 <Zuu> It breaks quite badly. A message dialog "Cannot open file ..\..\bin\baseset\TRG1R.GRF" pops up.
19:51:35 <Zuu> and clicking OK closes OpenTTD.
19:51:41 <frosch123> yeah, try ogfx :)
19:52:03 <frosch123> i.e. a normal baseset inside a tar
19:54:48 <frosch123> anyway, my wip won't go into any 1.3.x
19:54:58 <frosch123> so, we would need a separate fix for 1.3 anyway
19:55:04 <Zuu> With OpenGFX it starts, but it doesn't display my translation. (though I should double check that my test case works in untared form)
19:56:57 <Zuu> Oh, it is a very good test case. The swedish.txt contain non-UTF characters so when OpenTTD finds the language file, the GS will crash directly (but not OpenTTD)
20:13:26 <Zuu> https://secure.openttd.org/bugs/task/5509 <--- test case uploaded here
20:42:46 *** Supercheese has quit IRC
21:23:10 *** frosch123 has quit IRC
21:55:20 *** Ristovski has quit IRC
23:46:08 *** Zuu has quit IRC