Merge commit 'origin/master' into 310

This commit is contained in:
VladimirMangos 2009-06-10 18:56:29 +04:00
commit 9588b43d0c
17 changed files with 448 additions and 362 deletions

View file

@ -1,6 +1,6 @@
MaNGOS 0.13 (??? ??? 2009)
MaNGOS 0.14 (??? ??? 2009)
MaNGOS 0.13 - adds further improvements to the
MaNGOS 0.14 - adds further improvements to the
server core as well as to the majority of game classes and the game content
database.
@ -12,6 +12,65 @@ MaNGOS 0.13 (??? ??? 2009)
* Fixed Bugs: ???
* Total number of changes: ???
MaNGOS 0.13 (10 June 2009)
MaNGOS 0.13 - adds further improvements to the
server core as well as to the majority of game classes and the game content
database.
==== Game Features ====
* Added: Support for heroic class character creating and functionality.
* Added: Support for area phase system.
* Added: Support for achievement system and most achievement types implemented.
* Added: Support for pet's talents learning and pet's spells auto-learning at level change.
* Added: Support for one potion per-combat functionality work.
* Added: Support for glyphs work.
* Added: Support for explicit recipe discovery abilities.
* Added: Support for heroic raid instance mode.
* Added: Support for currencies tab.
* Added: Support for prismatic sockets in items.
* Added: Support for feral attack power bonus from items.
* Added: Support for gameobjects and creatures grouping (pools of them).
* Added: Support for deep ocean fatigue timer.
* Added: Basic support for mind control like spells. Required more work for full functionality.
* Added: Support for spellclick units.
* Added: Support for mobs fleeing and run for getting assistance.
* Added: support for bind to account items.
* Improved: Implement proper hide out of range (at another map) transports.
* Improved: Updated spell casting pushback system.
* Improved: Allows saving characters in Battle Grounds.
* Improved: Implemented new BattleGroundQueue invitation system. Now it supports premade group versus premade group matches.
* Improved: Allow mini-pet has been questgivers or gossip holders, mini-pet use DB data for stats and flags.
* Improved: Show arrows/etc at creature use ranged weapon and more support for proper scripting creatures with ranged weapon.
* Improved: Support in DB set time ordering details and reward quest emotes.
* Improved: Support for use spell data for spellranges at friendly targets.
* plus lots of fixes for auras, effects, spells, talents, and more.
==== Server Features ====
* Added: `spell_bonus_data` table for store damage/healing bonus coefficients.
* Added: `player_xp_for_level` table added for store XP requirements for player levels instead outdated formula.
* Added: Implement mangosd stop and pause if it work as Windows service.
* Added: Implement active objects support.
* Added: Implement precompiled headers use in build at Windows that speedup builds at Windows in big degree.
* Added: Implement support for PostgreSQL connection using Unix sockets.
* Added: EventAI (DB-based creature AI scripting engine) contributed by ScriptDev2 team
* Added: Tool for convert sql queries/statements from mysql to pgsql.
* Improved: Rewritten spell proc system added that allow resolve many limitations old spell proc system
* Improved: Redesigned .map files structure with result more compact files with better data quality.
* Improved: Better security checks in generic way for chat commands.
* Improved: Taxi and specially quest taxi paths work.
* Improved: Better support C++ scripting in script DLL including improvements in AI calls system.
* Improved: Better support for localization.
* Improved: Implement item use target requirements store in table `item_required_target`.
==== Statistics ====
* Fixed Bugs: 41 ticket and many bugs reported at forum resolved
* Total number of changes: 1057 revisions (1550 commits)
MaNGOS 0.12 (Dec 22 2008)
MaNGOS 0.12 - adds further improvements to the

11
NEWS
View file

@ -13,11 +13,16 @@ http://getmangos.com/community/
Please submit bug reports at:
http://mangos.lighthouseapp.com/
Version 0.13
Version 0.14
* Under discussion.
* OpenSSL lib upgrade to OpenSSL 0.9.8k
* Upgrade to client version 3.1.3 (build 9947).
Version 0.13
* OpenSSL lib upgrade to OpenSSL 0.9.8k.
* ZThread replaced by similar ACE framework functionality. ZThread use dropped.
* Visual Studio 2003 (VC71) support dropped
* Visual Studio 2003 (VC71) support dropped.
* Experemental support for Visual Studio 2010 Beta 1 added.
* Sqlite sql engine support dropped.
* Upgrade to client version 3.0.9 (build 9551).
Version 0.12

View file

@ -14,9 +14,9 @@
## Prelude, basic settings for Autoconf
# PACKAGE: mangos
# VERSION: 0.13.0 (trunk)
# VERSION: 0.14.0 (trunk)
# BUG-REPORT-ADDRESS: mangos-devs@lists.sourceforge.net
AC_INIT( [mangos], [0.13.0], [mangos-devs@lists.sourceforge.net])
AC_INIT( [mangos], [0.14.0], [mangos-devs@lists.sourceforge.net])
AC_CONFIG_SRCDIR([src/shared/Base.cpp])
## Prelude, basic settings for Automake

View file

@ -3,241 +3,247 @@ ColType3=2
[Spell.dbc]
ColTitle1=Id
ColTitle2=Category
ColTitle3=castUI
ColTitle4=Dispel
ColTitle5=Mechanic
ColTitle6=Attributes
ColTitle7=AttributesEx;
ColTitle8=AttributesEx2;
ColTitle9=AttributesEx3;
ColTitle10=AttributesEx4;
ColTitle11=AttributesEx5;
ColTitle12=AttributesEx6;
ColTitle13=Stances;
ColTitle14=StancesNot;
ColTitle15=Targets;
ColTitle16=TargetCreatureType;
ColTitle17=RequiresSpellFocus;
ColTitle18=FacingCasterFlags;
ColTitle19=CasterAuraState;
ColTitle20=TargetAuraState;
ColTitle21=CasterAuraStateNot;
ColTitle22=TargetAuraStateNot;
ColTitle23=CastingTimeIndex;
ColTitle24=RecoveryTime;
ColTitle25=CategoryRecoveryTime;
ColTitle26=InterruptFlags;
ColTitle27=AuraInterruptFlags;
ColTitle28=ChannelInterruptFlags;
ColTitle29=procFlags;
ColTitle30=procChance;
ColTitle31=procCharges;
ColTitle32=maxLevel;
ColTitle33=baseLevel;
ColTitle34=spellLevel;
ColTitle35=DurationIndex;
ColTitle36=powerType;
ColTitle37=manaCost;
ColTitle38=manaCostPerlevel;
ColTitle39=manaPerSecond;
ColTitle40=manaPerSecondPerLevel;
ColTitle41=rangeIndex;
ColTitle42=floatspeed;
ColTitle43=modalNextSpell;//38
ColTitle44=StackAmount;
ColTitle45=Totem1
ColTitle46=Totem2
ColTitle47=Reagent
ColTitle48=Reagent2
ColTitle49=Reagent3
ColTitle50=Reagent4
ColTitle51=Reagent5
ColTitle52=Reagent6
ColTitle53=Reagent7
ColTitle54=Reagent8
ColTitle55=ReagentCount1
ColTitle56=ReagentCount2
ColTitle57=ReagentCount3
ColTitle58=ReagentCount4
ColTitle59=ReagentCount5
ColTitle60=ReagentCount6
ColTitle61=ReagentCount7
ColTitle62=ReagentCount8
ColTitle3=Dispel
ColTitle4=Mechanic
ColTitle5=Attributes
ColTitle6=AttributesEx;
ColTitle7=AttributesEx2;
ColTitle8=AttributesEx3;
ColTitle9=AttributesEx4;
ColTitle10=AttributesEx5;
ColTitle11=AttributesEx6;
ColTitle12=Stances;
ColTitle13=StancesNot;
ColTitle14=Targets;
ColTitle15=TargetCreatureType;
ColTitle16=RequiresSpellFocus;
ColTitle17=FacingCasterFlags;
ColTitle18=CasterAuraState;
ColTitle19=TargetAuraState;
ColTitle20=CasterAuraStateNot;
ColTitle21=TargetAuraStateNot;
ColTitle22=CasterAuraSpell;
ColTitle23=TargetAuraSpell;
ColTitle24=ExcludeCasterAuraSpell;
ColTitle25=ExcludeTargetAuraSpell;
ColTitle63=EqpItemClass
ColTitle64=EquipItemSubClassMask
ColTitle65=ItemInventoryTypeMask
ColTitle66=Effect
ColTitle67=Effect2
ColTitle68=Effect3
ColTitle69=EffectDieSides1
ColTitle70=EffectDieSides2
ColTitle71=EffectDieSides3
ColTitle72=EffectBaseDice1
ColTitle73=EffectBaseDice2
ColTitle74=EffectBaseDice3
ColTitle75=EffectDicePerLevel1
ColTitle76=EffectDicePerLevel2
ColTitle77=EffectDicePerLevel3
ColTitle78=EffectRealPointsPerLevel1
ColTitle79=EffectRealPointsPerLevel2
ColTitle80=EffectRealPointsPerLevel3
ColTitle81=BasePoints1
ColTitle82=BasePoints2
ColTitle83=BasePoints3
ColTitle84=EffectMechanic1
ColTitle85=EffectMechanic2
ColTitle86=EffectMechanic3
ColTitle26=CastingTimeIndex;
ColTitle27=RecoveryTime;
ColTitle28=CategoryRecoveryTime;
ColTitle29=InterruptFlags;
ColTitle30=AuraInterruptFlags;
ColTitle31=ChannelInterruptFlags;
ColTitle32=procFlags;
ColTitle33=procChance;
ColTitle34=procCharges;
ColTitle35=maxLevel;
ColTitle36=baseLevel;
ColTitle37=spellLevel;
ColTitle38=DurationIndex;
ColTitle39=powerType;
ColTitle40=manaCost;
ColTitle41=manaCostPerlevel;
ColTitle42=manaPerSecond;
ColTitle43=manaPerSecondPerLevel;
ColTitle44=rangeIndex;
ColTitle45=floatspeed;
ColTitle46=modalNextSpell;//38
ColTitle47=StackAmount;
ColTitle48=Totem1
ColTitle49=Totem2
ColTitle50=Reagent
ColTitle51=Reagent2
ColTitle52=Reagent3
ColTitle53=Reagent4
ColTitle54=Reagent5
ColTitle55=Reagent6
ColTitle56=Reagent7
ColTitle57=Reagent8
ColTitle58=ReagentCount1
ColTitle59=ReagentCount2
ColTitle60=ReagentCount3
ColTitle61=ReagentCount4
ColTitle62=ReagentCount5
ColTitle63=ReagentCount6
ColTitle64=ReagentCount7
ColTitle65=ReagentCount8
ColTitle66=EqpItemClass
ColTitle67=EquipItemSubClassMask
ColTitle68=ItemInventoryTypeMask
ColTitle69=Effect
ColTitle70=Effect2
ColTitle71=Effect3
ColTitle72=EffectDieSides1
ColTitle73=EffectDieSides2
ColTitle74=EffectDieSides3
ColTitle75=EffectBaseDice1
ColTitle76=EffectBaseDice2
ColTitle77=EffectBaseDice3
ColTitle78=EffectDicePerLevel1
ColTitle79=EffectDicePerLevel2
ColTitle80=EffectDicePerLevel3
ColTitle81=EffectRealPointsPerLevel1
ColTitle82=EffectRealPointsPerLevel2
ColTitle83=EffectRealPointsPerLevel3
ColTitle84=BasePoints1
ColTitle85=BasePoints2
ColTitle86=BasePoints3
ColTitle87=EffectMechanic1
ColTitle88=EffectMechanic2
ColTitle89=EffectMechanic3
ColTitle87=ImplicTargA1
ColTitle88=ImplicTargA2
ColTitle89=ImplicTargA3
ColTitle90=ImplicTargB1
ColTitle91=ImplicTargB2
ColTitle92=ImplicTargB3
ColTitle93=RadiusIndex1
ColTitle94=RadiusIndex2
ColTitle95=RadiusIndex3
ColTitle96=ApplyAuraName1
ColTitle97=ApplyAuraName2
ColTitle98=ApplyAuraName3
ColTitle99=Amplitude1
ColTitle100=Amplitude2
ColTitle101=Amplitude3
ColTitle102=MultiVal1
ColTitle103=MultiVal2
ColTitle104=MultiVal3
ColTitle105=ChainTarg1
ColTitle106=ChainTarg2
ColTitle107=ChainTarg3
ColTitle108=EffectItemType1
ColTitle109=EffectItemType2
ColTitle110=EffectItemType3
ColTitle111=EffectMiscVal1
ColTitle112=EffectMiscVal2
ColTitle113=EffectMiscVal3
ColTitle114=EffectMiscValB1
ColTitle115=EffectMiscValB2
ColTitle116=EffectMiscValB3
ColTitle117=EffectTriggerSpell1
ColTitle118=EffectTriggerSpell2
ColTitle119=EffectTriggerSpell3
ColTitle120=EffectPointsPerComboPoint1
ColTitle121=EffectPointsPerComboPoint2
ColTitle122=EffectPointsPerComboPoint3
ColTitle123=SpellVisual
ColTitle125=SpellIconID
ColTitle126=activeIconID
ColTitle127=spellPriority
ColTitle128=SpellName1
ColTitle129=SpellName2
ColTitle130=SpellName3
ColTitle131=SpellName4
ColTitle132=SpellName5
ColTitle133=SpellName6
ColTitle134=SpellName7
ColTitle135=SpellName8
ColTitle136=SpellName9
ColTitle137=SpellName10
ColTitle138=SpellName11
ColTitle139=SpellName12
ColTitle140=SpellName13
ColTitle141=SpellName14
ColTitle142=SpellName15
ColTitle143=SpellName16
ColTitle144=SpellNameFlag
ColTitle145=Rank1
ColTitle146=Rank2
ColTitle147=Rank3
ColTitle148=Rank4
ColTitle149=Rank5
ColTitle150=Rank6
ColTitle151=Rank7
ColTitle152=Rank8
ColTitle153=Rank9
ColTitle154=Rank10
ColTitle155=Rank11
ColTitle156=Rank12
ColTitle157=Rank13
ColTitle158=Rank14
ColTitle159=Rank15
ColTitle160=Rank16
ColTitle161=RankFlags
ColTitle162=Description1
ColTitle163=Description2
ColTitle164=Description3
ColTitle165=Description4
ColTitle166=Description5
ColTitle167=Description6
ColTitle168=Description7
ColTitle169=Description8
ColTitle170=Description9
ColTitle171=Description10
ColTitle172=Description11
ColTitle173=Description12
ColTitle174=Description13
ColTitle175=Description14
ColTitle176=Description15
ColTitle177=Description16
ColTitle178=DescriptionFlags
ColTitle179=ToolTip1
ColTitle180=ToolTip2
ColTitle181=ToolTip3
ColTitle182=ToolTip4
ColTitle183=ToolTip5
ColTitle184=ToolTip6
ColTitle185=ToolTip7
ColTitle186=ToolTip8
ColTitle187=ToolTip9
ColTitle188=ToolTip10
ColTitle189=ToolTip11
ColTitle190=ToolTip12
ColTitle191=ToolTip13
ColTitle192=ToolTip14
ColTitle193=ToolTip15
ColTitle194=ToolTip16
ColTitle195=ToolTipFlags
ColTitle196=ManaCostPercentage
ColTitle197=StartRecoveryCategory
ColTitle198=StartRecoveryTime
ColTitle199=MaxTargetLevel
ColTitle200=SpellFamilyName
ColTitle201=SpellFamilyFlags1
ColTitle202=SpellFamilyFlags2
ColTitle203=MaxAffectedTargets
ColTitle204=DmgClass
ColTitle205=PreventionType
ColTitle206=StanceBarOrder
ColTitle207=DmgMultiplier1
ColTitle208=DmgMultiplier2
ColTitle209=DmgMultiplier3
ColTitle210=MinFactionId
ColTitle211=MinReputation
ColTitle212=RequiredAuraVision
ColTitle213=TotemCategory1
ColTitle214=TotemCategory2
ColTitle215=AreaId
ColTitle216=SchoolMask
ColTitle90=ImplicTargA1
ColTitle91=ImplicTargA2
ColTitle92=ImplicTargA3
ColTitle93=ImplicTargB1
ColTitle94=ImplicTargB2
ColTitle95=ImplicTargB3
ColTitle96=RadiusIndex1
ColTitle97=RadiusIndex2
ColTitle98=RadiusIndex3
ColTitle99=ApplyAuraName1
ColTitle100=ApplyAuraName2
ColTitle101=ApplyAuraName3
ColTitle102=Amplitude1
ColTitle103=Amplitude2
ColTitle104=Amplitude3
ColTitle105=MultiVal1
ColTitle106=MultiVal2
ColTitle107=MultiVal3
ColTitle108=ChainTarg1
ColTitle109=ChainTarg2
ColTitle110=ChainTarg3
ColTitle111=EffectItemType1
ColTitle112=EffectItemType2
ColTitle113=EffectItemType3
ColTitle114=EffectMiscVal1
ColTitle115=EffectMiscVal2
ColTitle116=EffectMiscVal3
ColTitle117=EffectMiscValB1
ColTitle118=EffectMiscValB2
ColTitle119=EffectMiscValB3
ColTitle120=EffectTriggerSpell1
ColTitle121=EffectTriggerSpell2
ColTitle122=EffectTriggerSpell3
ColTitle123=EffectPointsPerComboPoint1
ColTitle124=EffectPointsPerComboPoint2
ColTitle125=EffectPointsPerComboPoint3
ColTitle126=EffectSpellClassMaskA1
ColTitle127=EffectSpellClassMaskA2
ColTitle128=EffectSpellClassMaskA3
ColTitle129=EffectSpellClassMaskB1
ColTitle130=EffectSpellClassMaskB2
ColTitle131=EffectSpellClassMaskB3
ColTitle132=EffectSpellClassMaskC1
ColTitle133=EffectSpellClassMaskC2
ColTitle134=EffectSpellClassMaskC3
ColTitle135=SpellVisual
ColTitle136=SpellVisual2
ColTitle137=SpellIconID
ColTitle138=activeIconID
ColTitle139=spellPriority
ColTitle140=SpellName1
ColTitle141=SpellName2
ColTitle142=SpellName3
ColTitle143=SpellName4
ColTitle144=SpellName5
ColTitle145=SpellName6
ColTitle146=SpellName7
ColTitle147=SpellName8
ColTitle148=SpellName9
ColTitle149=SpellName10
ColTitle150=SpellName11
ColTitle151=SpellName12
ColTitle152=SpellName13
ColTitle153=SpellName14
ColTitle154=SpellName15
ColTitle155=SpellName16
ColTitle156=SpellNameFlag
ColTitle157=Rank1
ColTitle158=Rank2
ColTitle159=Rank3
ColTitle160=Rank4
ColTitle161=Rank5
ColTitle162=Rank6
ColTitle163=Rank7
ColTitle164=Rank8
ColTitle165=Rank9
ColTitle166=Rank10
ColTitle167=Rank11
ColTitle168=Rank12
ColTitle169=Rank13
ColTitle170=Rank14
ColTitle171=Rank15
ColTitle172=Rank16
ColTitle173=RankFlags
ColTitle174=Description1
ColTitle175=Description2
ColTitle176=Description3
ColTitle177=Description4
ColTitle178=Description5
ColTitle179=Description6
ColTitle180=Description7
ColTitle181=Description8
ColTitle182=Description9
ColTitle183=Description10
ColTitle184=Description11
ColTitle185=Description12
ColTitle186=Description13
ColTitle187=Description14
ColTitle188=Description15
ColTitle189=Description16
ColTitle190=DescriptionFlags
ColTitle191=ToolTip1
ColTitle192=ToolTip2
ColTitle193=ToolTip3
ColTitle194=ToolTip4
ColTitle195=ToolTip5
ColTitle196=ToolTip6
ColTitle197=ToolTip7
ColTitle198=ToolTip8
ColTitle199=ToolTip9
ColTitle200=ToolTip10
ColTitle201=ToolTip11
ColTitle202=ToolTip12
ColTitle203=ToolTip13
ColTitle204=ToolTip14
ColTitle205=ToolTip15
ColTitle206=ToolTip16
ColTitle207=ToolTipFlags
ColTitle208=ManaCostPercentage
ColTitle209=StartRecoveryCategory
ColTitle210=StartRecoveryTime
ColTitle211=AffectTargetLevel
ColTitle212=SpellFamilyName
ColTitle213=SpellFamilyFlags1
ColTitle214=SpellFamilyFlags2
ColTitle215=SpellFamilyFlags3
ColTitle216=MaxAffectedTargets
ColTitle217=DmgClass
ColTitle218=PreventionType
ColTitle219=StanceBarOrder
ColTitle220=DmgMultiplier1
ColTitle221=DmgMultiplier2
ColTitle222=DmgMultiplier3
ColTitle223=MinFactionId
ColTitle224=MinReputation
ColTitle225=RequiredAuraVision
ColTitle226=TotemCategory1
ColTitle227=TotemCategory2
ColTitle228=AreaId
ColTitle229=SchoolMask
ColTitle230=RuneCostId
ColTitle231=SpellMissileId
ColType102=1
ColType103=1
ColType104=1
ColType128=2
ColType129=2
ColType130=2
ColType131=2
ColType132=2
ColType133=2
ColType134=2
ColType135=2
ColType136=2
ColType137=2
ColType138=2
ColType139=2
ColType140=2
ColType141=2
ColType142=2
ColType143=2
ColType144=2
ColType145=2
ColType146=2
ColType147=2
@ -250,10 +256,10 @@ ColType153=2
ColType154=2
ColType155=2
ColType157=2
ColType156=2
ColType158=2
ColType159=2
ColType160=2
ColType161=2
ColType162=2
ColType163=2
ColType164=2
@ -265,11 +271,11 @@ ColType169=2
ColType170=2
ColType171=2
ColType172=2
ColType173=2
ColType174=2
ColType175=2
ColType176=2
ColType177=2
ColType178=2
ColType179=2
ColType180=2
ColType181=2
@ -281,14 +287,24 @@ ColType186=2
ColType187=2
ColType188=2
ColType189=2
ColType190=2
ColType191=2
ColType192=2
ColType193=2
ColType194=2
ColType208=1
ColType209=1
ColType207=1
ColType195=2
ColType196=2
ColType197=2
ColType198=2
ColType199=2
ColType201=2
ColType202=2
ColType203=2
ColType204=2
ColType205=2
ColType206=2
ColType220=1
ColType221=1
ColType222=1
[Map.dbc]
ColType2=2
ColType8=0

View file

@ -1669,7 +1669,7 @@ CREATE TABLE `item_required_target` (
`type` tinyint(3) unsigned NOT NULL default '0',
`targetEntry` mediumint(8) unsigned NOT NULL default '0',
UNIQUE KEY `entry_type_target` (`entry`,`type`,`targetEntry`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED;
--
-- Dumping data for table `item_required_target`

View file

@ -988,6 +988,12 @@ bool Item::IsBindedNotWith( Player const* player ) const
bool ItemRequiredTarget::IsFitToRequirements( Unit* pUnitTarget ) const
{
if(pUnitTarget->GetTypeId() != TYPEID_UNIT)
return false;
if(pUnitTarget->GetEntry() != m_uiTargetEntry)
return false;
switch(m_uiType)
{
case ITEM_TARGET_TYPE_CREATURE:

View file

@ -2871,7 +2871,7 @@ void Spell::SendCastResult(Player* caster, SpellEntry const* spellInfo, uint8 ca
return;
WorldPacket data(SMSG_CAST_FAILED, (4+1+1));
data << uint8(cast_count); // single cast or multi 2.3 (0/1)
data << uint8(cast_count); // single cast or multi 2.3 (0/1)
data << uint32(spellInfo->Id);
data << uint8(result); // problem
switch (result)

View file

@ -386,7 +386,7 @@ class Spell
bool CheckTarget( Unit* target, uint32 eff );
bool CanAutoCast(Unit* target);
static void SendCastResult(Player* caster, SpellEntry const* spellInfo, uint8 cast_count, SpellCastResult result);
static void MANGOS_DLL_SPEC SendCastResult(Player* caster, SpellEntry const* spellInfo, uint8 cast_count, SpellCastResult result);
void SendCastResult(SpellCastResult result);
void SendSpellStart();
void SendSpellGo();

View file

@ -126,7 +126,7 @@ void WorldSession::HandleUseItemOpcode(WorldPacket& recvPacket)
if (!pItem->IsTargetValidForItemUse(targets.getUnitTarget()))
{
// free greay item aftre use faul
// free gray item after use fail
pUser->SendEquipError(EQUIP_ERR_NONE, pItem, NULL);
// send spell error

View file

@ -27,7 +27,7 @@
#ifndef _VERSION
#if PLATFORM == PLATFORM_WINDOWS
# define _VERSION(REVD,REVT,REVN,REVH) "0.13.0-DEV" " (" REVD " " REVT " Revision " REVN " - " REVH ")"
# define _VERSION(REVD,REVT,REVN,REVH) "0.14.0-DEV" " (" REVD " " REVT " Revision " REVN " - " REVH ")"
#else
# define _VERSION(REVD,REVT,REVN,REVH) "@VERSION@" " (" REVD " " REVT " Revision " REVN " - " REVH ")"
#endif

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7981"
#define REVISION_NR "7987"
#endif // __REVISION_NR_H__

View file

@ -151,7 +151,7 @@
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
<AdditionalIncludeDirectories>..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\game;..\..\src\mangosd;..\..\dep\ACE_wrappers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>VERSION="0.13.0-DEV";WIN32;NDEBUG;_CONSOLE;ENABLE_CLI;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>VERSION="0.14.0-DEV";WIN32;NDEBUG;_CONSOLE;ENABLE_CLI;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<FunctionLevelLinking>true</FunctionLevelLinking>
@ -202,7 +202,7 @@
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
<AdditionalIncludeDirectories>..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\game;..\..\src\mangosd;..\..\dep\ACE_wrappers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>VERSION="0.13.0-DEV";WIN32;NDEBUG;_CONSOLE;ENABLE_CLI;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>VERSION="0.14.0-DEV";WIN32;NDEBUG;_CONSOLE;ENABLE_CLI;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<FunctionLevelLinking>true</FunctionLevelLinking>
@ -251,7 +251,7 @@
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\game;..\..\src\mangosd;..\..\dep\ACE_wrappers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>VERSION="0.13.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>VERSION="0.14.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<IgnoreStandardIncludePath>false</IgnoreStandardIncludePath>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
@ -303,7 +303,7 @@
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\game;..\..\src\mangosd;..\..\dep\ACE_wrappers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>VERSION="0.13.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>VERSION="0.14.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<IgnoreStandardIncludePath>false</IgnoreStandardIncludePath>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
@ -353,7 +353,7 @@
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\game;..\..\src\mangosd;..\..\dep\ACE_wrappers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>VERSION="0.13.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>VERSION="0.14.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<IgnoreStandardIncludePath>false</IgnoreStandardIncludePath>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
@ -405,7 +405,7 @@
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\game;..\..\src\mangosd;..\..\dep\ACE_wrappers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>VERSION="0.13.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>VERSION="0.14.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<IgnoreStandardIncludePath>false</IgnoreStandardIncludePath>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>

View file

@ -151,7 +151,7 @@
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
<AdditionalIncludeDirectories>..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>VERSION="0.13.0-DEV";WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>VERSION="0.14.0-DEV";WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<FunctionLevelLinking>true</FunctionLevelLinking>
@ -196,7 +196,7 @@
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
<AdditionalIncludeDirectories>..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>VERSION="0.13.0-DEV";WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>VERSION="0.14.0-DEV";WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<FunctionLevelLinking>true</FunctionLevelLinking>
@ -239,7 +239,7 @@
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>VERSION="0.13.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>VERSION="0.14.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<IgnoreStandardIncludePath>false</IgnoreStandardIncludePath>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
@ -285,7 +285,7 @@
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>VERSION="0.13.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>VERSION="0.14.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<IgnoreStandardIncludePath>false</IgnoreStandardIncludePath>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
@ -329,7 +329,7 @@
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>VERSION="0.13.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>VERSION="0.14.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<IgnoreStandardIncludePath>false</IgnoreStandardIncludePath>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
@ -375,7 +375,7 @@
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>VERSION="0.13.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>VERSION="0.14.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<IgnoreStandardIncludePath>false</IgnoreStandardIncludePath>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>

View file

@ -48,7 +48,7 @@
AdditionalOptions="/MP"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers"
PreprocessorDefinitions="VERSION=&quot;0.13.0-DEV&quot;;WIN32;NDEBUG;_CONSOLE;ENABLE_CLI"
PreprocessorDefinitions="VERSION=&quot;0.14.0-DEV&quot;;WIN32;NDEBUG;_CONSOLE;ENABLE_CLI"
StringPooling="true"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
@ -149,7 +149,7 @@
AdditionalOptions="/MP"
Optimization="0"
AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers"
PreprocessorDefinitions="VERSION=&quot;0.13.0-DEV&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI"
PreprocessorDefinitions="VERSION=&quot;0.14.0-DEV&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI"
IgnoreStandardIncludePath="false"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@ -250,7 +250,7 @@
AdditionalOptions="/MP"
Optimization="0"
AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers"
PreprocessorDefinitions="VERSION=&quot;0.13.0-DEV&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI"
PreprocessorDefinitions="VERSION=&quot;0.14.0-DEV&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI"
IgnoreStandardIncludePath="false"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@ -352,7 +352,7 @@
AdditionalOptions="/MP"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers"
PreprocessorDefinitions="VERSION=&quot;0.13.0-DEV&quot;;WIN32;NDEBUG;_CONSOLE;ENABLE_CLI"
PreprocessorDefinitions="VERSION=&quot;0.14.0-DEV&quot;;WIN32;NDEBUG;_CONSOLE;ENABLE_CLI"
StringPooling="true"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
@ -453,7 +453,7 @@
AdditionalOptions="/MP"
Optimization="0"
AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers"
PreprocessorDefinitions="VERSION=&quot;0.13.0-DEV&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI"
PreprocessorDefinitions="VERSION=&quot;0.14.0-DEV&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI"
IgnoreStandardIncludePath="false"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@ -554,7 +554,7 @@
AdditionalOptions="/MP"
Optimization="0"
AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers"
PreprocessorDefinitions="VERSION=&quot;0.13.0-DEV&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI"
PreprocessorDefinitions="VERSION=&quot;0.14.0-DEV&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI"
IgnoreStandardIncludePath="false"
BasicRuntimeChecks="3"
RuntimeLibrary="3"

View file

@ -48,7 +48,7 @@
AdditionalOptions="/MP"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
PreprocessorDefinitions="VERSION=&quot;0.13.0-DEV&quot;,WIN32,NDEBUG,_CONSOLE"
PreprocessorDefinitions="VERSION=&quot;0.14.0-DEV&quot;,WIN32,NDEBUG,_CONSOLE"
StringPooling="true"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
@ -147,7 +147,7 @@
AdditionalOptions="/MP"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
PreprocessorDefinitions="VERSION=&quot;0.13.0-DEV&quot;,WIN32,NDEBUG,_CONSOLE"
PreprocessorDefinitions="VERSION=&quot;0.14.0-DEV&quot;,WIN32,NDEBUG,_CONSOLE"
StringPooling="true"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
@ -244,7 +244,7 @@
AdditionalOptions="/MP"
Optimization="0"
AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
PreprocessorDefinitions="VERSION=&quot;0.13.0-DEV&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE"
PreprocessorDefinitions="VERSION=&quot;0.14.0-DEV&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE"
IgnoreStandardIncludePath="false"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@ -343,7 +343,7 @@
AdditionalOptions="/MP"
Optimization="0"
AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
PreprocessorDefinitions="VERSION=&quot;0.13.0-DEV&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE"
PreprocessorDefinitions="VERSION=&quot;0.14.0-DEV&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE"
IgnoreStandardIncludePath="false"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@ -440,7 +440,7 @@
AdditionalOptions="/MP"
Optimization="0"
AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
PreprocessorDefinitions="VERSION=&quot;0.13.0-DEV&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE"
PreprocessorDefinitions="VERSION=&quot;0.14.0-DEV&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE"
IgnoreStandardIncludePath="false"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@ -539,7 +539,7 @@
AdditionalOptions="/MP"
Optimization="0"
AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
PreprocessorDefinitions="VERSION=&quot;0.13.0-DEV&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE"
PreprocessorDefinitions="VERSION=&quot;0.14.0-DEV&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE"
IgnoreStandardIncludePath="false"
BasicRuntimeChecks="3"
RuntimeLibrary="3"

View file

@ -49,7 +49,7 @@
AdditionalOptions="/MP"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers"
PreprocessorDefinitions="VERSION=&quot;0.13.0-DEV&quot;;WIN32;NDEBUG;_CONSOLE;ENABLE_CLI"
PreprocessorDefinitions="VERSION=&quot;0.14.0-DEV&quot;;WIN32;NDEBUG;_CONSOLE;ENABLE_CLI"
StringPooling="true"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
@ -150,7 +150,7 @@
AdditionalOptions="/MP"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers"
PreprocessorDefinitions="VERSION=&quot;0.13.0-DEV&quot;;WIN32;NDEBUG;_CONSOLE;ENABLE_CLI"
PreprocessorDefinitions="VERSION=&quot;0.14.0-DEV&quot;;WIN32;NDEBUG;_CONSOLE;ENABLE_CLI"
StringPooling="true"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
@ -249,7 +249,7 @@
AdditionalOptions="/MP"
Optimization="0"
AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers"
PreprocessorDefinitions="VERSION=&quot;0.13.0-DEV&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI"
PreprocessorDefinitions="VERSION=&quot;0.14.0-DEV&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI"
IgnoreStandardIncludePath="false"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@ -351,7 +351,7 @@
AdditionalOptions="/MP"
Optimization="0"
AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers"
PreprocessorDefinitions="VERSION=&quot;0.13.0-DEV&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI"
PreprocessorDefinitions="VERSION=&quot;0.14.0-DEV&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI"
IgnoreStandardIncludePath="false"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@ -451,7 +451,7 @@
AdditionalOptions="/MP"
Optimization="0"
AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers"
PreprocessorDefinitions="VERSION=&quot;0.13.0-DEV&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI"
PreprocessorDefinitions="VERSION=&quot;0.14.0-DEV&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI"
IgnoreStandardIncludePath="false"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@ -553,7 +553,7 @@
AdditionalOptions="/MP"
Optimization="0"
AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers"
PreprocessorDefinitions="VERSION=&quot;0.13.0-DEV&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI"
PreprocessorDefinitions="VERSION=&quot;0.14.0-DEV&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI"
IgnoreStandardIncludePath="false"
BasicRuntimeChecks="3"
RuntimeLibrary="3"

View file

@ -48,7 +48,7 @@
AdditionalOptions="/MP"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
PreprocessorDefinitions="VERSION=&quot;0.13.0-DEV&quot;,WIN32,NDEBUG,_CONSOLE"
PreprocessorDefinitions="VERSION=&quot;0.14.0-DEV&quot;,WIN32,NDEBUG,_CONSOLE"
StringPooling="true"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
@ -146,7 +146,7 @@
AdditionalOptions="/MP"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
PreprocessorDefinitions="VERSION=&quot;0.13.0-DEV&quot;,WIN32,NDEBUG,_CONSOLE"
PreprocessorDefinitions="VERSION=&quot;0.14.0-DEV&quot;,WIN32,NDEBUG,_CONSOLE"
StringPooling="true"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
@ -242,7 +242,7 @@
AdditionalOptions="/MP"
Optimization="0"
AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE"
PreprocessorDefinitions="VERSION=&quot;0.14.0-DEV&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE"
IgnoreStandardIncludePath="false"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@ -341,7 +341,7 @@
AdditionalOptions="/MP"
Optimization="0"
AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE"
PreprocessorDefinitions="VERSION=&quot;0.14.0-DEV&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE"
IgnoreStandardIncludePath="false"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@ -438,7 +438,7 @@
AdditionalOptions="/MP"
Optimization="0"
AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE"
PreprocessorDefinitions="VERSION=&quot;0.14.0-DEV&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE"
IgnoreStandardIncludePath="false"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@ -537,7 +537,7 @@
AdditionalOptions="/MP"
Optimization="0"
AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE"
PreprocessorDefinitions="VERSION=&quot;0.14.0-DEV&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE"
IgnoreStandardIncludePath="false"
BasicRuntimeChecks="3"
RuntimeLibrary="3"