summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog21
-rw-r--r--src/gui/updatewindow.cpp3
-rw-r--r--src/main.cpp2
3 files changed, 15 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 264236c3..ef703c3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-11-03 Bjørn Lindeijer <bjorn@lindeijer.nl>
+
+ * src/gui/updatewindow.cpp, src/main.cpp: Updated to the new default
+ updatehost.
+
2006-11-01 Bjørn Lindeijer <bjorn@lindeijer.nl>
* src/gui/gui.cpp, src/gui/browserbox.cpp,
@@ -7,17 +12,15 @@
2006-10-31 Philipp Sehmisch <tmw@crushnet.org>
- *data/graphics/tiles/desert1.png, d
- ata/graphics/tiles/desert_x2.png: adding a bunch of graphical
- improvements made by VxD.
+ * data/graphics/tiles/desert1.png, data/graphics/tiles/desert_x2.png:
+ Adding a bunch of graphical improvements made by VxD.
2006-10-31 Frode Lindeijer <f.lindeijer@gmail.com>
- * /data/graphics/sprites/item011.png,
- /data/graphics/sprites/item011.xml,
- /data/graphics/sprites/item012.png,
- /data/graphics/sprites/item018.xml,
- /data/graphics/sprites/monster21.xml: Fixed some graphical issues,
+ * data/graphics/sprites/item011.png,
+ data/graphics/sprites/item011.xml, data/graphics/sprites/item012.png,
+ data/graphics/sprites/item018.xml,
+ data/graphics/sprites/monster21.xml: Fixed some graphical issues,
mostly a cosmetic update.
2006-10-30 Yohann Ferreira <bertram@cegetel.net>
@@ -26,7 +29,7 @@
2006-10-30 Philipp Sehmisch <tmw@crushnet.org>
- * data/maps/new_9-1.tmx.gz: Removed the night effect that accidently
+ * data/maps/new_9-1.tmx.gz: Removed the night effect that accidentally
sneaked in with the last map change.
2006-10-30 Eugenio Favalli <elvenprogrammer@gmail.com>
diff --git a/src/gui/updatewindow.cpp b/src/gui/updatewindow.cpp
index c8be462f..89d1793e 100644
--- a/src/gui/updatewindow.cpp
+++ b/src/gui/updatewindow.cpp
@@ -86,7 +86,8 @@ UpdaterWindow::UpdaterWindow():
mCancelButton->requestFocus();
setLocationRelativeTo(getParent());
- mUpdateHost = config.getValue("updatehost", "themanaworld.org/files");
+ mUpdateHost =
+ config.getValue("updatehost", "http://updates.themanaworld.org");
mBasePath = config.getValue("homeDir", ".");
// Try to download the updates list
diff --git a/src/main.cpp b/src/main.cpp
index 82620c05..13fc09f4 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -208,7 +208,7 @@ void init_engine(const Options &options)
config.setValue("sfxVolume", 100);
config.setValue("musicVolume", 60);
config.setValue("fpslimit", 60);
- config.setValue("updatehost", "http://themanaworld.org/files");
+ config.setValue("updatehost", "http://updates.themanaworld.org");
config.setValue("customcursor", 1);
config.setValue("homeDir", homeDir);