diff --git a/Changelog_libWiiSharp.txt b/Changelog_libWiiSharp.txt deleted file mode 100644 index e87ea87..0000000 --- a/Changelog_libWiiSharp.txt +++ /dev/null @@ -1,34 +0,0 @@ --=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= - libWiiSharp - by Leathl - Modified by TheShadowEevee -https://github.com/TheShadowEevee/libWiiSharp --=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= - - - -Changelog: --=-=-=-=-=- - -Version 0.4 (TheShadowEevee's takeover) - - Checks for an existing CETK now, which helps for some files that needed one but couldn't get it through other means. - -Version 0.3 - - Added support to change the common key index of the ticket in the WAD class - - Made the sorting of wad/tmd contents optional (off by default!) - -Version 0.21 - - Fixed smpl region not read in Wave class - -Version 0.2 - - Added support to pass streams - - Speed up in TPL conversion - - Further changes in TPL class (e.g. changed saving to be compatible with official TPL files) - - Fixed IA8 TPL code (from/to) - - Fixed CI14X2 TPL code (from) - - Added TPL conversion to CI4 and CI8 - - Added BNS to Wave conversion - - Wave class completely rewritten - -Version 0.1 - - Initial Release \ No newline at end of file diff --git a/License_libWiiSharp.txt b/LICENSE similarity index 100% rename from License_libWiiSharp.txt rename to LICENSE diff --git a/README.md b/README.md index 656e9dd..f6f4e0b 100644 --- a/README.md +++ b/README.md @@ -1 +1,45 @@ -libWiiSharp +-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= + libWiiSharp + by Leathl + Modified by TheShadowEevee +https://github.com/TheShadowEevee/libWiiSharp +-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= + + + +Info: +-=-=- + +libWiiSharp is a Wii related .NET (2.0+) library. +It can be used with any .NET language to easily develop Wii related applications. + +All public functions are documented and most should be pretty self-explanatory. +There are also some example applications that use libWiiSharp included. + +If you want to contribute, you can do so at the github repo. + + + +Thanks: +-=-=-=- + + - Xuzz, SquidMan, megazig, Matt_P, Omega and The Lemon Man for Wii.py + - megazig for his bns conversion code (bns.py) + - SquidMan for Zetsubou + - Arikado and Lunatik for Dop-Mii + - Andre Perrot for gbalzss + + + +License: +-=-=-=-=- + +libWiiSharp is released under the terms of the GNU General Public License v3. +See "License_libWiiSharp.txt" for more information. + + + +Changelog: +-=-=-=-=-=- + +See "Changelog_libWiiSharp.txt" \ No newline at end of file diff --git a/Readme_libWiiSharp.txt b/Readme_libWiiSharp.txt deleted file mode 100644 index f6f4e0b..0000000 --- a/Readme_libWiiSharp.txt +++ /dev/null @@ -1,45 +0,0 @@ --=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= - libWiiSharp - by Leathl - Modified by TheShadowEevee -https://github.com/TheShadowEevee/libWiiSharp --=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= - - - -Info: --=-=- - -libWiiSharp is a Wii related .NET (2.0+) library. -It can be used with any .NET language to easily develop Wii related applications. - -All public functions are documented and most should be pretty self-explanatory. -There are also some example applications that use libWiiSharp included. - -If you want to contribute, you can do so at the github repo. - - - -Thanks: --=-=-=- - - - Xuzz, SquidMan, megazig, Matt_P, Omega and The Lemon Man for Wii.py - - megazig for his bns conversion code (bns.py) - - SquidMan for Zetsubou - - Arikado and Lunatik for Dop-Mii - - Andre Perrot for gbalzss - - - -License: --=-=-=-=- - -libWiiSharp is released under the terms of the GNU General Public License v3. -See "License_libWiiSharp.txt" for more information. - - - -Changelog: --=-=-=-=-=- - -See "Changelog_libWiiSharp.txt" \ No newline at end of file