Fixes: * change AP ship installation to use extracted format * Add option to select between extracted and fake patch * Fix problem with creating of mod files * Fix importing archives (scripts.uninstall) * Update mod merge to work accross multiple files (record ids from different files to adjust in others) Features: * Add editing ships from within the plugin manager * Allowing reading changes from TShips and intergrating them into the installed ships * Repackaging of scripts within the installer * Add archive support in packager scripts Internal Programming Changes: * Change CyString to Utils::String * Change CyStringList to Utils::CStringList * Refactor spk libraries * Split up header files and move all implementation to cpp files * Improve library handling. * Update all automatic filename calls to work for special cases (FILETYPE_SCRIPT_UNINSTALL) * Add game language numbers to gameexe (30, 35, 38) Linux/MAC * Create makefile/configure script to compile libriaries and tools under linux/mac