Am Dienstag, 14. November 2006 15:31 schrieb zz zz: > >From: Dennis Schridde <[EMAIL PROTECTED]> > >Reply-To: Development list <[email protected]> > >To: Development list <[email protected]> > >Subject: Re: [Warzone-dev] input.c changes and projectile.c fix > >Date: Mon, 13 Nov 2006 20:39:40 +0100 > > > >Am Montag, 13. November 2006 19:38 schrieb zz zz: > > > > > no,it's just 'reset' the hit bounding box's radius bonus to 1(no > > > >bonus) > > > > > >It just looked to me that wpRadius is set before entering the loop of > > > >neighbours and is never after set back to the old value (dependend on > > > >the > > > > > >wpn), so for other neighbours it would still be 1. But maybe I am > > > >wrong, > > > > > >was just a quick look. > > > > > > you are right,wpRadius is never set back to the old value,but it > > > >shouldnt > > > > > be a big problem,since this function is called every game loop/frame. > > > >I don't like the idea of letting a bug happen, because it's negative > >effects > >might be minor... This leads to very ugly things as we should all know by > >now. > > > >--Dennis > > ok fixed that,though there is a new problem:the structure 'height' in > STRUCTURE struct is commented out by someone/unfinished,so some missile > weapons might have problems hitting building with relatively low vector > z.Not sure if I should re-add/finish the 'height' value though. Ok, I think we might have gotten that wrong...
2.1 is intended to _NOT_ keep backwards compatibility with any previous release or version. Basically this means it is a do-whatever-you-want-improve-Warzone release. Netcode is intended to be rewritten for 2.1 anyway so no need to keep compatibility there either. I'll redo the dataloading, so old (meta)data is per defintion incompatible, too. You see: You can really change anything. Generell intend with that is to remove hacks and improve the overall structure of the code. If you change something that will/could break existing binary data like maps, the only requirement is that you should be able to provide a way to convert the existing data to the new format. That's generally to everyone. If some ppl miss it I'll rewrite it in a seperate mail. ;) --Dennis PS: The answer is yes, you may add that value.
pgpuifvXbGdKA.pgp
Description: PGP signature
_______________________________________________ Warzone-dev mailing list [email protected] https://mail.gna.org/listinfo/warzone-dev
