From e594ba07dec07c2ba2f7e33ea7806d65a8d9aaf5 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Fri, 8 Oct 2010 15:25:15 +0000 Subject: [PATCH] - updated source code create script to include icons for map editor - added port 61000 for ultifd --- mk/linux/glest.ini | 2 +- mk/linux/makerelease.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mk/linux/glest.ini b/mk/linux/glest.ini index 4e61947c..4c62a88f 100644 --- a/mk/linux/glest.ini +++ b/mk/linux/glest.ini @@ -48,7 +48,7 @@ MaxLights=3 ;Masterserver=http://soft-haus.com/glest/cgi-bin/ ;MasterServerExternalPortList=80,143,587,21,110,25,443,993,995 Masterserver=http://megaglest.pepper.freeit.org/masterserver/ -MasterServerExternalPortList=61357,61358,61359,61360,80,143,587,21,110,25,443,993,995,1080,8080 +MasterServerExternalPortList=61357,61358,61359,61360,61000,80,143,587,21,110,25,443,993,995,1080,8080 NetPlayerName=newbie NetworkConsistencyChecks=true PhotoMode=false diff --git a/mk/linux/makerelease.sh b/mk/linux/makerelease.sh index 59e04836..7e2d53d9 100755 --- a/mk/linux/makerelease.sh +++ b/mk/linux/makerelease.sh @@ -12,7 +12,7 @@ mkdir -p $RELEASEDIR pushd "`pwd`/../../source" find glest_game/ \( -name "*.cpp" -o -name "*.h" \) -exec cp -p --parents "{}" $RELEASEDIR ';' find shared_lib/ \( -name "*.cpp" -o -name "*.h" \) -exec cp -p --parents "{}" $RELEASEDIR ';' -find glest_map_editor/ \( -name "*.cpp" -o -name "*.h" \) -exec cp -p --parents "{}" $RELEASEDIR ';' +find glest_map_editor/ \( -name "*.cpp" -o -name "*.h" -o -name "*.xpm" \) -exec cp -p --parents "{}" $RELEASEDIR ';' find g3d_viewer/ \( -name "*.cpp" -o -name "*.h" \) -exec cp -p --parents "{}" $RELEASEDIR ';' find configurator/ \( -name "*.cpp" -o -name "*.h" \) -exec cp -p --parents "{}" $RELEASEDIR ';' find masterserver/ \( -name "*.php" -o -name "*.sql" \) -exec cp -p --parents "{}" $RELEASEDIR ';'