Steveice10
|
5d37463fc8
|
Merge pull request #7 from usagirei/master
Fix SMDH Header being Cleared
|
2016-06-10 09:41:59 -07:00 |
|
Reisen Usagi
|
ddc126e9b9
|
Removed Unnecessary memsets
|
2016-06-10 13:21:56 -03:00 |
|
Reisen Usagi
|
bd99826bb2
|
Fix SMDH Header being cleared
And erasing the Magic in the process
|
2016-06-09 15:50:07 -03:00 |
|
Steveice10
|
6385dba797
|
Update submodule.
|
2016-05-28 18:51:20 -07:00 |
|
Steveice10
|
73a3e30ae4
|
Clear up warnings, add support for rating values.
|
2016-05-08 12:00:47 -07:00 |
|
Steveice10
|
d429ee9e97
|
Search for WAV chunk headers from each byte.
|
2016-03-02 17:05:11 -08:00 |
|
Steveice10
|
56664a6f96
|
Update submodule.
|
2016-02-06 16:54:28 -08:00 |
|
Steveice10
|
d166f32b7b
|
Update submodule.
|
2016-02-06 09:54:03 -08:00 |
|
Steveice10
|
07a68b5598
|
Update submodule.
|
2016-01-31 21:43:59 -08:00 |
|
Steveice10
|
f7aa06b7a4
|
Update submodule.
|
2016-01-28 20:38:16 -08:00 |
|
Steveice10
|
c7c2c82d81
|
Update submodule.
|
2016-01-27 21:04:52 -08:00 |
|
Steveice10
|
55af7bd101
|
Update submodule.
|
2016-01-27 20:57:51 -08:00 |
|
Steveice10
|
f6ddb7e2ba
|
Merge pull request #4 from gravgun/master
Bunch of small improvements
|
2016-01-27 16:12:29 -08:00 |
|
Dorian Wouters
|
3a9609d6a9
|
Function params: use const references, avoid useless copies
|
2016-01-27 16:53:16 +01:00 |
|
Dorian Wouters
|
9b08be056e
|
Fix stb_image memory leak
|
2016-01-27 16:50:44 +01:00 |
|
Dorian Wouters
|
fdb409573f
|
Fix header include guards names
Symbols starting with two underscores are reserved, as per the C
standard.
|
2016-01-27 16:49:48 +01:00 |
|
Dorian Wouters
|
71f11723be
|
Uniformize indentation to 4 spaces
|
2016-01-27 16:40:24 +01:00 |
|
Steveice10
|
e86a4c9677
|
Merge branch 'master' of github.com:Steveice10/bannertool
|
2016-01-26 20:44:45 -08:00 |
|
Steveice10
|
e8c68ee996
|
Migrate to buildtools.
|
2016-01-26 20:43:33 -08:00 |
|
Steveice10
|
cdd689ae16
|
Merge pull request #3 from gravgun/master
Replace lodepng by stb_image; add Vorbis banner sound import
|
2016-01-24 09:08:21 -08:00 |
|
Dorian Wouters
|
61a1e31ce7
|
Replace lodepng by stb_image; add Vorbis banner sound import
|
2016-01-24 14:59:14 +01:00 |
|
Steveice10
|
a345ddaeed
|
Fix list parsing.
|
2015-09-20 15:57:49 -07:00 |
|
Steveice10
|
2d42265ebe
|
Fix Mac build.
|
2015-09-20 15:39:39 -07:00 |
|
Steveice10
|
15a3c8ab1e
|
Cleanup.
|
2015-09-20 15:23:05 -07:00 |
|
Steveice10
|
1c2101a5c4
|
This is probably fixed.
|
2015-06-15 10:24:54 -07:00 |
|
Steveice10
|
ffbeb7539f
|
Minor command list changes.
|
2015-05-22 16:09:33 -07:00 |
|
Steveice10
|
b81fe30562
|
Correct CWAV info chunk length.
|
2015-05-21 21:51:25 -07:00 |
|
Steveice10
|
16a10932a3
|
Update README.
|
2015-04-13 14:47:33 -07:00 |
|
Steveice10
|
677f4faadd
|
Add command line options for configuring SMDH files.
|
2015-03-23 15:37:40 -07:00 |
|
Steveice10
|
228ea4e976
|
Add proper scaling for the 24x24 icon.
|
2015-02-01 18:48:13 -08:00 |
|
Steveice10
|
7601fd1c0c
|
Rename short/longdescription to short/longtitle.
|
2015-01-27 06:56:08 -08:00 |
|
Steveice10
|
102afb5bd9
|
Code cleanup.
|
2015-01-25 19:07:50 -08:00 |
|
Steveice10
|
6f2f2201db
|
Use array for regional ratings.
|
2015-01-25 18:24:32 -08:00 |
|
Steveice10
|
787f2ee9b4
|
Properly convert to utf16.
|
2015-01-25 14:54:42 -08:00 |
|
Steveice10
|
5378460350
|
Use u32 for SMDH flags instead of a struct.
|
2015-01-25 13:14:56 -08:00 |
|
Steveice10
|
5bfa933559
|
Banners should use RGBA4444 color.
|
2015-01-25 10:32:01 -08:00 |
|
Steveice10
|
c0c54f81cb
|
Add support for supplying exiting CGFX and CWAV files to makebanner, add command for creating SMDH files.
|
2015-01-24 12:47:21 -08:00 |
|
Steveice10
|
45a90edba5
|
Improve file related error reporting, allow for creating CWAV and LZ11 compressed files.
|
2015-01-24 10:53:59 -08:00 |
|
Steveice10
|
eee39ef565
|
WAV files can now be used instead of BCWAV files.
|
2015-01-24 00:44:57 -08:00 |
|
Steveice10
|
51ba5e21f1
|
Remove README usage.
|
2015-01-23 22:48:05 -08:00 |
|
Steveice10
|
87d0f28555
|
Move types.h out of 3ds section.
|
2015-01-23 22:46:41 -08:00 |
|
Steveice10
|
89f3571c75
|
Improve command line interface.
|
2015-01-23 19:25:35 -08:00 |
|
Steveice10
|
9360d55bd5
|
Organize code structure, generate CBMD files without premade headers.
|
2015-01-23 18:37:10 -08:00 |
|
Steveice10
|
78ee395ea5
|
Initial commit.
|
2015-01-22 22:06:24 -08:00 |
|