Commit Graph

185 Commits

Author SHA1 Message Date
megazig
f9ba9fbeab small tpl fix 2009-06-22 23:59:39 -05:00
axe97
6e997ca1df small tpl type fix 2009-06-22 21:12:53 -07:00
megazig
63d0ef52e2 more cleanup 2009-06-22 22:19:02 -05:00
megazig
7a1a176146 cleaned up TPL.py unpacking 2009-06-22 21:52:27 -05:00
megazig
8adc4aeb98 bad extension finding 2009-06-22 21:37:58 -05:00
megazig
c5a4673840 fuck 2009-06-22 21:12:19 -05:00
megazig
b588f060f4 fixed flatten 2009-06-22 20:54:31 -05:00
megazig
779766e2fa fixed import wx and adapted flatten 2009-06-22 20:17:12 -05:00
megazig
f68eed7c2b removed more png and moved wx to toScreen 2009-06-22 19:58:32 -05:00
megazig
019c15daf6 removed toPNG, no going back now 2009-06-22 19:39:35 -05:00
icefire
d2db117aa1 Using exceptions now... 2009-06-22 17:29:36 -07:00
megazig
079f82ee7f switched to PIL 2009-06-22 17:45:06 -05:00
Giuseppe (LemonBoy)
cb94f417ab Added a block marking function 2009-06-22 22:01:44 +02:00
Giuseppe (LemonBoy)
5fbf49e8c3 Added loc.dat support, reading is ok but writing back to it corrupt it 2009-06-22 16:44:49 +02:00
Giuseppe (LemonBoy)
f8454c2763 Merge branch 'master' of git@github.com:icefire/Wii.py 2009-06-22 10:45:07 +02:00
Giuseppe (LemonBoy)
ec7d9fc776 Fixed some little things 2009-06-22 10:44:45 +02:00
Alex Marshall
d1e7376f85 Improved ES.Identify a bit. 2009-06-22 00:40:32 -07:00
Alex Marshall
3d176dbb18 Added the permissions checking to the ISFS code. I _think_ I did it right, but I am unable to test >_> 2009-06-22 00:24:20 -07:00
Giuseppe (LemonBoy)
2b65473b78 Avoiding storing twice the key names, we can get them from the dictionary 2009-06-22 08:53:01 +02:00
Alex Marshall
7f2da84dfb Added a WAD packer interface on the NAND. now you can export WADs from NAND titles. (WADs are untested but should work. someone should check >_>) 2009-06-21 23:32:44 -07:00
Alex Marshall
a9a6a4d0d3 Added a whole ISFS implementation (almost complete) and did a bunch of permissions stuffs. 2009-06-21 22:25:43 -07:00
megazig
bd03a307f1 removed pyc file 2009-06-21 23:42:14 -05:00
megazig
bf33a73f91 fixed CMP 2009-06-21 22:39:22 -05:00
Alex Marshall
37e2f496ea Added permissions system. Now logs all permissions to permissions.txt on the NAND root. You should use the newFile and newDirectory functions on the NAND for creating new files and folders. 2009-06-21 19:53:55 -07:00
axe97
5aecf3eff3 was an error in a comment, got rid of it 2009-06-21 21:25:59 -07:00
Alex Marshall
6c6deea939 Ack, there was some nand.py stuff from the deleted commit that needed to be added. 2009-06-21 16:52:03 -07:00
Alex Marshall
ecf16a1a18 Woops, nand.py needs formats.py 2009-06-21 16:49:56 -07:00
Alex Marshall
00a62222b9 Fixed that commit hell. Renamed other.py to formats.py, did a bunch of moving and linking, and added TicketViews. Starting on an ISFS class for permission based FS access. 2009-06-21 16:36:00 -07:00
axe97
e45d050dad small thing 2009-06-21 19:24:05 -07:00
axe97
d4ba38c051 Merge branch 'master' of git@github.com:icefire/Wii.py 2009-06-21 19:23:35 -07:00
axe97
0b3ea889a3 fixed RBGA8, working on CMP 2009-06-21 18:37:46 -07:00
unknown
379fd95fdd fixed RBGA8, works awesome, gonna work on CMP now 2009-06-21 18:13:18 -07:00
Omegalulz
76d39dab79 reverted :/ 2009-06-21 15:46:17 -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
Omegalulz
f332764450 Added delKeyByValue function 2009-06-20 08:32:11 -07:00
Omegalulz
2c24ecf200 fixed delKey function (tab fail) 2009-06-20 07:50:27 -07:00
Omegalulz
af5b4ef187 Added delKey function (untested) 2009-06-20 07:45:35 -07:00
icefire
684fd305e1 add_material now "works", add_picture added, etc. the add_material self.offset.append() part is probably fucked, someone fix that 2009-06-20 07:15:51 -07:00
icefire
8d141b62ad add_material now
"works", add_picture added, etc. the add_material self.offset.append() part is probably fucked, someone fix that
2009-06-20 07:11:36 -07:00
Giuseppe (LemonBoy)
913a5175a0 Added a class to deal with the setting.txt 2009-06-20 15:51:14 +02:00
Giuseppe (LemonBoy)
336fa401e6 Now you can delete the wii mac from the savedata. Uploaded the newer (but bugged) dvd class with fst reading :3 2009-06-19 18:16:08 +02:00
Alex Marshall
253a232052 Added iplsave.bin management functions. I'll probably add a wrapper into the nand.py later. 2009-06-19 00:43:44 -07:00
megazig
c1cac04f83 cleaned up len return for Matt_P 2009-06-18 19:06:51 -05:00
megazig
fc57563e92 added disc.py fix by Matt_P 2009-06-18 17:25:27 -05:00
Alex Marshall
3ab6edd9ae Merge git@github.com:icefire/Wii.py 2009-06-18 14:29:44 -07:00
Alex Marshall
46a84f7148 Added uid.sys handling. 2009-06-18 14:29:16 -07:00
Giuseppe (LemonBoy)
a882691a17 wtf still cant find the trick for cross-block reading 2009-06-18 22:39:18 +02:00
Giuseppe (LemonBoy)
325094486c Fixed the read command, now read the apploader like wiiscrubber does, need fix tho 2009-06-18 16:53:37 +02:00
Giuseppe (LemonBoy)
5f839ca19b Reworked all the structure, added decryption (thx bLASty) and apploader parsing, the reading function fail when reading files on more than one block 2009-06-18 15:56:45 +02:00
megazig
f6a76782c6 todo list added to bottom. add to this list 2009-06-17 19:40:50 -05:00