3b7285c540-now gamecube view defaults to on if either devolution or nintendont are installed. -removed setting emu paths and changing emu presets. -added select nand setting on page 2 of nand emulation settings. nands must be in a subfolder of nands folder on root of device. example - dev:/nands/nand1, dev:/nands/nand2 etc.. -nand select also works for saves nand in wii view. -nand emulation settings is only shown if in wii view or nand view. -if no nand is found wiiflow will create a nand named default in the nands folder. -rewrote coverloader code a little to make it easier to follow. but still couldn't fix it. honestly it appears there's nothing wrong. wiiflow just acts weird.
fledge68
2016-04-21 00:05:28 +0000
ac4012e708-now gamecube view defaults to on if either devolution or nintendont are installed. -removed setting emu paths and changing emu presets. -added select nand setting on page 2 of nand emulation settings. nands must be in a subfolder of nands folder on root of device. example - dev:/nands/nand1, dev:/nands/nand2 etc.. -nand select also works for saves nand in wii view. -nand emulation settings is only shown if in wii view or nand view. -if no nand is found wiiflow will create a nand named default in the nands folder. -rewrote coverloader code a little to make it easier to follow. but still couldn't fix it. honestly it appears there's nothing wrong. wiiflow just acts weird.
fledge68
2016-04-21 00:05:28 +0000
2335b7e204-fix for return to channel setting on pg 4 of main settings. now it works even in emu nand channels view.
fledge68
2016-04-13 16:47:25 +0000
140999c2e3-fix for return to channel setting on pg 4 of main settings. now it works even in emu nand channels view.
fledge68
2016-04-13 16:47:25 +0000
18d2bd4531-minor change to the previous commit when direct launching a game by holding B and pressing A.
fledge68
2016-04-13 15:52:33 +0000
0eb210b7fa-minor change to the previous commit when direct launching a game by holding B and pressing A.
fledge68
2016-04-13 15:52:33 +0000
0bd401a1e8-fix for wrong banners and game sound playing when selecting a game that isn't the center one in coverflow.
fledge68
2016-04-13 14:16:41 +0000
f19accd147-fix for wrong banners and game sound playing when selecting a game that isn't the center one in coverflow.
fledge68
2016-04-13 14:16:41 +0000
b2c4c930e1-reset the user agent so DUTags will work again.
fledge68
2016-04-12 22:32:07 +0000
7c39c9e9fc-reset the user agent so DUTags will work again.
fledge68
2016-04-12 22:32:07 +0000
72202f9997- With the release of the new WiiFlow Lite forwarder channel I've officially made wiiflow lite have it's own apps folder (apps/wiiflow_lite) - Changed stub.bin to launch the new channel (WFLA) instead of the hidden channel (WIIH) which really wasn't needed. I think whatever Fix94 was going to use it for never got implemented so it was basically just a forwarder channel. - If you have trouble returning to wiiflow lite when exiting a wii or nand game then make sure in wiiflow_lite.ini under GENERAL that 'returnto' is not set to WDFA. it should be WFLA. - wiiflow lite still shares the wiiflow data directory with wiiflow for now.
fledge68
2016-04-11 20:29:09 +0000
c2101378a9- With the release of the new WiiFlow Lite forwarder channel I've officially made wiiflow lite have it's own apps folder (apps/wiiflow_lite) - Changed stub.bin to launch the new channel (WFLA) instead of the hidden channel (WIIH) which really wasn't needed. I think whatever Fix94 was going to use it for never got implemented so it was basically just a forwarder channel. - If you have trouble returning to wiiflow lite when exiting a wii or nand game then make sure in wiiflow_lite.ini under GENERAL that 'returnto' is not set to WDFA. it should be WFLA. - wiiflow lite still shares the wiiflow data directory with wiiflow for now.
fledge68
2016-04-11 20:29:09 +0000
1b154fbd03- patched the revision number that somehow got out of sync. think it had something to do with getting r1076 from github. - changed the way coverloader checks for a matching cover .wfc cache file. coverloader still acts strange sometimes or occasionally causes DSI exception.
fledge68
2016-04-06 16:43:51 +0000
d623770a49- patched the revision number that somehow got out of sync. think it had something to do with getting r1076 from github. - changed the way coverloader checks for a matching cover .wfc cache file. coverloader still acts strange sometimes or occasionally causes DSI exception.
fledge68
2016-04-06 16:43:51 +0000
3281aa9c27- CHANNNEL_DOMAIN disable is now CHANNEL_DOMAIN emu_nand (=yes or no) because that's what it's used for. - GENERAL hidechannels is now CHANNEL_DOMAIN disable because that's what it is for all the other domains. makes sense to me. :P - GAMECUBE_DOMAIN always_show_button is now GAMECUBE_DOMAIN disable to match all the other domains. - so now 'disable' for each domain means show or don't show that view except wii of course.
fledge68
2016-04-05 22:42:32 +0000
a66723807e- CHANNNEL_DOMAIN disable is now CHANNEL_DOMAIN emu_nand (=yes or no) because that's what it's used for. - GENERAL hidechannels is now CHANNEL_DOMAIN disable because that's what it is for all the other domains. makes sense to me. :P - GAMECUBE_DOMAIN always_show_button is now GAMECUBE_DOMAIN disable to match all the other domains. - so now 'disable' for each domain means show or don't show that view except wii of course.
fledge68
2016-04-05 22:42:32 +0000
26a5f7430b- fixed reload cache for sourceflow
fledge68
2016-04-04 20:18:16 +0000
9bdc84de6c- fixed reload cache for sourceflow
fledge68
2016-04-04 20:18:16 +0000
2635522889-moved create sourceflow list to listgenerator and rewrote the code a little to include a sourceflow.db list cache file. may speed up loading sourceflow.
fledge68
2016-04-03 01:12:11 +0000
070612c161-moved create sourceflow list to listgenerator and rewrote the code a little to include a sourceflow.db list cache file. may speed up loading sourceflow.
fledge68
2016-04-03 01:12:11 +0000
708eb0c1d2-cleaned up code from last commit -cleaned up and rewrote some of the startup code. -Note: This is cleanest and smoothest i've seen wiiflow run. I haven't even noticed any messed up covers.
fledge68
2016-04-03 01:03:39 +0000
abcd42885b-cleaned up code from last commit -cleaned up and rewrote some of the startup code. -Note: This is cleanest and smoothest i've seen wiiflow run. I haven't even noticed any messed up covers.
fledge68
2016-04-03 01:03:39 +0000
7936e53e5c-changed the way wiiflow makes a plugin gamelist. on startup if plugin view is enabled wiiflow gets and counts every plugin ini instead of doing it every time we load plugin view. might speed up loding plugin view but adds time to wiiflow boot up. -other minor code changes.
fledge68
2016-04-03 00:51:40 +0000
8678a77eb0-changed the way wiiflow makes a plugin gamelist. on startup if plugin view is enabled wiiflow gets and counts every plugin ini instead of doing it every time we load plugin view. might speed up loding plugin view but adds time to wiiflow boot up. -other minor code changes.
fledge68
2016-04-03 00:51:40 +0000
edcf647449-fixed some error messages that didn't translate properly
fledge68
2016-04-03 00:42:09 +0000
54bc13964d-fixed some error messages that didn't translate properly
fledge68
2016-04-03 00:42:09 +0000
0f5da469ec-Made a BOLD move and removed all DML and NMM stuff. To play GameCube games you must use Devolution or Nintendont. To play GameCube Disc you must use Nintendont. The only advantage to DML was the screenshot feature and cheats work better. If you really want to use DML then use Dios Mios Booter or USBLoader GX like I will. -Readded the code to paths to be able to change the path where Wii and GC games are kept. But they really should just be kept in dev:/wbfs and dev:/games. -wiiflow_lite.ini changes under [GAMECUBE] are: removed video_setting= - was used to tell wiiflow when using DML or Nintendont to set cfg args for video mode. not needed anymore. dir_usb_games= - is now - gc_games_dir= with default of %s:/games similar to wii_games_dir dm_widescreen= - is now - widescreen= screenshot= is removed. was used for DML wiiu_widescreen= is added. but only used if on a Wii U -gameconfig2.ini changes as well. -NMM and DML is still used in theme ini files. may change in a commit soon but that means all themes have to be modified, a big pain in the butt. -language and help files will need to be updated to remove all DML and NMM crap. -and default names of images for some icons and btns need to be changed but for now left them as they are. -other minor changes. Most of it untested so I hope it all works, if not then repair commits will follow.
fledge68
2016-04-03 00:31:02 +0000
45b39c2be0-Made a BOLD move and removed all DML and NMM stuff. To play GameCube games you must use Devolution or Nintendont. To play GameCube Disc you must use Nintendont. The only advantage to DML was the screenshot feature and cheats work better. If you really want to use DML then use Dios Mios Booter or USBLoader GX like I will. -Readded the code to paths to be able to change the path where Wii and GC games are kept. But they really should just be kept in dev:/wbfs and dev:/games. -wiiflow_lite.ini changes under [GAMECUBE] are: removed video_setting= - was used to tell wiiflow when using DML or Nintendont to set cfg args for video mode. not needed anymore. dir_usb_games= - is now - gc_games_dir= with default of %s:/games similar to wii_games_dir dm_widescreen= - is now - widescreen= screenshot= is removed. was used for DML wiiu_widescreen= is added. but only used if on a Wii U -gameconfig2.ini changes as well. -NMM and DML is still used in theme ini files. may change in a commit soon but that means all themes have to be modified, a big pain in the butt. -language and help files will need to be updated to remove all DML and NMM crap. -and default names of images for some icons and btns need to be changed but for now left them as they are. -other minor changes. Most of it untested so I hope it all works, if not then repair commits will follow.
fledge68
2016-04-03 00:31:02 +0000
0577b5ca7b- removed the ability to change the wii games directory and the gc games directory. may bring them back some day. Today it's standard for wii games to go in dev:/wbfs and gc games in dev:/games. - also changed all toogle's to toggle, the correct spelling.
fledge68
2016-04-02 17:19:19 +0000
9dc3eaaad1- removed the ability to change the wii games directory and the gc games directory. may bring them back some day. Today it's standard for wii games to go in dev:/wbfs and gc games in dev:/games. - also changed all toogle's to toggle, the correct spelling.
fledge68
2016-04-02 17:19:19 +0000
1078c95199- removed categories on start - removed source menu on start - added some comments to the main menu code so i can easily remember whats going on - added pressing 'home' button during sourceflow to open sourceflow settings. sourceflow settings still WIP. only smallbox and clear cache work for now. - simplified some main menu code.
fledge68
2016-04-02 17:08:54 +0000
1541cb0a4a- removed categories on start - removed source menu on start - added some comments to the main menu code so i can easily remember whats going on - added pressing 'home' button during sourceflow to open sourceflow settings. sourceflow settings still WIP. only smallbox and clear cache work for now. - simplified some main menu code.
fledge68
2016-04-02 17:08:54 +0000
fa6e033338- no Game Settings menu for plugins and homebrew.
fledge68
2016-04-02 17:04:05 +0000
48257f8e70- no Game Settings menu for plugins and homebrew.
fledge68
2016-04-02 17:04:05 +0000
d8b4b8db86- Game Settings menu changes. - For GC games, pages 2 - 4 only show settings based on the gc loader selected on page 1. - combined game language and video on page 1 to be used for all (wii, channels, and gc). no more seperate labels and buttons for GC. - Seperated NMM and Nintendont emu memcard because nmm doesn't allow multisave. But they still use the same label and buttons. - Note themes may have to be edited. gcloader up to line 2, native controls down to line 3, devo memcard up to line 1, and no dvd down to line 4.
fledge68
2016-04-02 16:58:12 +0000
0880168ea6- Game Settings menu changes. - For GC games, pages 2 - 4 only show settings based on the gc loader selected on page 1. - combined game language and video on page 1 to be used for all (wii, channels, and gc). no more seperate labels and buttons for GC. - Seperated NMM and Nintendont emu memcard because nmm doesn't allow multisave. But they still use the same label and buttons. - Note themes may have to be edited. gcloader up to line 2, native controls down to line 3, devo memcard up to line 1, and no dvd down to line 4.
fledge68
2016-04-02 16:58:12 +0000
6f7f79d820- Removed agelock. Sorry yardape. great idea but i just had no use for it.
fledge68
2016-04-02 16:47:18 +0000
b99363223c- Removed agelock. Sorry yardape. great idea but i just had no use for it.
fledge68
2016-04-02 16:47:18 +0000
20c29bea88- removed dpad_mode, b_lr_mode, and use_grab.
fledge68
2016-04-02 16:38:11 +0000
e7ac70512d- removed dpad_mode, b_lr_mode, and use_grab.
fledge68
2016-04-02 16:38:11 +0000
22a0d15901-CURSES! I missed a change for last commit.
fledge68
2016-04-02 16:16:52 +0000
a0e32e7ae7-CURSES! I missed a change for last commit.
fledge68
2016-04-02 16:16:52 +0000
44e2b74618-changed name to WiiFlow Lite -renamed some coverflows and domains for easier code reading. making things more uniform.
fledge68
2016-04-02 16:00:47 +0000
86d768c829-changed name to WiiFlow Lite -renamed some coverflows and domains for easier code reading. making things more uniform.
fledge68
2016-04-02 16:00:47 +0000
6084dfacb9* Added Abz's 1076 mod patch with code cleanup by me. His patch includes: - private server - sicksaxis to be able to a ps3 controller in wiiflow - support for the latest nintendont with argsboot - other minor changes that i may or may not change soon. - credit to Abz, Airline38, and anyone else who helped with coding.
fledge68
2016-04-02 15:46:06 +0000
7bad8c3fd3* Added Abz's 1076 mod patch with code cleanup by me. His patch includes: - private server - sicksaxis to be able to a ps3 controller in wiiflow - support for the latest nintendont with argsboot - other minor changes that i may or may not change soon. - credit to Abz, Airline38, and anyone else who helped with coding.
fledge68
2016-04-02 15:46:06 +0000
eab92dcaeb-added libwupc, this will make the wiiu pro controller usable in wiiflow
fix94.1@gmail.com
2014-09-15 23:22:04 +0000
549061586a-added libwupc, this will make the wiiu pro controller usable in wiiflow
fix94.1
2014-09-15 23:22:04 +0000
f2f98019e3-autobooting nintendont games via args if nintendont 1.98 or newer is used, makes the bootup faster -nintendonts memory card emulation is now enabled by default -if using a wiiu wiiflow will now automatically use nintendont or devolution instead of the MIOS to boot gamecube games by default -fixed the bug that wiiflow did not display gamecube games even if nintendont is available
fix94.1@gmail.com
2014-06-24 13:33:54 +0000
e399a8cbc4-autobooting nintendont games via args if nintendont 1.98 or newer is used, makes the bootup faster -nintendonts memory card emulation is now enabled by default -if using a wiiu wiiflow will now automatically use nintendont or devolution instead of the MIOS to boot gamecube games by default -fixed the bug that wiiflow did not display gamecube games even if nintendont is available
fix94.1
2014-06-24 13:33:54 +0000
15058ee250-added id6 support for thp files -updated wiiflow to the latest devkitppc and latest libogc
fix94.1@gmail.com
2014-05-25 20:54:39 +0000
ca8bec90d1-added id6 support for thp files -updated wiiflow to the latest devkitppc and latest libogc
fix94.1
2014-05-25 20:54:39 +0000
313e56d248-updated nintendont support
fix94.1@gmail.com
2014-04-25 20:23:21 +0000
dbb9266eaf-updated nintendont support
fix94.1
2014-04-25 20:23:21 +0000
abd592fd8d-hopefully the last change now for wii game booting
fix94.1@gmail.com
2014-03-31 18:14:46 +0000
d4ce44ebec-hopefully the last change now for wii game booting
fix94.1
2014-03-31 18:14:46 +0000
df3c7a4c9f-added some more cleanup code to the external loader to fix up even more random crashes on wii game bootup
fix94.1@gmail.com
2014-03-31 14:33:24 +0000
92b17333ef-added some more cleanup code to the external loader to fix up even more random crashes on wii game bootup
fix94.1
2014-03-31 14:33:24 +0000
c92f75eb9b-changed up some booting code to hopefully fix those random freezes on game and homebrew bootup
fix94.1@gmail.com
2014-03-30 21:45:47 +0000
d7aed43333-changed up some booting code to hopefully fix those random freezes on game and homebrew bootup
fix94.1
2014-03-30 21:45:47 +0000
b50d0eacec-added back some missing cover converting code for jpegs -added some more debug information and more safety code
fix94.1@gmail.com
2014-03-24 18:59:24 +0000
3b1dcf389a-added back some missing cover converting code for jpegs -added some more debug information and more safety code
fix94.1
2014-03-24 18:59:24 +0000
31be1ea7f1-finally adjusted the homebrew app booter entry point to be safe with the new memory manager -updated the app booter to be compilable with the current devkitppc, that means if you compile wiiflow it will from now on also compile the app booter -fixed a little compiler issue for the new wiiflow loader
fix94.1@gmail.com
2014-03-23 20:14:59 +0000
d31f40a84b-finally adjusted the homebrew app booter entry point to be safe with the new memory manager -updated the app booter to be compilable with the current devkitppc, that means if you compile wiiflow it will from now on also compile the app booter -fixed a little compiler issue for the new wiiflow loader
fix94.1
2014-03-23 20:14:59 +0000
bd419ef324-fixed wii game and channel booting by creating a small loader for the booter, this could possibly fix other problems on game bootup as well
fix94.1@gmail.com
2014-03-23 17:40:31 +0000
368cfc2b7d-fixed wii game and channel booting by creating a small loader for the booter, this could possibly fix other problems on game bootup as well
fix94.1
2014-03-23 17:40:31 +0000
1d0c8932ba-stupid svn didnt commit a change from r1063 lol
fix94.1@gmail.com
2014-03-22 21:42:50 +0000
b3b5b0948b-stupid svn didnt commit a change from r1063 lol
fix94.1
2014-03-22 21:42:50 +0000
592ac0bb19-plugin videos now need to be in subfolders if you have "coverFolder" for the ini set -plugins now also play videos which have the magic number as name if no specific video was found -switched from libjpeg to the turbojpeg wrapper from libjpeg-turbo to simplify the whole jpeg decoding code by alot -heavly optimized the video decoding code
fix94.1@gmail.com
2014-03-22 21:32:40 +0000
bbf0091922-plugin videos now need to be in subfolders if you have "coverFolder" for the ini set -plugins now also play videos which have the magic number as name if no specific video was found -switched from libjpeg to the turbojpeg wrapper from libjpeg-turbo to simplify the whole jpeg decoding code by alot -heavly optimized the video decoding code
fix94.1
2014-03-22 21:32:40 +0000
76c15e20ab-thp videos now behave very similar to banners using a new drawing system (not fully tested, may not work correctly) -you can use thp videos for plugins, just use the same name system like covers (the whole game name with extension for both thp and ogg), if wiiflow finds such a video it'll play it in plugin flow by default
fix94.1@gmail.com
2014-03-18 02:39:42 +0000
fad956006c-thp videos now behave very similar to banners using a new drawing system (not fully tested, may not work correctly) -you can use thp videos for plugins, just use the same name system like covers (the whole game name with extension for both thp and ogg), if wiiflow finds such a video it'll play it in plugin flow by default
fix94.1
2014-03-18 02:39:42 +0000
f67c731900-made most thread stacks static, that should increase speed and stability -moved some memory positions so we have 45mb mem2 compared to 44mb mem2 previously -slighly increased some timeouts and memory sizes for security
fix94.1@gmail.com
2014-03-17 17:38:32 +0000
18bab7faf5-made most thread stacks static, that should increase speed and stability -moved some memory positions so we have 45mb mem2 compared to 44mb mem2 previously -slighly increased some timeouts and memory sizes for security
fix94.1
2014-03-17 17:38:32 +0000
1173e9e57c-fixed a mixed up background (thanks ayatus) -set wiiflow version to beta 4.2.2 -added another memory manager just for wii games and banners -changed THP file playback, for sound you now need to have a ogg file with the same name, that fixes all audio shutters and crashes -optimized THP file playback and JPG extraction alot, it should now work fine with 640x480 30fps without any crash or freeze anymore
fix94.1@gmail.com
2014-02-28 23:11:02 +0000
3bc03871fe-fixed a mixed up background (thanks ayatus) -set wiiflow version to beta 4.2.2 -added another memory manager just for wii games and banners -changed THP file playback, for sound you now need to have a ogg file with the same name, that fixes all audio shutters and crashes -optimized THP file playback and JPG extraction alot, it should now work fine with 640x480 30fps without any crash or freeze anymore
fix94.1
2014-02-28 23:11:02 +0000
b7016c8e6e* Small fix for ppl that use an usb device with 4k sectors * Added better region free support that fix some issue games (Menu option will follow)
overjoy.psm@gmail.com
2014-02-16 20:12:35 +0000
ecbed6571a* Small fix for ppl that use an usb device with 4k sectors * Added better region free support that fix some issue games (Menu option will follow)
overjoy.psm
2014-02-16 20:12:35 +0000
f030772a0b-added sources for the wiiflow start configurator
fix94.1@gmail.com
2014-01-25 17:22:43 +0000
0d6cc80527-added sources for the wiiflow start configurator
fix94.1
2014-01-25 17:22:43 +0000
4701080590-fixed neek mode wii game loading -fixed emu nand game loading if the external booter is on the same partition as the emu nand
fix94.1@gmail.com
2013-12-24 15:35:59 +0000
bca5b4dc8e-fixed neek mode wii game loading -fixed emu nand game loading if the external booter is on the same partition as the emu nand
fix94.1
2013-12-24 15:35:59 +0000
f4ccc543eb-completely new memory manager which should be faster and safer than the old one -only use the internal wii aes hardware if we do have hardware access (should fix dolphin-emu and neek2o) -(hopefully) made the gc installer and the wait message display safer -code cleanup, removed some unneeded stuff -increased our usable mem2 by 1mb
fix94.1@gmail.com
2013-12-21 17:02:36 +0000
6b663fe2d9-completely new memory manager which should be faster and safer than the old one -only use the internal wii aes hardware if we do have hardware access (should fix dolphin-emu and neek2o) -(hopefully) made the gc installer and the wait message display safer -code cleanup, removed some unneeded stuff -increased our usable mem2 by 1mb
fix94.1
2013-12-21 17:02:36 +0000
3e3b63a9dd-fixed wii game time (how did nobody report that?) -speed up wii disc booting -if booting from a wii disc and a general video mode is set, wiiflow will automatically use normal video patching to prevent game freezing -added the vwii widescreen fix by tueidj (thanks alot for releasing that) and a vwii detection by crediar, thanks to his nintendont source
fix94.1@gmail.com
2013-12-18 18:33:40 +0000
0509e80edd-fixed wii game time (how did nobody report that?) -speed up wii disc booting -if booting from a wii disc and a general video mode is set, wiiflow will automatically use normal video patching to prevent game freezing -added the vwii widescreen fix by tueidj (thanks alot for releasing that) and a vwii detection by crediar, thanks to his nintendont source
fix94.1
2013-12-18 18:33:40 +0000
6c9d77917d-got back into the libpng 1.2.X branch, we now use 1.2.50 -gave the wait message thread new variables and memory, this might fix the random forever loading bug -increased the ftp server memory a bit to be most stable at some situations
fix94.1@gmail.com
2013-12-07 12:33:27 +0000
3ef191d196-got back into the libpng 1.2.X branch, we now use 1.2.50 -gave the wait message thread new variables and memory, this might fix the random forever loading bug -increased the ftp server memory a bit to be most stable at some situations
fix94.1
2013-12-07 12:33:27 +0000
1fc7abdefa-added new [NAND] option to wiiflow.ini - switch_both_nands= no (default) or yes. when set to yes any time you change a nand path or preset it will change both the saves nand and emunand so they are always the same. must be manually changed.
fledge68@gmail.com
2013-11-25 18:34:58 +0000
db89fbe9b9-added new [NAND] option to wiiflow.ini - switch_both_nands= no (default) or yes. when set to yes any time you change a nand path or preset it will change both the saves nand and emunand so they are always the same. must be manually changed.
fledge68
2013-11-25 18:34:58 +0000