* updated INSTALL, TODO and README texts
* added support to the config file for fog distance and camera movement
* added some more error checking code. If some media is missing it should only report the error and continue.
* src/services/gui/widget/Label.cpp:22,24: Fonts are located in dime/media/fonts
* src/services/sound/SoundService.cpp:132: Sounds are located in dime/media/sounds
* src/components/ogre/resources.cfg, src/components/ogre/media/:
Media now comes in a separate tarball which will decompress to
dime/media/ogre and dime/media/common
* src/main/data/: Media now comes in a separate tarball which will
decoompress to dime/media/sdl
* bin/: Removed all files here, as media now comes in a
separate tarball which will decompress to dime/media/common
dime/media/sounds, and dime/media/<engine>
* src/main/states.xml:11-14: Media is located in dime/media
* configure.ac:256: Remove bin/Makefile from the autoconf rules
* Makefile.am:2: Remove bin/ from SUBDIRS
* README: Added documentation on changes top media and where to
retrieve it and install it.
* src/components/ogre/DimeOgre.cpp:290: Commented out loading of the sky
as there is no reference anywhere to any CloudySky media that I can find
* autogen.sh, NEWS: Made automake do automake --gnu and added needed
files.
* configure.ac: added AM_MAINTAINER_MODE.
* dime.spec.in: tweaked a bit to add docs and build right.