Nuclex.Support/Source
2008-10-22 20:45:13 +00:00
..
Collections Added license tags in the files where they were amiss; added IntegerHelper class with a method to quickly determine the next power of 2 to any number 2008-07-17 21:19:41 +00:00
Licensing Improved documentation in several places; renamed 'Support' class in Nuclex.Support.Plugins to 'PluginHelper' to match the established conventions; provided better error messages for the plugin loading methods in the PluginRepository class 2008-08-07 19:57:20 +00:00
Parsing Updated copyright message to include the year 2008; upgraded projects to XNA Game Studio 3.0 (CTP 2008-05); added missing copyright tag to CommandLineParser unit test; upgraded obsolete methods in Nuclex.UserInterface to use the new XNA 2.0 / 3.0 content loading/unloading methods instead 2008-05-14 19:30:05 +00:00
Plugins Fixed 3 compiler warnings that were occurring in Nuclex.Support; minor improvements to the documentation 2008-08-14 21:14:40 +00:00
Scheduling Fixed 3 compiler warnings that were occurring in Nuclex.Support; minor improvements to the documentation 2008-08-14 21:14:40 +00:00
Tracking Fixed 3 compiler warnings that were occurring in Nuclex.Support; minor improvements to the documentation 2008-08-14 21:14:40 +00:00
FloatHelper.cs Added CPL license header to files where it was amiss; added StringHelper class with IndexNotOfAny() and LastIndexNotOfAny() (inverted variants of the IndexOfAny() methods in the .NET framework) 2008-07-28 19:58:15 +00:00
FloatHelper.Test.cs Added CPL license header to files where it was amiss; added StringHelper class with IndexNotOfAny() and LastIndexNotOfAny() (inverted variants of the IndexOfAny() methods in the .NET framework) 2008-07-28 19:58:15 +00:00
IntegerHelper.cs Added CPL license header to files where it was amiss; added StringHelper class with IndexNotOfAny() and LastIndexNotOfAny() (inverted variants of the IndexOfAny() methods in the .NET framework) 2008-07-28 19:58:15 +00:00
IntegerHelper.Test.cs Added CPL license header to files where it was amiss; added StringHelper class with IndexNotOfAny() and LastIndexNotOfAny() (inverted variants of the IndexOfAny() methods in the .NET framework) 2008-07-28 19:58:15 +00:00
PathHelper.cs Added CPL license header to files where it was amiss; added StringHelper class with IndexNotOfAny() and LastIndexNotOfAny() (inverted variants of the IndexOfAny() methods in the .NET framework) 2008-07-28 19:58:15 +00:00
PathHelper.Test.cs Fixed error in XML comment; added some more unit tests for the PathHelper class to make sure it works with Linux/Unix paths 2008-09-26 19:24:44 +00:00
Shared.cs Moved Shared.cs from Nuclex.Math to Nuclex.Support because this class can be quite useful in other locations as well; added CPL copyright header to all files in Nuclex.Math; fixed copyright date in AssemblyInfo.cs of Nuclex.Math and Nuclex.Support 2008-10-22 20:45:13 +00:00
StringHelper.cs Fixed error in XML comment; added some more unit tests for the PathHelper class to make sure it works with Linux/Unix paths 2008-09-26 19:24:44 +00:00
StringHelper.Test.cs Fixed the compile error because of the wrongly named unit test class; wrote unit tests for the IndexNotOfAny() and LastIndexNotOfAny() methods; fixed a glaring bug in the IndexNotOfAny() and LastIndexNotOfAny() methods that would result in wrong results if more than one character was searched for; made the unit test for the string helper a nested item in the Visual Studio project 2008-07-30 18:32:35 +00:00
StringSegment.cs Moved Shared.cs from Nuclex.Math to Nuclex.Support because this class can be quite useful in other locations as well; added CPL copyright header to all files in Nuclex.Math; fixed copyright date in AssemblyInfo.cs of Nuclex.Math and Nuclex.Support 2008-10-22 20:45:13 +00:00
WeakReference.cs 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 2008-08-01 20:55:43 +00:00