Nuclex.Support/Source
Markus Ewald b0e76b4800 Fixed 3 compiler warnings that were occurring in Nuclex.Support; minor improvements to the documentation
git-svn-id: file:///srv/devel/repo-conversion/nusu@90 d2e56fa2-650e-0410-a79f-9358c0239efd
2008-08-14 21:14:40 +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 Upgraded projects to XNA Game Studio 3.0 (CTP 2008-05); marked LoadGraphicsContent() and UnloadGraphicsContent() methods as obsolete in the custom Drawable and DrawableComponent classes; updated copyright date to include the year 2008; replaced the reference to the self-compiled SevenZip.dll with Lzma#.dll, which is the name of official binary for the same library; fixed formatting in various places 2008-05-14 19:06:06 +00:00
StringHelper.cs Converted all <see paramref="" /> tags into <paramref name="" /> tags as this seems to be the standard method of referring to parameters in .NET XML documentation 2008-08-07 20:01:08 +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 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
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