On 7/5/06, Matthew Marshall <[EMAIL PROTECTED]> wrote:
On Fri 30 Jun 2006 17:00, Bradley Arsenault wrote:
> I don't want to start another flame war, but in designing the new ai
> system, there are atleast 3 places where I could use boost libraries,
> in particular, boost::tuple, boost::smart_ptr, and boost::function. If
> its not going to cause too much pain, I was wondering if it would be
> possible for me to use these?

Will your AI system immediately replace the current ones?

If not, why not make your system be an optional component, so if someone
doesn't want to install boost they can still build and play the rest of the
game.

If it was up to me I wouldn't have a problem with depending on boost. (But
then again, if it was up to me I would start rewriting glob2 in python :P )

MWM


_______________________________________________
glob2-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/glob2-devel




I have to dis agree with the python bit, many components of glob2 are
starved for speed, mainly all of the gradient computations. But I
certainly agree that my AI system can be made optional. Its built upon
the existing AI system to provide a sub-system for scripted AI's, and
to make C++ AIs much easier to create.


_______________________________________________
glob2-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/glob2-devel

Reply via email to