Commit Graph

1325 Commits

Author SHA1 Message Date
Fledge68
882ad5c672 Merge branch 'master' of https://github.com/Fledge68/WiiFlow_Lite 2023-03-17 08:17:20 -05:00
Fledge68
95d3cd63b1 - fixed main settings page 3 default video mode and game language. 2023-03-17 08:17:00 -05:00
Fledge68
d77459ad2d
Merge pull request #343 from kcpants/master
Ignore USB storage devices with unknown partition types
2023-03-17 06:03:35 -05:00
Fledge68
d5f0ca6e01 - translation fixes for issue #342. (I hope) 2023-03-16 17:45:51 -05:00
kcpants
9984778c46 Ignore USB storage devices with unknown partition types 2023-03-16 18:25:06 -04:00
Fledge68
3ac8ecdc5c - added option to init network on start (issue #335) but you have to manually edit wiiflow_lite.ini. there's no option in startup settings (yet). just add [GENERAL] async_network=yes and save it. 2023-03-16 09:22:25 -05:00
Fledge68
7d4db44456 - added "auto" cios selection based on the games' IOS and d2x cios installed. only works for d2x cios. if you wish to use a hermes cios you can still manually choose 222 - 225. note if more than one cios have the same base the higher slot will be chosen. 2023-03-15 13:50:47 -05:00
Fledge68
aceb49ceb8 - fixed 2 recent mistakes. the translation 'auto' and the results of nand extraction should now clear. issues #340 and #341. 2023-03-12 17:36:25 -05:00
Fledge68
2e3a862450 - added option to 'Reset game settings to defaults'
- fixed hiding sourceflow covers broken in a previous commit.
- fixed 'Auto' text to translate to other languages.
- fixed error messages to wrap the text if too long.
2023-03-05 18:31:14 -06:00
Fledge68
2fd07be7a8 - the correct fix for issue #328. 2023-01-22 16:14:05 -06:00
Fledge68
363caf4794 - fixed sorting covers.
- added sorting by year released for all games. requires 'Reload Cache'.
- added playcount and lastplayed for plugin games.

B+PLUS to set sorting type (alphabet, playcount, lastplayed, players, and year. wifiplayers for wii games and game ID (1st letter) for VC games).
B+up/down to next/prev sorted item.
B on next/prev icons to next/prev sorted item.
2023-01-20 17:53:52 -06:00
Fledge68
2826ec575e - fixed custom_titles to use the new format of platform name and game ID. old format will be updated to new format so backup custom_titles before using this commit. 2023-01-09 18:06:01 -06:00
Fledge68
c4b949acab - fix for issue #318. favorites and adult_only in gameconfig1 and categories in categories_lite will now use the platform name and game ID if using the plugin database files. if either the platform name or game ID are not available we will still use old method of plugin magic and game title. With new method if old plugin magic and game title is found it will be converted to platform name and game ID. because of this it is recommended to backup gameconfig1 and categories_lite just in case you have issues with new WFL and need to go back to old WFL.
Titlesdump.ini has also been updated to new method and will now include output of the filtered game list for plugins. Set [GENERAL] dump_list=yes before starting WFL. set it to 'no' when done dumping your lists.
2023-01-08 17:25:45 -06:00
Fledge68
4be2d6efda - fix stringToVector if the string ends in a separator. issue #328 2022-12-10 16:07:47 -06:00
Fledge68
d5bfdedb19 - removed m_source_cnt. its not used anymore. 2022-12-10 15:36:19 -06:00
Fledge68
a2c02143f5 - added the partition option to select SD and USB together. issue #325. BUT if you have the same game on both it will be shown twice. adding a check to see if the game is already listed for every time a game is added i think will slow down the process.
- added DEFINES for all internal plugin magics.
2022-12-10 15:10:29 -06:00
Fledge68
8e601ae97e - Made path to wiitdb.xml configurable. issue #327. Use Path Manager menu page 2. 2022-12-05 08:57:39 -06:00
Fledge68
cc9aa985ed - added plugin game setting to reload its cached cover in case you change the png for it.
- fixed the Select Plugin ALL button to work with the new theme changes.
- other minor changes.
2022-11-29 15:39:12 -06:00
Fledge68
25a67d6539 - all checkboxes are now a single button. we just change the texture from off to on instead of having 2 different buttons and hiding the off to show the on or vice versa. shrinks wiiflow dol and theme ini's. for categories, source menu editor, and plugin select menu's.
- fixed wiiflow language setting. I must've broke it a while back.
2022-10-18 15:15:54 -05:00
Fledge68
3da96c7737 - only change page 2 text when selecting a different language. 2022-09-08 16:39:25 -05:00
Fledge68
f11fe23f16 - small coding change to get rid of a stupid compile warning. 2022-09-08 16:33:45 -05:00
Fledge68
b71f76c72f - another mistake fix for config emu nand menu. 2022-09-07 13:39:22 -05:00
Fledge68
67dc2fa7fb Merge branch 'master' of https://github.com/Fledge68/WiiFlow_Lite 2022-09-07 10:00:42 -05:00
Fledge68
b2359ad180
Merge pull request #316 from eku/feature/scummvm_gametdb
Make use of GamesTDB for ScummVM titles
2022-09-07 09:34:57 -05:00
Fledge68
821b01a533 - date patch for wiituka in menu_game_boot.cpp
- fixed nand selection i messed up a few commits back in menu_nanemu.cpp
- other minor coding fixes to compile with devkitppc r41-2 and libogc 2.3.1-1
2022-09-07 09:33:31 -05:00
Fledge68
ae706c6597 - changed all m_wbfs to m_download that i missed when i changed menu_download.cpp a few commits back. 2022-08-24 17:26:36 -05:00
Fledge68
ab6c9aaf9e - fix simple typo mistake for main config buttons. 2022-08-24 13:10:34 -05:00
Erik Kunze
6e3669ae65 Make use of GamesTDB for ScummVM titles to get
localisation of the title.
2022-08-08 20:23:23 +02:00
Fledge68
2a94fb6cdd - update regex default again thanks to Chrondelta. 2022-08-06 17:37:59 -05:00
Fledge68
e9649fc8d0 - changed game settings menu to use main config buttons and labels. 2022-08-05 15:04:05 -05:00
Fledge68
626c46b7fa - separated config GC game from config game. and use main config buttons.
- updated regex filename skip default.
2022-07-26 17:58:40 -05:00
Erik Kunze
412e46b712 This change causes the display of the number of
games to reappear whenever it changes by filter
(category, favourite).
2022-07-24 13:38:52 +02:00
Fledge68
23874285c2 - a little more OCD and cleanup. 2022-07-14 16:48:12 -05:00
Fledge68
a17c2b7f9d - OCD cleanup. 2022-07-13 17:11:44 -05:00
Fledge68
7f269c9406 - downloads menu now using main config buttons and cleaned up. 2022-07-09 12:18:37 -05:00
Fledge68
5a4f3fd759 - menu partitions config now using main config buttons. 2022-07-07 17:12:42 -05:00
Fledge68
637be5b08c - paths config menu using main config buttons. 2022-07-07 15:31:05 -05:00
Fledge68
5fa567e298 - nand emulation config menu using main config buttons. 2022-07-06 17:34:55 -05:00
Fledge68
1e16afc5bf - cover banner menu using main config buttons.
- other misc config menu changes.
2022-07-05 13:22:03 -05:00
Fledge68
24e5e28abb - config source using main config buttons.
- parental lock for source menu editor added.
2022-07-01 17:36:03 -05:00
Fledge68
172bb46207 Merge branch 'master' of https://github.com/Fledge68/WiiFlow_Lite 2022-06-27 17:16:29 -05:00
Fledge68
3335827419 - more config menu's cleanup and restructuring. 2022-06-24 13:05:59 -05:00
Fledge68
6b1dcabf36 - moved SD only to wiiflow save file to possibly speed up wiiflow start up. note very first time will be slow and try to mount a USB drive but afterwards will be fast again.
- removed splash image on start up.
2022-06-17 17:29:09 -05:00
Fledge68
87b6379641 - fixed source menu buttons hiding/showing. 2022-06-15 06:24:56 -05:00
Fledge68
5df5ccc2ee - changed gamecube settings menu to use main settings buttons.
- fixed reload cache when both channel types is chosen.
- minor fixes to source menu code.
2022-06-14 17:54:29 -05:00
Fledge68
c5f993ef18 - cleanup for last commit 2022-05-31 17:47:22 -05:00
Fledge68
fe2c4d50ce - rewrote main config to re-use buttons for every page.
- fixed using 1 or 2 to change sourceflow.
- fixed deleting cached wfc cover when you use X to delete a game.
- fixed showing number of games when you turn favorites on or off.
2022-05-31 17:33:27 -05:00
Fledge68
dff4272de0 - gui sound volume fix.
- various minor code changes.
2022-05-06 17:55:01 -05:00
CrewMdk
30a5f54cbc Updated language 2022-04-17 04:30:28 -05:00
Fledge68
bf5870677a - v5.5.3 2022-03-23 09:50:10 -05:00