Times are UTC Toggle Colours
00:08:46 <Brot6> zBase - Revision 76:700063f6cd2b: Add: All normal (non-toyland) trucks and rail carriages. XzephyrisX @ http://dev.openttdcoop.org/projects/zbase/repository/revisions/700063f6cd2b 00:36:22 *** ODM has quit IRC 01:30:10 <Brot6> zBase - Revision 77:66c87e651b97: Add: All signals (electric & semaphore, left & right, normal, pre ... XzephyrisX @ http://dev.openttdcoop.org/projects/zbase/repository/revisions/66c87e651b97 04:48:15 <Rubidium> wow 05:53:01 <Brot6> zBaseBuild - Revision 98:1b9e32dfedd9: Add: rail wagons XRubidiumX @ http://dev.openttdcoop.org/projects/zbasebuild/repository/revisions/1b9e32dfedd9 06:03:25 <Rubidium> the single most annoying thing I currently have with NML is that if you make a typo, the dep check fails and thus doesn't re-cpp the nml, and thus dep check never gets the new file... and I have to manually remove the created file 06:46:25 <NataS> for a second I thought it said raillguns 06:46:27 <NataS> "v 06:46:29 <NataS> :v 06:47:14 <Brot6> zBaseBuild - Revision 99:d189a8c28090: Add: road vehicles XRubidiumX @ http://dev.openttdcoop.org/projects/zbasebuild/repository/revisions/d189a8c28090 06:47:14 <Brot6> zBuild - Revision 34:713037ef4479: Add: rail wagons and road trucks XRubidiumX @ http://dev.openttdcoop.org/projects/zbuild/repository/revisions/713037ef4479 07:28:45 *** ODM has joined #openttdcoop.devzone 08:07:20 *** Alberth has joined #openttdcoop.devzone 08:12:33 <Brot6> zbuild: update from r33 to r34 done (1169 warnings) - http://bundles.openttdcoop.org/zbuild/push/r34 08:19:28 <Ammler> hgsub is a bit strange 08:19:36 <Ammler> why do you use real urls there? 08:21:15 <Ammler> or why do you use absolute paths instead relative? 08:26:08 <Ammler> STR_GRF_DESCRIPTION :Design: ElDwane, Alexboy\n{DATE} / Ammler --> nmlc: "lang/english.lng", line 3: Expected 2 hexadecimal characters after '\' 08:26:16 <Ammler> what is the new escape code for newline? 08:26:56 <Rubidium> {} 08:27:09 <Ammler> ok, thanks 08:31:12 <Brot6> French Town Names - Revision 7:0ca68b9c4322: Fix: nmlc update newline \n -> {} XAmmlerX @ http://dev.openttdcoop.org/projects/frenchtowns/repository/revisions/0ca68b9c4322 08:31:24 <Alberth> except it is not exactly 'new' :) 08:31:52 <Ammler> well-well 08:32:09 <Ammler> someone knows the riddle of .hgsub in zbuild? 08:39:12 <Ammler> if I try to clone zbuild, I get this error: abort: HTTP Error 404: Not Found 08:39:23 <Ammler> only zbuild alone is cloned 08:40:23 <Ammler> marcel@xps:~/hg> hg clone https://rhodecode.openttdcoop.org/zbuild 08:40:38 <Ammler> added 35 changesets with 43 changes to 8 files 08:40:39 <Ammler> updating to branch default 08:40:40 <Ammler> abort: HTTP Error 404: Not Found 08:41:32 <Brot6> frenchtowns: update from r6 to r7 done - http://bundles.openttdcoop.org/frenchtowns/nightlies/r7 08:43:10 <Rubidium> maybe a certain repository is too big to be cloned over http? 08:44:01 <Ammler> does not sound like Not Found then 08:44:14 <Brot6> French Town Names - Bug #4058 (Closed): DevZone compile failed XAmmlerX @ http://dev.openttdcoop.org/issues/4058#change-11310 08:44:14 <Brot6> French Town Names - Bug #3099 (Closed): DevZone compile failed XAmmlerX @ http://dev.openttdcoop.org/issues/3099#change-11311 08:44:27 <Ammler> I just wonder, why you have such silly config in .hgsub instead the simple relative paths 08:44:34 <Alberth> my hgsub contains ssh paths 08:45:00 <Rubidium> Ammler: ask planetmaker 08:45:08 <Ammler> Rubidium: also the http url I use should work with it, that's the point 08:45:35 <Rubidium> and looking at the log, there were problems with something it seem 08:45:50 <Rubidium> as he did add relative paths at some point 08:46:24 <Ammler> well, now it doesn't work at all 08:46:49 <Rubidium> just add the http ones then... 08:48:15 <Ammler> I see no relative urls in r1 08:48:45 <Ammler> in which rev do you have relative urls? 08:49:02 <Rubidium> summary: Add: relative sub paths on server 08:49:19 <Ammler> yes, that is r1 but the file does not contain such 08:49:20 <Rubidium> kinda implied relative paths, but I don't really care as it works for me 08:49:32 <Rubidium> then the commit message is broken 08:49:51 <Rubidium> again, I have no clue 08:50:04 <Ammler> I wonder, how the server is able to clone it 08:50:10 <Rubidium> except that I never saw examples with relative paths 08:50:50 <Ammler> http://dev.openttdcoop.org/projects/subtest/repository/entry/.hgsub 08:51:00 <Ammler> it is so simple :-) 08:52:09 <Rubidium> http://mercurial.selenic.com/wiki/Subrepository doesn't seem to mention that feature 08:52:10 <Webster> Title: Subrepository - Mercurial (at mercurial.selenic.com) 08:52:55 <Ammler> $ echo nested = nested/repo/path > .hgsub 08:53:45 <Rubidium> oh... really? must have scrolled over that or so 08:54:03 <Rubidium> ah well, if you say it works, why don't you fix it? 08:56:21 <Ammler> ah well, there might be a reason, I just wondered :-) 08:56:34 <Ammler> we setup the subrepo test together 08:57:12 <Ammler> maybe because "Relative paths of the form "foo = ../foo" will not generally allow clones to be cloned" 08:59:06 <Ammler> ah, he added also absolute paths for the server, that is why it worked there 09:02:02 *** frosch123 has joined #openttdcoop.devzone 09:04:34 <Ammler> planetmaker: when you read back (if ;-) summary: why wouldn't this .hgsub work: https://paste.openttdcoop.org/show/1625/ 09:27:31 <Brot6> zBase - Revision 78:3d12613f746c: Add: A temperate flats. XzephyrisX @ http://dev.openttdcoop.org/projects/zbase/repository/revisions/3d12613f746c 09:30:54 *** LordAro has joined #openttdcoop.devzone 11:03:33 <Brot6> zBase - Revision 79:a01512dfdd78: Add: Locks and aqueducts. XzephyrisX @ http://dev.openttdcoop.org/projects/zbase/repository/revisions/a01512dfdd78 11:04:38 <Brot6> zBase - Revision 80:f6a9dc10485b: Add: Canal and river banks and rocky water slopes. XzephyrisX @ http://dev.openttdcoop.org/projects/zbase/repository/revisions/f6a9dc10485b 11:09:53 <Brot6> zBase - Revision 81:6a952e121603: Add: Bouy. XzephyrisX @ http://dev.openttdcoop.org/projects/zbase/repository/revisions/6a952e121603 11:11:37 <Alberth> spammy zephyris today ! 11:36:53 <Brot6> zBase - Revision 82:feaf205c3e57: Add: Electrified rail catenary. XzephyrisX @ http://dev.openttdcoop.org/projects/zbase/repository/revisions/feaf205c3e57 11:38:25 <Brot6> zBase - Revision 83:bc6acb777ec0: Fix (r82): Add missing catenary bits (for tunnel entrances). XzephyrisX @ http://dev.openttdcoop.org/projects/zbase/repository/revisions/bc6acb777ec0 11:52:08 <Rubidium> yeah, he's busy 11:53:06 <Ammler> catch up guys! :-P 12:13:25 <Brot6> zBase - Revision 84:386ff959000d: Add: Tram tracks. XzephyrisX @ http://dev.openttdcoop.org/projects/zbase/repository/revisions/386ff959000d 12:22:07 *** andythenorth has joined #openttdcoop.devzone 12:23:47 <Brot6> zBase - Revision 85:f9b6f7d44cda: Add: Tram depot. XzephyrisX @ http://dev.openttdcoop.org/projects/zbase/repository/revisions/f9b6f7d44cda 13:06:19 <Brot6> zBase - Revision 86:6a1cc26cc9d7: Add: Tram catenary. XzephyrisX @ http://dev.openttdcoop.org/projects/zbase/repository/revisions/6a1cc26cc9d7 14:45:31 *** andythenorth has quit IRC 15:03:56 *** andythenorth has joined #openttdcoop.devzone 15:09:39 <Brot6> zBase - Revision 87:a76dc7b914aa: Add: Small airport (and a few bits of the big one). XzephyrisX @ http://dev.openttdcoop.org/projects/zbase/repository/revisions/a76dc7b914aa 15:16:32 *** andythenorth has quit IRC 15:33:49 *** LordAro has quit IRC 15:36:05 *** LordAro has joined #openttdcoop.devzone 15:59:58 *** OwenS has quit IRC 16:01:39 *** OwenS has joined #openttdcoop.devzone 16:02:12 *** OwenS is now known as Guest1949 16:23:39 <Brot6> zBase - Revision 88:ecdd7520e59d: Add: Large airport. XzephyrisX @ http://dev.openttdcoop.org/projects/zbase/repository/revisions/ecdd7520e59d 16:32:16 <Brot6> zBase - Revision 89:19f3e2b43232: Add: Final extra airport bits. XzephyrisX @ http://dev.openttdcoop.org/projects/zbase/repository/revisions/19f3e2b43232 16:32:17 <Brot6> zBase - Revision 90:6c2a9e56fbcc: Fix r89: Remove some temporary files. XzephyrisX @ http://dev.openttdcoop.org/projects/zbase/repository/revisions/6c2a9e56fbcc 16:40:35 <Brot6> zBase - Revision 91:9b91a29c162f: Add: One way road graphics, fix roadwork glitches. (Bug #4093) XzephyrisX @ http://dev.openttdcoop.org/projects/zbase/repository/revisions/9b91a29c162f 16:40:35 <Brot6> zBase - Bug #4093 (Closed): roadworks glitches XzephyrisX @ http://dev.openttdcoop.org/issues/4093#change-11312 17:02:33 *** LordAro has quit IRC 17:47:29 <Brot6> zBase - Revision 92:5c8228e9632b: Add: Docks. XzephyrisX @ http://dev.openttdcoop.org/projects/zbase/repository/revisions/5c8228e9632b 17:47:29 <Brot6> zBase - Revision 93:11023a6ec2c3: Add: Heliport. XzephyrisX @ http://dev.openttdcoop.org/projects/zbase/repository/revisions/11023a6ec2c3 17:56:42 *** andythenorth has joined #openttdcoop.devzone 18:03:20 *** LordAro has joined #openttdcoop.devzone 18:07:51 <Brot6> zBase - Revision 94:cb65ba760fbf: Add: Tropical leafy and cactus trees. XzephyrisX @ http://dev.openttdcoop.org/projects/zbase/repository/revisions/cb65ba760fbf 18:09:12 <Brot6> FISH - Revision 889:077d0554ff26: Fix: palette wrong for Tiree Vehicle Ferry XandythenorthX @ http://dev.openttdcoop.org/projects/fish/repository/revisions/077d0554ff26 18:26:29 *** Alberth has left #openttdcoop.devzone 20:08:31 *** ODM has quit IRC 20:08:56 *** ODM has joined #openttdcoop.devzone 20:34:24 *** andythenorth has left #openttdcoop.devzone 20:37:38 <Brot6> zBase - Revision 95:0cb89d56c172: Add: First 8 tropic houses. XzephyrisX @ http://dev.openttdcoop.org/projects/zbase/repository/revisions/0cb89d56c172 21:47:05 <Brot6> zBase - Revision 96:2db2189ab252: Add: Three tropic office/flats blocks. XzephyrisX @ http://dev.openttdcoop.org/projects/zbase/repository/revisions/2db2189ab252 21:59:44 *** frosch123 has quit IRC 22:10:38 *** LordAro has quit IRC 22:32:19 <Brot6> World Airliners Set - Revision 687:90e1fcff8791: Added all FaddyPainters Changes XBeardie27X @ http://dev.openttdcoop.org/projects/worldairlinersset/repository/revisions/90e1fcff8791 22:37:24 *** beardie has joined #openttdcoop.devzone 22:38:18 <beardie> Hi, was wondering with hg push command i am getting error.log can not be add to repository abort and rollback, any help please? 22:38:35 <beardie> the error.log file was removed and deleted but it still thinks i am pushing it 22:39:27 <Ammler> you need to strip the commit 22:39:47 <Ammler> it checks every commit 22:39:51 <beardie> in what sense do you mean strip? 22:40:00 <Ammler> remove the commit 22:40:03 <Ammler> hg strip 22:40:31 <beardie> hg strip is a unknown command? 22:40:55 <Ammler> enable extension mq 22:41:27 <beardie> i i don;t know what you mean 22:42:05 <Ammler> strip is part of extension mq 22:42:19 <Ammler> mq should be enabled by default 22:42:38 <Ammler> [extensions]\n mq= 22:42:38 <beardie> but i don't know how to enable extension mq? 22:43:21 <beardie> i am using the mingw32 console would that something i could type? or should i go back to tortoihg settings? 22:43:29 <beardie> tortoisehg* 22:43:46 <Ammler> use whatevery you like 22:44:02 <Ammler> just enable the extension 22:44:12 <Ammler> well, as alternative you could clone the repo until the bad rev 22:44:13 <beardie> yes lol, but in the command console what should i type to enable the extension for mq? 22:44:46 <Ammler> [00:42] <Ammler> [extensions]\n mq= 22:44:53 <Ammler> to your hgrc 22:45:37 <Ammler> btw, you should push every commit, then you could have used rollback 22:46:08 <beardie> i did hg add 22:46:08 <beardie> then hg commit 22:46:17 <beardie> and now hg push will not work becuase hg add added the error.log file 22:46:37 <Ammler> ah ok, then do hg rollback 22:46:50 <Ammler> I thought you removed the file via hg rm 22:47:05 <Brot6> World Airliners Set - Bug #4139 (New): DevZone compile failed XcompilerX @ http://dev.openttdcoop.org/issues/4139 22:47:05 <beardie> i did 22:47:14 <beardie> thats what is confusing me 22:47:19 <Ammler> which would be useless 22:47:23 <beardie> complie failed? 22:47:57 <Ammler> just read the error log yourself 22:50:52 <beardie> hurray files pushed 22:51:02 <beardie> sorry complie failed due to mey error log? 22:51:19 <Ammler> well, now I would wait, if your new push fixes it 22:51:34 <Ammler> anyway, it is a good idea to lower the error number 22:51:35 <beardie> just pushed 22:51:49 <beardie> I replaced most of the files in the repository 22:51:52 <beardie> from faddy painters 22:51:54 <Brot6> World Airliners Set - Revision 688:a6a1175b43ca: Adding Extra Faddy painter Files XBeardie27X @ http://dev.openttdcoop.org/projects/worldairlinersset/repository/revisions/a6a1175b43ca 22:52:02 <beardie> but he pulled before sending the files 22:52:29 <Ammler> did you read the error log? 22:52:31 <Brot6> zBase - Revision 97:1d7c84b5dc43: Add: Final tropic-only town buildings (church & 2x office blocks). XzephyrisX @ http://dev.openttdcoop.org/projects/zbase/repository/revisions/1d7c84b5dc43 22:52:50 <Ammler> mostly, you find the worst error at the end 22:52:55 <beardie> lol 22:53:03 *** ODM has quit IRC 22:54:10 <beardie> Can't read sprites/pcx/airbus/a320-200/Cyprus.pcx: No such file or directory? 22:54:19 <beardie> theres you probbbblem 22:55:00 <beardie> taht file exsists werid 22:56:28 <Ammler> maybe case sensitive issue? 22:56:48 <Brot6> worldairlinersset: update from r686 to r688 done (275 warnings) - http://bundles.openttdcoop.org/worldairlinersset/push/r688 22:58:06 <beardie> not that i know of 22:58:11 <beardie> also can not make files 22:58:31 <Ammler> you see it worked? 22:58:45 <beardie> no rule to make target "sprites/pcx/boeing/b747-400/anapokemon.pcx" 22:58:46 <Ammler> as I already said, you should simply have waited for the last push 22:58:50 <beardie> needed by was.pnfo 22:58:59 <beardie> yeah 22:59:04 <Ammler> are you sure, this error still exists? 22:59:26 <Ammler> anyway, you have around 400 other errors to fix 22:59:36 <beardie> yeaaaaaaaaaaaaah 22:59:39 <beardie> fun times 23:03:07 <beardie> Ammler when you use make does it create a new pnfo file? 23:04:31 <Ammler> he, no clue? 23:04:44 <Ammler> just read the error log 23:04:52 <beardie> i have a was.pnfo file, its all the other nfo files brought together to make the grf 23:05:13 <beardie> i can't make a error log because the repositry will not make a grf in my repostory 23:09:11 <beardie> sorted need the make clean 23:09:14 <beardie> and the re make 23:11:01 <Brot6> zBase - Revision 98:581c830aadeb: Add: Canal/water depots. XzephyrisX @ http://dev.openttdcoop.org/projects/zbase/repository/revisions/581c830aadeb 23:12:12 <Ammler> you can read the error log from devzone 23:12:28 <beardie> yeah thanks 23:12:39 <beardie> it use to craete a error log in my personal repositry 23:14:27 <Brot6> World Airliners Set - Revision 689:2f60eb2b7c0d: Double Checking 747-400D liveries, Error With Pokem... XBeardie27X @ http://dev.openttdcoop.org/projects/worldairlinersset/repository/revisions/2f60eb2b7c0d 23:19:29 <Brot6> worldairlinersset: update from r688 to r689 done (275 warnings) - http://bundles.openttdcoop.org/worldairlinersset/push/r689 23:21:10 <beardie> Yeah well its complied correctly now 23:21:13 <beardie> Thank You Ammler 23:30:58 <Brot6> World Airliners Set - Revision 690:1ab76b6fa378: Concorde NFO now Standard XBeardie27X @ http://dev.openttdcoop.org/projects/worldairlinersset/repository/revisions/1ab76b6fa378 23:35:42 <Brot6> worldairlinersset: update from r689 to r690 done (275 warnings) - http://bundles.openttdcoop.org/worldairlinersset/push/r690 23:39:32 <Brot6> World Airliners Set - Revision 691:ac387c7fbad3: Skylift 150 Now matches Standard NFO standard XBeardie27X @ http://dev.openttdcoop.org/projects/worldairlinersset/repository/revisions/ac387c7fbad3 23:46:54 <Brot6> worldairlinersset: update from r690 to r691 done (275 warnings) - http://bundles.openttdcoop.org/worldairlinersset/push/r691