Commit Graph

1203 Commits

Author SHA1 Message Date
Fledge68
c8d5b12a12 -moved #define APP_WIIFLOW from sys.h to defines.h
-fix for issue #6 - now setting 'return to' to 'disable' will properly disable it.
-fixed a few strncpy's to make sure the last char is '/0'. to prevent any string overflow even though it shouldn't happen.
-other code cleanup
2018-11-12 14:38:37 -06:00
Fledge68
e133c49836 -since wiiflow (lite) can no longer work in neek2o mode i cleaned up the code for exit to Neek2o on the exit to menu.cpp
-also cleaned up the code for setting the current emu nand path.
2018-11-09 16:09:07 -06:00
Fledge68
056aa2735b -fix wii games default partition for first boot of wiiflow (lite). so if you have sd and usb on first boot it is set to the one with a wbfs folder or wbfs file system. 2018-11-06 16:13:06 -06:00
Fledge68
01e7899c69 -now at major version 5
-removed svn revision number. no longer needed.
2018-11-05 14:29:31 -06:00
Fledge68
bc19bb6c34 -added auto cache covers and banners when you start wiiflow for the very first time or do a reload cache. don't worry it doesn't delete all your cached covers and recreate them. it only makes them if they don't already exist which would be new games you may have added. 2018-11-05 13:57:01 -06:00
Fledge68
2594e9505c -added one more missing compiler directive from last commit.
-fix to keep blank source menu buttons from being added to source_menu.ini
2018-11-05 05:46:35 -06:00
Fledge68
143cb7e941 -now using compiler directives to make it easy to compile wiiflow lite or wfl_as wiiiflow. just uncomment line 5 in sys.h to compile as wfl as wiiflow. 2018-11-03 12:10:34 -05:00
Fledge68
c48ea85348 -added ability for music plugin to play playlist files (.pls or .m3u)
edit your music plugin ini. change the filetypes line to include .pls for example:
filetypes=.mp3|.ogg|.pls|.m3u
2018-11-03 10:03:58 -05:00
Fledge68
796a8d78f7 - added pages 7 thru 11 to main settings. for a total of 19 more settings you can now set without having to manually edit the ini file.
- removed the setting data_on_usb. now your dev:/wiiflow folder must be on the same device/partition as the apps folder. which i'm 99.9% sure most users do.
- added sd_only setting. no need to set it unless for some reason it gets set to true and you have usb hdd you want to use.
2018-10-31 14:51:15 -05:00
Fledge68
d03c014f43 - cleaned up fanart code. 2018-10-26 15:30:29 -05:00
Fledge68
2daed253a4 - expanded fanart path chars from 64 to 164. should help with long rom names. thanks wiimpathy.
- made the following fanart changes:
*fanart still auto displays
*only fanart shows. no cover and no game title and no buttons (play, back, favs, etc.)
*to stop and exit fanart press 'a' while pointer hand is on screen. if pointer hand is not on screen pressing 'a' launches game. pressing 'b' exits game selected screen and returns to normal coverflow. d-pad right and left still go to next or previous game.
*fanart can either play once or loop.
when play once is done it automatically clears fanart and returns to cover view.
with looping it will restart the fanart. looping is good for slideshows of game images.
​
looping and play once is determined by the setting "show_cover_after_animation". if set to no then looping is enabled. set to yes for only once.
2018-10-24 17:05:02 -05:00
Fledge68
b93ace2b6b -added optional gamesound for each plugin rom/game. they must be mp3, wav, or ogg. put them in wiiflow/gamesounds/{coverfolder} with same name as the game including the extension. example:
sd:/wiiflow/gamesounds/snes9x/donkey kong country.zip.mp3
2018-10-17 13:01:54 -05:00
Fledge68
f1398ea406 - made fanart to work with plugins.
plugin fanart goes in wiiflow/fanart/{coverfolder}/{gametitle}

replace {coverfolder} with the coverfolder= that's set in the plugin's ini file.
replace {gametitle} with title of the rom file without the extension.

the fanart ini file must match the {gametitle} you used for the folder.
2018-10-17 09:00:01 -05:00
Fledge68
66b34244fb -restored fanart. but still need to make it work with plugins. 2018-10-15 18:43:49 -05:00
Fledge68
de02d03e03 - moved sourceflow flow=x to go under [GENERAL] of each source menu ini. 2018-10-15 12:23:02 -05:00
Fledge68
1067ec3095 - changed wiiflow lite splash image from purple to blue. thanks wesmods! 2018-10-15 11:59:07 -05:00
Fledge68
0d213f9b0e -added the ability for users to set the default/global gamecube settings for devo emu memcard, nintendont emu memcard, and nintendont wii u widescreen. under main settings pg 3 gc default settings. this means users will no longer have to manually edit wiiflow lite ini in a text editor for those settings. 2018-10-15 09:23:34 -05:00
Fledge68
972cbc218c -added option to change sourceflow background with every new tier. add the following two lines to your source menu ini's:
[GENERAL]
background=filename.png (or .jpg)

and place your background images in wiiflow/source_menu/backgrounds
2018-10-12 17:16:52 -05:00
Fledge68
10f3429b29 -added the ability to go back a source menu/flow tier by pressing minus controller button and plus controller button to go back to base tier. 2018-10-08 13:21:56 -05:00
Fledge68
1f463f9f50 -now compiling with devkitppc r30 and libogc 1.8.19. this fixes the time() issues that occurred with r31 and r32 and libogc 1.8.20. 2018-10-08 06:29:08 -05:00
Fledge68
d8964cf185 -fixed some minor issues with pressing B for source menu/flow.
-fixed some minor issues with showing homebrew flow and exiting back to sourceflow or previous flow.
2018-10-03 12:51:57 -05:00
Fledge68
af509ace56 -fix for last commit. strange const char *fn = m_cfg.getString().c_str(); didnt work. had to change to strings. 2018-10-01 18:59:13 -05:00
Fledge68
365eb5a217 -added flow=x for new_source sourceflow buttons. set x to the number of the flow layout you want to use. if the line is not added then we just use sourceflows last_cf_mode. 2018-10-01 16:01:43 -05:00
Fledge68
4af2936db7 -added sort by button numbers for sourceflow. hold 'b' and press '+' to change from alpha to by button numbers and back. 2018-10-01 06:48:52 -05:00
Fledge68
d37b77e2d7 - additional fix for last commit. 2018-09-26 14:59:24 -05:00
Fledge68
a800913deb -now removing games from categories_lite.ini if it doesn't have any category set. this should keep categories_lite.ini small and less cluttered. 2018-09-26 14:49:55 -05:00
Fledge68
e968a81322 -added _flatflow to display covers not in boxmode. add boxmode=no to a plugin.ini. if all plugins selected have boxmode=no then boxmode will be set to off and the coverflow used will be _FLATFLOW. 2018-09-26 13:26:01 -05:00
Fledge68
ecd02f27f4 - added sub/tier source menu's. put all source menu ini's in dev:/wiiflow/source_menu. the first one must be named source_menu.ini. the others can be whatever you want. to access another source menu ini create a source button with source=new_source and set magic=filename.ini replacing filename with the one you want. 2018-09-26 12:48:54 -05:00
Fledge68
0c0fb2c3c5 Revert "-added the option to use virtual subfolders (or tiers) to the source menu. works in sourceflow and regular source menu. if you wish to do this you need to edit your source_menu.ini and do the following."
This reverts commit 8825a7b2e7.
2018-09-26 10:28:01 -05:00
Fledge68
1f138ed768 - updated symantic version for wiiflow (lite) and the revision number for now. may get rid of revision number seeing as how this is no longer an subversion svn. 2018-09-17 09:44:42 -05:00
Fledge68
8825a7b2e7 -added the option to use virtual subfolders (or tiers) to the source menu. works in sourceflow and regular source menu. if you wish to do this you need to edit your source_menu.ini and do the following.
add src_folder=x to each button. x is the number of the virtual folder this button belongs in. 0 is obviously the base folder.

add source=folder when you want a button to open a new virtual folder and folder=x to specify which new folder to open. in folders 1 and above you will need to make a back or up button to go back to the previous folder.
2018-09-17 09:30:03 -05:00
Fledge68
6830cbd765 Merge branch 'master' of https://github.com/Fledge68/WiiFlow_Lite 2018-09-03 17:02:24 -05:00
Fledge68
f11ccb2611 -fixed sourceflow to include the last source button
-fixed background song title display which decided not to work right anymore for some strange reason.
2018-09-03 16:58:31 -05:00
Fledge68
78ca5b1724
Update README.md 2018-08-20 12:05:21 -05:00
Fledge68
054f30e638 -new splash screen image thanks to WesMods.
-slight adjustment to wii u pro controller left stick. makes it work better with my cheap third party wii u controller.
2018-08-20 10:44:50 -05:00
Fledge68
f1a80734f9 Merge branch 'master' of https://github.com/Fledge68/WiiFlow_Lite 2018-08-13 11:57:26 -05:00
Fledge68
08f7a41b47 -added libsicksaxis to wiiflow portlibs so it no longer needs to be installed in libogc separately anymore. 2018-08-13 11:54:40 -05:00
Fledge68
3ecbd7c89d
Update README.md 2018-08-09 18:07:35 -05:00
Fledge68
31075fa8d2
Update README.md 2018-08-09 18:06:19 -05:00
Fledge68
e12603a0de
Create README.md 2018-08-09 17:53:31 -05:00
Fledge68
e0c17d4e4e -removed menu_system, the old wiiflow update menu that we don't use any more. 2018-08-09 16:43:07 -05:00
Fledge68
c3f3cfaa96 -removed svn script. will have to manually update it from now on. 2018-08-08 18:41:33 -05:00
Fledge68
fcc1b79354 -added gitignore 2018-08-08 17:40:00 -05:00
fledge68
1839114cef -updating to ppc r32 and libogc 1.8.20 changed the reset button callback which caused wiiflow lite to freeze in wiivc mode. fixed it by skipping it when in wiivc mode. no problem since the wiiu doesn't have a reset button. 2018-08-08 20:24:19 +00:00
fledge68
30048fbd4e -fixed to compile with ppc r32 and libogc 1.8.20
-had to remove wii drive light flashing during wait animation. even though i added NULL to nanosleep() it caused wiiflow lite to freeze right when the wait animation was to start. when i removed it everything works fine. besides the wii u doesn't have a disc slot light.
-note - strangely going from ppc r30 to r32 wiiflow lite boot.dol grew about 24k. also somehow ext_booter.bin is now marked as changed but i don't know what's different.
2018-08-06 23:28:06 +00:00
fledge68
1ceffc252c -fixed exiting wiiflow lite in wiivc mode so it doesn't black screen the wii u and require it to be unplugged.
-in wiivc 'exit to' on home menu is now just 'exit'. to use the fix above. pressing home btn twice is also fixed.
-fixed the code menu for entering the parental lock code with the wiiu gamepad or any non IR controller.
-added access denied messages for startup settings and emunand settings if in wiivc. no need to mess with those in wiivc mode.
2018-08-06 14:58:26 +00:00
fledge68
c13a061359 -added libwiidrc so now wiiflow lite can be injected in a wii u wiivc game and will run with the gamepad.
-other minor changes and notes added
2018-08-01 12:27:12 +00:00
fledge68
e4d9b2e0d1 -reverted changes of r1156. readded libwupc. 2018-07-26 22:24:00 +00:00
fledge68
580f98fac5 -Removed LibWUPC now that Libogc supports WiiU Pro controller. 2018-07-16 14:14:38 +00:00
fledge68
2133c1d89a -now cache covers also cache's banners for wii and channel games. 2018-07-16 13:08:45 +00:00