Added an AsyncStarted event to the progression class, currently disabled for further consideration; set up the outline of a new spatial partitioning framework with an R*-Tree implementation; new AbortedException for indicating that a process was forcefully aborted

git-svn-id: file:///srv/devel/repo-conversion/nusu@31 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
Markus Ewald 2007-07-01 19:27:40 +00:00
parent 6d79fe3ebc
commit 1ae0c7de63
13 changed files with 511 additions and 30 deletions

View file

@ -162,6 +162,10 @@
<Name>SimpleRectanglePacker.Test</Name>
<DependentUpon>SimpleRectanglePacker.cs</DependentUpon>
</Compile>
<Compile Include="Source\Scheduling\AbortedException.cs">
<XNAUseContentPipeline>false</XNAUseContentPipeline>
<Name>AbortedException</Name>
</Compile>
<Compile Include="Source\Serialization\BinarySerializer.Test.cs">
<XNAUseContentPipeline>false</XNAUseContentPipeline>
<Name>BinarySerializer.Test</Name>
@ -179,6 +183,26 @@
<XNAUseContentPipeline>false</XNAUseContentPipeline>
<Name>IAbortable</Name>
</Compile>
<Compile Include="Source\SpatialPartitioning\BoundingRectangle.cs">
<XNAUseContentPipeline>false</XNAUseContentPipeline>
<Name>BoundingRectangle</Name>
</Compile>
<Compile Include="Source\SpatialPartitioning\RTree2.cs">
<XNAUseContentPipeline>false</XNAUseContentPipeline>
<Name>RTree2</Name>
</Compile>
<Compile Include="Source\SpatialPartitioning\RTreeLeaf2.cs">
<XNAUseContentPipeline>false</XNAUseContentPipeline>
<Name>RTreeLeaf2</Name>
</Compile>
<Compile Include="Source\SpatialPartitioning\RTreeNode2.cs">
<XNAUseContentPipeline>false</XNAUseContentPipeline>
<Name>RTreeNode2</Name>
</Compile>
<Compile Include="Source\SpatialPartitioning\SpatialIndex2.cs">
<XNAUseContentPipeline>false</XNAUseContentPipeline>
<Name>SpatialIndex2</Name>
</Compile>
<Compile Include="Source\Tracking\Internal\ObservedProgression.cs">
<XNAUseContentPipeline>false</XNAUseContentPipeline>
<Name>ObservedProgression</Name>