Author: soliton
Date: Sat Apr  4 21:18:23 2009
New Revision: 34495

URL: http://svn.gna.org/viewcvs/wesnoth?rev=34495&view=rev
Log:
switch defaults to the new trunk addon server

Modified:
    trunk/data/tools/wesnoth/campaignserver_client.py
    trunk/src/addon_management.cpp

Modified: trunk/data/tools/wesnoth/campaignserver_client.py
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/tools/wesnoth/campaignserver_client.py?rev=34495&r1=34494&r2=34495&view=diff
==============================================================================
--- trunk/data/tools/wesnoth/campaignserver_client.py (original)
+++ trunk/data/tools/wesnoth/campaignserver_client.py Sat Apr  4 21:18:23 2009
@@ -10,7 +10,7 @@
 dumpi = 0
 class CampaignClient:
     # First port listed will be used as default.
-    portmap = (("15003", "1.6.x"), ("15004", "1.2.x"), ("15005", "1.4.x"))
+    portmap = (("15004", "1.7.x"), ("15003", "1.6.x"), ("15005", "1.4.x"))
     # Files with these suffixes will not be downloaded
     excluded = ("~", "-bak", ".pbl", ".exe", ".com", ".bat", ".scr", ".sh")
 

Modified: trunk/src/addon_management.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/addon_management.cpp?rev=34495&r1=34494&r2=34495&view=diff
==============================================================================
--- trunk/src/addon_management.cpp (original)
+++ trunk/src/addon_management.cpp Sat Apr  4 21:18:23 2009
@@ -34,7 +34,7 @@
 #include "formula_string_utils.hpp"
 
 
-#define DEFAULT_CAMPAIGND_PORT                         15003
+#define DEFAULT_CAMPAIGND_PORT                         15004
 
 #define ERR_CFG LOG_STREAM(err , config)
 #define LOG_CFG LOG_STREAM(info, config)


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to