Commit Graph

170 Commits

Author SHA1 Message Date
Xuzz
f5a8145c4b TPL preview fixes for wx apps, RGBA8 is great *within* tpl.py but it fails on the wii :P 2009-06-29 17:55:30 -07:00
megazig
e49fa1dbd9 added bytes up to smallest section 2009-06-29 17:12:22 -05:00
megazig
55e77da5ac added more speculation 2009-06-29 16:49:48 -05:00
megazig
517db2c409 started framework for people to do breff 2009-06-29 16:35:31 -05:00
megazig
db4c792d03 I found PI 2009-06-29 16:06:24 -05:00
megazig
80d274aeab I found PI 2009-06-29 15:53:08 -05:00
megazig
891b8557f7 started framework for people to do breff 2009-06-29 15:15:44 -05:00
matt
5f31332cd3 Added semi working THP player, has experimental frame skipping code, but is still in need of math checks as it is currently out of time after a while, no AUDIO, but there is video. Sadly python is a bit slow. 2009-06-29 09:44:49 +12:00
Giuseppe (LemonBoy)
2dcfcef7c7 Added new fields for __update.inf, added a test wich decompress the sysmenu 2009-06-25 16:28:03 +02:00
Alex Marshall
05b25a64af Fixed up the __update.inf crap. Doesn't display new fields yet. Fix that plz, lemonny. 2009-06-24 12:20:10 -07:00
Giuseppe (LemonBoy)
3de32d664e Added a function to dump the partition, need testing 2009-06-24 21:15:41 +02:00
megazig
ba1c30c5b8 RGB5A3 a little better 2009-06-24 14:12:26 -05:00
icefire
8d928288dc Merge git@github.com:icefire/Wii.py 2009-06-24 10:56:42 -07:00
icefire
d1829a5200 cleaned up code 2009-06-24 10:55:50 -07:00
Giuseppe (LemonBoy)
a3ada15f12 Forgot to add the partition ios ... 2009-06-24 12:36:59 +02:00
Giuseppe (LemonBoy)
3681a0fd1d zomg we haz imagez 4 saves! (color are screwed sometimes :|) 2009-06-24 12:02:36 +02:00
Omega
6135cc068a fixed some more 2009-06-24 01:29:51 -04:00
Omega
ba1e142f7e fixing disc.py and testDISC.py 2009-06-24 00:55:41 -04:00
Omega
441f028440 double import 2009-06-24 00:44:40 -04:00
matt
d7de9ab3e5 Fixed markContent function 2009-06-24 12:23:16 +12:00
axe97
75b850a436 fixed RBGA8, again 2009-06-23 13:54:51 -07:00
axe97
b9f914d38b small tpl fix 2009-06-23 10:49:22 -07:00
megazig
9c61adfdb2 fixed all but RGB5A3 with alpha 2009-06-23 09:17:43 -05:00
megazig
ef8f66cddc fixed all but RGB5A3 with alpha 2009-06-23 09:17:08 -05:00
Giuseppe (LemonBoy)
f35b0041a6 Merge branch 'master' of git@github.com:icefire/Wii.py 2009-06-23 12:17:48 +02:00
Giuseppe (LemonBoy)
a26d75f2dd Hopefully fixed the loc.dat handling 2009-06-23 12:15:07 +02:00
Alex Marshall
002b254056 Added netConfig class, which handles the file on NAND /shared2/sys/net/02/config.dat, which is responsible for most network configuration. 2009-06-23 01:50:23 -07:00
icefire
4d1ee39820 Merge branch 'master' of git@github.com:icefire/Wii.py 2009-06-23 00:34:26 -07:00
icefire
4d3171c60f fixed tpl shit 2009-06-23 00:33:28 -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
axe97
aa304dc2d5 removed png.py, its not needed anymore 2009-06-22 23:29:18 -07:00
axe97
329e419284 Merge branch 'master' of git@github.com:icefire/Wii.py 2009-06-22 23:23:14 -07:00
axe97
d60418ba3e Merge branch 'master' of git@github.com:icefire/Wii.py 2009-06-22 23:01:48 -07:00
matt
2d73425edb Fixed some bracketing issues confusing Xuzz 2009-06-23 17:22:22 +12:00
matt
59e8030f38 Fixed FST for disc.py completely, found bad hex offsets in decryptBlock, and fixed/tidied soem other stuff. 2009-06-23 17:09:46 +12:00
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