various classes updates (new version in mainmenu, opt in mapconfig, clear all in savegames)
added the patch for compiling SDL
#include <QtGui/QApplication>
#include "editor.h"
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
editor w;
w.show();
return a.exec();
}