yardape8000
04c4025766
Added GRB ratings.
2012-05-13 15:36:43 +00:00
fix94.1
0fc21f82a3
-big code cleanup, removed all those SAFE_ and SMART_
...
thingys and replaced it with their proper calls
-fixed some big memory bugs, downloading much covers shouldn't
be a problem anymore, also memory management should work better
-fixed typo in debug print on game boot, also changed some
things in apploader, making it ready to remove linker script
properly, still in but I hope not for long ;)
-modified wiiflow startup and init order a bit
2012-05-13 15:13:33 +00:00
overjoy.psm
bce19e488e
*Removed a stupid piece of code
2012-05-13 00:38:56 +00:00
overjoy.psm
05a95db4db
*Reverted something that was introduced in r341. Nand emulation should now work again.
2012-05-12 23:49:00 +00:00
fix94.1
49a31c4f25
-cleaned up code more, set clear priority to alloc in which
...
memory region
2012-05-12 21:08:43 +00:00
yardape8000
d669a1a17e
Fixed "Set USB failed: -6" dug.
...
Fixed bug where user selected IOS is never actually used, because the configuration file was unloaded before it gets there.
Fixed NAND paths being created with double "/"s. No real effect because they seem to be automatically reduced to a single "/"
Minor wifi-gecko changes to keep it alive close to the game launch.
2012-05-12 17:14:25 +00:00
fix94.1
1a0908497a
-code cleanup and correction, should print more debug messages
...
than before if problems occur
-replaced most malloc by MEM2_alloc, as well as free and SAFE_FREE
replaced by MEM2_free
2012-05-12 16:03:14 +00:00
fix94.1
b8fd3e623d
-added new options for plugin inis, "displayname", if you
...
set it in for example the fceugx.ini to "nes" it will display
"nes" instead of "fceugx" in plugins menu
2012-05-11 18:46:43 +00:00
fix94.1
f83670be3d
-fixed coverflow being too slow in PAL50 video mode
...
-commented out a problematic line in code
2012-05-11 15:14:57 +00:00
fledge68
a9622f1516
- added optional startup select source menu. Just set startup_menu=yes under [GENERAL] in wiiflow.ini. Access it at anytime by pressing '+' while pointing at the view switch icon.
2012-05-11 14:17:39 +00:00
fix94.1
9fc255f0a8
-compressed udraw.png and udrawR.png
...
-added Yardape8000 to the thanks list for adding cool things
to wiiflow :)
2012-05-11 11:44:02 +00:00
yardape8000
32cd3b0cd2
Allow wifi-gecko to work close to game launch
2012-05-11 03:37:56 +00:00
overjoy.psm
40266a8909
*Saves flashed back to real NAND will now be unescaped the D2X cIOS way
...
NOTE: Wiiflow can not flash game saves back if illegal FAT characters are escaped out in a different way D2X does. Game saves extracted with Wiiflow are safe to flash back!
2012-05-11 00:07:44 +00:00
overjoy.psm
f3ae92cbc7
*Added feature to flash game saves on emu NAND back to real NAND
...
*Added button to extract save from NAND to game config menu
*Added button to flash save to NAND to game config menu
*Fixed some buttons in game config menu
*Cleaned some unused code
*Moved some code to better places
2012-05-10 23:38:34 +00:00
yardape8000
84fc87bea9
Moved _initAsyncNetwork so it starts when the program starts. This way wifi-gecko is connected earlier and you can see the initialization messages.
...
Moved the following settings to [DEBUG] section, so people know they have nothing to do with normal wiiflow operation.
sd_write_log
wifi_gecko
wifi_gecko_ip
wifi_gecko_port
2012-05-10 22:20:18 +00:00
yardape8000
b56b9662c3
Modified wifi_gecko to use UDP instead of TCP.
...
Added WifiGeckoReader to the tools directory. It is a windows program used to read the gecko debug messages over a wifi connection.
Thanks r-win & Dimok
2012-05-10 01:35:21 +00:00
fix94.1
a9bd69d7c7
-fixed changing themes for sure now
2012-05-09 18:47:25 +00:00
fix94.1
081c8c316f
-changed small thing about video cleanup, may fixes codedump
...
on switching themes
2012-05-09 17:50:44 +00:00
fix94.1
5a817f0ce7
-writing DML options now safe into memory, no way that there
...
an error can occur anymore
2012-05-08 20:38:50 +00:00
overjoy.psm
7c1093a2b2
And the rest that should have been committed with r323 ;)
2012-05-08 01:05:33 +00:00
overjoy.psm
26a1ca085c
Fixed NAND emulation stuff:
...
*Fixed NAND emulation itself
*Fixed creation of nandpath and title.tmd for some games
*Fixed extraction of game saves for some games
*Cleaned up some code for NAND emulation
*Cleaned up some more unused stuff
Todo:
*Cleanup NAND emulation code much more
*Move the last used function in savefile.c to a better place
*Add extraction and flash options to game config menu
2012-05-08 00:59:53 +00:00
fix94.1
615000728d
-finally removed this ugly __real_memalign from the video.cpp,
...
looks better now :P
2012-05-07 19:57:37 +00:00
fix94.1
73e34da188
-removed our linker script and changed a few things
...
about memory usage, please test if everything works fine,
if memory still allocates fine and if memory usage is the
same, if not we can revert it
2012-05-07 19:45:25 +00:00
fix94.1
16125c94e6
-because some people started whining about the fact the last
...
change returns to health screen instead of system menu I changed
that now just for them
2012-05-06 18:35:39 +00:00
fix94.1
867ab43530
-fixed broken return to system menu (thanks libogc for such
...
a huge failcommand)
2012-05-06 16:32:07 +00:00
fix94.1
70955117f9
-fixed missing translatable words in menu_categories and
...
menu_nandemu
-fixed more spelling mistakes in menu_nandemu, menu_config
and menu_config_game
-updated english.ini
-updated german.ini
2012-05-06 13:55:56 +00:00
fix94.1
be5195aa96
-set up limits of fmt to prevent some missing words
...
-corrected a few spelling mistakes in menu_nandemu
-removed unneeded std:: from menu and menu_game
2012-05-06 12:59:09 +00:00
fix94.1
6abfa87e0e
-replaced all safe_vectors by regular vectors, there is no
...
need of it anymore, also removed miigotus wrapper
2012-05-06 12:03:43 +00:00
fix94.1
14aa9863af
-fixed background music (zomg the first menu which is not
...
defined in the menu.hpp itself)
2012-05-05 21:36:30 +00:00
fix94.1
88c4eed3c3
-added plugin selection menu in global settings, if in
...
plugin coverflow it will replace the nand emu button,
in this memu you can select which plugin should be displayed,
it will work no matter which sort is set, you can select more
than one emulator at the time of course
KNOWN ISSUE:
-background music is missing
2012-05-05 20:07:54 +00:00
fix94.1
60e103b1bf
-set up cover size limit to 1090 pixel instead of 1024
2012-05-05 10:46:01 +00:00
fledge68
d896cb7436
- categories menu 'B' back button fix
2012-05-04 19:31:05 +00:00
fix94.1
20c2e948e7
-changed plugin code, also fixed a bug in it
2012-05-04 18:05:41 +00:00
fix94.1
d2b6a29018
-something went wrong with the hq cover thing, now its
...
tested and working :P
2012-05-04 14:24:29 +00:00
fix94.1
f6830b5a2f
-fixed problem that covers were not loading properly with
...
only a few games in a coverflow view
-added new option to wiiflow.ini GENERAL section,
"cover_use_hq", if you set it to yes all your covers
will be displayed in HQ again, but will also slowdown
the loading and wiiflow in general
2012-05-04 14:08:44 +00:00
fledge68
31caf39cd2
- re-enabled '1' and '2' buttons for emuflow and brewflow
...
- updated default.ini to include layouts for emuflow and brewflow
2012-05-04 13:29:08 +00:00
fix94.1
4df672d357
-removed alot of unneeded .c_str()
...
-replaced alot of sfmt with fmt
-replaced a few sprintf with snprintf
2012-05-04 12:30:43 +00:00
overjoy.psm
9f7ef01f79
* Make remove Wii games safe again for ppl that don't have their games in subfolders
...
* Close disc after installing a game
2012-05-04 08:04:23 +00:00
fix94.1
1e0cc275d8
-changed small thing about the help file reading
...
-WOW r300 already
2012-05-04 05:19:52 +00:00
fix94.1
7e4ca9a773
-reverted overjoys change about gc audio streaming because
...
it broke it
@overjoy:
I tested the place where it was well enough, I tried to move
it but you can't, you need to set it directly if you want or not,
install plain mios v10 and you'll see there is no other way
2012-05-04 05:09:40 +00:00
yardape8000
bb285e4188
- Merged common menu code
...
- The main settings menu will now only update the coverflow if needed. This means pages 3-6 will return instantly.
- fixed typo in NAND saves text (exCisting). You may have to delete or fix "cfgne26" in your english language file to see the change.
2012-05-04 03:46:18 +00:00
overjoy.psm
0e4ab68f4a
* Fixed game installer for Wii games in issue: 48
...
* Fixed game installer for Wii games on partitions with sector size other than 512
* Fixed removing Wii games (issue: 41)
* Cleaned up some useless stuff
2012-05-04 03:10:17 +00:00
fix94.1
de0306c275
-replaced 3 snprintf in code with strncpy, saves a little
...
bit time maybe, main reason is that its a more proper way ;)
2012-05-03 18:54:16 +00:00
yardape8000
f3ee24fe65
Merged common game and channel IOS loading code.
2012-05-03 04:55:09 +00:00
yardape8000
cac7aa5fa5
Added Help file to the about info.
...
Max length is 4095
wiiflow/help/{language}.txt
defaults to:
wiiflow/help/english.txt
A basic help file is included. It does not contain all info yet.
2012-05-03 02:47:36 +00:00
yardape8000
40f3a44fef
- Add uDraw icons to game info screen
...
- Clear old game info so it does not show for games without any gameTDB info.
- Only allow Update to show if not in parental lock mode.
2012-05-03 01:34:56 +00:00
overjoy.psm
1cb8a493d9
* Enabled nand extract features for full nand and game saves
...
* Made nand emulation kind of noob prove
* Wiiflow will search for a valid FAT32 partition if nand emu is enabled, but no partition is selected
* Wiiflow will now offer to extract the nand if nand emu is enabled, and no nand for nand emulation is available
* Wiiflow will now offer to extract a game save if nand emulation is enabled, a save is found on real nand and no save is found on emu nand.cpp
* Illegal chars for FAT are now escaped the 'd2x' way in the nand file extractor
TODO:
* Add nand extract functions to game config menu's
* Add feature to flash a save back to real nand
2012-05-02 23:08:11 +00:00
fix94.1
afc24fa9c5
-100% better looking auto IOS selection code, also fixed
...
a small bug in it which might cause some error in wiiflow
2012-05-02 17:09:22 +00:00
fix94.1
eb0b3e68de
-added force progressive patch to dml games, just set
...
the game to PAL480p/NTSC480p to enable it, only works
with dml v1.3 or newer.
2012-05-02 16:08:22 +00:00
fix94.1
068d45dbf6
-added possibility to select the cover folder in
...
emulator coverflow, for example in the fceugx.ini
set "coverFolder=fceugx", then wiiflow will look
into "wiiflow/boxcovers/fceugx" for covers instead
of "wiiflow/boxcovers", same goes for "wiiflow/covers"
2012-05-01 13:30:16 +00:00
fix94.1
f75ac72826
-reverted changes of r282 again since categories working
...
now with emulator coverflow
2012-05-01 12:32:14 +00:00
fledge68
250bd63781
- fixed categories for emu mode. backup categories.ini just in case.
2012-04-30 21:34:51 +00:00
fledge68
f062eff356
- fixed categories page button
...
- changed d-pad left from homebrew to emu
- disabled categories for emu mode for now to keep categories.ini from getting messed up
2012-04-30 12:38:35 +00:00
fix94.1
85a7f32e49
-updated sd card debug log writer, now should work fine
...
if wiiflow is on usb too
2012-04-29 23:21:34 +00:00
fix94.1
61d8ae8c69
-added sort by plugin magic, just press b and plus to
...
change until you come to by plugin magic, then it should
be sorted by emulator if in emulator coverflow
2012-04-29 20:24:40 +00:00
fix94.1
2a7489a216
-set back rumble to wiiflow.ini, just set the "rumble" option
...
to "no" in it for disable, "yes" to enable (enabled by default)
2012-04-29 18:44:13 +00:00
fix94.1
3a3519f267
-added gecko output writing to sd card, enable
...
"sd_write_log" in the wiiflow.ini or in the gecko.c,
file will be called "wiiflow.log", you'll find it on
sd card root
2012-04-29 15:42:35 +00:00
fix94.1
c68873071d
-fixed really stupid bug which didnt enabled nand emu
...
if pressed b on the emulator coverflow icon
2012-04-29 12:51:16 +00:00
fix94.1
576ffcddd9
-updated scummvm ini parser, more stable and doesnt
...
codedump when returning to wiiflow anymore
2012-04-29 12:33:24 +00:00
fix94.1
70e3df6d5d
-back to a cache of 8, libntfs 2011.4.12 and the old
...
ntfs mount settings (new libntfs makes problems)
2012-04-29 09:03:06 +00:00
fix94.1
d714ded900
-fixed 99,999% herpderp bug that wiiflow freeze when trying
...
to enter emulator gameview
-set title length copy to 64 chars, not that we get a codedump
2012-04-28 16:52:41 +00:00
fix94.1
7130e95282
-updated scummvm ini parser, now shouldn't codedump
...
anymore
2012-04-28 14:20:52 +00:00
fix94.1
6992830ced
-fixed problem that game titles were not displayed correctly
...
if wiiflow was compiled with devkitppc r25 or newer
2012-04-28 13:51:31 +00:00
fix94.1
e374ed8c99
-small change of r271 failed, sorry about that
2012-04-28 11:20:35 +00:00
fix94.1
b4816f2b27
-changed small thing about wiiflow video
2012-04-28 10:49:29 +00:00
fix94.1
7bf6961ae3
-changed some small thing to plugin loading again
2012-04-28 09:57:29 +00:00
fix94.1
eaf62500a9
-FINALLY added wii game launching support for 3TB HDDs
2012-04-27 22:55:17 +00:00
fix94.1
2d6a737bc6
-re-added cover loading in game view
...
-increased priority of game banner sound thread to prevent
crashing
2012-04-27 19:05:38 +00:00
fix94.1
f5407363fc
-using miigotus new coverflow loader (thanks) its
...
way faster than the current one
-set down cover buffer from 120 (thats insane and just
fills up memory) down to 20, thats enough
2012-04-27 18:12:10 +00:00
fix94.1
350f7d64d1
-new wiiflow loading screen, preview:
...
http://dl.dropbox.com/u/25620767/WiiflowMod/f.gif
-removed unneeded for loop in video.cpp to save time
rendering the wait message
2012-04-27 17:28:33 +00:00
fix94.1
78a85f827b
-for emu covers still using extension, its more safe
...
-compiled libcustomext2fs, libcustomfat, libcustomntfs,
libmodplay and libwiiuse with new devkitppc r26 (needs testing)
2012-04-27 04:57:18 +00:00
fix94.1
fe887eb0ff
-displaying game name without extension in emulator coverflow
...
now, covers now also dont need extension anymore
2012-04-26 18:43:05 +00:00
fix94.1
fc266e0fe1
-made launching retail gamecube discs possible with
...
next dml versions (thanks crediar)
2012-04-26 17:35:13 +00:00
fix94.1
5881ce5c8c
-added full DML v1.2+ support, you can use all options
...
like no disc patch and NMM again directly from wiiflow,
also launching of new GCReEx format works fine
2012-04-24 19:42:18 +00:00
fix94.1
b34145054e
-added basic 3tb hdd support (thanks to gx)
2012-04-23 16:41:00 +00:00
fix94.1
db893ac4e1
-herpderp
2012-04-22 14:06:43 +00:00
fix94.1
82ce0f2dce
-fixed codedump on refreshing dml coverflow cache
...
-added detection of new GCReEx games on sd card
2012-04-22 13:39:26 +00:00
fix94.1
889a42adee
-updated wiiflow code for new libogc git
...
-added proper pal 480p patch in DML games, if you
want to use new DML v1.0, set your games to either PAL 480p
for PAL games or NTSC 480p for NTSC games, also in the
wiiflow.ini make sure you set dmlr52+ to no in wiiflow.ini
2012-04-21 20:32:31 +00:00
fix94.1
e4df9ddf82
-added support for gc games extracted with crediars new
...
tool GCReEx for DML v1.0
-changed small thing about plugin loading in code
2012-04-21 17:15:35 +00:00
fix94.1
9d9636f080
-fixed reading in scummvm game list for sure now,
...
shouldn't codedump anymore with too long game titles,
games from usb should also work fine now
2012-04-21 15:41:18 +00:00
fix94.1
ac5ffef989
-fixed problem that wiiflow didnt find scummvm
...
games which were on usb
2012-04-16 04:58:17 +00:00
fledge68
565ffb0b86
- Added ability to modify emuflow and brewflow under 'Adjust Coverflow' using Mugoto's code.
...
- Have disabled '1' & '2' mode switching while in emu mode and homebrew mode so emuflow and brewflow have only one mode and coverflow has 15 still.
I'll leave it up to Fix94 how many modes he wants each view to have. Fix94 you may want to tweak and fine tune this - it's just a temp solution for now.
2012-04-15 13:47:42 +00:00
fix94.1
37b6ebbc26
-added new option for plugins, "ReturnLoader", if
...
enabled it will use the WiiFlowLoader.dol
(http://www.mediafire.com/?lcvlra9vco8a91j )
in the plugins dir to return to wiiflow
(needed for some emus)
2012-04-14 19:43:37 +00:00
fix94.1
3967b7b3c8
-fixed bug that emulators didnt return to wiiflow
2012-04-13 10:32:32 +00:00
fix94.1
b2cef2a34e
-added scummvm ini parser, that means if scummvm plugin
...
detected, wiiflow will scan the scummvm.ini for games
2012-04-11 22:01:41 +00:00
fix94.1
fc1c81d601
-added possibility to use own banner sounds for plugins, the
...
names just need to be added to the ini, see for example here:
http://www.mediafire.com/?o1oxfw8c7icp753
2012-04-10 17:12:38 +00:00
fix94.1
b4ca1536b5
-added cache support for emulator coverflow,
...
should speed up loading alot
2012-04-10 13:37:57 +00:00
fix94.1
72a7106fad
-added dynamic emulator plugin support, wiiflow will now read the emulator
...
dol name, rom path and everything else needed from a ini in the wiiflow/plugins
folder, see http://www.mediafire.com/?kj6dalp2ly3y35j for the currently 4
emulator mod inis.
2012-04-09 23:19:08 +00:00
fledge68
f937fb5092
-added missing check boxes (hopefully)
2012-04-09 13:07:01 +00:00
fix94.1
09a929a85c
-made return to wiiflow from emulator faster and safer, no more codedumps
...
should come anymore
2012-04-08 22:05:37 +00:00
fix94.1
f4fd3598d0
-fixed small boot error for emulators
2012-04-08 21:07:36 +00:00
fix94.1
3092a1aa2a
-added basic emulator support into a new coverflow view, "EMULATOR", you can disable it via wiiflow.ini see
...
"http://gbatemp.net/topic/204106-wiiflow-an-open-source-gui-usb-loader/page__view__findpost__p__4176145 "
for the nes, snes and gb,gbc and gba emulator mod needed for it. The games are read from the default
path of the emulators, that would be "fceugx/roms" for nes for example. To display the games, place the
emulator dol from the link above into wiiflow/plugins.
-using miigotus way for homebrew and emulator coverflow now, thanks for that, makes things shorter
2012-04-08 15:54:34 +00:00
fledge68
c97818c8aa
- Categories Update. re-added numcategories so you can have less than 20 categories if you want. re-added categories per view (usb, dml,channels, brew,etc..). added press 'B' on fav icon on game selected screen to go directly to game categories just like pressing 'B' on fav icon on main menu. moved 'All' button to lower left. replaced on and off buttons with check boxes - don't worry I already compressed them and they only add 4k to WiiFlow. And a few other minor changes.
2012-04-08 14:48:50 +00:00
fix94.1
091e9bcb1e
-fixed booting big homebrew applications (32MB max, but
...
only tested with 7MB so not sure if so much still works)
2012-04-06 10:16:01 +00:00
overjoy.psm
3153ef3d2e
Build for main svn r428
...
* Added nanddumper functions (Nand dumper not enabled yet)
* Added an extended check for new installed games which is enabled by default
Since the check takes some time you can bypass the check by setting: 'extended_list_check' in GENERAL section of wiiflow.ini to 'no'
Todo: Add an extended check for removed games
* Fixed a bug ISFS_Initialize() was called before reloading to cIOS
* Fixed long wait time when installing a Wii game @ 100%
2012-04-05 11:00:05 +00:00
fix94.1
9607e68ef2
-fixed cache not reloading after copying gamecube game
...
from usb to sd
2012-04-04 12:22:01 +00:00
fix94.1
9a19de1545
-back to libpng 1.2.29 (pngu is written for this rev),
...
this fixed codedumps which randomly occured
2012-04-03 19:01:30 +00:00
fix94.1
afd9718382
-fixed wrong copy message displayed (wbfsop10)
...
-updated english.ini
-updated german.ini
2012-04-03 16:00:39 +00:00
fix94.1
45350b8b71
-fixed bug which tried to launch a dml game from sd card
...
even if the copy process failed because of not enough space
on it (resulted in black screen then)
2012-04-03 15:49:52 +00:00
fix94.1
4b70662739
-added 3 missing \n in debug prints (not interesting for
...
people who dont debug wiiflow :P)
-updated danish.ini (thanks nibb)
-updated french.ini (thanks Jiiwah)
2012-04-03 15:23:29 +00:00
fix94.1
c5b8212800
-when in DML USB view, it will display if the game is already
...
on SD card by adding "(on SD)" behind the game title (you need
to reload cache for it to work) (issue 22)
2012-04-03 14:53:40 +00:00
fix94.1
649dfd6731
-fixed wrong played default wiiflow sounds (issue 23)
...
also replaced all spaces by tabs in the gui_sound.cpp ;)
-made the default wave sounds smaller
2012-04-03 14:04:47 +00:00
fix94.1
8ed9ea593d
-changed internal update changelog display, should be
...
scrollable now and fit the text completely
2012-03-31 22:18:09 +00:00
fix94.1
3b105916a6
-set DML to not touch video mode again since its not needed
...
-only set progressive flag for DML if component cable found and
480p is enabled or if video mode set to force progressive
2012-03-30 12:53:10 +00:00
fix94.1
a0c88cf9c8
-fixed custom case color not working when set in
...
custom_titles.ini (issue 26)
-updated brazilian.ini (thanks Yuan)
2012-03-30 11:50:57 +00:00
fledge68
c3e21c2698
-Categories Page update. Now you can have 20 categories and select to view more than one category at a time. Plus if Wiiflow finds old 12 categories.ini it will update it to 20 by appending eight 0's.
2012-03-26 14:29:57 +00:00
fix94.1
aaad7c07ef
No new rev from someone else the last days I see, I thought
...
in the time I wasnt at home some other person commits something ;)
However I'm back so lets get back to work
-added a few DML video modes, PAL60, NTSC480p, PAL480p, work with
DML r52+
-updated english.ini
-updated german.ini
2012-03-25 19:52:35 +00:00
fix94.1
8b7cf87550
-lets keep sd card inited on gamecube disc launch, not that
...
we have NMM installed and then cant use it because of stopped sd ;)
-changed gc launch a little bit, now also saves playcount of
gamecube disc and uses same video and language options
for gamecube discs as for dml
2012-03-19 18:08:48 +00:00
fledge68
8d11ae4c1d
-added new b_lr_mode option in wiiflow.ini under [GENERAL] for B+L/R.
...
yes = B+L/R change pages & +/- change songs
no(default) = B+L/R change songs & +/- change pages
2012-03-19 13:14:49 +00:00
entropy
524aee0893
Fix Issue 27: "When in 'channel view' and wiiflow is locked the wrong
...
icon is displayed". Thanks for the report.
2012-03-18 23:50:04 +00:00
fix94.1
137256fc70
-changed and cleaned up GC disc booting, should be faster
...
now
-updated german.ini
-updated italian.ini (thanks xFede)
2012-03-18 13:29:17 +00:00
fix94.1
d9c9273e90
-deleting boot.dol backup file if wiiflow update was
...
successful
2012-03-17 23:14:07 +00:00
fix94.1
02c58ebe04
-fixed broken gamecube disc dumper and made single disc
...
games installable again too
2012-03-17 22:32:53 +00:00
overjoy.psm
64773f440c
* Some changes and fixes for temp region nand emulation feature
2012-03-17 22:30:16 +00:00
fix94.1
f2355ba238
-made internal update feature working again, wiiflow
...
needs to be in "apps/wiiflow" for it to work
2012-03-17 20:25:17 +00:00
fix94.1
21e3012ca1
-added per game option to set no dvd patch, because not
...
all games work fine with it in the current state
-fixed problem that nmm sometimes was always enabled
-updated english.ini
-updated german.ini
2012-03-17 16:52:17 +00:00
fix94.1
b4557e9f45
-only do something with the disc drive on DML game launch
...
if the no disc patch is disabled
2012-03-17 14:47:08 +00:00
fix94.1
29ae0f2718
-changed DML game launching, it's a bit faster now
2012-03-17 13:56:49 +00:00
fix94.1
3331276043
-changed a few things about the wait message again,
...
also fixed some small bug in it
2012-03-17 13:24:26 +00:00
fix94.1
88aea82b45
-added new option in DML section in wiiflow.ini,
...
no_disc_patch, its enabled by default, that means
you don't need to have a disc inserted anymore when
playing gamecube games (requires dml r55 or later to work)
(per game option will follow)
2012-03-16 21:36:49 +00:00
overjoy.psm
a6709f71cf
* setting.txt and SYSCONF for temp region nand emulation are now readed from nand (not written to)
...
* It will now create the path to setting.txt and SYSCONF if they don't exist
* It will now create setting.txt and SYSCONF if they don't exist
2012-03-14 21:09:29 +00:00
fix94.1
36f75ca434
-added new boxmesh for homebrew view that the icons
...
are not stretched anymore (I added it for a very special
person and I know that this person will read this log)
2012-03-14 20:00:01 +00:00
overjoy.psm
99f3e035c4
* Added new nand emulation feature:
...
With this feature it's possible to temp change the region of your Wii console. This makes it possible to play those one region only games that wouldn't play on other region consoles.
Some games that work now are for example:
The Amazing Race (didn't play on PAL consoles)
Hollywood Squares (didn't play on PAL consoles)
Arthur and the Revenge of Maltazard (didn't play on NTSC consoles)
The feature is now working for Wii games if FULL nand emulation is enabled. The Regionswitch only emulation mode is written for and will only work with a yet unreleased feature of davebaol's d2x cIOS
* Updated english.ini
* Updated dutch.ini
Other languages have to change also again :P
2012-03-12 23:57:59 +00:00
fix94.1
b686ac1540
-added per game option for NMM (not enough space for
...
a global option, so if set to default it will use the
setting from wiiflow.ini called dml_nmm in DML section,
0 means disabled, 1 means enabled and 2 means debug)
-nand emu is now for sure compatible with d2x v9+ :P
-updated english.ini
-updated frensh.ini (thanks Jiiwah), italian.ini (thanks
xFede) and japanese.ini (thanks hosigumayuugi)
(3 language updates don't contain new NMM options)
2012-03-12 16:14:56 +00:00
fix94.1
c87c2f8048
-we should only use cheats in dml if we have set
...
cheats to enabled ;)
2012-03-11 19:59:15 +00:00
fix94.1
f10550a11d
-only enabling nand emu if we really need it
...
-cleaned up and corrected dml launch code, cheats
now should work fine in all cases in gamecube games
2012-03-11 19:47:24 +00:00
fix94.1
7b85928088
-stopping gamecube game sound before launching it
...
to save a bit time and may prevent stupid not stopping
loading times
2012-03-11 16:04:33 +00:00
entropy
c067269f00
Comment out reload of IOS 58 before booting homebrew. Stops random code dumps when booting HB.
2012-03-11 15:55:13 +00:00
entropy
cc78e4cae7
Ensure that long game titles are NUL-terminated
2012-03-11 15:40:56 +00:00
fix94.1
592e22951f
-if a gamecube game is found in the wbfs folder,
...
it will be displayed in regular wii coverflow and
it's also possible to launch it as in dml coverflow
2012-03-10 22:07:06 +00:00
fix94.1
b256cd9214
-added possibility to cheat in gc games when using DML
...
older than r52 (it will always copy the gct file into
the gc game folder on sd for this, and the dml version
must be compiled to use cheats)
2012-03-10 21:00:58 +00:00
fix94.1
9d128ce879
-if debugger Gecko is selected in gc game settings,
...
DML debug mode will be enabled
-added ini option to enable NMM for DML (option
per game and global in wiiflow will follow later)
2012-03-10 20:31:45 +00:00
fix94.1
64f796494d
-if cheat gct file is on usb and trying to launch a
...
gc game with this gct file it auto copy the file into
the games folder of this game on sd card
2012-03-10 19:47:34 +00:00
fix94.1
c1bfa9195b
-fixed incorrect url which was displayed if no cheat
...
file found
-added possibility to cheat in gamecube games, currently
wiiflow gct cheats folder needs to be on sd card for this,
otherwise DML cant find them
2012-03-10 19:02:59 +00:00
fix94.1
7633ac55c2
-now no boot.bin needs to be created to launch a gamecube
...
game (better for the sd card), requires DML r52 or newer
to work properly
-added new option in [DML] section, "dml_r52+", you
can set it to no if have a older DML version or want
to use the old boot.bin method instead to launch a gc game
2012-03-10 16:54:57 +00:00
overjoy.psm
7dec8ecf26
*Added support for GC Multi Game DVD's to GC Ex Dumper
2012-03-09 18:15:07 +00:00
overjoy.psm
bf39d8e26a
* The second disc of a Gamecube game that comes with two discs is now marked as "disc 2" in coverflow
...
* The GC Ex Dumper will now wait after the first read error so the user can eject the disc to clean it
* Added a check to the GC Ex Dumper that sees if the disc is ejected by accident
* Fixed free block/size calculation for GC Ex Dumper
* Fixed some thread messages
* Again some code cleanup and minor fixes
* Updated dutch.ini
* Updated english.ini
NOTE: The GC Ex dumper will only wait after the first read error. If the disc still contains errors after it's cleaned the dumper will stop the process or continue and lose the unreadable data in "skip on error" mode
2012-03-09 02:47:41 +00:00
fix94.1
7891c2d861
-(hopefully) last change about addition from r183,
...
now everything should work fine again and a custom
folder name should be usable for gc games on usb
2012-03-08 12:52:01 +00:00
fix94.1
e57c20e5d9
-changed a few things about addition from r183 again,
...
now it should work better, please also make sure you
delete the wiiflow/cache folder before trying this rev.
2012-03-08 12:25:39 +00:00
fix94.1
63dbed3f68
-changed a few things about the addition in r183 again, if
...
you want to have the gamecube games in the usb folder
"ngc" you now also just need to set the ini to "ngc",
no need for "%s:/ngc" anymore (thanks r-win for few tips)
2012-03-07 21:03:27 +00:00
overjoy.psm
5ff5952db3
GC Ex Dumper:
...
* Fixed progress bar for games that come with 2 discs
* Dumper now uses a much smaller buffer when "skip on error" mode is on
* Added __WaitForDisc function to cleanup a lot of code
* Cleaned up some more
2012-03-07 02:05:57 +00:00
fix94.1
9472bd3d59
-added possibility to use another folder for
...
gamecube games on usb, its a new config entry
in DML section, dir_usb_games, default is the
"games" folder. If you want for example "ngc",
change the value to "%s:/ngc". (issue 19)
2012-03-06 21:04:23 +00:00
fix94.1
2247728e6a
-changed a few things about wait message and
...
game sound thread checks, hopefully fixes a
few random freezes or not stopping loading
2012-03-06 13:53:25 +00:00
fledge68
1fb7628da7
-fix for issue 21. simply swapped + and - with B+L/R. Now + and - change song and B+L/R search by page
2012-03-05 17:46:16 +00:00
fix94.1
26dd47f612
-fixed stupid bug which made it possible
...
to select a wbfs partition in settings when
in DML coverflow
-updated usb->sd copy, now displays the
progress of the whole folder not just per
file
2012-03-05 17:27:45 +00:00
fix94.1
d0840c4ecb
-added another case to see if usb game is
...
already installed on sd
-fixed some really stupid error from previous
rev which said game is not on sd card
(I should always test before commit...)
2012-03-05 10:01:07 +00:00
fix94.1
b23d86b5bc
-added more accurate progress bar for copy
...
gc game from usb to sd
-made the gc disc installer progress bar more
accurate too ;)
-deleting a gamecube game will now delete all
files found in the directory, more accurate lol
2012-03-05 09:48:13 +00:00
fix94.1
83b8c5dcf7
-added DML global options to set language and
...
video mode for all games, per game is still
possible to set
-updated english.ini with new strings
2012-03-04 21:33:14 +00:00
fix94.1
5aef0bed27
-set compressed dump and write ex files to yes
...
by default
-updated and cleaned up gamecube disc dumper, in
compressed mode it now shows the percentage of how
much wrote in size instead of the files wrote, this
avoids confusion why it freeze at some % and is more
accurate
2012-03-04 13:22:36 +00:00
fix94.1
5843737575
-recompiled a few libs with devkitppc r25
...
-fixed dumping gamecube games to ntfs, general
dumping progress is maybe a bit slower now on
all partition types (using fwrite instead of
fseek now, seems like libntfs dont like fseek)
2012-03-03 21:52:07 +00:00
fix94.1
fcf9d344f7
-updated dml usb to sd installer, should
...
be faster now thanks to threaded copy by
stfour, also fixed codedumps when copying
from ntfs to sd, everything should work now
2012-03-03 17:16:11 +00:00
fix94.1
5e18be6598
-added wiimote image for 6 player games
2012-03-03 14:32:14 +00:00
fix94.1
935a18e217
-we should reload cache if game was deleted
2012-03-02 18:29:55 +00:00
fix94.1
f557b7241e
-fixed codedump when trying to install or copy
...
gamecube games to partitions without games folder
on it, dumping to ntfs was not broken it just havent
created the folder properly :)
2012-03-02 17:45:08 +00:00
fix94.1
152bde2c36
-size calculation of gamecube dumper should be
...
more accurate now
-changed another path limit from 64 to 1024,
to prevent errors when trying to install gamecube
games from usb to sd with long name
2012-03-01 19:36:17 +00:00
fledge68
151eca94a2
- last theme layout fix that I missed way back in r101
2012-03-01 16:13:24 +00:00
fledge68
ef879da2d1
-fix for r162 d-pad view switching. Works fine for me but if anyone still has problems just go back to the r121 way.
2012-03-01 13:33:32 +00:00
fix94.1
8a475cc7d3
-we shouldnt limit path length to 64, using
...
the max fat path is better and fixes some
codedumps when installing games with longer name
2012-02-29 18:11:35 +00:00
fix94.1
489a2138e6
-changes about r162, the idea was good but
...
reloading view even if its loaded is ok, not
that it breaks things like moving around for me
-increased gamecube dumper read buffer to 1mb like
cleanrip has, thanks emu_kidid for confirming its
faster :)
2012-02-29 14:07:18 +00:00
overjoy.psm
c8ca36600d
Again some dumper changes:
...
* It's now possible to dump games that come with 2 discs
* Added messenger callback to interact with the thread message
Todo:
* Cleanup the code
2012-02-29 00:19:50 +00:00
fix94.1
fa1852bfa9
-if gamecube game is found on sd card and you
...
launch it from usb, it will automatically launch
it on sd card without copying it again
2012-02-28 20:45:47 +00:00
fix94.1
f82fdc0e50
-updated english.ini for translators
...
-fixed really stupid error which broke gc
disc dumping, also modified it a bit again
-cleaned up the copy menu a bit
2012-02-28 18:44:41 +00:00
fledge68
5b203f8252
-small fixes for using d-pad to switch views. Game covers no longer move when changing view and view only loads if its enabled and different than current view.
2012-02-28 17:52:59 +00:00
fix94.1
5e3df23f76
-cleaned up and optimized gamecube disc
...
installer, maybe it's a bit faster now ;)
I want to thank stfour for his fileOps
which was added in r160, it makes a very
good job, without it copy game from usb to
sd would have taken longer to add for me :)
2012-02-28 15:06:01 +00:00
fix94.1
f1d0386b3c
-DML view now can see games on usb too
...
-added possibility to copy gamecube games from
usb to sd card, after copy process game will be
started (copy takes 5-10 minutes) (issue 12)
-added possibility to install gamecube games
to usb fat partitions
-fixed game name not displayed in delete game dialog
-changed naming scheme of partition name in top-right
corner in coverflow, now looks like DML [USB1], name
depends on view
2012-02-27 16:05:10 +00:00
fix94.1
fa7da0a437
-updated gamecube game installer,
...
images now got the same md5 as the one
compressed with discex, compresion
without force 32k align works fine too now
2012-02-26 15:03:54 +00:00
fix94.1
714047d220
-added better check if DML game is already
...
installed
-added possibility to delete DML game
2012-02-25 22:34:52 +00:00
fix94.1
cb478c4dd3
-updated gamecube dumper again, enabled
...
32k align by default now, compression without
32k still doesnt work properly
-fixed stupid bug which may deletes all your
games when deleting one game (thanks Miigotu)
-reverted video change of r154 for now
2012-02-25 18:27:11 +00:00
fix94.1
925900a393
-fixed gamercards for sure now
...
-updated gamecube installer, compression+32k align works fine, just
compression still doesnt work properly with audio streaming games
2012-02-24 21:08:24 +00:00
fix94.1
02ea975071
-fixed broken gamercards, broke in one of the laster revs
2012-02-23 19:08:34 +00:00
fix94.1
4d9cba851c
-completely disabled CheckWaitThread now since it only makes problems
...
-changed version naming scheme, looks like "WiiFlow (Mod 3.0-r154)" with this version
2012-02-23 17:14:42 +00:00
fix94.1
62e74cd771
-fixed broken background music
2012-02-21 20:33:38 +00:00
fix94.1
130949f212
-set progressive flag if component cable is found
2012-02-21 17:21:12 +00:00
fix94.1
13c5a0e906
-updated DML and GC video patch
...
(fixes problems with PAL games)
2012-02-21 17:01:57 +00:00
entropy
af423ce6ad
Bug fix: index for EXIT_TO_DISABLE changed, correct hard-coded value
2012-02-20 20:50:15 +00:00
fix94.1
358c3fa298
-updated wiiflow to use new libwiiuse only
2012-02-20 18:04:40 +00:00
fix94.1
135b180264
-using way easier way to see if DML is installed
...
(thanks crediar for pointing out a for loop is more intelligent)
2012-02-20 15:44:31 +00:00
overjoy.psm
af589b404e
* Updated DML Ex Gamecube disc dumper:
...
- Added retry on read errors
- Added skipping on read errors
- Added pos to compress data
- Added pos to align all files by 32k
- Dumper will now only dump game.iso on default
- Now using drivebay led to show disc reading activity
- Now checking if game already exists before dumping it
Configuration of the dumper:
Set the following vars in wiiflow.ini (domain: DML) to config the dumper:
- skip_on_error=yes/no to enable/disable error skipping (default = no)
- compressed_dump=yes/no to enable/disable compressed dumping (default = no)
- write_ex_files=yes/no write ex files yes/no (default = no)
- align_files=yes/no to align all by 32k yes/no (default = no)
- num_retries=# were # = the amount of read retries the dumper should perform before it marks the block as bad on read errors
2012-02-20 08:26:50 +00:00
fix94.1
91f65acfdd
-stopping dvd motor before launching dml
...
(makes sure dml doesnt init drive on launch)
2012-02-19 13:00:40 +00:00
fix94.1
1ed15e5e30
-fixed wrong banner sound playing for sure now :P (issue 7)
...
-updated french.ini
2012-02-18 23:04:15 +00:00
fix94.1
6a23a9f0ec
-updated dutch.ini
2012-02-18 21:26:47 +00:00
fix94.1
ab07319073
-added two missing sd card inits in DML (fixed saving) and
...
in nand emu (fixes launching from sd card) (thanks CaseyOmah
for the information)
-added small welcome message in debug output ;)
2012-02-18 15:29:22 +00:00
fix94.1
9fcc0f4d35
-changed gamercard section, will now write dutag and
...
wiinertag in ini by default, other tags can be added in
the same naming scheme
-fixed and added some debug prints
2012-02-18 13:51:55 +00:00
fledge68
3c9e16c35e
-parental lock fixes
2012-02-18 04:59:01 +00:00
fix94.1
2a0a2a3303
-fixed crash in channel view introduced in r134
2012-02-17 23:14:00 +00:00
fix94.1
bb9dbea535
-fixed covers were not refreshing bug introduced in r134
...
(issue 7 is back again, I was sure it worked)
2012-02-17 22:46:36 +00:00
fix94.1
ff0e302043
-zzzZZZzz left memory usage display enabled
2012-02-17 21:45:30 +00:00
fix94.1
7905a0a9b0
-fixed freeze when switching through game views
...
-fixed wrong banner sound played (issue 7)
2012-02-17 21:40:38 +00:00
fix94.1
05c007582d
-set up coverflow views limit from 8 to 15
...
-removed about_5 from translation ini
-updated english.ini, german.ini and italian.ini
2012-02-17 18:51:03 +00:00
fix94.1
fb6cef0f77
-re-added deleted textures from r122 since they are
...
still used (some things were not working properly without)
2012-02-17 16:46:05 +00:00
fix94.1
81e0009e67
-added gamecube game sound (playing gc startup sound)
...
-updated spanish.ini
2012-02-17 14:45:59 +00:00
fix94.1
347bc6a110
-fixed small warning message when compiling (I just dont
...
like warning messages lol)
-changed coverflow color detection again, it's
hopefully a bit more efficient now
2012-02-17 13:26:57 +00:00
overjoy.psm
d611849d6f
* Added DML Ex GC disc dumper. This makes it possible to install GC discs and dump them straight into DML Ex format
...
* Fixed gc_discHdr struct
* Updated aiff decoder to dimok's code (Thnx)
Todo for GC disc dumper:
* Add retry on read error
* Add skip on read error pos
* Add some more checks
2012-02-17 02:35:42 +00:00
fix94.1
8816c91fa1
-minor change in language
2012-02-16 21:08:43 +00:00
fix94.1
fa5ac0c23f
-finished the coverflow cover color check for all colors now ;)
2012-02-16 19:36:50 +00:00
fix94.1
8c3aacc8a6
-fixed returning to global options if pressed b in
...
cover download settings instead of cover menu
2012-02-16 19:19:45 +00:00
fix94.1
7575c33e07
-fixed wii game launching from sd card (excite truck doesnt work from sd)
2012-02-16 17:51:49 +00:00
Drexyl950
e6b87d575a
* Added country flags to cover language selection
...
Theme's use texture_normal= and texture_selected= (ie Favorites button)
2012-02-15 20:18:15 +00:00
fix94.1
12ac3405ac
-using the dpad_mode without pressing A, just select switch symbol
...
and press the direction on dpad
2012-02-15 17:57:34 +00:00
fix94.1
fe107171e9
-we should use holding down dpad instead of pressing for a better timing ;)
2012-02-14 20:20:38 +00:00
fix94.1
575c595828
-changed DOWNLOAD/COVERSSET_LBL to DOWNLOAD/COVERSSET to keep
...
the general button naming
2012-02-14 16:23:39 +00:00
fix94.1
afa67f66b7
-added new option in [GENERAL] dpad_mode to enable coverflow
...
switching with holding UP for USB, LEFT for homebrew, RIGHT
for channels and DOWN for DML, if no button is pressed or the
option is not set, it will just use the default coverflow switching
2012-02-14 15:02:51 +00:00
fix94.1
abd7956bb8
-changed switch order to wii -> gc > channels > homebrew (issue 13)
2012-02-13 17:09:26 +00:00
fix94.1
1277fd0c6e
-fixed sd cards doesn't work in wii games (issue 11)
2012-02-13 15:40:10 +00:00
overjoy.psm
128254c489
* Fixed label "Genre" in game info. It should now always the show right genre (issue 10)
2012-02-13 00:22:56 +00:00
overjoy.psm
08c018539d
* Fixed some things in aiff decoder (Fixes banner sounds for Dragon Ball Z: Budokai Tenkaichi 3 & SSX Blur for example)
2012-02-12 19:55:37 +00:00
overjoy.psm
add47e2961
* Another small fix (Thnx Kovani)
2012-02-12 11:18:31 +00:00
overjoy.psm
5ba8150163
* Small fix for download menu
2012-02-12 10:56:18 +00:00
overjoy.psm
14f4bdbf84
* Added various options for downloading covers:
...
*Download order:
- Original only = Box -> Flat
- Original/Original = Box -> Flat -> Alt box -> Alt flat
- Original/Custom = Box -> Alt box -> Flat -> Alt flat
- Custom/Original = Alt box -> Box -> Alt flat -> Flat
- Custom/Custom = Alt box -> Alt flat -> Box -> Flat
- Custom only = Alt box -> Alt flat
*It's now possible to download covers from a different language or region as set in the language string and you can select what languages or regions to check (Working, but unfinished)
* Added a check for GameTDB if an alternate or custom cover is available
* Fixed GameTDB code for getting the casecolor
* Gamecube is now also included in GameTDB (Thanks lustar)
* Reverted Catagories selection menu.cpp
* And probably some things i forget to list
2012-02-12 01:43:31 +00:00
fix94.1
af090d536b
-fixed small comment typo in disc.c
...
-reverted xFede's unneeded copy-paste from gx !which was even
not documented! from last rev r108
@xFede:
I said you to leave it as it is, really don't do that again
or I'll be angry, thanks.
2012-02-11 22:12:58 +00:00
fedeanto11
28b476f8f9
* Fixed a typo -> "Sytem Menu"
2012-02-11 21:28:53 +00:00
fix94.1
380b35aebf
-added new option in [DML] section, always_show_button to
...
give possibility to enter DML coverflow view even if
DML is not present
2012-02-11 20:36:31 +00:00
fix94.1
3718e76bdc
-added possibility to add gamecube games to gamertag
...
-gamecube launch cleanup
2012-02-11 13:05:18 +00:00
fix94.1
1caf757ef9
-added new default option for exit to which just boots the system menu
...
without the priiloader magic word for system menu set to use priiloader
default option
2012-02-11 12:03:46 +00:00
fledge68
431c84f75c
-various menu and font fixes
...
-fixed TITLEFONT display
-fixed TEXTFONT display
-fixed various button animations and sizes
2012-02-10 18:45:42 +00:00
fix94.1
bf115f1d9d
-fixed music playback
2012-02-10 15:48:27 +00:00
fix94.1
a11b5412c8
-fixed small stupid typo (thanks jiiwah)
2012-02-09 17:46:26 +00:00
fledge68
a224529094
One more fix for last layout of a theme not showing correctly
2012-02-07 18:31:31 +00:00
Drexyl950
4b6891f921
* Another attempt at fixing About and Synopsis screens
2012-02-07 00:24:45 +00:00
fedeanto11
b3ecf61c9e
* More custom covers to the list
2012-02-06 15:28:19 +00:00
fedeanto11
c6d08bb734
* Now it's possible download alternative covers
...
Set alternative_cover in GENERAL , on by default.
If the alternative it's not on the server wiiflow
will download the original one
2012-02-06 12:39:06 +00:00
Drexyl950
593c3e0362
* Fixed controller icons not being displayed on gameinfo page
...
* Added Wifi10 and Wifi18 icons
* Added keyboard controller icon
2012-02-06 02:31:04 +00:00
fix94.1
47aea503fa
-reverted change of r94 for now, we don't wanna break other games ;)
2012-02-05 19:20:24 +00:00
fix94.1
787e753f58
-fixed tintin (temporary with calling "nop\n" after every command)
2012-02-05 18:58:15 +00:00
fix94.1
dae85e4128
-added missing "nop\n" thanks to dimok, and that:
...
-fixed we dare
-fixed driver san francisco
2012-02-05 18:38:57 +00:00
fix94.1
9f1aa93598
-small disc and channel boot changes
2012-02-05 18:13:04 +00:00
fix94.1
2aa3cca32c
-fixed sync issue hopefully for more people
...
(we dont need to init nand emu on wiiflow boot)
2012-02-05 14:38:14 +00:00
fix94.1
27f5d760dc
-we should only delete cover too if the user wants it
...
(set delete_cover_and_game=true in [GENERAL] if you want)
2012-02-05 14:03:51 +00:00
entropy
4d95af1ab3
Allow installation of games with titles containing illegal filename characters
2012-02-05 06:38:10 +00:00
overjoy.psm
e90613f368
* Fixed a nice bug: If a game gets removed and is splitted it now also removes the wbf1, wbf2.... files and the folder.
...
* If a game gets removed it will remove the cover(s) with it
2012-02-05 00:07:07 +00:00
fix94.1
1218528c53
-fixed synopsis and menu_about displaying (hopefully just a temp solution)
2012-02-04 22:12:07 +00:00
fix94.1
b8208dfb9f
-added fledge68 to thanks list, his changes:
...
-fixed last theme layout not showing correctly
-fixed display color in menu_wbfs for themes
-fixed synopsis only displays right the first time
2012-02-04 21:45:51 +00:00
fedeanto11
08cfe6c95e
* Added a space in defines.h for entropy's name
...
* Starting to update FreetypeGX ( Metaphrasis is not more needed )
2012-02-04 20:12:46 +00:00
fix94.1
39f7818869
-changed wiimote init again, now initing it on the very beginning (lets hope it helps some people)
2012-02-04 17:31:13 +00:00
fedeanto11
1a4626af43
* Fixed the menu_about issue ( Now all is displayed correctly)
...
* Removed FIX94 because now he's already on devs ( Probably that was the issue LOL )
2012-02-04 17:18:15 +00:00
fedeanto11
5cfe1c11b5
* Added alternative cover download if original is not on server ( a option for choose original/alternative will be better though )
...
* Added some missing frees
* Other littles changes
2012-02-03 22:38:00 +00:00
overjoy.psm
28d10bbcdc
* Fixed cache updates for each view when the language is changed
2012-02-03 03:00:13 +00:00
overjoy.psm
69c1094891
* DML Game config menu was missing a button
2012-02-02 23:51:19 +00:00
overjoy.psm
6ccf8693b5
* +Some missing stuff
2012-02-02 23:35:05 +00:00
fix94.1
8cd027b036
-using wii language translations for gamecube language options
2012-02-02 22:37:21 +00:00
fix94.1
27d47ee337
-added option to set DML game lanugage, gamecube games will now use the language of the wii
2012-02-02 22:22:46 +00:00
fix94.1
e8e95960f2
-added xFede and entropy to the thanks list
...
-lol'd about wolf's menu_about 'fix'
2012-02-02 20:21:38 +00:00
wolffamily13
0435ad6c94
Updated about screen and fix cut off issue.
2012-02-02 20:02:21 +00:00
fix94.1
930a398d62
-shorter way for included cover detection, still not finished for everything ;)
2012-02-02 17:21:10 +00:00
fedeanto11
5e70b1e13a
* Added some new custom games to black cover list
2012-02-02 13:43:20 +00:00
fix94.1
e8ee7548a6
-fixed network init issue for (hopefully) everyone
2012-02-02 11:18:09 +00:00
overjoy.psm
4e03333ef6
* Added a check for an updated disc.info file from WBM to determine if there were games added after the last cache update
2012-02-02 01:46:01 +00:00
fix94.1
468f678ac2
-sync with wiiflow r418
2012-02-01 22:26:51 +00:00
fix94.1
880c9b7145
-added black covers for SX3P01, R5WJA4, RUYJ99, S3HJ08 and SJBJ01
2012-02-01 21:21:24 +00:00
fix94.1
86ebc3d4f3
-added option to disable channel coverflow mode (hidechannel) in GENERAL section in ini
2012-02-01 20:44:40 +00:00
fix94.1
1a306fb2ed
-only opening game info menu if gametdb is present
2012-02-01 17:52:01 +00:00
overjoy.psm
739d7892b3
* Pressing 'B' on 'config button' will now force a cache update for current view
...
* Added missing break;'s in UpdateCache function (menu.cpp)
* Added missing stuff for DML update
2012-01-31 23:44:54 +00:00
fix94.1
ee9d70f9e2
-
2012-01-31 22:55:59 +00:00
fix94.1
895101a6a4
-fixed cover download crash if no {loc} is in url_full_covers
2012-01-31 19:27:34 +00:00
fix94.1
2562347f6c
-updated metaphrasis from 0.1.0 to 0.1.2
...
-small changes in menu_about
2012-01-31 15:16:52 +00:00
overjoy.psm
5e9e89b772
* Finally fixed black box issue for WBFS partition users (Thanks guys for testing over and over agian :P)
2012-01-30 23:03:32 +00:00
fix94.1
6e4f6d5288
-Set proper cover color for mario and sonic at the london 2012 olympic games
2012-01-30 21:11:44 +00:00
overjoy.psm
ac9204e834
* Fixed case colours for DKCR
2012-01-30 20:04:30 +00:00
fix94.1
24cd976235
-changed wiimote init code again to hopefully fix the init problem for everyone
2012-01-30 16:55:27 +00:00
overjoy.psm
7b82175d66
* Damn merged commits
2012-01-30 14:55:02 +00:00
overjoy.psm
2505616944
* (Hopefully) fixed crash in WaitMessage
...
* (Hopefully) fixed Fanart issues
* Added a way to show mem through gecko
2012-01-30 14:29:40 +00:00
fix94.1
9e5d3f1f1f
-changed "cfgg28" to "custom" (we should prevent double values)
2012-01-30 12:21:17 +00:00
entropy
adad4e7f52
Add a game config button (cfgg28) to toggle "custom" setting of channels
2012-01-30 05:25:56 +00:00
overjoy.psm
016f965af0
* Placed initialization of cache behind initialization of language.
2012-01-29 23:55:49 +00:00
entropy
a8e1913895
Support custom titles for homebrew
2012-01-29 23:48:50 +00:00
entropy
85854d0bf2
More cache overrides at startup, plus related debugging gprintfs
2012-01-29 23:11:43 +00:00
entropy
626fbfddeb
Make debug message explicit about enabling or disabling IOS reload block
2012-01-29 22:57:14 +00:00
fix94.1
9daaa1365c
-fixed gamecube boot from disc introduced in r36
2012-01-29 21:40:28 +00:00
fix94.1
2f4d8129aa
-reverted language detection for gametdb from r42
2012-01-29 20:59:25 +00:00
fix94.1
8e5e204100
-fixed herpderp mistake in individual save emulation setting
2012-01-29 19:53:36 +00:00
fix94.1
cd9678052d
-added global save emulation/nand emulation mode (very dirty, completely untested and not finished :P)
2012-01-29 19:28:31 +00:00
fix94.1
b38b0ae5a7
-added a "selected" png for homebrew
...
-compressed pngs even more and also added tools and a batch file to "resources" folder
2012-01-29 12:30:04 +00:00
entropy
1583e55de6
Add option "update_cache" in GENERAL section, to force cache update at startup
2012-01-29 04:25:45 +00:00
fix94.1
713d8f5616
-(hopefully) fixed wrong titles displayed when updating gametdb which sometimes happens
...
-changed language detection for gametdb (still not complete)
2012-01-28 22:50:00 +00:00
overjoy.psm
a9486b79bf
* Moved check for DML to top of the initialization to ensure the check is done on real nand
2012-01-28 20:09:34 +00:00
fix94.1
85e5e4c815
-added both missing green and missing black cover case colors
2012-01-28 18:52:52 +00:00
fix94.1
c9b0db14af
-fixed codedump if title in gametdb is longer than 64 chars
2012-01-28 14:37:48 +00:00
fix94.1
93fc90c494
-fixed black covers in nand/emu nand view if gametdb is present
2012-01-28 13:42:46 +00:00
overjoy.psm
74450fba18
* Added a simpel check to find out if installed MIOS is unpatched, cMIOS or DML and it should be able to recognize most of them.
...
* DML Coverview is now disabled if the MIOS found isn't recognized as DML
* DML game subfolder naming convention may now change to 'Game Name' for example. No need to keep this as GameID anymore
* Current_item config option is now saved while launching DML GC games
* Playcount & Lastplayed options are now saved for DML GC games
2012-01-28 08:40:19 +00:00
fix94.1
95a49ea97c
-set "partition" option for emu nand to 0 (SD) by default to prevent crashes
2012-01-27 22:28:47 +00:00
fix94.1
cc76da97e1
-fixed nand emulation partition set for d2x v8 properly now
...
-wasted 3 hours finding this stupid bug
2012-01-27 19:38:52 +00:00
fix94.1
8c18d1fa3c
-changed some really stupid bool for d2x v8
2012-01-27 15:59:19 +00:00
fix94.1
c921214cc4
-added force aspect ratio patch from usb loader gx (thanks dimok for permission)
2012-01-27 13:59:36 +00:00
fix94.1
a04569d401
-zzzZZzz forgot to make IOS reload option translatable (cfgg26)
2012-01-27 12:26:53 +00:00
fix94.1
aa5c1acba5
-added option to disable IOS reload block for wii games and channels
2012-01-27 11:43:31 +00:00
fix94.1
0dac7f7b27
-made "Password incorrect." translatable (cfgg25)
2012-01-26 21:22:16 +00:00
fix94.1
6713dc7784
-updated libpng from 1.2.34 to 1.4.4
2012-01-26 21:02:06 +00:00
fix94.1
90d2cb2452
-fixed channel launching bug introduced in r19
2012-01-25 20:41:44 +00:00
entropy
27937a43bd
Allow display of homebrew while parental controls are enabled, if option "parental" is set in homebrew section of wiiflow.ini
2012-01-25 01:11:02 +00:00
overjoy.psm
6e4f75359b
* Fixed cache (again)
...
* Fixed GameTDB
* Fixed cover colors the right way
* Added GameTDB support to Gamecube game headers
* Fixed a bug were gameconfig in COVERFLOW_USB only showed 1 config page after gameconfig in COVERFLOW_DML was entered
* Fixed text label for Video modus in DML gameconfig
* Some other minor bug fixes, cleanups and changes to gain more stability
NOTE: However FIX94 reverted some changes they shouldn't make you can see most changes I made for now are minor changes. I'll have to check more, but so far great job guys!
2012-01-25 00:11:28 +00:00
fix94.1
b661ccb551
-added dollz support for homebrew launching
...
(-giving the possibility for the project to re-arrange and control everything properly :P)
2012-01-24 22:09:33 +00:00
fix94.1
063fab9774
-fixed herpderp error
2012-01-23 22:01:23 +00:00
fix94.1
f7bfba3398
-some more reverting, should be compilable again
2012-01-23 21:50:53 +00:00
fix94.1
08d5f5cd1f
-reverted some of xfede's changes to make it compiling again until he fixes everything
...
-cleaned up a bit
2012-01-23 21:46:37 +00:00
fix94.1
a01941ff5e
-Savegame Emulation can now be set to Default, Partial and Full for each game in the game settings
...
-Temporary hiding the USB Saves Emulation option from global settings (will remove it later on)
2012-01-23 21:15:14 +00:00
fedeanto11
7d07abdb16
- Fixed a screen issue in menu_about
...
- Now wiiflow download "US" covers correctly
- A lot of little changes and code clean up (like update GameTDB -> dimok )
2012-01-23 21:09:03 +00:00
fix94.1
c93a673b6a
-if we already force DML to SD why don't display "DML" instead of "SD" ;)
2012-01-23 17:49:32 +00:00
fix94.1
311ab42ed4
-Cleaned up GC and DML booting process
...
-Setting GC retail disc audio streaming properly now (no need for two drive inits)
2012-01-23 15:57:30 +00:00
entropy
c1605da6bf
Restore code to hide game adult toggle and game settings button while parental controls enabled
2012-01-22 22:31:58 +00:00
fix94.1
181459a870
-added VERY rough solution for retail gamecube games with audio streaming, dvd drive will init twice
2012-01-22 22:03:30 +00:00
fix94.1
a68c99e09b
-moved IOS reload call for d2x v8+
2012-01-22 18:19:54 +00:00
entropy
009c98909d
Show an error message when parental unlock password is entered incorrectly.
2012-01-22 17:35:09 +00:00
fix94.1
adecc42f5c
-reverted some of miigotus experiments to fix IOS reload
...
-more intelligent IOS reload code (thanks davebaol)
2012-01-22 17:06:56 +00:00
fix94.1
a8d3b2b900
-
2012-01-22 13:34:18 +00:00
fix94.1
8d432c1dc5
-slightly changed GC disc and DML launching, gc retail discs with audio streaming doesn't work for some reason, trying to find out why
2012-01-22 12:47:55 +00:00
fix94.1
f6c23a67ee
-got a bit sleep
...
-force video mode works now for sure ;)
-fixed booting gamecube retail games video mode
-re-added parent control for gamecube games
2012-01-22 12:00:32 +00:00
entropy
0afba30306
Use homebrew icon.png to make rough but serviceable homebrew covers
2012-01-22 04:23:45 +00:00
entropy
e6027ff49b
Use LF carraige control in shell scripts to fix build under Linux
2012-01-22 00:55:08 +00:00
fix94.1
59d2dc53b0
-forcing video mode should REALLY work now
2012-01-22 00:42:44 +00:00
fix94.1
0d4660f2e0
-fixed wii game covers on wbfs partition, should be white too now by default
...
-(hopefully) fixed wiimote sync issue (thanks xfede)
-added new option to force DML video mode
-removed some unused code from early tests ;)
2012-01-22 00:10:20 +00:00
fix94.1
afdd19e591
wiiflow r417 mod5, changes:
...
r417 -> r417mod
-Added very basic DML support (many thanks to the postloader code)
-Re-added IOS reload
-Added cIOS base 60, 70 and 80 as compatible ones for d2x v8+
r417mod -> r417mod2
-Fixed NTSC video mode
r417mod2 -> r417mod3
-Fixed black wii game covers if no WiiTDB file exist, forcing to white now
-Set default gamecube game cover to black
-Added DML icon
-Compressed all PNG files to save space
-May fixed codedump if IOS58 games started from DVD (thanks entropy)
-Allowing access to the homebrew screen while parental controls are enabled (thanks entropy)
-Disable cover downloads while parental controls are enabled (thanks entropy)
r417mod3 -> r417mod4
-fixed DML audio streaming if NAND emulator was enabled before
-removed DVD boot from DML launch, makes boot process way faster (still needs a disc inserted)
-Added base IOS58 to DVD launch list, may really fixes IOS58 games from DVD :P
r417mod4 -> r417mod5
-added yellow covers for "Mario & Sonic at the London 2012 Olympic Games" PAL and NTSC-U
-fixed black covers for "Pandora’s Tower: Until I Return to Your Side" and "Ikenie no Yoru" NTSC-J
-removed some options in DML coverflow because they doesnt work
-fixed global options in DML coverflow
-fixed gametdb titles and synopsis (see http://gbatemp.net/topic/204106-wiiflow-an-open-source-gui-usb-loader/page__st__4515__p__3950858#entry3950858 )
-moved IOS selection to new page 4
2012-01-21 21:15:45 +00:00
fix94.1
82d67b6413
mirrored wiiflow r417
2012-01-21 20:57:41 +00:00