From 07900fefd13605aefbd2178b8c37c0636cc72f41 Mon Sep 17 00:00:00 2001 From: theluda Date: Wed, 17 Oct 2007 08:19:06 +0000 Subject: [PATCH] [4610] MaNGOS 0.8 - "Innkeeper" has arrived! --- ChangeLog | 37 +++++++++++++++++++++++++++++++------ src/shared/SystemConfig.h.in | 2 +- win/VC71/mangosd.vcproj | 4 ++-- win/VC80/mangosd.vcproj | 4 ++-- 4 files changed, 36 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 82ef6842..d6086f48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -MaNGOS 0.8 (??? ??, 2007) https://svn.mangosproject.org/trac/MaNGOS/milestone/0.8 +MaNGOS 0.8 (Oct 16, 2007) https://svn.mangosproject.org/trac/MaNGOS/milestone/0.8 MaNGOS 0.8 -adds further improvements to the server core as well as to the majority of game classes and the game content @@ -9,13 +9,38 @@ MaNGOS 0.8 (??? ??, 2007) https://svn.mangosproject.org/trac/MaNGOS/milestone users to link MaNGOS against the OpenSSL libraries. ==== Game Features ==== - * + * Added: a new threat manager was introduced, + * Added: log more GM activities, + * Added: many new features for creatures and game objects working, + * Added: support for client build 6896, aka version 2.1.3, + * Added: support for custom creature equipment and display, + * Added: support for daily quests, + * Added: support for different fishing loot in sub-zones, + * Added: support for gender specific models, + * Added: support for instance specific scripts and data, + * Added: support for localization of names, texts, etc., + * Added: support for multiple battleground instances, + * Added: support for scripted game object buttons, + * Improved: battlegrounds should be mostly working, only a few issues left, + * Improved: dungeon system has seen a few improvements, + * Improved: formulas for most aspects of the game, + * Improved: many player level up values have been corrected, + * Improved: pet and demon handling has seen a lot of improvements, + * Improved: properly divide loot and reputation in groups, + * Rewritten: battleground queue system, + * Rewritten: invisibility detection, + * plus lots of fixes for auras, effects, spells, talents, and more. ==== Server Features ==== - * - - * Fixed Bugs: ??? - * Total number of changes: ??? + * Added: support for database transactions, + * Added: support for height maps -- named vmaps -- to tackle the LOS issue, + * Added: support for OpenBSD and FreeBSD building, + * Fixed: lots of memory leaks closed, + * Fixed: Numerous bug fixes to the core, + * Improved: database queries adding performance boosts here and there, + + * Fixed Bugs: 528 + * Total number of changes: 558 The complete list of closed tickets can be found here: https://svn.mangosproject.org/trac/MaNGOS/query?status=closed&milestone=0.8 diff --git a/src/shared/SystemConfig.h.in b/src/shared/SystemConfig.h.in index a92770de..52590aa7 100644 --- a/src/shared/SystemConfig.h.in +++ b/src/shared/SystemConfig.h.in @@ -23,7 +23,7 @@ #ifndef _VERSION #if PLATFORM == PLATFORM_WIN32 -# define _VERSION "0.8-SVN" +# define _VERSION "0.8.01" #else # define _VERSION "@VERSION@" #endif diff --git a/win/VC71/mangosd.vcproj b/win/VC71/mangosd.vcproj index 50d12064..7ebda3dd 100644 --- a/win/VC71/mangosd.vcproj +++ b/win/VC71/mangosd.vcproj @@ -23,7 +23,7 @@ Name="VCCLCompilerTool" InlineFunctionExpansion="1" AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd" - PreprocessorDefinitions="VERSION="0.8-SVN";WIN32;NDEBUG;_CONSOLE;ENABLE_CLI" + PreprocessorDefinitions="VERSION="0.8.01";WIN32;NDEBUG;_CONSOLE;ENABLE_CLI" StringPooling="TRUE" RuntimeLibrary="0" EnableFunctionLevelLinking="TRUE" @@ -87,7 +87,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd" - PreprocessorDefinitions="VERSION="0.8-SVN";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI" + PreprocessorDefinitions="VERSION="0.8.01";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI" IgnoreStandardIncludePath="FALSE" BasicRuntimeChecks="3" RuntimeLibrary="1" diff --git a/win/VC80/mangosd.vcproj b/win/VC80/mangosd.vcproj index 135c3b64..22d4b0af 100644 --- a/win/VC80/mangosd.vcproj +++ b/win/VC80/mangosd.vcproj @@ -44,7 +44,7 @@ Name="VCCLCompilerTool" InlineFunctionExpansion="1" AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd" - PreprocessorDefinitions="VERSION="0.8-SVN";WIN32;NDEBUG;_CONSOLE;ENABLE_CLI" + PreprocessorDefinitions="VERSION="0.8.01";WIN32;NDEBUG;_CONSOLE;ENABLE_CLI" StringPooling="true" RuntimeLibrary="0" EnableFunctionLevelLinking="true" @@ -137,7 +137,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd" - PreprocessorDefinitions="VERSION="0.8-SVN";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI" + PreprocessorDefinitions="VERSION="0.8.01";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI" IgnoreStandardIncludePath="false" BasicRuntimeChecks="3" RuntimeLibrary="1" -- 2.11.4.GIT