AnOd-X v1.02.1
==============

- Added : ability to setup a direct item to .xbe program in menus (anodx.xml).
	Ex :	<menu>
		    ...
		    <item name="XBMC" path="C:\xbmc\default.xbe"/>
		    ...
		</menu>
- Corrected : delete/rename in file explorer sometines don't work well.
- Optimised : installation of downloaded skins, saves and homebrews need less time.
- Modified : only supported file formats by AnOd-X have specific icon in file explorer.
- Added : picture/video viewer in file explorer, when A button is pressed on this kind of files.
  Pad up and down to zoom in/out. This file formats are supported : .bmp, .jpg, .png, .tga, .pcx,
  .xpr, .xbx, .dds for pictures, and .xmv for videos (no sound).
- Added : ability to change .xbe menu icon by simply place anodxtitleimage.* file in the program 
  directory. File formats supported : .bmp, .jpg, .png, .tga, .pcx, .xpr, .xbx, .dds.
- Added : open/clode DVD tray function in DVD Drive menu.
- Modified :  you can now "dispatch" the DVD Drive menu in subfunctions.
  	FUNC_DVDMENU		Add the DVD Drive menu with submenu containing DVD Launch, 
				DVD Copy and Open/Close DVD Tray functions.
  	FUNC_LAUNCHDVD		Add a menu item to launch DVD.
  	FUNC_COPYDVD2HDD	Add a menu item to copy DVD to Hard Disk Drive.
  	FUNC_EJECTLOADDVD	Add a menu item to open/close DVD tray.
  
  	Ex :	<menu>
  		    ...
		    <item name="Menu DVD" function="FUNC_DVDMENU"/>
		    ...
		    <item name="Launch DVD" function="FUNC_LAUNCHDVD"/>
		    <item name="Copy DVD" function="FUNC_COPYDVD2HDD"/>
		    <item name="Open/Close DVD" function="FUNC_EJECTLOADDVD"/>
		    ...
		</menu>
- Added : ability to setup a different background for the AnOd-X loading stage in
  anodxskin.xml.
	Ex :	<skin>
		    ...
		    <loadingbackground>
		        <image>Backgrounds\loading.jpg</image>
		    </loadingbackground>
		    ...
		</skin>
- Corrected : partitions sizes was sometimes not correct.
- Modified : caculated size in file explorer more readable.
- Added : cache for autoscan programs menus.
- Corrected : in network init, sometimes DHCP was actived.
- Added : DHCP support. Setting available in menu settings->network.
  Settings in anodx.xml (YES/NO) :
		<network>
	            ...
		    <dhcp>NO</dhcp>
		    ...
		</network>
- Added : harddisk format : C, E, F, G, X, Y, Z, all drives. Available in settings
  ->hard disk drive tools. Settings for drives :
	C, E, X, Y, Z	Original standards
	F		<=137Go
	G		All the rest
  Need LBA48 V2 bios compatible (most of them).
- Added : ability to change region and video mode on the fly for each programs (.xbe) , in popup
  menu (START). Settings are saved after reboot of course.
- Modified : all ttf font engine rewritten for screen calibration support. More flexibility for
  skins in future, and great speed optimisation.
- Added : antialiasing for fonts display.
- Modified : defaults fonts had been removed from the AnOd-X .xbe file,and use of the default 
  system font instead. Some skins may differ a little bit.
- Added : screen adjust available in menu settings->video.
- Corrected : SNTP client always take port 13 instead of the port number set in anodx.xml file.
- Corrected : no blocking time at boot if internet connection isn't activated.
- Added : autoshutdown function. Enable/disable and delay settings in settings->system->autoshutdown.
  Disable and 60 minutes delay as default. Delai is in minutes and must be >0.
- Added : auto relaod drives in file explorer while a DVD is inserted.
- Added : ISO9660 support in file explorer.
- Corrected : autoswitch 16/9 mode if activated.
- Added : ZIP file support : extract in file explorer with A button, and in internal functions
  (skins, downloads, autoupdate...)
- Added : BetaTest mode for betatesters.
- Added : Enable/disable option for the screen saver.
- Added : popup menu on programs (.xbe) to change the associated icon with another. Supported files 
  formats : .bmp, .jpg, .png, .tga, .pcx, .xpr, .xbx, .dds.
- Added : ability to make skin containing more than one backgrounds. Insert an image line for each
  background you want to add your skin in the anodxskin.xml file. Unlimited number.
	Ex : 	<background>
		    <image>Backgrounds\background1.jpg</image>
		    <image>Backgrounds\background2.png</image>
		    <image>Backgrounds\background3.xmv</image>
		    <image>Backgrounds\background4.bmp</image>
		</background>
  Manuel or random background settings in settings->skins->backgrounds.
- Added : setting to switch between vertical or horizontal file explorer display, available in 
  settings->miscellaneous->vertical file explorer display.
- Added : ability to set a video (.xmv) as program icon (.xbe) in the popup menu (START),
  change icon.
- Added : random skin option available in settings->skins->random skin.
- Added : greetings are displayed in the screen saver.
- Added : chanlelog is displayed on the reboot after a new update.
- Corrected : gamepads support functions rewritten for problem after inserting/removing gamepad.
  This may resolve the MadCatz wireless controller too, but not tested.