XNA Studio

Looks interesting, but targeted towards teams.

Then again, Im not seeing why a tight integration between teams would be video game specific. It sounds rather useful for any sort of teams of programmers. Unless theyre really trying to hype game making so they can sell it for more money...
 
Ive seen demos of Team System and weve got a small version of the Beta installed at work to "play around" with. It looks VERY promising.

The new XNA version of Visual Studio builds on Team System. The extra features look mostly tailored to the content portion of Game Development. Most visual studio projects do not have much in the way of content. Maybe some images or other resources, typically embedded in the DLL/EXE or included as support files. Game development is very big on content and, from what I understand, a major headache to manage.

Developers have good tools for managing code changes - version tracking, a library, merge capabilities, etc. But the content portion of a project is hard to work with. There are a couple of other game content/code products out there so I guess MS is just trying to edge into that area. Makes sense now that they have the XBox product.

Along with Team System, this sounds promising for Game Developers in a team - not so important for single developers, the hobbyists. Team System integrates bug tracking, source control, task items, etc. into one environment.

-ner
 
I hope this applies accross to normal development a little bit too then.

I can understand why this might help to manage all the content in a game though.
 
Back
Top