From f72ff67c54a3d49ffcfa83b6a06db4176f37093b Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Wed, 11 Feb 2009 18:36:35 -0700 Subject: Adjusted a few files for release. Signed-off-by: Ira Rice --- src/aethyra.rc | 2 +- src/being.cpp | 2 +- src/gui/setup_video.cpp | 4 ++-- src/gui/table.cpp | 2 +- src/gui/table.h | 2 +- src/winver.h | 6 +++--- 6 files changed, 9 insertions(+), 9 deletions(-) (limited to 'src') diff --git a/src/aethyra.rc b/src/aethyra.rc index d2db954f..e9d32be9 100644 --- a/src/aethyra.rc +++ b/src/aethyra.rc @@ -13,7 +13,7 @@ FILETYPE VFT_APP { VALUE "CompanyName", "Aethyra Development Team" VALUE "FileVersion", PACKAGE_VERSION VALUE "FileDescription", "Aethyra Experiment" - VALUE "LegalCopyright", "2008 (C)" + VALUE "LegalCopyright", "2009 (C)" VALUE "OriginalFilename", "aethyra.exe" VALUE "ProductName", "Aethyra MMORPG" VALUE "ProductVersion", PACKAGE_VERSION diff --git a/src/being.cpp b/src/being.cpp index d847b032..8e07514f 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -492,7 +492,7 @@ void Being::drawSpeech(int offsetX, int offsetY) { const int px = mPx + offsetX; const int py = mPy + offsetY; - const int speech = config.getValue("speech", NAME_IN_BUBBLE); + const int speech = (int) config.getValue("speech", NAME_IN_BUBBLE); // Draw speech above this being if (mSpeechTime > 0 && (speech == NAME_IN_BUBBLE || diff --git a/src/gui/setup_video.cpp b/src/gui/setup_video.cpp index bf5682e6..e1a148d8 100644 --- a/src/gui/setup_video.cpp +++ b/src/gui/setup_video.cpp @@ -112,7 +112,7 @@ Setup_Video::Setup_Video(): mNameEnabled(config.getValue("showownname", false)), mOpacity(config.getValue("guialpha", 0.8)), mFps((int) config.getValue("fpslimit", 0)), - mSpeechMode(config.getValue("speech", 3)), + mSpeechMode((int) config.getValue("speech", 3)), mModeListModel(new ModeListModel), mModeList(new ListBox(mModeListModel)), mFsCheckBox(new CheckBox(_("Full screen"), mFullScreenEnabled)), @@ -389,7 +389,7 @@ void Setup_Video::apply() mCustomCursorEnabled = config.getValue("customcursor", true); mParticleEffectsEnabled = config.getValue("particleeffects", true); mNameEnabled = config.getValue("showownname", false); - mSpeechMode = config.getValue("speech", 3); + mSpeechMode = (int) config.getValue("speech", 3); mOpacity = config.getValue("guialpha", 0.8); mOverlayDetail = (int) config.getValue("OverlayDetail", 2); mOpenGLEnabled = config.getValue("opengl", false); diff --git a/src/gui/table.cpp b/src/gui/table.cpp index 1793948b..8acbc4f4 100644 --- a/src/gui/table.cpp +++ b/src/gui/table.cpp @@ -1,6 +1,6 @@ /* * Aethyra - * Copyright (C) 2008 Douglas Boffey + * Copyright (C) 2008 The Mana World Development Team * * This file is part of Aethyra derived from original code * from Guichan. diff --git a/src/gui/table.h b/src/gui/table.h index c84272a3..a508d0e4 100644 --- a/src/gui/table.h +++ b/src/gui/table.h @@ -1,6 +1,6 @@ /* * Aethyra - * Copyright (C) 2008 Douglas Boffey + * Copyright (C) 2008 The Mana World Development Team * * This file is part of Aethyra derived from original code * from Guichan. diff --git a/src/winver.h b/src/winver.h index ac53cd73..a10e2e76 100644 --- a/src/winver.h +++ b/src/winver.h @@ -1,6 +1,6 @@ /* VERSION DEFINITIONS */ #define VER_MAJOR 0 #define VER_MINOR 0 -#define VER_RELEASE 27 -#define VER_BUILD 1 -#define PACKAGE_VERSION "0.0.27.1" +#define VER_RELEASE 29 +#define VER_BUILD 0 +#define PACKAGE_VERSION "0.0.29" -- cgit v1.2.3-70-g09d2