Archive for October 2008

October 30, 2008

XNA 3.0 Released

Microsoft released the final version of XNA Game Studio 3.0 today! Also, the creators club website is back online!
http://creators.xna.com
http://creators.xna.com/en-us/xnags_islive

October 18, 2008

XNA Game Engine Tutorial Series #4 – DrawOrder

This tutorial is going to be a quick one. I originally had this as part of the next one, but it is getting to be too long for one post so I’m splitting it into two parts. In this chapter we are going to be adding a draw order property to the Component class. This [...]