IRC logs for #openttd.dev on OFTC at 2013-04-10
            
00:57:21 *** Supercheese has quit IRC
07:13:49 *** Zuu has joined #openttd.dev
07:13:49 *** ChanServ sets mode: +v Zuu
07:26:58 *** fonsinchen has joined #openttd.dev
07:26:59 *** ChanServ sets mode: +v fonsinchen
07:39:26 *** Zuu has quit IRC
10:13:06 *** fonsinchen has quit IRC
10:47:45 *** Ristovski has joined #openttd.dev
11:37:20 *** Ristovski_ has joined #openttd.dev
11:37:21 *** Ristovski has quit IRC
13:46:42 *** ntoskrnl has joined #openttd.dev
15:26:41 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r25175 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"
15:28:16 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r25176 || 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:09:34 *** frosch123 has joined #openttd.dev
17:09:34 *** ChanServ sets mode: +v frosch123
17:11:13 *** Zuu has joined #openttd.dev
17:11:13 *** ChanServ sets mode: +v Zuu
17:24:00 *** fonsinchen has joined #openttd.dev
17:24:01 *** ChanServ sets mode: +v fonsinchen
17:53:16 *** fonsinchen has quit IRC
18:07:51 *** ntoskrnl has quit IRC
18:35:15 *** Alberth has joined #openttd.dev
18:35:15 *** ChanServ sets mode: +v Alberth
19:54:08 *** Rubidium has quit IRC
19:54:08 *** michi_cc has quit IRC
19:54:08 *** shametd_ has quit IRC
19:54:15 *** Rubidium has joined #openttd.dev
19:54:15 *** michi_cc has joined #openttd.dev
19:54:15 *** shametd_ has joined #openttd.dev
19:54:15 *** solenoid.oftc.net sets mode: +vv Rubidium michi_cc
21:08:37 *** frosch123 has quit IRC
21:15:09 *** Ristovski_ has quit IRC
21:29:49 *** Alberth has left #openttd.dev
21:59:52 <Zuu> "print tar.getmembers()" give this path to license.txt when using musa.py on windows: 'Beginner_Tutorial-15\\license.txt'
22:01:02 <Zuu> With my fix applied, I get this path instead: 'Beginner_Tutorial-15/license.txt'
22:02:16 <Zuu> In the old version local verification will work because os.path.join will use \ on windows. In the new version I replace os.path.join with an own method that only use '/' as path separator inside the tar no matter if musa(d).py runs on windows or linux.
22:13:44 <Zuu> License issue fix: http://devs.openttd.org/~zuu/musa-license-fix5.patch
22:14:06 <Zuu> Fix for packaging of scenarios and heightmaps: http://devs.openttd.org/~zuu/musa-scen-hm-fix6.patch
22:14:24 * Zuu -> bed
22:18:33 *** Zuu has quit IRC
23:11:01 *** Supercheese has joined #openttd.dev