Commit Graph

1305 Commits

Author SHA1 Message Date
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
Fledge68
86279d99ca
Merge pull request #80 from CrewMdk/patch-5
Update spanish.ini
2019-03-07 17:26:11 -06:00
CrewMdk
e0b8a26b6d
Update spanish.ini 2019-03-07 02:03:57 -06:00
Andreas Bielawski
5e5bf6ed95 Update German translation 2019-03-06 23:42:10 +01:00
Fledge68
e1880e9fd4 - added 'Lock coverflow layouts' option to page 12 of main settings. set to yes this will disable the 1 and 2 buttons to keep users from switching flow layouts. 2019-03-06 12:52:12 -06:00
Fledge68
cba6c0bcd6 - moved source menu settings to page 12 of main settings. no more pressing 'home' while viewing the source menu/flow. 2019-03-06 07:30:56 -06:00
Fledge68
5dc8212037 - replaced homebrew button on main screen with categories button. new images thanks to Hakaisha. no more 'B' on favorites star.
- replaced adult only button on game selected screen with categories button.
- homebrew button is now restored as one of the quick launch buttons or accessible via source menu or plugin select menu.cpp
- adult only option now replaces the categories option of the game settings menu page 1 line 1.
- locking wiiflow no longer blocks homebrew access. you must use the adult only option for each homebrew app to block kids from accessing it.
- other minor code changes and fixes.
2019-03-04 14:29:46 -06:00
Fledge68
6cb6c64f77 - added scummvm games to the rom info menu. but only via their title (not crc). Thanks to Wiimpathy!
note you will need v2 of his wiiflow database zip file.
2019-02-26 16:01:14 -06:00
Fledge68
0151146562 - minor coverflow code change. 2019-02-26 15:49:47 -06:00
Fledge68
5407cfdf87 - added a fix for plugin rom game info when using a multi platform plugin, ie. genplusgx, wiimednafen, vbagx. if a multi platform plugin is detected then we get the rom's filename extension and use it to determine the platform. if its a zip file we get the filename from inside the zip file. this fix requires an updated platform ini which will be supplied with wfl v5.2.0 2019-02-25 06:09:46 -06:00
Fledge68
f9f23f9048 - now when changing coverflow layout with '1' and '2' the current cover stays as the current cover. 2019-02-18 14:40:07 -06:00
Fledge68
0e58df8918 - some more fanart code cleanup 2019-02-17 15:35:36 -06:00
Fledge68
09e793655d - code patch to make sure -0.00 shows as 0.00 for values on adjust coverflow menu.
- moved parameter selection from middle top to next line on left to keep from mixing with coverflow title.
2019-02-15 19:07:46 -06:00
Fledge68
ec68091e44
Merge pull request #70 from Tetsuo-78/patch-3
Update italian.ini
2019-02-15 14:49:17 -06:00
Tetsuo-78
1c16e96664
Update italian.ini 2019-02-15 02:35:51 +01:00
Fledge68
97952d901e - fix classic controller left stick by removing old wiiuse libs from portlibs and use newer libs in libogc. also adjusted lstick and ristick values in btnmap.h 2019-02-13 11:22:08 -06:00
Fledge68
3556a5e851
Merge pull request #68 from DDinghoya/patch-7
- Updated Korean translation.
2019-02-11 15:34:18 -06:00
Fledge68
26a978736c - now if using homebrew plugin you can use favorites and categories. normal homebrew does not. 2019-02-11 14:55:44 -06:00
DDinghoya
370ff1d566
- Updated Korean translation. 2019-02-09 19:10:47 +09:00
Fledge68
fbe1de2f4a - minor changes to the 'get rom info' code, but it still works the same. 2019-02-08 16:01:29 -06:00
Fledge68
b7120bbcd8 - fixed Select Plugin menu when using nand and emunand plugins.
- fixed right side text size for Select Plugin menu.
2019-02-07 18:54:32 -06:00
Fledge68
7924720c1e - added option to use multiple homebrew plugins each with it's own romdir=. first six characters of magic# must be 484252. the last to can be random. 2019-02-07 18:34:30 -06:00
Fledge68
bdefd48cbb
Merge pull request #66 from CrewMdk/patch-3
Update english.ini
2019-02-07 17:27:02 -06:00
Fledge68
65654caae0
Merge pull request #67 from CrewMdk/patch-4
Update spanish.ini
2019-02-07 17:26:47 -06:00
CrewMdk
147e5b01ac
Update spanish.ini 2019-02-05 06:42:39 -06:00
CrewMdk
df7f91edeb
Update spanish.ini 2019-02-05 06:15:52 -06:00
CrewMdk
ebdee1c68f
Update english.ini 2019-02-05 06:13:40 -06:00
Fledge68
ce60043630 - backgrounds for sourceflow tiers and selected sources are now working properly.
- added option to use theme subfolders for the backgrounds. put a folder named the theme in the backgrounds folders and put your images in it. these backgrounds will only load if using that theme.
2019-02-04 12:08:18 -06:00
Fledge68
8a11bc5cbc
Merge pull request #63 from Brawl345/patch03
Update German translation
2019-01-30 16:50:54 -06:00
Fledge68
2babb6d017 - fix for [MAIN/NOTICE] [MAIN/MUSIC] [MAIN/LETTER] not using the theme's font. 2019-01-30 16:37:36 -06:00
Andreas Bielawski
f75e2a31ed Update German translation 2019-01-26 10:14:26 +01:00
Fledge68
8b173f9f49
Merge pull request #59 from DDinghoya/patch-6
- Updated Korean translation.
2019-01-22 18:25:13 -06:00
Fledge68
2a5b04217b
Merge pull request #61 from CrewMdk/patch-2
Update spanish.ini
2019-01-22 18:24:58 -06:00
Fledge68
b7cfca05e9
Merge pull request #60 from CrewMdk/patch-1
Update english.ini
2019-01-22 18:24:39 -06:00
Fledge68
dc679ccced - added optional custom coverflow background via source menu button. add 'background=img_name.png or .jpg to any source menu button. put the background images in wiiflow/backgrounds. 2019-01-22 18:18:13 -06:00
CrewMdk
e8f5c8f32a
Update spanish.ini 2019-01-22 03:35:40 -06:00
CrewMdk
84f7f9a90c
Update spanish.ini 2019-01-20 05:53:26 -06:00