mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
Merge commit 'origin/master' into 310
This commit is contained in:
commit
9588b43d0c
17 changed files with 448 additions and 362 deletions
63
ChangeLog
63
ChangeLog
|
|
@ -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
|
server core as well as to the majority of game classes and the game content
|
||||||
database.
|
database.
|
||||||
|
|
||||||
|
|
@ -12,6 +12,65 @@ MaNGOS 0.13 (??? ??? 2009)
|
||||||
* Fixed Bugs: ???
|
* Fixed Bugs: ???
|
||||||
* Total number of changes: ???
|
* 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 (Dec 22 2008)
|
||||||
|
|
||||||
MaNGOS 0.12 - adds further improvements to the
|
MaNGOS 0.12 - adds further improvements to the
|
||||||
|
|
|
||||||
11
NEWS
11
NEWS
|
|
@ -13,11 +13,16 @@ http://getmangos.com/community/
|
||||||
Please submit bug reports at:
|
Please submit bug reports at:
|
||||||
http://mangos.lighthouseapp.com/
|
http://mangos.lighthouseapp.com/
|
||||||
|
|
||||||
Version 0.13
|
Version 0.14
|
||||||
* Under discussion.
|
* 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.
|
* 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).
|
* Upgrade to client version 3.0.9 (build 9551).
|
||||||
|
|
||||||
Version 0.12
|
Version 0.12
|
||||||
|
|
|
||||||
|
|
@ -14,9 +14,9 @@
|
||||||
|
|
||||||
## Prelude, basic settings for Autoconf
|
## Prelude, basic settings for Autoconf
|
||||||
# PACKAGE: mangos
|
# PACKAGE: mangos
|
||||||
# VERSION: 0.13.0 (trunk)
|
# VERSION: 0.14.0 (trunk)
|
||||||
# BUG-REPORT-ADDRESS: mangos-devs@lists.sourceforge.net
|
# 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])
|
AC_CONFIG_SRCDIR([src/shared/Base.cpp])
|
||||||
|
|
||||||
## Prelude, basic settings for Automake
|
## Prelude, basic settings for Automake
|
||||||
|
|
|
||||||
|
|
@ -3,241 +3,247 @@ ColType3=2
|
||||||
[Spell.dbc]
|
[Spell.dbc]
|
||||||
ColTitle1=Id
|
ColTitle1=Id
|
||||||
ColTitle2=Category
|
ColTitle2=Category
|
||||||
ColTitle3=castUI
|
ColTitle3=Dispel
|
||||||
ColTitle4=Dispel
|
ColTitle4=Mechanic
|
||||||
ColTitle5=Mechanic
|
ColTitle5=Attributes
|
||||||
ColTitle6=Attributes
|
ColTitle6=AttributesEx;
|
||||||
ColTitle7=AttributesEx;
|
ColTitle7=AttributesEx2;
|
||||||
ColTitle8=AttributesEx2;
|
ColTitle8=AttributesEx3;
|
||||||
ColTitle9=AttributesEx3;
|
ColTitle9=AttributesEx4;
|
||||||
ColTitle10=AttributesEx4;
|
ColTitle10=AttributesEx5;
|
||||||
ColTitle11=AttributesEx5;
|
ColTitle11=AttributesEx6;
|
||||||
ColTitle12=AttributesEx6;
|
ColTitle12=Stances;
|
||||||
ColTitle13=Stances;
|
ColTitle13=StancesNot;
|
||||||
ColTitle14=StancesNot;
|
ColTitle14=Targets;
|
||||||
ColTitle15=Targets;
|
ColTitle15=TargetCreatureType;
|
||||||
ColTitle16=TargetCreatureType;
|
ColTitle16=RequiresSpellFocus;
|
||||||
ColTitle17=RequiresSpellFocus;
|
ColTitle17=FacingCasterFlags;
|
||||||
ColTitle18=FacingCasterFlags;
|
ColTitle18=CasterAuraState;
|
||||||
ColTitle19=CasterAuraState;
|
ColTitle19=TargetAuraState;
|
||||||
ColTitle20=TargetAuraState;
|
ColTitle20=CasterAuraStateNot;
|
||||||
ColTitle21=CasterAuraStateNot;
|
ColTitle21=TargetAuraStateNot;
|
||||||
ColTitle22=TargetAuraStateNot;
|
ColTitle22=CasterAuraSpell;
|
||||||
ColTitle23=CastingTimeIndex;
|
ColTitle23=TargetAuraSpell;
|
||||||
ColTitle24=RecoveryTime;
|
ColTitle24=ExcludeCasterAuraSpell;
|
||||||
ColTitle25=CategoryRecoveryTime;
|
ColTitle25=ExcludeTargetAuraSpell;
|
||||||
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
|
|
||||||
|
|
||||||
ColTitle63=EqpItemClass
|
ColTitle26=CastingTimeIndex;
|
||||||
ColTitle64=EquipItemSubClassMask
|
ColTitle27=RecoveryTime;
|
||||||
ColTitle65=ItemInventoryTypeMask
|
ColTitle28=CategoryRecoveryTime;
|
||||||
ColTitle66=Effect
|
ColTitle29=InterruptFlags;
|
||||||
ColTitle67=Effect2
|
ColTitle30=AuraInterruptFlags;
|
||||||
ColTitle68=Effect3
|
ColTitle31=ChannelInterruptFlags;
|
||||||
ColTitle69=EffectDieSides1
|
ColTitle32=procFlags;
|
||||||
ColTitle70=EffectDieSides2
|
ColTitle33=procChance;
|
||||||
ColTitle71=EffectDieSides3
|
ColTitle34=procCharges;
|
||||||
ColTitle72=EffectBaseDice1
|
ColTitle35=maxLevel;
|
||||||
ColTitle73=EffectBaseDice2
|
ColTitle36=baseLevel;
|
||||||
ColTitle74=EffectBaseDice3
|
ColTitle37=spellLevel;
|
||||||
ColTitle75=EffectDicePerLevel1
|
ColTitle38=DurationIndex;
|
||||||
ColTitle76=EffectDicePerLevel2
|
ColTitle39=powerType;
|
||||||
ColTitle77=EffectDicePerLevel3
|
ColTitle40=manaCost;
|
||||||
ColTitle78=EffectRealPointsPerLevel1
|
ColTitle41=manaCostPerlevel;
|
||||||
ColTitle79=EffectRealPointsPerLevel2
|
ColTitle42=manaPerSecond;
|
||||||
ColTitle80=EffectRealPointsPerLevel3
|
ColTitle43=manaPerSecondPerLevel;
|
||||||
ColTitle81=BasePoints1
|
ColTitle44=rangeIndex;
|
||||||
ColTitle82=BasePoints2
|
ColTitle45=floatspeed;
|
||||||
ColTitle83=BasePoints3
|
ColTitle46=modalNextSpell;//38
|
||||||
ColTitle84=EffectMechanic1
|
ColTitle47=StackAmount;
|
||||||
ColTitle85=EffectMechanic2
|
ColTitle48=Totem1
|
||||||
ColTitle86=EffectMechanic3
|
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
|
ColTitle90=ImplicTargA1
|
||||||
ColTitle88=ImplicTargA2
|
ColTitle91=ImplicTargA2
|
||||||
ColTitle89=ImplicTargA3
|
ColTitle92=ImplicTargA3
|
||||||
ColTitle90=ImplicTargB1
|
ColTitle93=ImplicTargB1
|
||||||
ColTitle91=ImplicTargB2
|
ColTitle94=ImplicTargB2
|
||||||
ColTitle92=ImplicTargB3
|
ColTitle95=ImplicTargB3
|
||||||
ColTitle93=RadiusIndex1
|
ColTitle96=RadiusIndex1
|
||||||
ColTitle94=RadiusIndex2
|
ColTitle97=RadiusIndex2
|
||||||
ColTitle95=RadiusIndex3
|
ColTitle98=RadiusIndex3
|
||||||
ColTitle96=ApplyAuraName1
|
ColTitle99=ApplyAuraName1
|
||||||
ColTitle97=ApplyAuraName2
|
ColTitle100=ApplyAuraName2
|
||||||
ColTitle98=ApplyAuraName3
|
ColTitle101=ApplyAuraName3
|
||||||
ColTitle99=Amplitude1
|
ColTitle102=Amplitude1
|
||||||
ColTitle100=Amplitude2
|
ColTitle103=Amplitude2
|
||||||
ColTitle101=Amplitude3
|
ColTitle104=Amplitude3
|
||||||
ColTitle102=MultiVal1
|
ColTitle105=MultiVal1
|
||||||
ColTitle103=MultiVal2
|
ColTitle106=MultiVal2
|
||||||
ColTitle104=MultiVal3
|
ColTitle107=MultiVal3
|
||||||
ColTitle105=ChainTarg1
|
ColTitle108=ChainTarg1
|
||||||
ColTitle106=ChainTarg2
|
ColTitle109=ChainTarg2
|
||||||
ColTitle107=ChainTarg3
|
ColTitle110=ChainTarg3
|
||||||
ColTitle108=EffectItemType1
|
ColTitle111=EffectItemType1
|
||||||
ColTitle109=EffectItemType2
|
ColTitle112=EffectItemType2
|
||||||
ColTitle110=EffectItemType3
|
ColTitle113=EffectItemType3
|
||||||
ColTitle111=EffectMiscVal1
|
ColTitle114=EffectMiscVal1
|
||||||
ColTitle112=EffectMiscVal2
|
ColTitle115=EffectMiscVal2
|
||||||
ColTitle113=EffectMiscVal3
|
ColTitle116=EffectMiscVal3
|
||||||
ColTitle114=EffectMiscValB1
|
ColTitle117=EffectMiscValB1
|
||||||
ColTitle115=EffectMiscValB2
|
ColTitle118=EffectMiscValB2
|
||||||
ColTitle116=EffectMiscValB3
|
ColTitle119=EffectMiscValB3
|
||||||
ColTitle117=EffectTriggerSpell1
|
ColTitle120=EffectTriggerSpell1
|
||||||
ColTitle118=EffectTriggerSpell2
|
ColTitle121=EffectTriggerSpell2
|
||||||
ColTitle119=EffectTriggerSpell3
|
ColTitle122=EffectTriggerSpell3
|
||||||
ColTitle120=EffectPointsPerComboPoint1
|
ColTitle123=EffectPointsPerComboPoint1
|
||||||
ColTitle121=EffectPointsPerComboPoint2
|
ColTitle124=EffectPointsPerComboPoint2
|
||||||
ColTitle122=EffectPointsPerComboPoint3
|
ColTitle125=EffectPointsPerComboPoint3
|
||||||
ColTitle123=SpellVisual
|
ColTitle126=EffectSpellClassMaskA1
|
||||||
ColTitle125=SpellIconID
|
ColTitle127=EffectSpellClassMaskA2
|
||||||
ColTitle126=activeIconID
|
ColTitle128=EffectSpellClassMaskA3
|
||||||
ColTitle127=spellPriority
|
ColTitle129=EffectSpellClassMaskB1
|
||||||
ColTitle128=SpellName1
|
ColTitle130=EffectSpellClassMaskB2
|
||||||
ColTitle129=SpellName2
|
ColTitle131=EffectSpellClassMaskB3
|
||||||
ColTitle130=SpellName3
|
ColTitle132=EffectSpellClassMaskC1
|
||||||
ColTitle131=SpellName4
|
ColTitle133=EffectSpellClassMaskC2
|
||||||
ColTitle132=SpellName5
|
ColTitle134=EffectSpellClassMaskC3
|
||||||
ColTitle133=SpellName6
|
ColTitle135=SpellVisual
|
||||||
ColTitle134=SpellName7
|
ColTitle136=SpellVisual2
|
||||||
ColTitle135=SpellName8
|
ColTitle137=SpellIconID
|
||||||
ColTitle136=SpellName9
|
ColTitle138=activeIconID
|
||||||
ColTitle137=SpellName10
|
ColTitle139=spellPriority
|
||||||
ColTitle138=SpellName11
|
ColTitle140=SpellName1
|
||||||
ColTitle139=SpellName12
|
ColTitle141=SpellName2
|
||||||
ColTitle140=SpellName13
|
ColTitle142=SpellName3
|
||||||
ColTitle141=SpellName14
|
ColTitle143=SpellName4
|
||||||
ColTitle142=SpellName15
|
ColTitle144=SpellName5
|
||||||
ColTitle143=SpellName16
|
ColTitle145=SpellName6
|
||||||
ColTitle144=SpellNameFlag
|
ColTitle146=SpellName7
|
||||||
ColTitle145=Rank1
|
ColTitle147=SpellName8
|
||||||
ColTitle146=Rank2
|
ColTitle148=SpellName9
|
||||||
ColTitle147=Rank3
|
ColTitle149=SpellName10
|
||||||
ColTitle148=Rank4
|
ColTitle150=SpellName11
|
||||||
ColTitle149=Rank5
|
ColTitle151=SpellName12
|
||||||
ColTitle150=Rank6
|
ColTitle152=SpellName13
|
||||||
ColTitle151=Rank7
|
ColTitle153=SpellName14
|
||||||
ColTitle152=Rank8
|
ColTitle154=SpellName15
|
||||||
ColTitle153=Rank9
|
ColTitle155=SpellName16
|
||||||
ColTitle154=Rank10
|
ColTitle156=SpellNameFlag
|
||||||
ColTitle155=Rank11
|
ColTitle157=Rank1
|
||||||
ColTitle156=Rank12
|
ColTitle158=Rank2
|
||||||
ColTitle157=Rank13
|
ColTitle159=Rank3
|
||||||
ColTitle158=Rank14
|
ColTitle160=Rank4
|
||||||
ColTitle159=Rank15
|
ColTitle161=Rank5
|
||||||
ColTitle160=Rank16
|
ColTitle162=Rank6
|
||||||
ColTitle161=RankFlags
|
ColTitle163=Rank7
|
||||||
ColTitle162=Description1
|
ColTitle164=Rank8
|
||||||
ColTitle163=Description2
|
ColTitle165=Rank9
|
||||||
ColTitle164=Description3
|
ColTitle166=Rank10
|
||||||
ColTitle165=Description4
|
ColTitle167=Rank11
|
||||||
ColTitle166=Description5
|
ColTitle168=Rank12
|
||||||
ColTitle167=Description6
|
ColTitle169=Rank13
|
||||||
ColTitle168=Description7
|
ColTitle170=Rank14
|
||||||
ColTitle169=Description8
|
ColTitle171=Rank15
|
||||||
ColTitle170=Description9
|
ColTitle172=Rank16
|
||||||
ColTitle171=Description10
|
ColTitle173=RankFlags
|
||||||
ColTitle172=Description11
|
ColTitle174=Description1
|
||||||
ColTitle173=Description12
|
ColTitle175=Description2
|
||||||
ColTitle174=Description13
|
ColTitle176=Description3
|
||||||
ColTitle175=Description14
|
ColTitle177=Description4
|
||||||
ColTitle176=Description15
|
ColTitle178=Description5
|
||||||
ColTitle177=Description16
|
ColTitle179=Description6
|
||||||
ColTitle178=DescriptionFlags
|
ColTitle180=Description7
|
||||||
ColTitle179=ToolTip1
|
ColTitle181=Description8
|
||||||
ColTitle180=ToolTip2
|
ColTitle182=Description9
|
||||||
ColTitle181=ToolTip3
|
ColTitle183=Description10
|
||||||
ColTitle182=ToolTip4
|
ColTitle184=Description11
|
||||||
ColTitle183=ToolTip5
|
ColTitle185=Description12
|
||||||
ColTitle184=ToolTip6
|
ColTitle186=Description13
|
||||||
ColTitle185=ToolTip7
|
ColTitle187=Description14
|
||||||
ColTitle186=ToolTip8
|
ColTitle188=Description15
|
||||||
ColTitle187=ToolTip9
|
ColTitle189=Description16
|
||||||
ColTitle188=ToolTip10
|
ColTitle190=DescriptionFlags
|
||||||
ColTitle189=ToolTip11
|
ColTitle191=ToolTip1
|
||||||
ColTitle190=ToolTip12
|
ColTitle192=ToolTip2
|
||||||
ColTitle191=ToolTip13
|
ColTitle193=ToolTip3
|
||||||
ColTitle192=ToolTip14
|
ColTitle194=ToolTip4
|
||||||
ColTitle193=ToolTip15
|
ColTitle195=ToolTip5
|
||||||
ColTitle194=ToolTip16
|
ColTitle196=ToolTip6
|
||||||
ColTitle195=ToolTipFlags
|
ColTitle197=ToolTip7
|
||||||
ColTitle196=ManaCostPercentage
|
ColTitle198=ToolTip8
|
||||||
ColTitle197=StartRecoveryCategory
|
ColTitle199=ToolTip9
|
||||||
ColTitle198=StartRecoveryTime
|
ColTitle200=ToolTip10
|
||||||
ColTitle199=MaxTargetLevel
|
ColTitle201=ToolTip11
|
||||||
ColTitle200=SpellFamilyName
|
ColTitle202=ToolTip12
|
||||||
ColTitle201=SpellFamilyFlags1
|
ColTitle203=ToolTip13
|
||||||
ColTitle202=SpellFamilyFlags2
|
ColTitle204=ToolTip14
|
||||||
ColTitle203=MaxAffectedTargets
|
ColTitle205=ToolTip15
|
||||||
ColTitle204=DmgClass
|
ColTitle206=ToolTip16
|
||||||
ColTitle205=PreventionType
|
ColTitle207=ToolTipFlags
|
||||||
ColTitle206=StanceBarOrder
|
ColTitle208=ManaCostPercentage
|
||||||
ColTitle207=DmgMultiplier1
|
ColTitle209=StartRecoveryCategory
|
||||||
ColTitle208=DmgMultiplier2
|
ColTitle210=StartRecoveryTime
|
||||||
ColTitle209=DmgMultiplier3
|
ColTitle211=AffectTargetLevel
|
||||||
ColTitle210=MinFactionId
|
ColTitle212=SpellFamilyName
|
||||||
ColTitle211=MinReputation
|
ColTitle213=SpellFamilyFlags1
|
||||||
ColTitle212=RequiredAuraVision
|
ColTitle214=SpellFamilyFlags2
|
||||||
ColTitle213=TotemCategory1
|
ColTitle215=SpellFamilyFlags3
|
||||||
ColTitle214=TotemCategory2
|
ColTitle216=MaxAffectedTargets
|
||||||
ColTitle215=AreaId
|
ColTitle217=DmgClass
|
||||||
ColTitle216=SchoolMask
|
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
|
ColType102=1
|
||||||
ColType103=1
|
ColType103=1
|
||||||
ColType104=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
|
ColType140=2
|
||||||
ColType141=2
|
ColType141=2
|
||||||
ColType142=2
|
ColType142=2
|
||||||
ColType143=2
|
ColType143=2
|
||||||
|
ColType144=2
|
||||||
ColType145=2
|
ColType145=2
|
||||||
ColType146=2
|
ColType146=2
|
||||||
ColType147=2
|
ColType147=2
|
||||||
|
|
@ -250,10 +256,10 @@ ColType153=2
|
||||||
ColType154=2
|
ColType154=2
|
||||||
ColType155=2
|
ColType155=2
|
||||||
ColType157=2
|
ColType157=2
|
||||||
ColType156=2
|
|
||||||
ColType158=2
|
ColType158=2
|
||||||
ColType159=2
|
ColType159=2
|
||||||
ColType160=2
|
ColType160=2
|
||||||
|
ColType161=2
|
||||||
ColType162=2
|
ColType162=2
|
||||||
ColType163=2
|
ColType163=2
|
||||||
ColType164=2
|
ColType164=2
|
||||||
|
|
@ -265,11 +271,11 @@ ColType169=2
|
||||||
ColType170=2
|
ColType170=2
|
||||||
ColType171=2
|
ColType171=2
|
||||||
ColType172=2
|
ColType172=2
|
||||||
ColType173=2
|
|
||||||
ColType174=2
|
ColType174=2
|
||||||
ColType175=2
|
ColType175=2
|
||||||
ColType176=2
|
ColType176=2
|
||||||
ColType177=2
|
ColType177=2
|
||||||
|
ColType178=2
|
||||||
ColType179=2
|
ColType179=2
|
||||||
ColType180=2
|
ColType180=2
|
||||||
ColType181=2
|
ColType181=2
|
||||||
|
|
@ -281,14 +287,24 @@ ColType186=2
|
||||||
ColType187=2
|
ColType187=2
|
||||||
ColType188=2
|
ColType188=2
|
||||||
ColType189=2
|
ColType189=2
|
||||||
ColType190=2
|
|
||||||
ColType191=2
|
ColType191=2
|
||||||
ColType192=2
|
ColType192=2
|
||||||
ColType193=2
|
ColType193=2
|
||||||
ColType194=2
|
ColType194=2
|
||||||
ColType208=1
|
ColType195=2
|
||||||
ColType209=1
|
ColType196=2
|
||||||
ColType207=1
|
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]
|
[Map.dbc]
|
||||||
ColType2=2
|
ColType2=2
|
||||||
ColType8=0
|
ColType8=0
|
||||||
|
|
|
||||||
|
|
@ -1669,7 +1669,7 @@ CREATE TABLE `item_required_target` (
|
||||||
`type` tinyint(3) unsigned NOT NULL default '0',
|
`type` tinyint(3) unsigned NOT NULL default '0',
|
||||||
`targetEntry` mediumint(8) unsigned NOT NULL default '0',
|
`targetEntry` mediumint(8) unsigned NOT NULL default '0',
|
||||||
UNIQUE KEY `entry_type_target` (`entry`,`type`,`targetEntry`)
|
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`
|
-- Dumping data for table `item_required_target`
|
||||||
|
|
|
||||||
|
|
@ -988,6 +988,12 @@ bool Item::IsBindedNotWith( Player const* player ) const
|
||||||
|
|
||||||
bool ItemRequiredTarget::IsFitToRequirements( Unit* pUnitTarget ) const
|
bool ItemRequiredTarget::IsFitToRequirements( Unit* pUnitTarget ) const
|
||||||
{
|
{
|
||||||
|
if(pUnitTarget->GetTypeId() != TYPEID_UNIT)
|
||||||
|
return false;
|
||||||
|
|
||||||
|
if(pUnitTarget->GetEntry() != m_uiTargetEntry)
|
||||||
|
return false;
|
||||||
|
|
||||||
switch(m_uiType)
|
switch(m_uiType)
|
||||||
{
|
{
|
||||||
case ITEM_TARGET_TYPE_CREATURE:
|
case ITEM_TARGET_TYPE_CREATURE:
|
||||||
|
|
|
||||||
|
|
@ -386,7 +386,7 @@ class Spell
|
||||||
bool CheckTarget( Unit* target, uint32 eff );
|
bool CheckTarget( Unit* target, uint32 eff );
|
||||||
bool CanAutoCast(Unit* target);
|
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 SendCastResult(SpellCastResult result);
|
||||||
void SendSpellStart();
|
void SendSpellStart();
|
||||||
void SendSpellGo();
|
void SendSpellGo();
|
||||||
|
|
|
||||||
|
|
@ -126,7 +126,7 @@ void WorldSession::HandleUseItemOpcode(WorldPacket& recvPacket)
|
||||||
|
|
||||||
if (!pItem->IsTargetValidForItemUse(targets.getUnitTarget()))
|
if (!pItem->IsTargetValidForItemUse(targets.getUnitTarget()))
|
||||||
{
|
{
|
||||||
// free greay item aftre use faul
|
// free gray item after use fail
|
||||||
pUser->SendEquipError(EQUIP_ERR_NONE, pItem, NULL);
|
pUser->SendEquipError(EQUIP_ERR_NONE, pItem, NULL);
|
||||||
|
|
||||||
// send spell error
|
// send spell error
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
#ifndef _VERSION
|
#ifndef _VERSION
|
||||||
#if PLATFORM == PLATFORM_WINDOWS
|
#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
|
#else
|
||||||
# define _VERSION(REVD,REVT,REVN,REVH) "@VERSION@" " (" REVD " " REVT " Revision " REVN " - " REVH ")"
|
# define _VERSION(REVD,REVT,REVN,REVH) "@VERSION@" " (" REVD " " REVT " Revision " REVN " - " REVH ")"
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "7981"
|
#define REVISION_NR "7987"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
|
|
@ -151,7 +151,7 @@
|
||||||
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
|
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
|
||||||
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
||||||
<AdditionalIncludeDirectories>..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\game;..\..\src\mangosd;..\..\dep\ACE_wrappers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<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>
|
<StringPooling>true</StringPooling>
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||||
|
|
@ -202,7 +202,7 @@
|
||||||
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
|
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
|
||||||
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
||||||
<AdditionalIncludeDirectories>..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\game;..\..\src\mangosd;..\..\dep\ACE_wrappers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<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>
|
<StringPooling>true</StringPooling>
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||||
|
|
@ -251,7 +251,7 @@
|
||||||
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
|
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
|
||||||
<Optimization>Disabled</Optimization>
|
<Optimization>Disabled</Optimization>
|
||||||
<AdditionalIncludeDirectories>..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\game;..\..\src\mangosd;..\..\dep\ACE_wrappers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<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>
|
<IgnoreStandardIncludePath>false</IgnoreStandardIncludePath>
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||||||
|
|
@ -303,7 +303,7 @@
|
||||||
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
|
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
|
||||||
<Optimization>Disabled</Optimization>
|
<Optimization>Disabled</Optimization>
|
||||||
<AdditionalIncludeDirectories>..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\game;..\..\src\mangosd;..\..\dep\ACE_wrappers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<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>
|
<IgnoreStandardIncludePath>false</IgnoreStandardIncludePath>
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||||||
|
|
@ -353,7 +353,7 @@
|
||||||
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
|
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
|
||||||
<Optimization>Disabled</Optimization>
|
<Optimization>Disabled</Optimization>
|
||||||
<AdditionalIncludeDirectories>..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\game;..\..\src\mangosd;..\..\dep\ACE_wrappers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<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>
|
<IgnoreStandardIncludePath>false</IgnoreStandardIncludePath>
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||||||
|
|
@ -405,7 +405,7 @@
|
||||||
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
|
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
|
||||||
<Optimization>Disabled</Optimization>
|
<Optimization>Disabled</Optimization>
|
||||||
<AdditionalIncludeDirectories>..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\game;..\..\src\mangosd;..\..\dep\ACE_wrappers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<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>
|
<IgnoreStandardIncludePath>false</IgnoreStandardIncludePath>
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||||||
|
|
|
||||||
|
|
@ -151,7 +151,7 @@
|
||||||
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
|
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
|
||||||
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
||||||
<AdditionalIncludeDirectories>..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<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>
|
<StringPooling>true</StringPooling>
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||||
|
|
@ -196,7 +196,7 @@
|
||||||
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
|
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
|
||||||
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
||||||
<AdditionalIncludeDirectories>..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<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>
|
<StringPooling>true</StringPooling>
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||||
|
|
@ -239,7 +239,7 @@
|
||||||
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
|
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
|
||||||
<Optimization>Disabled</Optimization>
|
<Optimization>Disabled</Optimization>
|
||||||
<AdditionalIncludeDirectories>..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<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>
|
<IgnoreStandardIncludePath>false</IgnoreStandardIncludePath>
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||||||
|
|
@ -285,7 +285,7 @@
|
||||||
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
|
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
|
||||||
<Optimization>Disabled</Optimization>
|
<Optimization>Disabled</Optimization>
|
||||||
<AdditionalIncludeDirectories>..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<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>
|
<IgnoreStandardIncludePath>false</IgnoreStandardIncludePath>
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||||||
|
|
@ -329,7 +329,7 @@
|
||||||
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
|
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
|
||||||
<Optimization>Disabled</Optimization>
|
<Optimization>Disabled</Optimization>
|
||||||
<AdditionalIncludeDirectories>..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<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>
|
<IgnoreStandardIncludePath>false</IgnoreStandardIncludePath>
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||||||
|
|
@ -375,7 +375,7 @@
|
||||||
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
|
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
|
||||||
<Optimization>Disabled</Optimization>
|
<Optimization>Disabled</Optimization>
|
||||||
<AdditionalIncludeDirectories>..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<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>
|
<IgnoreStandardIncludePath>false</IgnoreStandardIncludePath>
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@
|
||||||
AdditionalOptions="/MP"
|
AdditionalOptions="/MP"
|
||||||
InlineFunctionExpansion="1"
|
InlineFunctionExpansion="1"
|
||||||
AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers"
|
AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers"
|
||||||
PreprocessorDefinitions="VERSION="0.13.0-DEV";WIN32;NDEBUG;_CONSOLE;ENABLE_CLI"
|
PreprocessorDefinitions="VERSION="0.14.0-DEV";WIN32;NDEBUG;_CONSOLE;ENABLE_CLI"
|
||||||
StringPooling="true"
|
StringPooling="true"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
EnableFunctionLevelLinking="true"
|
EnableFunctionLevelLinking="true"
|
||||||
|
|
@ -149,7 +149,7 @@
|
||||||
AdditionalOptions="/MP"
|
AdditionalOptions="/MP"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers"
|
AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers"
|
||||||
PreprocessorDefinitions="VERSION="0.13.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI"
|
PreprocessorDefinitions="VERSION="0.14.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI"
|
||||||
IgnoreStandardIncludePath="false"
|
IgnoreStandardIncludePath="false"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
|
|
@ -250,7 +250,7 @@
|
||||||
AdditionalOptions="/MP"
|
AdditionalOptions="/MP"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers"
|
AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers"
|
||||||
PreprocessorDefinitions="VERSION="0.13.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI"
|
PreprocessorDefinitions="VERSION="0.14.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI"
|
||||||
IgnoreStandardIncludePath="false"
|
IgnoreStandardIncludePath="false"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
|
|
@ -352,7 +352,7 @@
|
||||||
AdditionalOptions="/MP"
|
AdditionalOptions="/MP"
|
||||||
InlineFunctionExpansion="1"
|
InlineFunctionExpansion="1"
|
||||||
AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers"
|
AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers"
|
||||||
PreprocessorDefinitions="VERSION="0.13.0-DEV";WIN32;NDEBUG;_CONSOLE;ENABLE_CLI"
|
PreprocessorDefinitions="VERSION="0.14.0-DEV";WIN32;NDEBUG;_CONSOLE;ENABLE_CLI"
|
||||||
StringPooling="true"
|
StringPooling="true"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
EnableFunctionLevelLinking="true"
|
EnableFunctionLevelLinking="true"
|
||||||
|
|
@ -453,7 +453,7 @@
|
||||||
AdditionalOptions="/MP"
|
AdditionalOptions="/MP"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers"
|
AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers"
|
||||||
PreprocessorDefinitions="VERSION="0.13.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI"
|
PreprocessorDefinitions="VERSION="0.14.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI"
|
||||||
IgnoreStandardIncludePath="false"
|
IgnoreStandardIncludePath="false"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
|
|
@ -554,7 +554,7 @@
|
||||||
AdditionalOptions="/MP"
|
AdditionalOptions="/MP"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers"
|
AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers"
|
||||||
PreprocessorDefinitions="VERSION="0.13.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI"
|
PreprocessorDefinitions="VERSION="0.14.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI"
|
||||||
IgnoreStandardIncludePath="false"
|
IgnoreStandardIncludePath="false"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@
|
||||||
AdditionalOptions="/MP"
|
AdditionalOptions="/MP"
|
||||||
InlineFunctionExpansion="1"
|
InlineFunctionExpansion="1"
|
||||||
AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
|
AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
|
||||||
PreprocessorDefinitions="VERSION="0.13.0-DEV",WIN32,NDEBUG,_CONSOLE"
|
PreprocessorDefinitions="VERSION="0.14.0-DEV",WIN32,NDEBUG,_CONSOLE"
|
||||||
StringPooling="true"
|
StringPooling="true"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
EnableFunctionLevelLinking="true"
|
EnableFunctionLevelLinking="true"
|
||||||
|
|
@ -147,7 +147,7 @@
|
||||||
AdditionalOptions="/MP"
|
AdditionalOptions="/MP"
|
||||||
InlineFunctionExpansion="1"
|
InlineFunctionExpansion="1"
|
||||||
AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
|
AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
|
||||||
PreprocessorDefinitions="VERSION="0.13.0-DEV",WIN32,NDEBUG,_CONSOLE"
|
PreprocessorDefinitions="VERSION="0.14.0-DEV",WIN32,NDEBUG,_CONSOLE"
|
||||||
StringPooling="true"
|
StringPooling="true"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
EnableFunctionLevelLinking="true"
|
EnableFunctionLevelLinking="true"
|
||||||
|
|
@ -244,7 +244,7 @@
|
||||||
AdditionalOptions="/MP"
|
AdditionalOptions="/MP"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
|
AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
|
||||||
PreprocessorDefinitions="VERSION="0.13.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE"
|
PreprocessorDefinitions="VERSION="0.14.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE"
|
||||||
IgnoreStandardIncludePath="false"
|
IgnoreStandardIncludePath="false"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
|
|
@ -343,7 +343,7 @@
|
||||||
AdditionalOptions="/MP"
|
AdditionalOptions="/MP"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
|
AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
|
||||||
PreprocessorDefinitions="VERSION="0.13.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE"
|
PreprocessorDefinitions="VERSION="0.14.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE"
|
||||||
IgnoreStandardIncludePath="false"
|
IgnoreStandardIncludePath="false"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
|
|
@ -440,7 +440,7 @@
|
||||||
AdditionalOptions="/MP"
|
AdditionalOptions="/MP"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
|
AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
|
||||||
PreprocessorDefinitions="VERSION="0.13.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE"
|
PreprocessorDefinitions="VERSION="0.14.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE"
|
||||||
IgnoreStandardIncludePath="false"
|
IgnoreStandardIncludePath="false"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
|
|
@ -539,7 +539,7 @@
|
||||||
AdditionalOptions="/MP"
|
AdditionalOptions="/MP"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
|
AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
|
||||||
PreprocessorDefinitions="VERSION="0.13.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE"
|
PreprocessorDefinitions="VERSION="0.14.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE"
|
||||||
IgnoreStandardIncludePath="false"
|
IgnoreStandardIncludePath="false"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@
|
||||||
AdditionalOptions="/MP"
|
AdditionalOptions="/MP"
|
||||||
InlineFunctionExpansion="1"
|
InlineFunctionExpansion="1"
|
||||||
AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers"
|
AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers"
|
||||||
PreprocessorDefinitions="VERSION="0.13.0-DEV";WIN32;NDEBUG;_CONSOLE;ENABLE_CLI"
|
PreprocessorDefinitions="VERSION="0.14.0-DEV";WIN32;NDEBUG;_CONSOLE;ENABLE_CLI"
|
||||||
StringPooling="true"
|
StringPooling="true"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
EnableFunctionLevelLinking="true"
|
EnableFunctionLevelLinking="true"
|
||||||
|
|
@ -150,7 +150,7 @@
|
||||||
AdditionalOptions="/MP"
|
AdditionalOptions="/MP"
|
||||||
InlineFunctionExpansion="1"
|
InlineFunctionExpansion="1"
|
||||||
AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers"
|
AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers"
|
||||||
PreprocessorDefinitions="VERSION="0.13.0-DEV";WIN32;NDEBUG;_CONSOLE;ENABLE_CLI"
|
PreprocessorDefinitions="VERSION="0.14.0-DEV";WIN32;NDEBUG;_CONSOLE;ENABLE_CLI"
|
||||||
StringPooling="true"
|
StringPooling="true"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
EnableFunctionLevelLinking="true"
|
EnableFunctionLevelLinking="true"
|
||||||
|
|
@ -249,7 +249,7 @@
|
||||||
AdditionalOptions="/MP"
|
AdditionalOptions="/MP"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers"
|
AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers"
|
||||||
PreprocessorDefinitions="VERSION="0.13.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI"
|
PreprocessorDefinitions="VERSION="0.14.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI"
|
||||||
IgnoreStandardIncludePath="false"
|
IgnoreStandardIncludePath="false"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
|
|
@ -351,7 +351,7 @@
|
||||||
AdditionalOptions="/MP"
|
AdditionalOptions="/MP"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers"
|
AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers"
|
||||||
PreprocessorDefinitions="VERSION="0.13.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI"
|
PreprocessorDefinitions="VERSION="0.14.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI"
|
||||||
IgnoreStandardIncludePath="false"
|
IgnoreStandardIncludePath="false"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
|
|
@ -451,7 +451,7 @@
|
||||||
AdditionalOptions="/MP"
|
AdditionalOptions="/MP"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers"
|
AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers"
|
||||||
PreprocessorDefinitions="VERSION="0.13.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI"
|
PreprocessorDefinitions="VERSION="0.14.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI"
|
||||||
IgnoreStandardIncludePath="false"
|
IgnoreStandardIncludePath="false"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
|
|
@ -553,7 +553,7 @@
|
||||||
AdditionalOptions="/MP"
|
AdditionalOptions="/MP"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers"
|
AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers"
|
||||||
PreprocessorDefinitions="VERSION="0.13.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI"
|
PreprocessorDefinitions="VERSION="0.14.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI"
|
||||||
IgnoreStandardIncludePath="false"
|
IgnoreStandardIncludePath="false"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@
|
||||||
AdditionalOptions="/MP"
|
AdditionalOptions="/MP"
|
||||||
InlineFunctionExpansion="1"
|
InlineFunctionExpansion="1"
|
||||||
AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
|
AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
|
||||||
PreprocessorDefinitions="VERSION="0.13.0-DEV",WIN32,NDEBUG,_CONSOLE"
|
PreprocessorDefinitions="VERSION="0.14.0-DEV",WIN32,NDEBUG,_CONSOLE"
|
||||||
StringPooling="true"
|
StringPooling="true"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
EnableFunctionLevelLinking="true"
|
EnableFunctionLevelLinking="true"
|
||||||
|
|
@ -146,7 +146,7 @@
|
||||||
AdditionalOptions="/MP"
|
AdditionalOptions="/MP"
|
||||||
InlineFunctionExpansion="1"
|
InlineFunctionExpansion="1"
|
||||||
AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
|
AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
|
||||||
PreprocessorDefinitions="VERSION="0.13.0-DEV",WIN32,NDEBUG,_CONSOLE"
|
PreprocessorDefinitions="VERSION="0.14.0-DEV",WIN32,NDEBUG,_CONSOLE"
|
||||||
StringPooling="true"
|
StringPooling="true"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
EnableFunctionLevelLinking="true"
|
EnableFunctionLevelLinking="true"
|
||||||
|
|
@ -242,7 +242,7 @@
|
||||||
AdditionalOptions="/MP"
|
AdditionalOptions="/MP"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
|
AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
|
||||||
PreprocessorDefinitions="VERSION="0.12.0-SVN";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE"
|
PreprocessorDefinitions="VERSION="0.14.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE"
|
||||||
IgnoreStandardIncludePath="false"
|
IgnoreStandardIncludePath="false"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
|
|
@ -341,7 +341,7 @@
|
||||||
AdditionalOptions="/MP"
|
AdditionalOptions="/MP"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
|
AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
|
||||||
PreprocessorDefinitions="VERSION="0.12.0-SVN";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE"
|
PreprocessorDefinitions="VERSION="0.14.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE"
|
||||||
IgnoreStandardIncludePath="false"
|
IgnoreStandardIncludePath="false"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
|
|
@ -438,7 +438,7 @@
|
||||||
AdditionalOptions="/MP"
|
AdditionalOptions="/MP"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
|
AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
|
||||||
PreprocessorDefinitions="VERSION="0.12.0-SVN";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE"
|
PreprocessorDefinitions="VERSION="0.14.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE"
|
||||||
IgnoreStandardIncludePath="false"
|
IgnoreStandardIncludePath="false"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
|
|
@ -537,7 +537,7 @@
|
||||||
AdditionalOptions="/MP"
|
AdditionalOptions="/MP"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
|
AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
|
||||||
PreprocessorDefinitions="VERSION="0.12.0-SVN";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE"
|
PreprocessorDefinitions="VERSION="0.14.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE"
|
||||||
IgnoreStandardIncludePath="false"
|
IgnoreStandardIncludePath="false"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue