diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | INSTALL | 1 | ||||
-rw-r--r-- | src/main.h | 2 |
3 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2008-03-24 Bjørn Lindeijer <bjorn@lindeijer.nl> + + * src/main.h: Updated default account server name. + * INSTALL: Added SDL_ttf dependency. + 2008-03-22 Bjørn Lindeijer <bjorn@lindeijer.nl> * AUTHORS: Updated (but still not complete). @@ -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/ @@ -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; |