From: Charles Date: Mon, 19 Apr 2010 05:09:51 +0000 (+0000) Subject: New test map: maze.cfmap X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fcarfire;a=commitdiff_plain;h=8bd8893e7f7516c76558ad7262e9f9350f5192b9;hp=1368c1af3d7a4a12b0b0577dbe3edbfd254e2d04 New test map: maze.cfmap New classes: - Timer is a basic event scheduler. - IPriorityQueue, BinaryHeap is a basic heap... not sure why .Net doesn't provide one. - PathFinder lets your search the map for paths. - Script is a WIP. git-svn-id: https://bd85.net/svn/cs3505_group@107 92bb83a3-7c8f-8a45-bc97-515c4e399668 --- diff --git a/CarFire/CarFire/CarFire/CarFire.csproj b/CarFire/CarFire/CarFire/CarFire.csproj index fd92b88..2edc12d 100644 --- a/CarFire/CarFire/CarFire/CarFire.csproj +++ b/CarFire/CarFire/CarFire/CarFire.csproj @@ -84,6 +84,7 @@ + @@ -95,9 +96,12 @@ + + + diff --git a/CarFire/CarFire/CarFire/Content/Content.contentproj b/CarFire/CarFire/CarFire/Content/Content.contentproj index e53208f..818dbdd 100644 --- a/CarFire/CarFire/CarFire/Content/Content.contentproj +++ b/CarFire/CarFire/CarFire/Content/Content.contentproj @@ -136,6 +136,13 @@ TextureProcessor + + + maze + MapImporter + PassThroughProcessor + +