- updated source code create script to include icons for map editor

- added port 61000 for ultifd
This commit is contained in:
Mark Vejvoda 2010-10-08 15:25:15 +00:00
parent cdba95f6ac
commit e594ba07de
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 ';'