Sign In
David's Blog
So you want to learn something new?
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
C#/XNA
C++ Stuff
Archive
Archives
July 2007
(1)
April 2007
(5)
January 2006
(3)
MSDN Blogs
>
David's Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
David's Blog
New Blog
Posted
over 5 years ago
by
David Owens II
0
Comments
Hello all, I just wanted to let you know that I'll be posting to a new blog from now on as I'd like to be able to have a little more control over what I put up (like personal matters as well). I'll try and migrate the content over there, but no promises...
David's Blog
Using C# for game scripts, part 2
Posted
over 5 years ago
by
David Owens II
8
Comments
In my last post I showed you how to get scripts to be compiled dynamically at run-time. This makes things super easy, but I left you guys hanging on two fronts. I didn't show you how to compile multiple scripts into the same assembly. I totally...
David's Blog
Using C# for game scripts, part 1
Posted
over 5 years ago
by
David Owens II
4
Comments
Alright, today I'm going to continue where my previous posts (Loading Map/Game Data from XML) left off. Those posts showed you how to get game data into your game, but how do you define game behavior? Simple! With scripts. Now, there are lots of solutions...
David's Blog
Loading Map/Game Data from XML, part 3
Posted
over 5 years ago
by
David Owens II
1
Comments
So far we have the backing map.xml file, we have the classes that we are going to use to store the data in our game, now all we need to do is to parse the XML file and create the instances. We could have tried to use the XML serialization support that...
David's Blog
Loading Map/Game Data from XML, part 2
Posted
over 5 years ago
by
David Owens II
1
Comments
Alright, in the last part we dealt with creating the basic map file. This time around we're going to look at the classes that hold the data that we will eventually be reading in. The first class we're going to be looking at is the Map class. 1:...
David's Blog
Loading Map/Game Data from XML, part 1
Posted
over 5 years ago
by
David Owens II
1
Comments
Over at 3D Buzz ( http://www.3dbuzz.com/ ) there is an XNA class that is currently going: XNA 101. The class is currently going through the process of creating a text-based adventure game as it's "Hello World!" app - ambitious for beginners yes, but way...
David's Blog
Learning to call methods (C++ Reflection, part 2)
Posted
over 6 years ago
by
David Owens II
0
Comments
Ok, last time we got the basics of the system in place. Tonight we'll fix up some of the stuff that we had before (in case you were wondering, I'm figuring this out at the same time as you guys), then get the invocation of some functions. First, our...
David's Blog
Thinking about the problem (C++ Reflection, part 1)
Posted
over 6 years ago
by
David Owens II
0
Comments
Setting Goals So you want to build a reflection system in C++? Well, I assume so since you're reading this. =) Ok, enough jokes... There are a few ways to go about building a reflection system in C++ and there are different levels that we can accomplish...
David's Blog
Welcome to my blog!
Posted
over 6 years ago
by
David Owens II
0
Comments
Welcome! I'm glad that you've stumbled across my new blog. So, now that you're here, I guess I should tell you a little about myself. My name is David Owens II and I am a member of the QA team on Cider here at Microsoft. I started out as a contractor...
Page 1 of 1 (9 items)