From c267f313c5e29e2490c9d9dd29dca5e62c7c9198 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sun, 23 Mar 2008 23:36:29 +0000 Subject: Updated default account server name and added SDL_ttf dependency. --- ChangeLog | 5 +++++ INSTALL | 1 + src/main.h | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 696024f8..1ee66842 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-03-24 Bjørn Lindeijer + + * src/main.h: Updated default account server name. + * INSTALL: Added SDL_ttf dependency. + 2008-03-22 Bjørn Lindeijer * AUTHORS: Updated (but still not complete). diff --git a/INSTALL b/INSTALL index ac5a9fb8..ea8a4f81 100644 --- a/INSTALL +++ b/INSTALL @@ -19,6 +19,7 @@ and some libraries. The required libraries are: * SDL http://www.libsdl.org/ * SDL_mixer http://www.libsdl.org/projects/SDL_mixer/ * SDL_image http://www.libsdl.org/projects/SDL_image/ +* SDL_ttf http://www.libsdl.org/projects/SDL_ttf/ * ENet 1.2 http://enet.bespin.org/ * Guichan 0.7.x http://guichan.sourceforge.net/ * libxml2 http://www.xmlsoft.org/ diff --git a/src/main.h b/src/main.h index 1e9f8c09..691660e5 100644 --- a/src/main.h +++ b/src/main.h @@ -113,7 +113,7 @@ const short defaultScreenHeight = 600; const short defaultSfxVolume = 100; const short defaultMusicVolume = 60; // Account Server Name and port -const std::string defaultAccountServerName = "animesites.de"; +const std::string defaultAccountServerName = "testing.themanaworld.org"; const short defaultAccountServerPort = 9601; extern std::string token; -- cgit v1.2.3-70-g09d2