Config
Log for #openttdcoop.devzone on 22nd November 2011:
Times are UTC Toggle Colours
07:58:32  *** ODM has joined #openttdcoop.devzone
08:06:40  *** andythenorth has joined #openttdcoop.devzone
10:24:18  *** andythenorth has quit IRC
12:40:53  *** ODM has quit IRC
12:42:27  *** ODM has joined #openttdcoop.devzone
13:15:54  *** ODM has quit IRC
13:16:12  *** ODM has joined #openttdcoop.devzone
13:24:11  *** TheODM has joined #openttdcoop.devzone
13:28:58  *** ODM has quit IRC
14:48:45  <Brot6> Central European Train Set - Revision 335:7cf46ec5d1ca: add: support for narrow gauge (oberhuemer) @ http://dev.openttdcoop.org/projects/cets/repository/revisions/7cf46ec5d1ca
15:15:45  <Brot6> OpenGFX+ Trains - Revision 278:99714c39cce1: Change: [Makefile] Install into NewGRF dir instead o... (planetmaker) @ http://dev.openttdcoop.org/projects/ogfx-trains/repository/revisions/99714c39cce1
15:16:29  <Brot6> OpenGFX+ Trains - Revision 279:9ecb1ff98318: Change: Add FISH and TOUR to cargo translation table (planetmaker) @ http://dev.openttdcoop.org/projects/ogfx-trains/repository/revisions/9ecb1ff98318
15:17:50  *** hanf has joined #openttdcoop.devzone
16:19:27  *** hanf has quit IRC
16:33:41  <Brot6> Central European Train Set - Revision 336:1347f0110186: change: rename "NG Xxx" to "Xxx/Narrow" t... (oberhuemer) @ http://dev.openttdcoop.org/projects/cets/repository/revisions/1347f0110186
17:20:11  <Brot6> ogfx-trains: update from r277 to r279 done - http://bundles.openttdcoop.org/ogfx-trains/nightlies/r279
17:26:17  <Brot6> cets: update from r334 to r336 done - http://bundles.openttdcoop.org/cets/nightlies/r336
17:29:34  <Brot6> newgrf_makefile: compile of r381 still failed (#3262) - http://bundles.openttdcoop.org/newgrf_makefile/nightlies/ERROR/r381
17:30:24  <Brot6> vactrainset: compile of r1 still failed (#3044) - http://bundles.openttdcoop.org/vactrainset/nightlies/ERROR/r1
17:30:37  <planetmaker> Yexo: wrt the new refit properties... any chance for that soonish? I didn't find an example by which I could implement them properly
17:30:48  <Yexo> sure
17:31:01  <Yexo> eddi already had a patch for it
17:31:10  <planetmaker> oy :-)
17:34:28  <Brot6> GRFCodec - Revision 845:a21a5f5907ee: Add: Support for the new refit properties (yexo) @ http://dev.openttdcoop.org/projects/grfcodec/repository/revisions/a21a5f5907ee
17:36:32  <Yexo> hmm, what would be a good name? edd's patch has "ctt_add_cargos"
17:36:38  <Yexo> and "ctt_rem_cargos"
17:37:08  <planetmaker> I call them cargo_allow_refit and cargo_disallow_refit
17:37:14  <planetmaker> maybe cargotype_...
17:38:57  <Yexo> refittable_cargo_classes / non_refittable_cargo_classes / refittable_cargo_types <- that are the existing ones
17:39:41  <planetmaker> hm. In that light: refittable_cargo_types / non_refittable_cargo_types
17:39:53  <planetmaker> but... that collides
17:39:58  <Yexo> refittable_cargo_types classes with the exising one
17:40:06  <Yexo> otherwise it'd have been the perfect name
17:40:09  <planetmaker> yes
17:40:51  <Yexo> expliciit_refittable_cargo_types / explicit_non_refittable_cargo_types ?
17:40:56  <Yexo> that's a bit long
17:41:30  <planetmaker> I guess I then still prefer my first suggestion ;-)
17:42:31  <planetmaker> or just: refittable_cargo / non_refittable_cargo ?
17:43:03  <Yexo> cargo_allow_refit / cargo_disallow_refit is fine with me
17:44:53  <planetmaker> well, yes :-)
18:00:30  <Brot6> NewGRF Meta Language - Revision 1721:65d9e5389d80: Add: new vehicle properties cargo_allow_refit ... (yexo) @ http://dev.openttdcoop.org/projects/nml/repository/revisions/65d9e5389d80
18:03:12  <planetmaker> thankx, Yexo. I'll update wiki, if you haven't done so already
18:03:19  <Yexo> would be great :)
18:09:45  <planetmaker> hm, usage is cargo_allow_refit: {BLAH, BLUH, BLUB, OIL_} ?
18:10:58  <planetmaker> ^ Yexo ?
18:11:16  <Yexo> it's an array, so [COAL, PASS] etc.
18:11:26  <planetmaker> oh. ok
18:11:28  <planetmaker> thx
18:24:04  <planetmaker> Terkhen: we should now review our refit for vehicles :-)
18:24:35  <planetmaker> and I noticed this afternoon two things: our CTT (or at least the one of ogfx+trains) missed FISH and TOUR
18:24:49  <Terkhen> http://newgrf-specs.tt-wiki.net/wiki/Action0/Vehicles/Trains#List_of_always_refittable_cargo_types_.282C.2C_2D.29 <-- that is the explanation for the new stuff?
18:25:01  <Terkhen> but I noticed no problems with FISH and TOUR support
18:27:45  <planetmaker> kinda, yes
18:28:12  <planetmaker> it's two lists of "always allow refit to these labels" and "always disallow refit to these labels" in NML
18:28:34  <planetmaker> independent of their cargo classes. No xor or whatever magic
18:30:14  *** LordAro has joined #openttdcoop.devzone
18:30:33  * LordAro pokes planetmaker with a non-working 32bpp-ez build :P
18:31:11  <Terkhen> nice
18:31:38  <Terkhen> I don't remember any problems with the current scheme, but maybe rewriting it to use the new properties would make things simpler in some cases
18:31:54  <planetmaker> it makes it mostly independent of the cargo classes :-)
18:32:04  <planetmaker> Thus they might somewhen slightly reworked ;-)
18:32:17  <planetmaker> and... it allows to address more than 32 cargos
18:32:51  <Terkhen> nice
18:33:04  <Terkhen> I never liked that limit :)
18:33:26  <Terkhen> we should consider remading them whenever they need any kind of change
18:33:48  <planetmaker> Trui-ish
18:34:10  <planetmaker> I'm considering for ogfx+trains to provide a 'universal' wagon
18:34:30  <planetmaker> so that people can use a depot as a shunting yard with orders to switch the wagon (cargo)
18:34:43  <planetmaker> and auto-refit in stations anyway when the wagon doesn#t change
18:34:46  <planetmaker> good / bad ?
18:35:40  <Terkhen> it would work as any wagon, using the "correct" current capacity and sprite for each case?
18:35:57  <planetmaker> that would be the plan
18:36:21  <planetmaker> and refit from tank to flatbed would cost the same as purchase - sell
18:37:33  <planetmaker> anyway: bbl
18:45:30  <Terkhen> as long as it is a setting... too confusing for me :)
18:47:29  *** andythenorth has joined #openttdcoop.devzone
18:53:18  *** andythenorth has quit IRC
18:58:53  *** Zuu has joined #openttdcoop.devzone
19:03:02  <Brot6> clientpatches: compile of r23292 still failed (#2964) - http://bundles.openttdcoop.org/clientpatches/testing/ERROR/r23292
19:04:55  <Brot6> serverpatches: compile of r23292 still failed (#2966) - http://bundles.openttdcoop.org/serverpatches/testing/ERROR/r23292
19:06:49  <Brot6> 32bpp-ez-patches: compile of r23292 still failed (#2446) - http://bundles.openttdcoop.org/32bpp-ez-patches/testing/ERROR/r23292
19:09:55  *** JVassie has joined #openttdcoop.devzone
19:29:30  *** frosch123 has joined #openttdcoop.devzone
19:59:35  <Rubidium> LordAro: why poke planetmaker? What did he break?
19:59:45  *** andythenorth has joined #openttdcoop.devzone
20:00:07  <Rubidium> LordAro: there is a compile error in spriteloader/png.cpp
20:02:57  *** hanf has joined #openttdcoop.devzone
20:25:05  *** Rubidium has quit IRC
20:25:05  *** orudge has quit IRC
20:25:21  *** Rubidium has joined #openttdcoop.devzone
20:25:45  *** orudge has joined #openttdcoop.devzone
22:01:35  *** andythenorth has quit IRC
22:04:51  *** LordAro has quit IRC
23:12:34  *** frosch123 has quit IRC
23:17:28  *** JVassie has quit IRC
23:24:57  *** TheODM has quit IRC
23:39:54  <Brot6> Central European Train Set - Revision 337:822f76443307: add: data for narrow gauge engines and pa... (oberhuemer) @ http://dev.openttdcoop.org/projects/cets/repository/revisions/822f76443307

Powered by YARRSTE version: svn-trunk