Omega
|
969ecaee9c
|
pushed Xuzz's 'fork'
|
2009-08-20 13:22:59 -04:00 |
|
Xuzz
|
cb6b94a323
|
updated compression.py and fixed common.py from printing random shit
|
2009-07-25 13:14:02 -07: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 |
|
Alex Marshall
|
55c0df8d36
|
Removed all instances of hashlib and PyCrypto from all code, aside from common.py. Please use the crypto class in common.py for all crypto/hashing needs.
|
2009-06-23 00:16:18 -07:00 |
|
Alex Marshall
|
7200db92c0
|
Added some new commands to other.py, fixed some non-matching capitalization styles (the new form for all future capitalizations is likeThis not LikeThis, nor like_this.) and removed the wx and png dependancies on quite a few modules. I'll add some interfacing to the other.py classes from nand.py some time soon. I have confirmed that CONF works 100%.
|
2009-06-21 03:02:56 -07:00 |
|
Giuseppe (LemonBoy)
|
94e23f2ade
|
Added a CCF packer/unpacker
|
2009-06-16 21:36:32 +02:00 |
|
Giuseppe (LemonBoy)
|
f2a80801ca
|
Added a CCF compressor/decompressor
|
2009-06-16 15:32:57 +02:00 |
|
icefire
|
025b69f436
|
maybe working now
|
2009-06-12 13:24:52 -07:00 |
|
icefire
|
679e9d0441
|
first commit of Wii.py (renamed icewii). Split into a package -- can anyone help with this?
|
2009-06-12 09:08:39 -07:00 |
|