Archive for September, 2007

Improved Serialization Prototype

Wednesday, September 26th, 2007

I’ve improved my serialization prototype to handle pointers.  Here it is: http://venzon.net/content/dev/prototyping/joe_serialization3.cpp

Serialization Prototype

Sunday, September 23rd, 2007

I prototyped a simple C++ serialization method. Check it out: http://venzon.net/content/dev/prototyping/joe_serialization.cpp Update: I cleaned up the code a bit and added support for STL lists. Here’s the updated code: http://venzon.net/content/dev/prototyping/joe-serialization2.cpp

Sail Game Design Document, Rev 9/20/07

Thursday, September 20th, 2007

I’ve put up a new revision of my game design up. Sail Game Design Document 9/20/07 Also, note that this file (GDD.pdf) overwrites the older revisions.

Sail Game Development Document Rev 9/10/07

Monday, September 10th, 2007

I’ve pumped out the first revision to my Sail game development document.  Here it is: Sail Game Development Document Rev 9/10/07

Sail Game Development Document First Draft

Sunday, September 2nd, 2007

Here’s the first draft of my game development document.: Sail Game Development Document First Draft

Dev Journal and Project Hosting