Commit Graph

1036 Commits

Author SHA1 Message Date
fledge68
2864c3b7a2 - fix for stupid little mistake on previous commit 2013-07-23 13:32:54 +00:00
fledge68
976c614e3f - set use_source default to no. source menu users need to change it to yes under [GENERAL]
- added background to wad installer menu
- made some small coding changes to source menu but still works the same
- updated english.ini
- fixed small wrap and unwrap coding problem for label text
- added changes made to explorer mentioned on gbatemp - mostly just theme related about user labels and stuff otherwise it still works the same.
2013-07-23 13:14:51 +00:00
fledge68
a9053b184b - Fix for folder explorer user labels. 2013-07-17 15:31:30 +00:00
fledge68
349d3f9014 - Gave folder explorer it's own background and added user labels for it. 2013-07-16 16:23:09 +00:00
fledge68
eceea9a423 - When switching nands now the whole path is shown at the top not just the current folder name. If it's too long the first folder(s) get truncated off the display. 2013-07-14 14:16:25 +00:00
fledge68
bc759934cb - made dir, save, cancel translatable and increased save and cancel btn sizes. thanks again Etheboss 2013-07-10 17:55:44 +00:00
fledge68
1e116f27c5 - fix for nand switching to make it work with root nands. and fixed english.ini thanks to EtheBoss 2013-07-10 16:40:47 +00:00
fledge68
84892d53d8 - Added the ability to change emunands via wiiflow thanks to the file explorer. Just go to page 2 of the nand emulation settings and click on the SET btn. File Explorer/Folder Explorer shows allowing you to choose a folder. Once you choose one click on the SAVE btn to make it official. Does not work with nands on the root of the device, must be in a folder. 2013-07-10 15:08:40 +00:00
fix94.1
1efca149ed -some security updates for file read/write operations 2013-07-07 01:50:26 +00:00
fix94.1
c77ede571f -added a wad installer to install wiiware and virtual console to your emu nand
-updated english.ini
2013-07-06 22:35:05 +00:00
fix94.1
791a2dc41b -using the file read/write functions more often
-placed both file explorer and source menu into the home menu
2013-06-30 18:40:49 +00:00
fix94.1
128f426ef7 -reading theme wave files into mem now to prevent constant device access to play the sound
-added global file read/write functions to simplify code
2013-06-29 16:54:21 +00:00
fix94.1
58b1bdae87 -updated the default theme pngs and removed old stuff (thanks Ayatus)
-fixed the font bug if wiiflow finds a font of the same size it would ignore spacing and weight differences
-gave the file explorer the ability to bootup gc/wii iso/wbfs files
-you can now scroll through the explorer pages with +/- too
2013-06-29 14:48:02 +00:00
fix94.1
b28fd49638 -added a WIP file explorer, for now you can just search through you
partition and play mp3/ogg files (to get into it use the third icon
down left in the coverflow)
2013-06-27 22:16:30 +00:00
fix94.1
8a56deebfc -set http://dl.dropboxusercontent.com/u/101209384/{gameid}.bnr
to the default custom banner url
-updated the wiimote icons (thx mamule and Ayatus for the awsome pngs)
2013-06-27 17:55:42 +00:00
fix94.1
6c7667bb9e -updated english.ini
-updated wiiflows version to beta 4.1.4
2013-06-27 17:19:12 +00:00
fix94.1
e066537d9b -added beta custom banner download, you need to set "custom_banner_url"
in the GENERAL section in your wiiflow.ini, do it like
custom_banner_url=http://www.example.com/{gameid}.bnr
{gameid} gets replaced automatically by the game id6/id3
2013-06-27 17:14:11 +00:00
fledge68
f17962e609 - Small Source Menu update. Restored hover button images. 2013-06-27 14:29:40 +00:00
fix94.1
022ea31127 -hopefully fixed the last memory leak on cover downloading
-added subfolder auto creation for plugin cache (issue 187)
2013-06-27 01:49:10 +00:00
fix94.1
c778748bd1 -fixed 2 disc gc game installations
-added the 2 disc game re4 (thanks etheboss)
-made the gc game installation more safe
2013-06-26 21:35:38 +00:00
fledge68
f2db4d8eaf - Now wiiflow looks for source_menu.ini in the current theme folder first and then the source_menu folder. so for themes that have their own source menu btns just put the images and sourc_menu.ini in the theme folder. 2013-06-24 22:43:52 +00:00
fledge68
9f9f351485 - added catpage=x option to source_menu.ini for each button to specify a start page for categories menu. Also added max_source_buttons= under [GENERAL] section of wiiflow.ini to specify maximum source menu buttons. default of 71 2013-06-17 17:24:06 +00:00
fledge68
78484fbd40 - Fix to make wii games show up in multi source view when one of the sources is a plugin. _loadEmuList() needs to be before _loadGameList() because _loadEmuList() clears gameList and uses it temporarily to make a new gamelist. 2013-06-13 20:25:07 +00:00
fledge68
b60e4ee90d - Now required and selected categories are cleared whenever you change source(s). 2013-06-08 17:27:01 +00:00
fix94.1
a38287191b -more neek fixes (thanks skidau for testing) 2013-06-01 11:33:12 +00:00
fix94.1
9c27995a50 -added a new plugin argument, {name_no_ext}, it will get replaced by
the filename, just without its extension (issue 186)
2013-05-30 17:35:03 +00:00
fix94.1
acc37518f7 -updated MIOS checks (fixes quadforce 4+ detection) 2013-05-30 10:50:50 +00:00
fix94.1
d936063bd4 -updated libpng from 1.2.29 to 1.6.2
-updated zlib from 1.2.7 to 1.2.8
-updated freetype from 2.4.10 to 2.4.12
-got back from libjpeg 8d to libjpeg 6b
-clean compiled tremor-lowmem lib
-removed some unneeded files
2013-05-29 22:51:47 +00:00
fix94.1
1fe1b06ca1 -added plugin dol path auto partition searching, meaning if you do
dolFile=apps/snes9xgx/boot.dol, wiiflow will check through
sd:/apps/snes9xgx/boot.dol, then usb1:/apps/snes9xgx/boot.dol, etc.
2013-05-28 21:20:51 +00:00
fix94.1
86f07d62b4 -added full plugin dol path support, meaning if you use for example
dolFile=usb1:/apps/snes9xgx/boot.dol as dol file path,
wiiflow will also load it from there, if you just specify for example
dolFile=snes9xgx.dol, wiiflow will add the plugin path to it to build like
usb1:/wiiflow/plugins/snes9xgx.dol for loading (issue 183)
2013-05-23 12:47:45 +00:00
fix94.1
09db10a805 -added fwrite patch, just set debugger to OSReport (thx skidau for the suggestion)
-added another neek check, may helps with older neek revisions
-replaced the "Disabled" hooktype by "AUTO", meaning it will automatically set the hooktype VBI for you if you want to use cheats but forgot to select a hooktype
-added debugger pause back, it will be automatically enabled if you just use debugger but no cheats (thx skidau for the small fix needed)
2013-05-21 12:43:14 +00:00
fedeanto11
3834f144d0 *Updated chinese_s translation
*Updated spanish translation
*Updated danish translation and help file
*Updated dutch translation and help file
*Updated french translation and help file
2013-05-11 18:03:08 +00:00
fedeanto11
39a1e113f8 * Updated italian translation 2013-05-10 12:16:32 +00:00
fix94.1
ce732fd058 -added sneek video patch, as soon as you set "Patch video modes" to "normal" or higher, wiiflow will also apply the sneek patch (should fix quite a good amount of wii game black screens when using video patching) 2013-05-04 12:06:28 +00:00
fix94.1
8f66b05995 -added my gc ntsc-j patch to wiiflow, it will be applied automatically
if a japanese gc game is starting, this should fix playing those games
on pal and ntsc-u wiis properly
2013-04-24 21:37:04 +00:00
fix94.1
761ca4bddb -fixed a small bug if a plugin music file is over that the game
banner sounds stopped working
-added plugin subfolder cache file creation to prevent overwriting
on same filenames based on the coverFolder option in plugin inis,
"subfolder_cache" in "EMULATOR" domain, enabled by default (thx
matt0620 for base patches)
2013-04-21 11:59:58 +00:00
fix94.1
dad4a16cc1 -small fix for r900 2013-04-20 19:50:09 +00:00
fix94.1
082d0ff8dd -fixed not working music playback from the plugin if no wiiflow
music folder with music is present
-changed version to beta 4.1.2 (whoops)
2013-04-20 19:24:04 +00:00
fix94.1
6e11e17230 -fixed a fatal bug of no games displayed if you dont have any
wiiflow.ini already
2013-04-16 22:25:56 +00:00
fix94.1
b2aef2cdaa -sorting plugins by display names now so they are displayed ordered
in the plugin menu
-using the newly created sort function for covers too now so we dont
need to use two separate ones (covers should be sorted same way still)
2013-04-09 23:24:42 +00:00
fix94.1
3e62aeb278 -added korean wii game support (untested) 2013-04-09 18:48:42 +00:00
fix94.1
fac9452af2 -removed the press b on channel icon to switch to emu nand and back,
this is now done on the fly by just selecting NAND as partition, of
course this function is still completely disabled for neek users ;)
-removed the ios and force cios load options from the ini so they
are only settable in the wiiflow startup menu from now on, that
should stop wiiflow with mixing up ini and nand save options
-added a ini option to disable the source menu, use_source (enabled
by default)
-finally added a "Back" button to the startup menu
2013-04-08 21:45:13 +00:00
fledge68
d6af74fb15 - fix for custom missing covers not showing since r892 2013-04-04 14:20:54 +00:00
fix94.1
d1e1e04fb4 -wiimote controls are checked much more now, the wiimote extensions
are handled separately per player, so it cant happen that for
example the nunchuk button c gets interpreted as classic controller
button left anymore, this change might change the controls slighly
2013-03-31 17:09:37 +00:00
fix94.1
b24b4ef37b -added a random game boot function, simply press b on the question
mark icon, it will boot something of the current coverflow
-made screenshot feature working with nunchuck/classic controller
too, just press Z/ZR
-updated the english.txt help
2013-03-31 00:57:42 +00:00
fix94.1
a40bd5286a -reduced the memory usage of each game by 320 bytes, should increase
the maximum games you can have and should increase wiiflows cache
reloading speed
-hopefully fixed that gc disc 2 hide problem correctly now
2013-03-28 13:02:50 +00:00
fix94.1
991ed5d628 -added missing age lock check for gc games in gametdb 2013-03-27 22:54:07 +00:00
fix94.1
7024dbd621 -fixed disc 2 gc games cant be hidden (untested) 2013-03-27 22:46:18 +00:00
fix94.1
ceb91ca17b -tiny changes on port 1 usage and game boot 2013-03-24 12:10:21 +00:00
fix94.1
648d319925 -added a way to play music using wiiflows internal player in plugin
form, just use "MUSIC" as dol name in the plugin ini, here is a
example ini which loads up the default wiiflow music folder:
https://dl.dropbox.com/u/25620767/music_player.ini
oh, and wiiflow only supports mp3 and ogg files
2013-03-23 17:06:06 +00:00