Re: [Freebooters-devel] Proposal for ship model specs

2004-09-17 Thread kabutor
Well, I try to understand that, but dont really have it :) , my idea for the sails, is that only the "broom" sail must control the speed of The question if whether we want to handle the steering of all ships similarly or if we want to mimic how they're controlled in reality. I'm not sure y

[Freebooters-devel] Last cvs BUG

2004-09-17 Thread kabutor
I was getting several segfaults until I realized that the last change in cvs commited a bug, I prefer to submit patch inestead of fixing :D 599c599 attachObject(sail); --- >sails->attachObject(sail);

Re: [Freebooters-devel] Last cvs

2004-09-17 Thread Moritz Muehlenhoff
kabutor wrote: > Is helm the CUTsails.mesh? because that one is missing in the last cvs > code and is not showing while loading the model .. > Is the same one I ask you the other day if you have modified something > in that. I was working against on outdated checkout. Fixed in CVS. > I like the

Re: [Freebooters-devel] Proposal for ship model specs

2004-09-17 Thread Moritz Muehlenhoff
kabutor wrote: > Well, I try to understand that, but dont really have it :) , my idea > for the sails, is that only the "broom" sail must control the speed of > the ship, even in the big ships, the other ones, the rectangular ones > shall only move a little (30º-20º each side at most) but just

Re: [Freebooters-devel] Automake/Autoconf

2004-09-17 Thread Paul Pogonyshev
> > Well, I offered help, because I had to edit `Makefile' in order > > to install CVS freeboters (`[a-z]*' matches `CVS', which is a > > directory and won't install). > > Which version of install(1) do you use? In POSIX regular expressions > [a-z] does not match C, just the ASCII character range f

[Freebooters-devel] Last cvs

2004-09-17 Thread kabutor
I agree that the helm is not needed. It's probably not even visible most of the time. In the inter island What you mean with helm? r:-/ Is helm the CUTsails.mesh? because that one is missing in the last cvs code and is not showing while loading the model .. Is the same one I ask you t

Re: [Freebooters-devel] Automake/Autoconf

2004-09-17 Thread Moritz Muehlenhoff
[ Sorry for the late reply, I forgot this mail in my postponed mailbox ] Paul Pogonyshev wrote: > Well, I offered help, because I had to edit `Makefile' in order > to install CVS freeboters (`[a-z]*' matches `CVS', which is a > directory and won't install). Which version of install(1) do you us

Re: [Freebooters-devel] Proposal for ship model specs

2004-09-17 Thread kabutor
Movement in the ship is controlled through the helm which controls the direction of the ship and how far the sail should be able to expand. Depending on the side the wind is coming from the broom switches over to either side. This should have a graphical representation through the boom position.