Commit Graph

151 Commits

Author SHA1 Message Date
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
126d9f5913 more pywii cleanup :/ 2009-07-02 09:59:03 -07:00
Xuzz
e1a5087296 pywii pyc cleanup -- is there a way for git to ignore *.pyc? 2009-07-02 09:56:01 -07:00
Xuzz
a0c35e7467 Merge branch 'master' of git@github.com:icefire/Wii.py 2009-07-02 09:54:49 -07:00
Xuzz
161fef60c9 more title.py new API with @classmethod and started cloning pywii tools themselves 2009-07-02 09:51:33 -07:00
megazig
cf033fc35a fixed bmg.py and added writing 2009-07-01 11:31:33 -05:00
megazig
88264d5c99 added writing and finished znd 2009-07-01 07:12:41 -05:00
megazig
803f56f5c7 removed extra junk 2009-06-30 17:43:06 -05:00
megazig
8fa3891f00 parsing and writing complete for csv 2009-06-30 17:40:43 -05:00
megazig
675bf6f947 moved csv.py to experimental 2009-06-30 16:04:10 -05:00
megazig
0cc9bf8b44 started csv.py 2009-06-30 16:03:41 -05:00
megazig
41dd4de86d fixed arguments line 2009-06-30 13:52:20 -05:00
megazig
b60eafa734 moving znd.py to experimental 2009-06-30 13:48:35 -05:00
megazig
e013ba8780 started znd.py 2009-06-30 13:47:44 -05:00
megazig
92c3107a1c moving bmg.py to experimental 2009-06-30 13:06:25 -05:00
megazig
68f7cf21cf started bmg.py 2009-06-30 13:05:23 -05:00
megazig
6ee2a275bb cleaned up breff classes 2009-06-30 10:32:52 -05:00
megazig
e6b399f5b5 moved breft.py 2009-06-30 10:24:46 -05:00
megazig
789f9cd2c1 breft started 2009-06-30 10:23:06 -05:00
megazig
faf47a0f89 Merge branch 'master' of git@github.com:icefire/Wii.py 2009-06-30 05:54:33 -05:00
Xuzz
a072ea5a75 removed useless files #1 2009-06-30 00:27:15 -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
megazig
cfb1ae2271 fixed last header bug(maybe) 2009-06-29 23:00:09 -05:00
megazig
e7259b9545 fixed data table 2009-06-29 22:22:59 -05:00
megazig
9cf41c9be9 fixed header section 2009-06-29 22:12:45 -05:00
Xuzz
9b8368270a experimenatl folder 2009-06-29 18:36:57 -07:00
Xuzz
3ff63e05a4 bit of re-organization, now has place for wip code :) 2009-06-29 18:36:23 -07:00
Xuzz
2edccfdfe7 fixed stupidist thing ever - the imd5 siging code *had an IMD5 header*. Really. Please forget that moment... 2009-06-29 18:10:46 -07:00
Xuzz
56deb8d8fc simple IMD5 code 2009-06-29 18:07:56 -07:00
Xuzz
e2f8d42189 Merge git@github.com:icefire/Wii.py 2009-06-29 18:06:43 -07:00
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