Game Development Community

dev|Pro Game Development Curriculum
TempStr

I am always in search of code that helps me code or makes my programs cleaner and easier to read. TempStr is an amazingly simple chunk of code that does both. TempStr encapsulates variable length buffer creation, assertion checking and printf style string formatting into a simple to use C++ class.

Author Rick Overman Date 01/14/2001 (12:11 am) Comment 1 comments

The GarageGames Resource Database

A overview of why the resource database was built and a list of it's key features.

Author Tim Gift Date 01/03/2001 (3:30 pm) Comment 0 comments

Wildcard string matching

A quick and dirty recursive wildcard string matching.

Author Rick Overman Date 12/14/2000 (10:54 pm) Comment 1 comments

Line Segment - Box Intersection

Code to calculate the intersection of a line segment and a box.

Author Tim Gift Date 12/14/2000 (6:26 pm) Comment 5 comments

Explosions in Starsiege: Tribes and Tribes II

A brief overview of how explosions where constructed and animated in the Tribes games.

Author Tim Gift Date 12/01/2000 (8:30 pm) Comment 4 comments

Advanced Resource Searching

An overview of the more advanced resource searching available on the GarageGames site.

Author Tim Gift Date 11/29/2000 (3:20 pm) Comment 2 comments