mirror of
https://github.com/TheShadowEevee/libWiiSharp.git
synced 2025-01-11 15:38:51 -06:00
File Cleanup
This commit is contained in:
parent
6e865ca4af
commit
fc1abe4c4c
4 changed files with 45 additions and 80 deletions
|
@ -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
|
|
46
README.md
46
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"
|
|
@ -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"
|
|
Loading…
Reference in a new issue