Moved packing algorithms, spatial partitioning system and serialization helpers from Nuclex.Support to Nuclex.Game; minor improvements in documentation; AbortedException no longer derives from ApplicationException; added document that gives an overview of several R-Tree splitting techniques I found on the 'net

git-svn-id: file:///srv/devel/repo-conversion/nusu@86 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
Markus Ewald 2008-08-01 20:55:43 +00:00
parent fd2f072c2d
commit 86d915f9f0
20 changed files with 19 additions and 2035 deletions

View file

@ -29,7 +29,7 @@ namespace Nuclex.Support.Scheduling {
/// background process.
/// </remarks>
[Serializable]
public class AbortedException : ApplicationException {
public class AbortedException : Exception {
/// <summary>Initializes the exception</summary>
public AbortedException() { }