Serialize module add, bugfix in texture loading under Linux
Salacryl has added his Serialize module to load differnt file formats like images, meshes, models, level etc. .At this moment the module supports no features, its only a reprasentation for the underlying design. At this moment we have started with the implementations.
I have fixed a problem of the linux model loader. If the material description use different path separators than the os specific one, the loading process to get a valid texture iinstance failed. This hsould be fixed.
I have started to solve some performance problems in the obj-loader.