overjoy.psm
14f4bdbf84
* Added various options for downloading covers:
...
*Download order:
- Original only = Box -> Flat
- Original/Original = Box -> Flat -> Alt box -> Alt flat
- Original/Custom = Box -> Alt box -> Flat -> Alt flat
- Custom/Original = Alt box -> Box -> Alt flat -> Flat
- Custom/Custom = Alt box -> Alt flat -> Box -> Flat
- Custom only = Alt box -> Alt flat
*It's now possible to download covers from a different language or region as set in the language string and you can select what languages or regions to check (Working, but unfinished)
* Added a check for GameTDB if an alternate or custom cover is available
* Fixed GameTDB code for getting the casecolor
* Gamecube is now also included in GameTDB (Thanks lustar)
* Reverted Catagories selection menu.cpp
* And probably some things i forget to list
2012-02-12 01:43:31 +00:00
fedeanto11
28b476f8f9
* Fixed a typo -> "Sytem Menu"
2012-02-11 21:28:53 +00:00
fix94.1
380b35aebf
-added new option in [DML] section, always_show_button to
...
give possibility to enter DML coverflow view even if
DML is not present
2012-02-11 20:36:31 +00:00
fix94.1
3718e76bdc
-added possibility to add gamecube games to gamertag
...
-gamecube launch cleanup
2012-02-11 13:05:18 +00:00
fix94.1
1caf757ef9
-added new default option for exit to which just boots the system menu
...
without the priiloader magic word for system menu set to use priiloader
default option
2012-02-11 12:03:46 +00:00
fledge68
431c84f75c
-various menu and font fixes
...
-fixed TITLEFONT display
-fixed TEXTFONT display
-fixed various button animations and sizes
2012-02-10 18:45:42 +00:00
fix94.1
a11b5412c8
-fixed small stupid typo (thanks jiiwah)
2012-02-09 17:46:26 +00:00
fledge68
a224529094
One more fix for last layout of a theme not showing correctly
2012-02-07 18:31:31 +00:00
Drexyl950
4b6891f921
* Another attempt at fixing About and Synopsis screens
2012-02-07 00:24:45 +00:00
fedeanto11
c6d08bb734
* Now it's possible download alternative covers
...
Set alternative_cover in GENERAL , on by default.
If the alternative it's not on the server wiiflow
will download the original one
2012-02-06 12:39:06 +00:00
Drexyl950
593c3e0362
* Fixed controller icons not being displayed on gameinfo page
...
* Added Wifi10 and Wifi18 icons
* Added keyboard controller icon
2012-02-06 02:31:04 +00:00
fix94.1
2aa3cca32c
-fixed sync issue hopefully for more people
...
(we dont need to init nand emu on wiiflow boot)
2012-02-05 14:38:14 +00:00
fix94.1
27f5d760dc
-we should only delete cover too if the user wants it
...
(set delete_cover_and_game=true in [GENERAL] if you want)
2012-02-05 14:03:51 +00:00
overjoy.psm
e90613f368
* Fixed a nice bug: If a game gets removed and is splitted it now also removes the wbf1, wbf2.... files and the folder.
...
* If a game gets removed it will remove the cover(s) with it
2012-02-05 00:07:07 +00:00
fix94.1
1218528c53
-fixed synopsis and menu_about displaying (hopefully just a temp solution)
2012-02-04 22:12:07 +00:00
fix94.1
b8208dfb9f
-added fledge68 to thanks list, his changes:
...
-fixed last theme layout not showing correctly
-fixed display color in menu_wbfs for themes
-fixed synopsis only displays right the first time
2012-02-04 21:45:51 +00:00
fedeanto11
5cfe1c11b5
* Added alternative cover download if original is not on server ( a option for choose original/alternative will be better though )
...
* Added some missing frees
* Other littles changes
2012-02-03 22:38:00 +00:00
overjoy.psm
28d10bbcdc
* Fixed cache updates for each view when the language is changed
2012-02-03 03:00:13 +00:00
overjoy.psm
69c1094891
* DML Game config menu was missing a button
2012-02-02 23:51:19 +00:00
overjoy.psm
6ccf8693b5
* +Some missing stuff
2012-02-02 23:35:05 +00:00
fix94.1
8cd027b036
-using wii language translations for gamecube language options
2012-02-02 22:37:21 +00:00
fix94.1
27d47ee337
-added option to set DML game lanugage, gamecube games will now use the language of the wii
2012-02-02 22:22:46 +00:00
fix94.1
e8ee7548a6
-fixed network init issue for (hopefully) everyone
2012-02-02 11:18:09 +00:00
fix94.1
468f678ac2
-sync with wiiflow r418
2012-02-01 22:26:51 +00:00
fix94.1
86ebc3d4f3
-added option to disable channel coverflow mode (hidechannel) in GENERAL section in ini
2012-02-01 20:44:40 +00:00
fix94.1
1a306fb2ed
-only opening game info menu if gametdb is present
2012-02-01 17:52:01 +00:00
overjoy.psm
739d7892b3
* Pressing 'B' on 'config button' will now force a cache update for current view
...
* Added missing break;'s in UpdateCache function (menu.cpp)
* Added missing stuff for DML update
2012-01-31 23:44:54 +00:00
fix94.1
ee9d70f9e2
-
2012-01-31 22:55:59 +00:00
fix94.1
895101a6a4
-fixed cover download crash if no {loc} is in url_full_covers
2012-01-31 19:27:34 +00:00
overjoy.psm
7b82175d66
* Damn merged commits
2012-01-30 14:55:02 +00:00
overjoy.psm
2505616944
* (Hopefully) fixed crash in WaitMessage
...
* (Hopefully) fixed Fanart issues
* Added a way to show mem through gecko
2012-01-30 14:29:40 +00:00
fix94.1
9e5d3f1f1f
-changed "cfgg28" to "custom" (we should prevent double values)
2012-01-30 12:21:17 +00:00
entropy
adad4e7f52
Add a game config button (cfgg28) to toggle "custom" setting of channels
2012-01-30 05:25:56 +00:00
overjoy.psm
016f965af0
* Placed initialization of cache behind initialization of language.
2012-01-29 23:55:49 +00:00
entropy
85854d0bf2
More cache overrides at startup, plus related debugging gprintfs
2012-01-29 23:11:43 +00:00
fix94.1
9daaa1365c
-fixed gamecube boot from disc introduced in r36
2012-01-29 21:40:28 +00:00
fix94.1
2f4d8129aa
-reverted language detection for gametdb from r42
2012-01-29 20:59:25 +00:00
fix94.1
8e5e204100
-fixed herpderp mistake in individual save emulation setting
2012-01-29 19:53:36 +00:00
fix94.1
cd9678052d
-added global save emulation/nand emulation mode (very dirty, completely untested and not finished :P)
2012-01-29 19:28:31 +00:00
fix94.1
b38b0ae5a7
-added a "selected" png for homebrew
...
-compressed pngs even more and also added tools and a batch file to "resources" folder
2012-01-29 12:30:04 +00:00
entropy
1583e55de6
Add option "update_cache" in GENERAL section, to force cache update at startup
2012-01-29 04:25:45 +00:00
fix94.1
713d8f5616
-(hopefully) fixed wrong titles displayed when updating gametdb which sometimes happens
...
-changed language detection for gametdb (still not complete)
2012-01-28 22:50:00 +00:00
overjoy.psm
a9486b79bf
* Moved check for DML to top of the initialization to ensure the check is done on real nand
2012-01-28 20:09:34 +00:00
overjoy.psm
74450fba18
* Added a simpel check to find out if installed MIOS is unpatched, cMIOS or DML and it should be able to recognize most of them.
...
* DML Coverview is now disabled if the MIOS found isn't recognized as DML
* DML game subfolder naming convention may now change to 'Game Name' for example. No need to keep this as GameID anymore
* Current_item config option is now saved while launching DML GC games
* Playcount & Lastplayed options are now saved for DML GC games
2012-01-28 08:40:19 +00:00
fix94.1
95a49ea97c
-set "partition" option for emu nand to 0 (SD) by default to prevent crashes
2012-01-27 22:28:47 +00:00
fix94.1
cc76da97e1
-fixed nand emulation partition set for d2x v8 properly now
...
-wasted 3 hours finding this stupid bug
2012-01-27 19:38:52 +00:00
fix94.1
8c18d1fa3c
-changed some really stupid bool for d2x v8
2012-01-27 15:59:19 +00:00
fix94.1
c921214cc4
-added force aspect ratio patch from usb loader gx (thanks dimok for permission)
2012-01-27 13:59:36 +00:00
fix94.1
a04569d401
-zzzZZzz forgot to make IOS reload option translatable (cfgg26)
2012-01-27 12:26:53 +00:00
fix94.1
aa5c1acba5
-added option to disable IOS reload block for wii games and channels
2012-01-27 11:43:31 +00:00