Config
Log for #openttdcoop.devzone on 23rd December 2011:
Times are UTC Toggle Colours
00:17:44  <Brot6> nml: update from r1769 to r1771 done - http://bundles.openttdcoop.org/nml/nightlies/r1771
01:05:53  *** Zuu has quit IRC
01:26:35  *** MinchinWeb has joined #openttdcoop.devzone
01:28:07  <MinchinWeb> I have a project on DevZone; how do I change the URL for the repo?
01:32:52  <planetmaker> The URL cannot really be changed. Or what do you mean?
01:33:10  <planetmaker> it's alway .../projects/PROJECTNAME
01:34:17  <MinchinWeb> the repo links to where my project is stored on Google Code, but sometime in the past, the url changed
01:34:47  <planetmaker> oh, the URL to your repo?
01:34:55  <planetmaker> that can be changed.
01:35:47  <planetmaker> or so I believe. Settings ->
01:36:56  <planetmaker> seems you need to de-activate. And then re-activate the repository module
01:37:06  <MinchinWeb> ok, I'll try that
01:37:46  <planetmaker> please tell me, if it works :-)
01:38:12  <MinchinWeb> nope
01:38:24  <MinchinWeb> it brings it back with the same settings
01:38:36  <MinchinWeb> the URL field is greyed out and I can't edit it
01:48:48  <MinchinWeb> should I just recreate the project? (can I even do that?)
01:52:39  <planetmaker> well... that sounds like over-kill. Which project do you talk of?
01:53:41  <planetmaker> http://www.redmine.org/boards/2/topics/5987 <-- tells me that the method I suggested should work, though
01:53:42  <Webster> Title: Change Repository URL - Redmine (at www.redmine.org)
01:53:48  <MinchinWeb> abtownnames
01:54:38  <MinchinWeb> http://dev.openttdcoop.org/projects/abtownnames
01:55:28  <planetmaker> what's the new url for your repo?
01:55:47  <MinchinWeb> I win! I found a delete button hiding in the lower right
01:56:24  <planetmaker> o_O
01:56:32  <planetmaker> that's well hidden indeed.
01:56:51  <planetmaker> but yes, it's consistently there in redmine
01:57:02  <planetmaker> but... unexpected to be there in this case
01:57:33  <planetmaker> but I should have known .Anyway. Better I sleep now. Good night :-)
01:57:38  <MinchinWeb> thanks
01:57:42  <MinchinWeb> good night :)
02:26:40  *** Lakie has quit IRC
03:31:36  *** MinchinWeb has quit IRC
07:10:22  <planetmaker> Yexo: I'm somewhat perplexed, but I fear I just don't see the wood because of the trees: #3314 If I try to compile extra-chars.pnml I get nmlc: "sprites/nml/extra/extra-chars.pnml", line 20: Syntax error, unexpected token "{" though I don't see any error
07:10:23  <Brot6> planetmaker: Yexo: #3314 is http://dev.openttdcoop.org/issues/show/3314 "OpenGFX - Bug #3314: Ù (capital U with grave) appearing wrong - #openttdcoop Development Zone"
07:10:46  <planetmaker> it seems to complain only about the non-NORMAL font_glyphs
07:11:28  <planetmaker> (one can compile that pnml file directly for the sake of speed)
08:40:46  *** andythenorth has joined #openttdcoop.devzone
08:43:39  *** ODM has joined #openttdcoop.devzone
08:50:49  <Yexo> planetmaker: font_gylph != font_glyph
08:57:25  *** andythenorth has quit IRC
08:57:38  *** andythenorth has joined #openttdcoop.devzone
09:14:21  <planetmaker> doh.
09:15:02  <planetmaker> thanks yexo
09:15:40  <Yexo> it's a really annoying error, unfortunately I don't know how improve it
09:15:46  <Yexo> technically, I mean
09:18:17  <planetmaker> wouldn't nml expect some kind of statement in the place of font_gylph? So that one could trigger on unknown keyword or statement (what's the correct word)?
09:21:47  <Yexo> problem is that an expression is also valid there
09:22:09  <Yexo> and "abc(x, y, z) {" <- up until the { it's a valid expression, so a = is expected
09:30:29  <planetmaker> but... abc needs to be known, not?
09:30:59  <planetmaker> I mean... what would abc(x, y, z) be, if it were there literally?
09:31:03  <planetmaker> or could that be?
09:31:10  <planetmaker> it'd need be one of the known things, not?
09:31:29  <planetmaker> or do I just miss that I can do something user-defined that way?
09:31:48  <Yexo> it'd be a function call
09:32:03  <Yexo> the check whether it's known or not is at a (much) later stage
09:32:15  <Yexo> the parser throws the error since it can't be parsed at all
09:32:34  <planetmaker> hm... what kind of function?
09:32:42  <planetmaker> like cargotable ?
09:32:59  <Yexo> line "min(3, 4)" or "date(1930, 1, 1)"
09:33:09  <planetmaker> but... how would that make sense at that point?
09:33:21  <planetmaker> a random expression like that in that place would be an error, too
09:33:23  <Yexo> not, but the parser simply accepts any expression there
09:33:34  <planetmaker> ah, ok
09:33:40  <Yexo> it's done for "named_variable = value;"
09:33:47  <Yexo> but "param[3] = value;" must work too
09:33:52  <planetmaker> right
09:34:43  <Yexo> I could probably change it to accept only "param[x]" and "<identifier>", but you'd get the same error, only on the first ( instead of the {
09:35:13  <planetmaker> hm, that'd be... not really worth it then
09:49:38  *** ODM has quit IRC
09:56:07  <Brot6> OpenGFX - Bug #3314: Ù (capital U with grave) appearing wrong (planetmaker) @ http://dev.openttdcoop.org/issues/3314#change-8881
10:03:04  <planetmaker> http://paste.openttdcoop.org/show/857/ <-- quite a list :-)
10:06:15  <Brot6> OpenGFX - Revision 873:0219bcb35d73: Feature #3314: More and improved font glyphs (PaulC) (planetmaker) @ http://dev.openttdcoop.org/projects/opengfx/repository/revisions/0219bcb35d73
10:06:15  <Brot6> OpenGFX - Revision 874:3169fefdf88b: Change: Update changelog (planetmaker) @ http://dev.openttdcoop.org/projects/opengfx/repository/revisions/3169fefdf88b
10:11:33  *** andythenorth has quit IRC
10:26:01  <Yexo> - Change: Convert project to NML source <- given that
10:26:06  <Yexo> - Change: use nml releases instead nightlies for building <- that doesn't belong in the changelog
10:27:01  <Yexo> but impressive list :)
10:27:14  *** andythenorth has joined #openttdcoop.devzone
10:47:06  <planetmaker> Right... that's double
10:47:37  <planetmaker> I'll give PaulC a chance to check out all characters
10:47:49  <planetmaker> He also did a marvelous job here
13:46:42  <Brot6> Central European Train Set - Feature #3384: Cost structure (Eddi) @ http://dev.openttdcoop.org/issues/3384#change-8882
13:51:35  <^Spike^> The server will reboot in roughly 10 minutes!
14:27:26  *** Webster has joined #openttdcoop.devzone
14:27:33  <Brot6> OpenGFX - Bug #3305: asymmetric hair (PaulC) @ http://dev.openttdcoop.org/issues/3305#change-8883
14:27:45  *** SmatZ has joined #openttdcoop.devzone
14:28:03  *** Guest21518 has quit IRC
14:28:15  *** V453000 has joined #openttdcoop.devzone
14:28:15  *** planetmaker has joined #openttdcoop.devzone
14:28:45  *** tneo has joined #openttdcoop.devzone
14:29:15  *** Brot6 has quit IRC
14:29:15  *** Hirundo has joined #openttdcoop.devzone
14:29:38  *** ^Spike^ has joined #openttdcoop.devzone
14:29:46  *** XeryusTC has joined #openttdcoop.devzone
14:30:00  *** Brot6 has joined #openttdcoop.devzone
14:30:45  <Brot6> OpenGFX - Bug #3314: Ù (capital U with grave) appearing wrong (PaulC) @ http://dev.openttdcoop.org/issues/3314#change-8884
14:30:45  *** Yexo has joined #openttdcoop.devzone
14:30:45  *** avdg has joined #openttdcoop.devzone
15:45:40  *** andythenorth has quit IRC
15:45:42  *** andythenorth has joined #openttdcoop.devzone
15:56:34  *** andythenorth has quit IRC
15:57:24  *** andythenorth has joined #openttdcoop.devzone
17:35:46  *** Terkhen has joined #openttdcoop.devzone
17:42:18  <Brot6> opengfx: update from r872 to r874 done (1 warnings) - http://bundles.openttdcoop.org/opengfx/nightlies/r874
17:44:55  <Brot6> airportsplus: update from r150 to r151 done - http://bundles.openttdcoop.org/airportsplus/nightlies/r151
17:49:03  *** frosch123 has joined #openttdcoop.devzone
17:51:12  <Brot6> bandit: compile of r26 still failed (#3303) - http://bundles.openttdcoop.org/bandit/nightlies/ERROR/r26
18:03:37  <Brot6> nutracks: compile of r210 still failed (#3387) - http://bundles.openttdcoop.org/nutracks/nightlies/ERROR/r210
18:08:47  <Brot6> dutchtramset: compile of r87 still failed (#3355) - http://bundles.openttdcoop.org/dutchtramset/nightlies/ERROR/r87
18:21:05  <Brot6> Following repos rebuilds successful without any difference to earlier nightlies builds: ogfx-trains, ogfx-industries, firs (24 warnings), foobarstramtracks (Diffsize: 37132), cets (217 warnings), manindu (Diffsize: 2), newgrf_makefile (Diffsize: 12), dutchtrains, rust (Diffsize: 188), ogfx-biggui (Diffsize: 30), swisstowns (Diffsize: 43), dutchroadfurniture (Diffsize: 8632), spanishtowns (Diffsize: 8), frenchtowns (Diffsize: 21),
18:21:05  <Brot6> ogfx-rv, ogfx-landscape (2 warnings), swedishrails, german-townnames (Diffsize: 51), dach (Diffsize: 10855), belarusiantowns (Diffsize: 64), indonesiantowns (1 warnings) (Diffsize: 29)
18:29:23  *** frosch123 has quit IRC
18:31:10  *** JVassie has joined #openttdcoop.devzone
19:03:41  <Brot6> 32bpp-ez-patches: compile of r23661 still failed (#2446) - http://bundles.openttdcoop.org/32bpp-ez-patches/testing/ERROR/r23661
21:00:08  *** Zuu has joined #openttdcoop.devzone
21:24:51  <Brot6> BANDIT - Revision 27:61d2c62416b4: Docs: spec updated (andythenorth) @ http://dev.openttdcoop.org/projects/bandit/repository/revisions/61d2c62416b4
21:26:34  <Brot6> bandit: compile of r27 still failed (#3303) - http://bundles.openttdcoop.org/bandit/nightlies/ERROR/r27
22:17:20  *** andythenorth has quit IRC
22:17:28  *** andythenorth has joined #openttdcoop.devzone
22:19:18  <Brot6> OpenGFX - Revision 875:2861dd4d4c1d: Change #3314: Further improvements to a number of font glyph... (planetmaker) @ http://dev.openttdcoop.org/projects/opengfx/repository/revisions/2861dd4d4c1d
22:41:05  *** andythenorth has quit IRC
23:27:16  *** Lakie has joined #openttdcoop.devzone
23:54:58  <Brot6> Central European Train Set - Revision 440:6bff3dc7da8c: MAJOR SAVEGAME BREAKAGE - new articulatio... (Eddi) @ http://dev.openttdcoop.org/projects/cets/repository/revisions/6bff3dc7da8c

Powered by YARRSTE version: svn-trunk