[Gtkradiant] CVS: target/targetname collision fixes

Timothee Besset gtkradiant@zerowing.idsoftware.com
Wed, 27 Feb 2002 11:40:50 +0100


Gef checked in another fixed later yesterday, which you probably didn't get.

TTimo

On Wed, 27 Feb 2002 10:36:19 -0000
"Joseph, William" <WJoseph@europe.ea.com> wrote:

> There was an off-by-one bug in the version of the target/targetname
> collision fixes I got from cvs yesterday (trunk).
> You're reading the entity array backwards from array[numelems] instead of
> array[numelems-1]. It causes a crash on loading any map.
> 
> -SPoG
> 
> -----Original Message-----
> From: Timothee Besset [mailto:ttimo@idsoftware.com]
> Sent: 26 February 2002 08:16
> To: gtkradiant@zerowing.idsoftware.com
> Subject: Re: [Gtkradiant] CVS: target/targetname collision fixes
> 
> 
> Maybe that fix should have been happening on the stable branch actually. I
> am not sure that we are going to have the trunk stabilized before we go
> for a new release. We would probably use the stable branch to release a
> new build.
> 
> TTimo
> 
> On Mon, 25 Feb 2002 22:12:45 -0600
> "Gef Davis,,," <gef@zerowing.idsoftware.com> wrote:
> 
> > User   : gef
> > Root   : zerowing:/cvs
> > Date   : 2002/02/25  22:11:14
> > 
> > target/targetname collision fixes
> > 
> > --
> > 
> >   GtkRadiant/docs/developer/CHANGES
> >     1.275 :
> http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer
> /CHANGES?rev=1.275
> >     diff :
> >       This is the changelog for developers, != changelog for the end user 
> >       that we distribute with the binaries. (see changelog)
> >       
> >     + 26/2/2002
> >     +   Gef
> >     +   - Added Entity_Connect() to entity.cpp to avoid duplicating code
> >     +   - Fixed target/targetname collisions - entities being cross-linked
> when copied
> >     +     Bugzilla #385 :
> http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=385
> >     + 
> >       16/2/2002
> >         Gef
> >         - cleaned up the kyro gl_point workaround stuff
> > 
> > 5 files modified :
> > 
> >   GtkRadiant/radiant/entity.cpp
> >     1.21 :
> http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/entity
> .cpp?rev=1.21
> >     1.20 :
> http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/entity
> .cpp?rev=1.20
> >     diff :
> http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/entity
> .cpp.diff?r1=1.20&r2=1.21
> > 
> >   GtkRadiant/radiant/entity.h
> >     1.10 :
> http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/entity
> .h?rev=1.10
> >     1.9 :
> http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/entity
> .h?rev=1.9
> >     diff :
> http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/entity
> .h.diff?r1=1.9&r2=1.10
> > 
> >   GtkRadiant/radiant/map.cpp
> >     1.31 :
> http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/map.cp
> p?rev=1.31
> >     1.30 :
> http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/map.cp
> p?rev=1.30
> >     diff :
> http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/map.cp
> p.diff?r1=1.30&r2=1.31
> > 
> >   GtkRadiant/radiant/qe3.cpp
> >     1.61 :
> http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.cp
> p?rev=1.61
> >     1.60 :
> http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.cp
> p?rev=1.60
> >     diff :
> http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.cp
> p.diff?r1=1.60&r2=1.61
> > 
> >   GtkRadiant/docs/developer/CHANGES
> >     1.275 :
> http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer
> /CHANGES?rev=1.275
> >     1.274 :
> http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer
> /CHANGES?rev=1.274
> >     diff :
> http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer
> /CHANGES.diff?r1=1.274&r2=1.275
> > 
> > 
> 
> _______________________________________________
> Gtkradiant mailing list
> Gtkradiant@zerowing.idsoftware.com
> http://zerowing.idsoftware.com/mailman/listinfo/gtkradiant
> 
> _______________________________________________
> Gtkradiant mailing list
> Gtkradiant@zerowing.idsoftware.com
> http://zerowing.idsoftware.com/mailman/listinfo/gtkradiant
>