Fledge68
d6c59b3754
- fix for issue #108 . text "Total Games" can now be translated. because of using %u the _fmt() didnt work. it only works with %i, %d, and %s. it can be coded to work with %u but i just changed them all to %i.
2019-07-08 12:59:35 -05:00
Fledge68
8a01942785
Merge pull request #105 from Muzzarino/patch-1
...
Update coverflow.cpp
2019-07-08 09:06:14 -05:00
Muzzarino
dd7a7b480d
Update coverflow.cpp
2019-07-03 03:00:18 -07:00
Fledge68
b08e8f2959
Merge pull request #104 from CrewMdk/patch-6
...
Updated spanish language translation
2019-06-20 14:42:14 -05:00
Fledge68
07326391df
- minor fixes to coverflow.
2019-06-20 14:41:18 -05:00
Muzzarino
110becb641
Update coverflow.cpp
2019-06-14 19:15:04 -07:00
CrewMdk
9dde393cae
Update spanish.ini
2019-06-13 07:18:59 -05:00
CrewMdk
6157a802dd
Updated spanish translations.
2019-06-13 02:36:38 -05:00
Fledge68
c8e517d9aa
- fix for flat covers when using homebrew plugin
2019-05-29 14:07:18 -05:00
Fledge68
656e162cf1
- minor code cleanup.
2019-05-28 16:34:32 -05:00
Fledge68
5fb7a5af5e
- more minor code cleanup for game boot
2019-05-27 11:04:46 -05:00
Fledge68
703abe8577
- moved game boot code from menu_game to its own menu_game_boot file. makes it easier to find the game boot code.
2019-05-27 09:26:41 -05:00
Fledge68
4b26013ac8
- sourceflow tiers: changed back a tier from '-' button to 'b' button. 'b' button is no longer used to exit or cancel a sourceflow tier but is still allowed during the base sourceflow.
2019-05-19 15:33:21 -05:00
Fledge68
e11a72d03e
Merge pull request #102 from Tetsuo-78/patch-6
...
Update italian.ini
2019-05-18 17:01:23 -05:00
Tetsuo-78
2b138a0a72
Update italian.ini
2019-05-17 12:41:54 +02:00
Fledge68
2424525a79
- on Home Menu only show Select Plugin button if parental lock is on.
2019-05-15 12:19:07 -05:00
Fledge68
a01f922e54
Merge pull request #100 from DDinghoya/patch-9
...
- Updated Korean translation.
2019-05-15 10:26:16 -05:00
Fledge68
29b8dccb52
- fix for issue #101 . goes to show not very many people use categories. or if they do they never report the problem.
2019-05-15 10:22:05 -05:00
Fledge68
1f7e19cfa1
This reverts commit 1fcf25a397
.
2019-05-15 10:16:53 -05:00
Fledge68
1fcf25a397
- fix to prevent SD Only to auto switch to on if you temporarily disconnect your USB drive. meaning SD only will stay off.
...
- also sd only fix for users with old versions of wfl switching to newer version that includes sd only.
2019-05-15 10:10:21 -05:00
Fledge68
331d1f1b31
Merge branch 'master' of https://github.com/Fledge68/WiiFlow_Lite
2019-05-15 09:58:42 -05:00
Fledge68
eb8a80f657
- fix to prevent SD Only to auto switch to on if you temporarily disconnect your USB drive. meaning SD only will stay off.
...
- also sd only fix for users with old versions of wfl switching to newer version that includes sd only.
2019-05-15 09:55:45 -05:00
DDinghoya
f5084058e4
- Updated Korean translation.
2019-05-14 17:47:24 +09:00
Fledge68
f6cf77c68f
Merge pull request #97 from Brawl345/patch05
...
Update German translation
2019-05-06 18:14:50 -05:00
Andreas Bielawski
0b0427fa6e
Update German translation
2019-05-06 22:37:28 +02:00
Fledge68
76b4308e01
- Added shutdown to idle standby option on page 12 of main settings. Set to yes for idle standby (yellow light). wii u users leave off.
2019-05-06 13:53:33 -05:00
Fledge68
0787670dea
- added options to copy real nand config and miis to emunand on page 3 of emu nand settings. if set to 'on' then when you launch a emu nand game sysconfig and/or miis from real nand will be copied to emu nand before launching the game. this solves issue #90 to keep your controllers synced in emu nand mode.
2019-05-06 09:13:18 -05:00
Fledge68
8b92b14656
- minor fix for last commit.
2019-04-29 08:26:06 -05:00
Fledge68
7bf04b023d
- set wiiflow to default to using cIOS. if you want to use IOS58 go to startup settings and set force load cios to 'no'.
...
- #92 doubled the length of char wfcTitle[] to 128 for long plugin rom titles. fixes possible rom covers not showing do to their title being longer than 64.
- #93 added .gcm as a extension for gamecube ISO's.
- fixed hiding homebrew icon via homebrew settings option.
2019-04-29 08:14:54 -05:00
Fledge68
d991834789
- fix game info plugin databases for systems that share the same database files by adding [COMBINED] into platform ini which will associate the platform name with the database name. for example: genesis=megadrive, famicom=nes. you must have the updated platform ini for this commit to work.
2019-04-10 06:51:06 -05:00
Fledge68
e246276188
- missed one in last commit
2019-04-10 06:29:25 -05:00
Fledge68
e53bb43cb9
- saving sourceflow tiers flow's to wiiflow lite ini under [SOURCEFLOW] now instead of the source menu/tier ini.
2019-04-10 06:16:32 -05:00
Fledge68
71555c7c14
- update for custom backgrounds. no longer add background= to source menu buttons. place backgrounds in wiiflow/backgrounds or wiiflow/backgrounds/{theme_name}. name them the same as the platform names under [PLUGINS] in platform ini. match case size. they can be png or jpg.
2019-04-09 10:39:03 -05:00
Fledge68
6236d9b93e
- now you can use subfolders to organize your wiiflow/plugins folder. make sure to adjust dolfile and bannersound paths if need be.
2019-04-08 13:19:14 -05:00
Fledge68
3d63886818
- now scummvm ini doesn't have to be in wiiflow/plugins. it can be in wiiflow/plugins/scummvm or apps/scummvm.
2019-04-08 13:13:34 -05:00
Fledge68
27102f4f6f
- fix for issue #85
2019-04-08 12:54:26 -05:00
Fledge68
a4968a91ac
- now platform ini is loaded on wiiflow start. instead of constantly loading and unloading it. platform ini is now used for gameinfo, coverflows, blank cover titles, and more.
...
- fixed some missing cleanup when leaving wiiflow. in particular the pointer textures and closing the language ini.
- new way to handle the custom blank covers by Abz. blank covers now must go in wiiflow/boxcovers/blank_covers folder and must be named after their platform name via platform ini. they can also now be png or jpg.
2019-04-08 11:10:30 -05:00
Fledge68
b829137794
- added get crc for dosbox conf files. thanks wiimpathy!
2019-03-29 15:26:22 -05:00
Fledge68
b7f4675c62
- additional fixes for last commit
2019-03-27 18:29:34 -05:00
Fledge68
90fd389aac
- improved cover loader by adding 3 tries to load the covers. 2nd and third tries are there just to get any missing covers that didn't load the first time.
...
- homebrew list is now cached again. if you add or delete an app you must do a reload cache.
- if you use the custom blank covers by Abz they now need to go in wiiflow/boxcovers/blank_covers folder.
- homebrew covers must go in wiiflow/boxcovers/homebrew for full covers or wiiflow/covers/homebrew for 2d front covers.
- now using a cache subfolder named homebrew for homebrew covers wfc files. to keep them separate from the game ID games.
- sourceflow now does cache covers the first time and any time you load a new tier. if the covers are already cached then you will only see the progress bar for a split second.
- other minor changes.
- one problem. when using small_box for homebrew covers it will use the apps icon.png and if it has transparency it will look like crap.
2019-03-27 11:45:43 -05:00
Fledge68
f581b3f193
- added using platform ini to get the proper coverflow from the current coverflow ini. requires the updated platform ini and an updated coverflow ini.
...
- removed the hard coded sideflow and shortflow.
- fixed using custom backgrounds whenever returning back to the game selected screen.
- added custom background cleanup to free the memory used by them.
2019-03-18 13:39:28 -05:00
Fledge68
521438e786
Update README.md
2019-03-17 18:48:31 -05:00
Fledge68
8a4662bb2f
- fix for custom background images when returning from game info menu.
2019-03-09 18:06:14 -06:00
Fledge68
8ba638346d
Merge pull request #82 from DDinghoya/patch-8
...
- Updated Korean translation.
2019-03-09 17:57:43 -06:00
Fledge68
ce3fd78286
Merge pull request #81 from Tetsuo-78/patch-4
...
Update italian.ini
2019-03-09 17:57:21 -06:00
Fledge68
b4626a02fb
Merge pull request #83 from Tetsuo-78/patch-5
...
Update italian.txt
2019-03-09 17:56:47 -06:00
Tetsuo-78
5ea4bfb29c
Update italian.txt
...
Updated for v5.2.0
2019-03-09 10:28:43 +01:00
DDinghoya
64fa15ef7f
- Updated Korean translation.
2019-03-09 17:39:15 +09:00
Tetsuo-78
af7ebdf4d5
Update italian.ini
2019-03-09 08:42:55 +01:00
Fledge68
0a92cdf902
Merge pull request #79 from Brawl345/patch04
...
Update German translation
2019-03-07 17:26:23 -06:00