﻿R220
*Dont shutdown the usb device and start it up before we try to mount it, just
try and start it.
*Add a function to start the drive up sooner.

*Moved some png/ttf/wav files from the resources dir to data dir and removed the
.c and .h files for them.
*Removed resources dir.

R219
* Changed forwarder makefile to not use portlibs (requested by Miigotu)
* Changed config.cpp to also support true, y and 1 with an optbool
* Fixed bug in fanart, where it would not hide covers
* Fixed issue 340
* Changed a lot of code with FAT/NTFS loading. The path to the file is now
stored in memory, so loading games and banners is a lot faster
* Changed loading the title of channels, since those where max 16 letters. Right
now, a conversion to multibyte is done, and a conversion to wide char is done
afterwards. This conversion is required to use less memory, but it might corrupt
foreign characters. That's why we need testers to test this.

R218
*Fix some bugs in the forwarder and add a readme. Forwarder must be compiled
with wiixplorer libogc atm.
*Add missing file.
*Added small delay after usb startup to allow drive spinup.
*Stopped shutting down the usb interface on forwarder exit.

R217
* Renamed all global fanart options (check http://www.wiiflowiki.com for their
names)
* Fixed global fanart options
* Solved issue 326 : Options scroll

R216
* Removed m_changed=true from testOptBool
* Renamed fanart global overrides (see wiiflowiki for the correct names)
* Changed some fanart textcolor related stuff (Miigotu)

R215
*Change from wiimc forwarder base source to one modified from wiixplorer. Some
ppl still have issues with ntfs that need ironed out.

*Change exit to hbc to use WII_LaunchTitle instead of magicword and exit(0)
since hbc stub is getting corrupted in either priiloader or wiiflow. No more
freezing on exit when launched by autoboot from priiloader or bootmii.

R214
*Yet another wad man... oops yet another forwarder commit. Should speed it up
some.

R213
*fix a booboo in the forwarder and remove a compiler warning.

R212
*Forwarder changes only.

R211
*Add initial forwarder source to svn

R210
*Damn, forgot to uncomment the fat mounting stuff from my testing.

R209
*Fix saving over files in ntfs, (thx dimok).
*May possibly fix loading mixed case files.

R208
*Fix a compile warning.
*Add some optional wdm files.

R207
*Make gestures able to be enabled/disabled again. "wiimote_gestures=true|false"
in wiiflow.ini

R206
*Add the code back i removed in 204.
*Some changes to the fanart title color code

R205
Adjusted userlabels in synopsis windows. Added overload to _addUserLabels.

R204
*Fix themes not being able to set font color.

R203
*Fix damn banner bug issue with ppl who spam random directions too fast in game
view.

R202
* Removed debug code from fanarts and channels
* Changed ISFS_GetFile to return u8 * instead of u32 *
* Fixed network initialization problem from rev 201
* Change to bannersounds again. Only load the bannersound when you stop jogging
* Added locks to the sound loading functions, in order to prevent multiple sound
loads at once (from different threads)
* Updated French language again

R201
*Move mutex to a new class so it can be reused easily
*Some banner sound fixes.
*Network is broken atm
*French update.