Re: [Wormux-dev] Windows Networking

2007-08-06 Par sujet Kurosu
Hello, Matthieu Fertré a écrit : > I'm not sure it's always possible to remove the duplicates. It should be > possible if on each layer (4 layers: sky, wind particles, ground, all > other objects), 2 objects of the same size can not be at a same position > => collisions between all objects of a

Re: [Wormux-dev] Windows Networking

2007-08-06 Par sujet Kurosu
Hello, Kyle a écrit : > With this known now, I believe it is possible to simply change > CompareRectangles such that it returns false if the rectangles are > equal, thus fixing the "weak" part of the requirement. Since it is very This is worth investiguating indeed. Please refer to my reply to

Re: [Wormux-dev] Windows Networking

2007-08-06 Par sujet Matthieu Fertré
Kurosu a écrit : > Matthieu Fertré a écrit : > >> So, in my opinion, the detection of duplicated rectangles must be done >> in Map::OptimizeCache(). Methods Map::ToRedrawOnScreen() and >> Map::ToRedrawOnMap() should stay silly methods. >> > > I think that on the other hand, as long as Map

[Wormux-dev] Automatic compilation/packages?

2007-08-06 Par sujet Kurosu
Hi, yekcim brought this topic recently. This involves a script at least compiling and ideally building a package out of svn. Bonus points for whoever can also generate a webpage storing a history of the compilations. To do that, I can see the following method: 1) Trigger a test whether to recomp

Re: [Wormux-dev] Automatic compilation/packages?

2007-08-06 Par sujet Kyle
Kurosu wrote: > Hi, > > yekcim brought this topic recently. This involves a script at least > compiling and ideally building a package out of svn. Bonus > points for whoever can also generate a webpage storing a history of the > compilations. > > To do that, I can see the following method: > 1)

Re: [Wormux-dev] Automatic compilation/packages?

2007-08-06 Par sujet Kurosu
Hi, Kyle a écrit : > I had a system set up to compile autopackages, however, I couldn't find > enough testers, and I had to use a really old version of glibc so that > other people with distro's ten versions too old could run them, so I How was that possible? SDL has dependencies for instance

Re: [Wormux-dev] Automatic compilation/packages?

2007-08-06 Par sujet Kyle
Kurosu wrote: > Hi, > > Kyle a écrit : >> I had a system set up to compile autopackages, however, I couldn't find >> enough testers, and I had to use a really old version of glibc so that >> other people with distro's ten versions too old could run them, so I > > How was that possible? SDL has

Re: [Wormux-dev] Automatic compilation/packages?

2007-08-06 Par sujet Julien PUYDT
Kurosu a écrit : > yekcim brought this topic recently. This involves a script at least > compiling and ideally building a package out of svn. Bonus > points for whoever can also generate a webpage storing a history of the > compilations. > > To do that, I can see the following method: > 1) Trigge