mirror of
https://github.com/glest/glest-source.git
synced 2025-02-24 11:42:31 +01:00
- updated source code create script to include icons for map editor
- added port 61000 for ultifd
This commit is contained in:
parent
cdba95f6ac
commit
e594ba07de
@ -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
|
||||
|
@ -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 ';'
|
||||
|
Loading…
x
Reference in New Issue
Block a user