megazig
|
4ec15b1bc9
|
updated image.py to one from someone on wadder.net forum
|
2009-10-26 05:22:08 -05:00 |
|
Omega
|
969ecaee9c
|
pushed Xuzz's 'fork'
|
2009-08-20 13:22:59 -04:00 |
|
Xuzz
|
c65d1e23b7
|
lots of accumulated fixes. BNS now is included in main wii.py :D
|
2009-07-25 13:08:38 -07:00 |
|
Xuzz
|
c3a4330a94
|
new U8 API, needs adding to other shit in archive.py
|
2009-07-12 13:07:53 -07:00 |
|
matt
|
c9ed59baf3
|
Added shebang to image.py
|
2009-07-03 15:30:20 +12:00 |
|
matt
|
7f8741a973
|
Fixed I4 and I8, as intensity is for all channels not just RGB, also added drag/drop support to image.py for displaying tpl files.
|
2009-07-03 15:26:18 +12:00 |
|
Xuzz
|
1ca063a8fc
|
restructured layout of all code. archive.py is for all "archive" files, or files that contain other files. export.py is for stuff the wii spits onto SD (savegames, content.bin, etc). image.py is just TPL for now, but it can be expanded. headers.py has IMD5 and IMET. title.py is just NUS, Ticket, and TMD now. formats.py contains general other file formats. compression.py is JUST for compression (LZ77, ASH0, yaz0, yay0, etc). Ticket and TMD now use the "new" handling code for load-and-dumpable files - you do TMD() for a blank tmd, TMD().load(data) to load from data, TMD.loadFile(filename) to load from a filename. I think thats all
|
2009-06-30 00:25:23 -07:00 |
|