Times are UTC Toggle Colours
00:40:07 *** Zuu has quit IRC 05:35:33 *** Supercheese has joined #openttdcoop.devzone 06:38:42 *** Alberth has joined #openttdcoop.devzone 06:45:16 *** andythenorth has joined #openttdcoop.devzone 07:01:57 <Alberth> o/ 07:05:41 *** andythenorth has quit IRC 07:09:20 <Alberth> thank you for visiting us 07:14:33 *** Zuu has joined #openttdcoop.devzone 08:08:19 *** Supercheese has quit IRC 08:20:39 <Brot6> SuperLib - Revision 115:ba25f8e993af: Feature: Method to check for FS#5561 XZuuX @ http://dev.openttdcoop.org/projects/superlib/repository/revisions/ba25f8e993af 08:20:39 <Brot6> SuperLib - Revision 116:ac041790a539: Fix: Money.Inflate was not regarding amounts below 100 money u... XZuuX @ http://dev.openttdcoop.org/projects/superlib/repository/revisions/ac041790a539 08:20:40 <Brot6> SuperLib - Revision 117:03a5736db246: Fix: Silly coding errors XZuuX @ http://dev.openttdcoop.org/projects/superlib/repository/revisions/03a5736db246 08:20:40 <Brot6> SuperLib - Revision 118:1a9ef031856c: Fix: Revision check was done the wrong way XZuuX @ http://dev.openttdcoop.org/projects/superlib/repository/revisions/1a9ef031856c 08:20:42 <Brot6> SuperLib - Revision 119:ea4a09e8108f: Version 36 XZuuX @ http://dev.openttdcoop.org/projects/superlib/repository/revisions/ea4a09e8108f 08:22:57 *** Jam35 has joined #openttdcoop.devzone 08:33:19 <Brot6> feed gamescripts had 13 updates, showing the latest 10 08:33:19 <Brot6> Neighbours are important - Revision 26:2766b76dc246: Fix: Loading story book data failed XZuuX @ http://dev.openttdcoop.org/projects/gs-neighbours-are-important/repository/revisions/2766b76dc246 08:33:19 <Brot6> Neighbours are important - Revision 27:0f6795308d51: Fix: Use ; in version.nut XZuuX @ http://dev.openttdcoop.org/projects/gs-neighbours-are-important/repository/revisions/0f6795308d51 08:33:19 <Brot6> Neighbours are important - Revision 28:23eb26a6e928: Update: French translation (krinn) XZuuX @ http://dev.openttdcoop.org/projects/gs-neighbours-are-important/repository/revisions/23eb26a6e928 08:33:23 <Brot6> Neighbours are important - Revision 29:9732b82d46ef: Fix: Adopt wording of manual town growth toggle... XZuuX @ http://dev.openttdcoop.org/projects/gs-neighbours-are-important/repository/revisions/9732b82d46ef 08:33:27 <Brot6> Neighbours are important - Revision 30:ce30d1abe84b: Version 11 XZuuX @ http://dev.openttdcoop.org/projects/gs-neighbours-are-important/repository/revisions/ce30d1abe84b 08:33:30 <Brot6> Neighbours are important - Revision 31:5da363a3d0bb: Fix: Save during initialization; Add: Improved ... XZuuX @ http://dev.openttdcoop.org/projects/gs-neighbours-are-important/repository/revisions/5da363a3d0bb 08:33:34 <Brot6> Neighbours are important - Revision 32:662d6737c9d4: Add: German readme XZuuX @ http://dev.openttdcoop.org/projects/gs-neighbours-are-important/repository/revisions/662d6737c9d4 08:33:38 <Brot6> Neighbours are important - Revision 33:4e0d8c5152da: Add: make_tar.py XZuuX @ http://dev.openttdcoop.org/projects/gs-neighbours-are-important/repository/revisions/4e0d8c5152da 08:33:42 <Brot6> Neighbours are important - Revision 34:5caea1c84491: Fix: readme was not in VCS XZuuX @ http://dev.openttdcoop.org/projects/gs-neighbours-are-important/repository/revisions/5caea1c84491 08:33:46 <Brot6> Neighbours are important - Revision 35:3b429358e7f0: Version 12 XZuuX @ http://dev.openttdcoop.org/projects/gs-neighbours-are-important/repository/revisions/3b429358e7f0 09:23:08 *** Alberth has left #openttdcoop.devzone 11:38:04 *** andythenorth has joined #openttdcoop.devzone 11:55:25 *** andythenorth has quit IRC 11:56:32 *** frosch123 has joined #openttdcoop.devzone 15:53:40 *** Zuu has quit IRC 17:05:05 *** Nigil has joined #openttdcoop.devzone 17:06:24 <Nigil> I am attempting to clone a repository via https and it is not accepting my username and password. I am just using my Devzone credentials, am I doing something wrong? Can I only use https if I am a member of the specific project? 17:08:10 <frosch123> if you need a password at all, then you likely need to be member 17:08:16 <frosch123> just pull via http then 17:08:49 <frosch123> normally a password should only be needed for pushing 17:08:59 <Nigil> Alright 17:10:20 <Nigil> I've been trying to pull via http but it does not seem to be doing anything and I don't see any network activity from Tortoisehg 17:10:39 <frosch123> are you trying to pull a particulary large repository? 17:10:45 <Nigil> yep 17:10:51 <Nigil> zbase >.< 17:10:56 <frosch123> http is known to cancel the connection after 60 seconds or so 17:11:07 <Nigil> gotcha 17:11:10 <frosch123> so pulling it as a whole via http (or also https) fails 17:11:16 <frosch123> you need to pull it in parts 17:11:25 <frosch123> e.g. hg pull -r blabla 17:11:34 <Nigil> would ssh have the same timeout issues? 17:11:49 <frosch123> no, that's why all people working on those projects must have ssh access :p 17:12:06 <frosch123> because noone was able to disable that http behavious 17:12:21 <Nigil> but again you probably need to member to connect via ssh 17:12:22 <frosch123> (which is not intentional, just noone figure out how to fix it) 17:12:45 <frosch123> actually, no, ssh can push to any repo, it's kind of "premium member" 17:12:54 <frosch123> not many people have such access 17:13:07 <frosch123> almost admin access 17:14:20 <Nigil> gotcha 18:11:22 *** Zuu has joined #openttdcoop.devzone 18:30:21 <Brot6> Engine Class Library - Revision 3:b76ca261cd6b: - Fixing bad checks added while moving the function ... XkrinnX @ http://dev.openttdcoop.org/projects/ailib-cengine/repository/revisions/b76ca261cd6b 18:30:21 <Brot6> Engine Class Library - Revision 4:3100115116a6: - Update lib to v3 XkrinnX @ http://dev.openttdcoop.org/projects/ailib-cengine/repository/revisions/3100115116a6 18:30:51 <Brot6> Engine Class Library - Revision 5:5e39a41aeae0: - Add more error messages report on failure XkrinnX @ http://dev.openttdcoop.org/projects/ailib-cengine/repository/revisions/5e39a41aeae0 18:37:16 <Nigil> I am currently cloning by specifying it as uncompressed and its been running for the last 15 mins or so without timeout 20:10:35 <Brot6> xussrset: update from r1075 to r1076 done (4 warnings) - http://bundles.openttdcoop.org/xussrset/push/r1076 21:02:05 *** Supercheese has joined #openttdcoop.devzone 21:36:50 *** Nigil has quit IRC 22:02:18 <Brot6> Engine Class Library - Revision 6:ce6ce162f141: - Fix some bugs XkrinnX @ http://dev.openttdcoop.org/projects/ailib-cengine/repository/revisions/ce6ce162f141 23:11:24 *** Jam35 has quit IRC 23:48:42 *** Zuu has quit IRC