Commit Graph

  • 349d3f9014 - Gave folder explorer it's own background and added user labels for it. fledge68 2013-07-16 16:23:09 +00:00
  • 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. fledge68 2013-07-14 14:16:25 +00:00
  • bc759934cb - made dir, save, cancel translatable and increased save and cancel btn sizes. thanks again Etheboss fledge68 2013-07-10 17:55:44 +00:00
  • 1e116f27c5 - fix for nand switching to make it work with root nands. and fixed english.ini thanks to EtheBoss fledge68 2013-07-10 16:40:47 +00:00
  • 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. fledge68 2013-07-10 15:08:40 +00:00
  • 1efca149ed -some security updates for file read/write operations fix94.1 2013-07-07 01:50:26 +00:00
  • c77ede571f -added a wad installer to install wiiware and virtual console to your emu nand -updated english.ini fix94.1 2013-07-06 22:35:05 +00:00
  • 791a2dc41b -using the file read/write functions more often -placed both file explorer and source menu into the home menu fix94.1 2013-06-30 18:40:49 +00:00
  • 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 fix94.1 2013-06-29 16:54:21 +00:00
  • 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 fix94.1 2013-06-29 14:48:02 +00:00
  • 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) fix94.1 2013-06-27 22:16:30 +00:00
  • 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) fix94.1 2013-06-27 17:55:42 +00:00
  • 6c7667bb9e -updated english.ini -updated wiiflows version to beta 4.1.4 fix94.1 2013-06-27 17:19:12 +00:00
  • 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 fix94.1 2013-06-27 17:14:11 +00:00
  • f17962e609 - Small Source Menu update. Restored hover button images. fledge68 2013-06-27 14:29:40 +00:00
  • 022ea31127 -hopefully fixed the last memory leak on cover downloading -added subfolder auto creation for plugin cache (issue 187) fix94.1 2013-06-27 01:49:10 +00:00
  • c778748bd1 -fixed 2 disc gc game installations -added the 2 disc game re4 (thanks etheboss) -made the gc game installation more safe fix94.1 2013-06-26 21:35:38 +00:00
  • 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. fledge68 2013-06-24 22:43:52 +00:00
  • 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 fledge68 2013-06-17 17:24:06 +00:00
  • 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. fledge68 2013-06-13 20:25:07 +00:00
  • b60e4ee90d - Now required and selected categories are cleared whenever you change source(s). fledge68 2013-06-08 17:27:01 +00:00
  • a38287191b -more neek fixes (thanks skidau for testing) fix94.1 2013-06-01 11:33:12 +00:00
  • 9c27995a50 -added a new plugin argument, {name_no_ext}, it will get replaced by the filename, just without its extension (issue 186) fix94.1 2013-05-30 17:35:03 +00:00
  • acc37518f7 -updated MIOS checks (fixes quadforce 4+ detection) fix94.1 2013-05-30 10:50:50 +00:00
  • 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 fix94.1 2013-05-29 22:51:47 +00:00
  • 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. fix94.1 2013-05-28 21:20:51 +00:00
  • 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) fix94.1 2013-05-23 12:47:45 +00:00
  • 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) fix94.1 2013-05-21 12:43:14 +00:00
  • 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 fedeanto11 2013-05-11 18:03:08 +00:00
  • 39a1e113f8 * Updated italian translation fedeanto11 2013-05-10 12:16:32 +00:00
  • 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) fix94.1 2013-05-04 12:06:28 +00:00
  • 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 fix94.1 2013-04-24 21:37:04 +00:00
  • 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) fix94.1 2013-04-21 11:59:58 +00:00
  • dad4a16cc1 -small fix for r900 fix94.1 2013-04-20 19:50:09 +00:00
  • 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) fix94.1 2013-04-20 19:24:04 +00:00
  • 6e11e17230 -fixed a fatal bug of no games displayed if you dont have any wiiflow.ini already fix94.1 2013-04-16 22:25:56 +00:00
  • 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) fix94.1 2013-04-09 23:24:42 +00:00
  • 3e62aeb278 -added korean wii game support (untested) fix94.1 2013-04-09 18:48:42 +00:00
  • 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 fix94.1 2013-04-08 21:45:13 +00:00
  • d6af74fb15 - fix for custom missing covers not showing since r892 fledge68 2013-04-04 14:20:54 +00:00
  • 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 fix94.1 2013-03-31 17:09:37 +00:00
  • 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 fix94.1 2013-03-31 00:57:42 +00:00
  • 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 fix94.1 2013-03-28 13:02:50 +00:00
  • 991ed5d628 -added missing age lock check for gc games in gametdb fix94.1 2013-03-27 22:54:07 +00:00
  • 7024dbd621 -fixed disc 2 gc games cant be hidden (untested) fix94.1 2013-03-27 22:46:18 +00:00
  • ceb91ca17b -tiny changes on port 1 usage and game boot fix94.1 2013-03-24 12:10:21 +00:00
  • 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 fix94.1 2013-03-23 17:06:06 +00:00
  • 00ddaeee94 sorry guys that I cant really work on wiiflow atm, too much to do... -added devo disc 2 checks for gamenames gam2.iso and disc2.iso, so now we check for gam1.iso, gam2.iso and disc2.iso, if one of those ones are found in the same folder as disc 1 then devo gets the info about it fix94.1 2013-03-11 20:23:24 +00:00
  • dbfbf30e61 -display the music information only once if just one song exist fix94.1 2013-02-23 17:41:26 +00:00
  • f96d478fcb -fixed languages not selectable when wiiflow folder is on ntfs (issue 171) -better way to get wii game installation back to work fix94.1 2013-02-22 21:18:34 +00:00
  • 689833db39 _ Fix for installing wii games fledge68 2013-02-18 12:05:18 +00:00
  • 86b337ee91 -fixed broken cover caching system fix94.1 2013-02-16 21:30:44 +00:00
  • 8634f272ed -lets really reboot wiiflow if we change a setting in the startup :P fix94.1 2013-02-14 21:50:46 +00:00
  • 0ce4e2c363 -added support for usb port 1, you can find the setting in the global settings under startup, it will only work with d2x v9 beta, d2x v10 alt or hermes cIOS 5.0 or later, setting is saved in the NAND save, so individual for every wii, wiiflow will reboot after you change it fix94.1 2013-02-14 21:30:48 +00:00
  • f4b2e16207 - Fix for wii game emusaves when using combined view. fledge68 2013-02-11 15:27:22 +00:00
  • 1512a9f74f -updated devolution config, now DM widescreen and activity led patches work with devo r188 too, also if you enable wifi gecko for wiiflow this option will be set in devolution as well -updated english.ini and german.ini fix94.1 2013-02-10 11:13:33 +00:00
  • a5b2561401 -fixed wii game save emu when booting in ios58 mode and reload to cios -speed up the wiiflow bootup a bit in ios58 mode fix94.1 2013-02-08 10:39:07 +00:00
  • d8acff9fb0 -forgot that svn doesnt auto commits new files -_- fix94.1 2013-02-07 12:32:15 +00:00
  • b2b2fe2ea1 -added custom wii game directory support via the ini option "wii_games_dir", if you want for example use usb:/games, then set this option to "%s:/games" etc, subdirs and stuff are supported (issue 165) fix94.1 2013-02-07 12:25:39 +00:00
  • 1680e303c7 - correctly patched 874. should have tested before posting fledge68 2013-02-01 16:32:20 +00:00
  • 0cac189d39 -patch to make the tv frame not show during fanart. fledge68 2013-02-01 16:13:14 +00:00
  • ca8ceaeb44 -fixed the (yet again) broken shutdown/reset via the wii buttons -safe reloading the IOS on bootup now (may takes a bit longer to boot) fix94.1 2013-01-27 13:42:54 +00:00
  • eb24ebf76f -recompiled libntfs with -O2 as it was before the update -changed the IOS patching system, should be much more safe now fix94.1 2013-01-27 12:12:44 +00:00
  • 0c703207ea - small fix for source menu buttons with more than one magic # fledge68 2013-01-25 16:55:33 +00:00
  • b25f2845fb -sources of libntfs 2013.1.13 fix94.1 2013-01-23 18:36:49 +00:00
  • fff530c64d -updated libntfs to 2013.1.13 fix94.1 2013-01-23 18:35:58 +00:00
  • 2bb24b2575 -set back homebrew boot size to 16mb and reverted all the lower mem2 experiments fix94.1 2013-01-21 17:12:18 +00:00
  • a95fe25030 -first step into getting the lists away from the buggy mem1 (VERY beta, not suggested to use this version) fix94.1 2013-01-20 23:30:28 +00:00
  • fd071afd36 -added the screenshot feature of dios-mios to the gc game options -set down the upper mem2 usage to 43mb (security reasons) -fixed the button position of launch neek2o -updated english.ini fix94.1 2013-01-20 11:34:21 +00:00
  • d7b26aa108 - source menu fixes, restored back with 'b' button but you have to point off screen. fixed display of buttons on/off properly. and fixed emunand and realnand buttons so only one is selected at a time. fledge68 2013-01-19 21:41:05 +00:00
  • c49d88586b -added new option to the game settings, Activity LED, with this enabled you can toggle the drive led for wii and gc games -updated english.ini fix94.1 2013-01-19 20:48:07 +00:00
  • b700d056b8 -added custom sd card ogc file like we did with usb already -proper cleaning the memory now for the devices so a ios reload will work just fine without breaking sd/usb io fix94.1 2013-01-19 18:32:46 +00:00
  • 8fbd49ab7d -updated ntfs, ext and fat libs fix94.1 2013-01-19 16:11:42 +00:00
  • d5d2c6b4de -reserved 6mb exclusively for the sd and usb device and partition handling, now we have 44mb for everything else left (we had 47mb before) fix94.1 2013-01-19 16:09:56 +00:00
  • 28900c6ca2 -hopefully fixed a homebrew loading bug fix94.1 2013-01-19 15:12:24 +00:00
  • 69053ef561 -reverted the changes of r858 for now because of some problems fix94.1 2013-01-19 14:44:52 +00:00
  • d27f881ac1 -made the wait animation smoother and better looking using the original 10 frame pngs (thanks to our last rev for the free space) fix94.1 2013-01-19 13:08:48 +00:00
  • b96e14f30e -added a way to reduce the alpha channel on pngs -removed 24 pngs from the download country selection, using the internal wiiflow alpha reducer from now on for that (saves 127kb) fix94.1 2013-01-19 12:33:52 +00:00
  • 0a7c9bd78d - Fix for source menu again. Added allplugins button back in. seems to be what was causing trouble for a lot of people fledge68 2013-01-18 21:40:55 +00:00
  • d2174a2bd1 - Hopefully fixed source menu. working for me fledge68 2013-01-18 14:16:46 +00:00
  • 95e4327ab6 -lets use the old coverflow cover loader again, just slightly changed fix94.1 2013-01-17 18:52:56 +00:00
  • 73f0bd92a0 -small fixes for r852. completely removed all plugins source option. fixed display of buttons with multiple magic numbers (n64). fixed display of source icon on main screen when multiple sources are selected - it now displays usb instead of dml. fledge68 2013-01-15 17:24:42 +00:00
  • d5b16e66da Now you can combine views using the source menu. The source menu now works in two ways. First, the old point and click with 'A' to select a single source. And now, Second, choose the sources you want to see with the 'B' button. They'll click from off to on and back. when done selecting click on the back button or press 'Home'. fledge68 2013-01-15 13:54:33 +00:00
  • 6ec1122f84 -fixed a small coverflow cover loading bug fix94.1 2013-01-14 21:26:08 +00:00
  • 0129ca9053 -changed the coverflow cover loader, now it should not run out of memory anymore, but therefore some coverflow views will may take longer to load covers -made that cover case color check easier and faster fix94.1 2013-01-13 15:45:05 +00:00
  • 0041618cb1 -from now on wiiflow will save the current coverflow view on game boot, as soon as you boot wiiflow again/return to wiiflow you will return to this view once, if you boot wiiflow again then you will be back in normal wii games view until you boot another game fix94.1 2013-01-10 18:12:15 +00:00
  • f52967ac7a -added game count behind the view notice -set up duration of the view notice from 1 second to 2 seconds fix94.1 2013-01-06 21:17:30 +00:00
  • 7cda297245 -some small compression corrections fix94.1 2013-01-06 18:33:29 +00:00
  • e44ec9cda1 -added missing lowmem setup for channels booted without apploader -cleaned up channel boot fix94.1 2013-01-05 20:06:29 +00:00
  • 47fe516390 -added new channel boot option to boot the game via apploader (disabled by default), before it always was used and now its only done if you select this option, if you disable this option you can enable video patches and whatever and they finally work fix94.1 2013-01-05 17:12:13 +00:00
  • 1791a28b61 -added new option, "neek_return_default" (no by default), if you set it to no then wiiflow will use the "path" directory in [NAND] section to return to neek, if you set it to yes then wiiflow will not set any path to return to neek fix94.1 2013-01-04 18:16:12 +00:00
  • ed38d727c1 -fixed the plugin return to channel on wii mode -added debug output to the channel installer, "chan_install.log" on the sd card root fix94.1 2013-01-03 17:50:39 +00:00
  • b5440df9d0 -patched snes9xgx and fceugx to not ask for updates fledge68 2013-01-03 15:46:35 +00:00
  • 165326ec9c -added a wiiflow forwarder channel installer, it will install the channels on both wii and vwii for you without any wad manager fix94.1 2013-01-03 00:29:34 +00:00
  • 7b738cbe73 -changed version number to Beta 4.1.1 -fixed a possible return to neek bug -some cleanup fix94.1 2013-01-01 17:42:46 +00:00
  • 6162cc7a3f -set up the maximum homebrew load filesize from 16mb to 32mb fix94.1 2012-12-30 14:11:16 +00:00
  • ea454990dd and derp x3! Just kidding, the previous rev fixed a possible neek bug and this one may fixed yet another neek bug :P fix94.1 2012-12-28 17:33:55 +00:00
  • b711e3e774 derp x2 fix94.1 2012-12-28 17:25:54 +00:00
  • d9e58b275d derp fix94.1 2012-12-28 17:23:27 +00:00
  • ff08312b3a -made the plugin coverflow id stuff as needed for categories etc fix94.1 2012-12-28 17:18:49 +00:00