Re: [MAJ] Savegame Manager GX Rev108
bonjour,
merci a toi matt22
merci a toi matt22

-
dav1102
Gamer Argent
- Messages: 3274
- Inscription: 07 Fév 2011, 16:46

Log message
R110:
* Added ListMode to NandMiiBrowser and NandSaveBrowser ( Issue 127 )
* Updated to newest ehcmodule by rodries (thx!)
* Added necessary source code to support both USB ports at once and copying
files from one to another (WORKS ONLY WITH HERMES). It is disabled right now
because of weird crash caused by the ehcimodule when copying from one usb port
to another which can corrupt partitions. Will be enabled when the issue is
resolved. Right now only usb port 0 is active. (From Wiixplorer)
* Added use of the internal Wii System Menu font (From UsbLoaderGX)
* Changed default Font Scale to 0.95 to fit with the new font. If you disabled
the system font, you should set scale factor to 1.000. (From UsbLoaderGX)
* Properly sync video after flush to avoid possible green flash (thx dimok)
* Using new app_booter (see below)
* Moved argument command line also to mem2 to avoid overwrite of it (thx dimok)
* Reload back to entry ios when starting homebrew instead of starting it in cIOS
(From UsbLoaderGX)
* Converted every 4 spaces to a tab to make the source consistent on those
AppBooter changes (From WiiXplorer):
* Reduced size of app_booter from 100KB to 1KB by striping libogc and using
parts of savezelda code by TT (thx!)
* Improved performance with the change above
* Added argument passing for elf files as well
* Clear bss located in mem1 when launching dols (thx oggzee)
Forwarder changes:
* Using new app_booter method (From UsbLoaderGX)
* Properly sync video after flush to avoid possible green flash (thx dimok)
Log message R111:
* Fixed a crash if browsing a folder with file with no extension
* Fixed Theme Downloader to download themes
* Removed AppBooter sources, you can find those on WiiXplorer repository
* Added Data.bin support. Now, you can only decrypt a data.bin, and install in
Nand or write on SD/HDD.
* Added fonctions to move or delete data.bin on SD/HDD
* Fixed Linux compile
* lot of sources clean

Log message Rev113
* Added Download Save fonctions to download saves from www.wiisave.com
* Added DownloadSave button in Files/Saves/Miis management windows
* Added DownloadSave entry to Parental Control Restrictions
* Added www.wiisave.com to credits and meta.xml
* Changed zip files management in WiiTDB update fonctions
* Fixed some memory leak in data.bin fonctions (thx giantpune)

ChangLog:
* Changed illegal fat charaters fix and added a fonction to change old extracted
filename while installing the save
* Added new illegal fat charaters fix to extract a data.bin to storage device
fonction
* Fixed a problem who corrupt file datas while extracting a data.bin to a custom
path
* Fixed freeze for Wii with no internet connection (thanks to
http://gbatemp.net/t301061-how-to-fix-t ... unning-in-
ahbprot-mode)
* Added ES AHBPROT patch to keep AHBPROT flag enabled while an IOS reload
* Changed everything from WiiTDB to GameTDB (using new host and name)
* Added quick switch between system font and old font (fixed memory leak in font
change) (thx dimok)
Log message
R117:
* Added Data.bin extraction (official nintendo format) from nand to storage
device only if the app is running under real nand.
* Added custom path to selected where must be extracted your data.bin by default
(sd:/private/wii/title)
* Added Keys class to find some Wii keys
* Changed the animation behavior of icons (thanks antidote)
* Some little changes in fileops, DirList and IosLoader::GetIosInfo()
* Fixed false loading of custom dip module on d2x cIOS (thx dimok)
* Converted all ogg sounds from 44.1 khz to 48 khz (thx dimok)
* Fixed bad memory deallocation in data.bin fonctions to avoid corrupted datas
Branches:
* Added libseeprom (a library that provides filesystem access to the Wii's
SEEPROM)
* Added libotp (a library that provides filesystem access to the Wii's OTP)
* Updated libext2fs to 1.0.4 r19.