Config
Log for #openttdcoop.devzone on 3rd October 2011:
Times are UTC Toggle Colours
00:08:24  <Brot6> Central European Train Set - Feature #3105: Länderbahn electric engines and MUs (michi_cc) @ http://dev.openttdcoop.org/issues/3105#change-8100
01:24:30  <Brot6> Central European Train Set - Feature #3105: Länderbahn electric engines and MUs (oberhuemer) @ http://dev.openttdcoop.org/issues/3105#change-8101
02:20:34  <Brot6> Central European Train Set - Revision 184:f272c86779e9: changed command "scripts/generate.py" to ... (oberhuemer) @ http://dev.openttdcoop.org/projects/cets/repository/revisions/f272c86779e9
05:23:42  *** JVassie has joined #openttdcoop.devzone
06:22:08  *** JVassie has quit IRC
08:22:26  *** frosch123 has joined #openttdcoop.devzone
08:42:07  <Brot6> Example NewGRF Project - Revision 365:8fd02b30785d: Fix: Not all scm files had their graphics sou... (planetmaker) @ http://dev.openttdcoop.org/projects/newgrf-makefile/repository/revisions/8fd02b30785d
09:09:55  *** hanf has joined #openttdcoop.devzone
09:21:50  <Brot6> Central European Train Set - Revision 185:a7a74b4d5d14: move cargo table entries for cargos expli... (Eddi) @ http://dev.openttdcoop.org/projects/cets/repository/revisions/a7a74b4d5d14
09:37:58  *** hanf has quit IRC
11:34:27  *** ODM has joined #openttdcoop.devzone
11:36:28  <Brot6> Central European Train Set - Revision 186:10c8c6f8666d: add graphics for ET85 to tracking table (Eddi) @ http://dev.openttdcoop.org/projects/cets/repository/revisions/10c8c6f8666d
12:42:06  *** LordAro has quit IRC
13:08:55  *** Doorslammer has joined #openttdcoop.devzone
13:19:58  *** Doorslammer has quit IRC
13:45:25  <V453000> why is the best orange in fire colours? :(
13:45:54  <planetmaker> simple: it's a worm, cozy, comfy colour ;-)
13:45:58  <planetmaker> *warm
13:46:15  <V453000> is there any chance to make it used on a sprite without using the fire animation?
13:46:24  <planetmaker> no
13:46:28  <V453000> :(
13:46:43  <planetmaker> hm... maybe recolour sprite. Not sure
13:46:57  <V453000> how does that work?
13:47:48  <planetmaker> http://newgrf-specs.tt-wiki.net/wiki/NML:Recolour_sprites
13:49:31  <V453000> so I basically draw it in some other colour and then say "recolour that" to the orange?
13:53:56  <planetmaker> yes
13:54:16  <planetmaker> colour is nothing else than an index. Only the actual palette translates that index into the colour
13:54:39  <planetmaker> the default palettes are just the translation if you don't do any custom re-colour magic
13:54:58  <planetmaker> and... you cannot use other colours than are in the defaul palette. you can only resort that
13:55:33  <V453000> right
13:55:50  <V453000> I guess the question is if I recolour to the orange whether it will glow or not eh
13:56:17  <frosch123> no, recolouring won't circumvent the animation
13:56:30  <V453000> great! =)
13:56:33  <frosch123> however, are there really animated colours which do not exist unanimated?
13:56:55  <V453000> they exist unanimated but when I use them in a sprite, they automatically get animated
13:57:06  <V453000> ... the colour is the same
13:57:13  <frosch123> what?
13:57:14  <Yexo> the colour doesn't matter, only the index does
13:57:24  <Yexo> if they get animated you use the wrong variant of the same colour
13:57:36  <V453000> oh
13:57:50  <frosch123> then fire cycle looks just like colours b7 to be
13:57:54  <V453000> wondering how I messed that up :D thanks
14:05:00  <Brot6> NewGRF Meta Language - Bug #3106 (New): Add --quiet option (yexo) @ http://dev.openttdcoop.org/issues/3106
14:28:40  <Brot6> Central European Train Set - Revision 187:ff4e22956f70: use callbacks to enforce capacities witho... (Eddi) @ http://dev.openttdcoop.org/projects/cets/repository/revisions/ff4e22956f70
14:28:40  <Brot6> Central European Train Set - Revision 188:3ac5626675de: shuffle around cargo wagon refit lists (Eddi) @ http://dev.openttdcoop.org/projects/cets/repository/revisions/3ac5626675de
14:31:03  <michi_cc> My bug or NML bug? http://paste.openttdcoop.org/show/610/
14:36:34  <Brot6> Central European Train Set - Feature #3043: freight wagons (Eddi) @ http://dev.openttdcoop.org/issues/3043#change-8102
14:41:39  <Brot6> Central European Train Set - Feature #3043: freight wagons (michi_cc) @ http://dev.openttdcoop.org/issues/3043#change-8103
15:00:28  <Brot6> Central European Train Set - Revision 189:c5222b548aa1: add handling of "rem" for availability ch... (Eddi) @ http://dev.openttdcoop.org/projects/cets/repository/revisions/c5222b548aa1
15:12:34  <Yexo> michi_cc:  documentation error, it's not "alt_sprites" but "alternative_sprites"
15:12:43  *** hanf has joined #openttdcoop.devzone
15:17:34  <michi_cc> Yexo: nmlc: "input", line 25: Unrecognized identifier 'underlay_hstr' encountered
15:19:52  <Yexo> michi_cc:  are you using "underlay_hstr" in the final grf output?
15:19:59  <Yexo> I mean is that spriteset actually used?
15:20:25  <Yexo> my guess is that it isn't and since it isn't used there is no sprite number attached to it, so therefor it can't be used in an alternative_sprites block
15:20:29  <Yexo> this is a bug in nml
15:21:46  <michi_cc> It is used in the real NML source as "graphics { underlay:        underlay_hstr; }"
15:21:53  <Brot6> NewGRF Meta Language - Bug #3107 (Confirmed): Using identifiers of spritesets that are not used i... (yexo) @ http://dev.openttdcoop.org/issues/3107
15:22:09  <michi_cc> I get the same error both in the real NML source and in the short testcase
15:22:55  <Yexo> ok
15:23:33  <Yexo> I don't have time to look at it now. Perhaps late tonight and otherwise tomorrow
15:23:34  <Brot6> NewGRF Meta Language - Bug #3107: Using identifiers of spritesets that are not used in alternativ... (yexo) @ http://dev.openttdcoop.org/issues/3107#change-8104
17:09:21  <Brot6> grfcodec: update from r833 to r834 done - http://bundles.openttdcoop.org/grfcodec/nightlies/r834
17:12:44  <Brot6> nml: update from r1676 to r1678 done - http://bundles.openttdcoop.org/nml/nightlies/r1678
17:14:20  <frosch123> http://devs.openttd.org/~frosch/groupstats_ogfx.png http://devs.openttd.org/~frosch/groupstats_ogfx.diff <- planetmaker :)
17:14:53  <planetmaker> \o/
17:15:51  <planetmaker> no 123 there? :-)
17:16:02  <frosch123> no :)
17:19:36  <Brot6> Central European Train Set - Bug #3108 (New): DevZone compile failed (compiler) @ http://dev.openttdcoop.org/issues/3108
17:20:00  * planetmaker is happy again
17:20:15  <Brot6> newgrf_makefile: update from r364 to r365 done - http://bundles.openttdcoop.org/newgrf_makefile/nightlies/r365
17:26:16  <Brot6> Central European Train Set - Bug #3108 (Closed): DevZone compile failed (compiler) @ http://dev.openttdcoop.org/issues/3108
17:26:16  <Brot6> Central European Train Set - Bug #3108 (Closed): DevZone compile failed (Eddi) @ http://dev.openttdcoop.org/issues/3108#change-8122
17:27:07  <Brot6> Central European Train Set - Revision 190:c44046d12fb0: bäh (Eddi) @ http://dev.openttdcoop.org/projects/cets/repository/revisions/c44046d12fb0
17:31:58  <Brot6> OpenGFX - Revision 742:53e2d0499de7: Feature: GUI sprites for autoreplace status for vehicle grou... (planetmaker) @ http://dev.openttdcoop.org/projects/opengfx/repository/revisions/53e2d0499de7
17:32:35  <Rubidium> did you already do the buoy? ;)
17:33:32  <planetmaker> not yet
17:36:04  <Brot6> GRFCodec - Revision 835:26d588889ed2: Update: Number of sprites in Action 5 type 15. (frosch) @ http://dev.openttdcoop.org/projects/grfcodec/repository/revisions/26d588889ed2
17:36:53  <frosch123> planetmaker: the png?
17:37:14  <Brot6> cets: update from r179 to r190 done (603 warnings) - http://bundles.openttdcoop.org/cets/nightlies/r190
17:38:37  <planetmaker> @base 16 10 a2
17:38:37  <Webster> planetmaker: 162
17:41:00  <Brot6> NewGRF Meta Language - Revision 1679:22bd3194e51e: Add: New OpenTTD GUI sprites (planetmaker) @ http://dev.openttdcoop.org/projects/nml/repository/revisions/22bd3194e51e
17:41:51  <frosch123> [19:36] <frosch123> planetmaker: the png? <- with that i wanted to suggest to also add sprites/png/extra/extra-gui-autoreplace.png :p
17:43:26  <planetmaker> oh... hm... hg import failed on that...
17:44:04  <planetmaker> hm.. probably due to the rollback to slightly change the comment... well... :-)
17:44:29  <frosch123> http://devs.openttd.org/~frosch/extra-gui-autoreplace.png <- in case you need it separately
17:44:54  <Brot6> vactrainset: compile of r1 still failed (#3044) - http://bundles.openttdcoop.org/vactrainset/nightlies/ERROR/r1
17:45:12  <planetmaker> thanks, it's already there, just didn't got added. And thanks for the prod :-)
17:47:38  <Brot6> OpenGFX - Revision 743:5afb250a4ba8: Fix (r742): Adding the graphics file really helps (planetmaker) @ http://dev.openttdcoop.org/projects/opengfx/repository/revisions/5afb250a4ba8
17:51:39  <Brot6> OpenGFX+ Landscape - Revision 92:098a69a71552: Change: [Makefile] Update to r364 (planetmaker) @ http://dev.openttdcoop.org/projects/ogfx-landscape/repository/revisions/098a69a71552
17:51:39  <Brot6> OpenGFX+ Landscape - Revision 93:36bf3ac785f9: Fix: [Makefile] %.gfx.dep also depends on the indi... (planetmaker) @ http://dev.openttdcoop.org/projects/ogfx-landscape/repository/revisions/36bf3ac785f9
17:56:56  <Brot6> ogfx-landscape: update from r91 to r93 done (2 warnings) - http://bundles.openttdcoop.org/ogfx-landscape/nightlies/r93
18:05:29  <Brot6> Following repos rebuilds successful without any difference to earlier nightlies builds: ogfx-trains (Diffsize: 36114), narvs (11 warnings), bros (1 warnings), ogfx-industries (1 warnings) (Diffsize: 129173), firs (Diffsize: 102), opengfx (Diffsize: 7), foobarstramtracks (Diffsize: 37000), transrapidtrackset, 2cctrainset (6 warnings), worldairlinersset, heqs, basecosts, nutracks, water-features, 32bpp-extra (2 warnings), manindu
18:05:29  <Brot6> (Diffsize: 2), rust, snowlinemod, dutchtramset (Diffsize: 25964), swisstowns, metrotrackset (Diffsize: 1), dutchroadfurniture (Diffsize: 1984), spanishtowns (Diffsize: 2), frenchtowns, ogfx-rv, fish, ttrs (7 warnings) (Diffsize: 1324), ogfx-trees, swedishrails, german-townnames, smts (Diffsize: 8), chips (1 warnings), belarusiantowns (Diffsize: 30), indonesiantowns (1 warnings) (Diffsize: 1), airportsplus (Diffsize: 964), comic-houses
18:05:31  <Brot6> (3 warnings) (Diffsize: 22)
18:13:42  *** Lakie has joined #openttdcoop.devzone
18:16:19  *** andythenorth has joined #openttdcoop.devzone
18:23:35  *** JVassie has joined #openttdcoop.devzone
19:02:37  <Brot6> clientpatches: compile of r22987 still failed (#2964) - http://bundles.openttdcoop.org/clientpatches/testing/ERROR/r22987
19:08:05  <Brot6> openttd-vehiclevars: update from r22972 to r22987 done - http://bundles.openttdcoop.org/openttd-vehiclevars/testing/r22987
19:09:52  <Brot6> serverpatches: compile of r22987 still failed (#2966) - http://bundles.openttdcoop.org/serverpatches/testing/ERROR/r22987
19:11:51  <Brot6> 32bpp-ez-patches: compile of r22987 still failed (#2446) - http://bundles.openttdcoop.org/32bpp-ez-patches/testing/ERROR/r22987
19:47:18  *** hanf has quit IRC
20:04:41  *** frosch123 has quit IRC
20:20:27  <Yexo> planetmaker:  wrt to nml r1679: do we already have constants for the offsets within the OTTD_GUI block? If not, is it a good idea to add them?
20:20:36  <Yexo> Or would documenting them properly be good enough?
20:21:13  <planetmaker> I looked (briefly) for them, but didn't find any. Then it also (briefly) crossed my mind that it might be a good idea to introduce a few :-)
20:24:41  <Brot6> NewGRF Meta Language - Feature Request #3109 (New): Constants for offsets in OTTD_GUI block (and ... (yexo) @ http://dev.openttdcoop.org/issues/3109
20:28:42  <Brot6> NewGRF Meta Language - Feature Request #3109: Constants for offsets in OTTD_GUI block (and others... (planetmaker) @ http://dev.openttdcoop.org/issues/3109#change-8125
20:34:05  <Brot6> NewGRF Meta Language - Feature Request #3109: Constants for offsets in OTTD_GUI block (and others... (Hirundo) @ http://dev.openttdcoop.org/issues/3109#change-8126
20:41:52  <Hirundo> I don't know whether they need constants, or whether documenting them is good enough
20:45:00  <planetmaker> might be...
20:52:22  <Brot6> Central European Train Set - Feature #3045: Länderbahn rolling stock (Eddi) @ http://dev.openttdcoop.org/issues/3045#change-8127
20:56:31  <Brot6> Central European Train Set - Revision 191:c87b42619d9f: remove articulation from early 3-part ele... (Eddi) @ http://dev.openttdcoop.org/projects/cets/repository/revisions/c87b42619d9f
20:57:12  *** andythenorth has left #openttdcoop.devzone
21:02:24  *** ODM has quit IRC
21:43:45  <Brot6> Central European Train Set - Feature #3045: Länderbahn rolling stock (Elukka) @ http://dev.openttdcoop.org/issues/3045#change-8128
22:24:01  <Brot6> Central European Train Set - Revision 192:e6b03778424f: add graphics for closed wagon (Verbandsba... (Eddi) @ http://dev.openttdcoop.org/projects/cets/repository/revisions/e6b03778424f
23:04:23  *** Lakie` has joined #openttdcoop.devzone
23:10:37  *** Lakie has quit IRC
23:18:12  *** JVassie has quit IRC
23:20:46  *** Lakie` is now known as Lakie
23:28:05  *** Lakie has quit IRC

Powered by YARRSTE version: svn-trunk