From 9c2cf6b155bf26b689b710ac81b9272bf01719f2 Mon Sep 17 00:00:00 2001 From: theluda Date: Mon, 29 Jan 2007 12:49:44 +0000 Subject: [PATCH] [3123] Start milestone 0.7, nicknamed Eye of the Storm. --- ChangeLog | 56 ++++++++++++++++++++++++++++++++++++------------- NEWS | 14 ++++++------- configure | 20 +++++++++--------- configure.ac | 2 +- win/VC71/mangosd.vcproj | 4 ++-- win/VC80/mangosd.vcproj | 4 ++-- 6 files changed, 64 insertions(+), 36 deletions(-) diff --git a/ChangeLog b/ChangeLog index 68e166c6..32fff009 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,26 @@ -MaNGOS 0.6 (Jan 29, 2006) https://svn.mangosproject.org/trac/MaNGOS/milestone/0.6 +MaNGOS 0.7 (??? ??, 2006) https://svn.mangosproject.org/trac/MaNGOS/milestone/0.7 - MaNGOS 0.6 adds further improvements to the server core as well as to - the majority of game classes and the game content database. + MaNGOS 0.7 - Codename "Eye of the Storm" -adds further improvements to the + server core as well as to the majority of game classes and the game content + database. + + ==== Game Features ==== + * + + ==== Server Features ==== + * + + * Fixed Bugs: ??? + * Total number of changes: ??? + + The complete list of closed tickets can be found here: + https://svn.mangosproject.org/trac/MaNGOS/query?status=closed&milestone=0.7 + +MaNGOS 0.6 (Jan 29, 2007) https://svn.mangosproject.org/trac/MaNGOS/milestone/0.6 + + MaNGOS 0.6 - Codename "Black Dragonflight" - adds further improvements to the + server core as well as to the majority of game classes and the game content + database. ==== Game Features ==== * Creature and game object respawning has finally been fixed and is considered finished. @@ -41,8 +60,9 @@ MaNGOS 0.6 (Jan 29, 2006) https://svn.mangosproject.org/trac/MaNGOS/milestone MaNGOS 0.5 (Sep 20, 2006) https://svn.mangosproject.org/trac/MaNGOS/milestone/0.5 - MaNGOS 0.5 adds further improvements to the server core as well as to - the majority of game classes and the game content database. + MaNGOS 0.5 - Codename "Stable Master" - adds further improvements to the + server core as well as to the majority of game classes and the game content + database. Most noteable changes include cleaning up the database backend, adding proper support for game clients of version 1.10.2, and closing lots of threading and @@ -60,9 +80,9 @@ MaNGOS 0.5 (Sep 20, 2006) https://svn.mangosproject.org/trac/MaNGOS/milestone MaNGOS 0.1 (Dec 04, 2005) https://svn.mangosproject.org/trac/MaNGOS/milestone/0.1 - MaNGOS 0.1 adds further improvements to the server core as well as to - the majority of game classes and the game content database. A complete - list of all updated items follows below: + MaNGOS 0.1 - Codename "Lightbringer" -adds further improvements to the server + core as well as to the majority of game classes and the game content database. + A complete list of all updated items follows below: === Game Features === * Add all AI files to the build process on Windows @@ -177,7 +197,8 @@ MaNGOS 0.1 (Dec 04, 2005) https://svn.mangosproject.org/trac/MaNGOS/milestone * Updated: _SetCreatureTemplate() must be run in an update. When set on creation, it has no effect. * Updated: Spell time recution talents now fully work. * Updated: The Grid System (TGS) is now on by default. Not support grid off. Next, (1) deliver phase 2 stuff and (2) remove ifdef and ALL old classes. - * Updated: TRUNCATE is faster than DELETE + * Updated: TRUNCATE is faster than DELETE + === Server Features === * Added CLI interface for server. Needs to be enabled on compile-time. * Reorganized Spell System, separated effects to a diferent file, for better fixing. @@ -187,11 +208,18 @@ MaNGOS 0.1 (Dec 04, 2005) https://svn.mangosproject.org/trac/MaNGOS/milestone The complete list of closed tickets can be found here: https://svn.mangosproject.org/trac/MaNGOS/query?status=closed&milestone=0.1 +MaNGOS 0.0.3 (Nov 15, 2005) https://svn.mangosproject.org/trac/MaNGOS/milestone/0.0.3 + + MaNGOS 0.0.3 - Codename "Mango Carpet" - was mainly a bug fix release, which + never was published on the web, and just marks a point in development where + a damn lot of bugs had been fixed, but we still felt the need for further work + to be done before a release could be pushed to the world. + MaNGOS 0.0.2 (Oct 31, 2005) https://svn.mangosproject.org/trac/MaNGOS/milestone/0.0.2 - MaNGOS 0.0.2 adds another bunch of improvements, bug fixes and major - enhancements to the overall functionality of the daemon. A complete - list of all updated items follows below: + MaNGOS 0.0.2 - Codename "Library" - adds another bunch of improvements, bug + fixes and major enhancements to the overall functionality of the daemon. A + complete list of all updated items follows below: ==== Game Features ==== * Added support for area exploration. @@ -233,8 +261,8 @@ MaNGOS 0.0.2 (Oct 31, 2005) https://svn.mangosproject.org/trac/MaNGOS/milestone MaNGOS 0.0.1 (Sept 13, 2005) https://svn.mangosproject.org/trac/MaNGOS/milestone/0.0.1 - MaNGOS 0.0.1 contains a great number of new features, improvements and - bug fixes. The following list contains all of them: + MaNGOS 0.0.1 - Codename "Endeavour" - contains a great number of new features, + improvements and bug fixes. The following list contains all of them: * NPC gossips now hash by Guid instead of ID. ID is meaningless and we should revisit its usage. * Fixed client crash issue. GameObject still not interactive. Flags issues. diff --git a/NEWS b/NEWS index 11bbd2c2..26ecd32d 100644 --- a/NEWS +++ b/NEWS @@ -10,10 +10,10 @@ https://svn.mangosproject.org/trac/MaNGOS/ Visit our forums for support: http://www.mangosproject.org/ -Version 0.7 +Version 0.7, Codename "Eye of the Storm" * Under discussion. -Version 0.6 +Version 0.6, Codename "Black Dragonflight" * MaNGOS development moved to http://sourceforge.net/projects/mangos/ * A lots of speed improvements to data handling and data transfer have been completed. @@ -27,7 +27,7 @@ Version 0.6 * Taxi and transport system is close to a fully working system. * A lot more has been added. -Version 0.5 +Version 0.5, Codename "Stable Master" * Core stability improvements, lots of threading and memory usage related bugs have been resolved. * MySQL Database backend has been cleaned up. @@ -37,22 +37,22 @@ Version 0.5 * Cross-platform issues have been resolved, MaNGOS should now build on more platforms, including FreeBSD. -Version 0.1 +Version 0.1, Codename "Lightbringer" * AI system * Grid system * Lots a game features working. * Lovely optimizations for the beloved server. -Version 0.0.3 +Version 0.0.3, Codename "Mango Carpet" * Interim release, not gone public. -Version 0.0.2 +Version 0.0.2, Codename "Library" * Most data conversions working. * Database cleanup. * More features working. * Many bugs fixed. -Version 0.0.1 +Version 0.0.1, Codename "Endeavour" * Data converter added. * Build system improvements. * Bug fixing and code cleaning. diff --git a/configure b/configure index 2cae059f..f9eb3774 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.60 for MaNGOS 0.6. +# Generated by GNU Autoconf 2.60 for MaNGOS 0.7-SVN. # # Report bugs to . # @@ -713,8 +713,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='MaNGOS' PACKAGE_TARNAME='mangos' -PACKAGE_VERSION='0.6' -PACKAGE_STRING='MaNGOS 0.6' +PACKAGE_VERSION='0.7-SVN' +PACKAGE_STRING='MaNGOS 0.7-SVN' PACKAGE_BUGREPORT='http://www.mangosproject.org/' ac_unique_file="src/mangosd/Main.cpp" @@ -1408,7 +1408,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures MaNGOS 0.6 to adapt to many kinds of systems. +\`configure' configures MaNGOS 0.7-SVN to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1478,7 +1478,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of MaNGOS 0.6:";; + short | recursive ) echo "Configuration of MaNGOS 0.7-SVN:";; esac cat <<\_ACEOF @@ -1591,7 +1591,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -MaNGOS configure 0.6 +MaNGOS configure 0.7-SVN generated by GNU Autoconf 2.60 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1605,7 +1605,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by MaNGOS $as_me 0.6, which was +It was created by MaNGOS $as_me 0.7-SVN, which was generated by GNU Autoconf 2.60. Invocation command line was $ $0 $@ @@ -2279,7 +2279,7 @@ fi # Define the identity of the package. PACKAGE='mangos' - VERSION='0.6' + VERSION='0.7-SVN' cat >>confdefs.h <<_ACEOF @@ -24666,7 +24666,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by MaNGOS $as_me 0.6, which was +This file was extended by MaNGOS $as_me 0.7-SVN, which was generated by GNU Autoconf 2.60. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -24719,7 +24719,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -MaNGOS config.status 0.6 +MaNGOS config.status 0.7-SVN configured by $0, generated by GNU Autoconf 2.60, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac index bc229fc8..b6ae84d3 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AC_PREREQ(2.59) AC_INIT([MaNGOS], - [0.6], + [0.7-SVN], [http://www.mangosproject.org/], [mangos]) AM_CONFIG_HEADER([config.h]) diff --git a/win/VC71/mangosd.vcproj b/win/VC71/mangosd.vcproj index 6f30ca4a..1b02cb76 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.6";WIN32;NDEBUG;_CONSOLE;ENABLE_CLI" + PreprocessorDefinitions="VERSION="0.7-SVN";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.6";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI" + PreprocessorDefinitions="VERSION="0.7-SVN";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 bd72af1e..f5aec92e 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.6";WIN32;NDEBUG;_CONSOLE;ENABLE_CLI" + PreprocessorDefinitions="VERSION="0.7-SVN";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.6";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI" + PreprocessorDefinitions="VERSION="0.7-SVN";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI" IgnoreStandardIncludePath="false" BasicRuntimeChecks="3" RuntimeLibrary="1" -- 2.11.4.GIT