converted all tabs to 4 spaces

This commit is contained in:
Yehonal
2016-06-26 19:23:57 +02:00
parent 52f305111c
commit f6eefedcd5
717 changed files with 132388 additions and 132388 deletions

View File

@@ -78,7 +78,7 @@ enum SpellTargetSelectionCategories
TARGET_SELECT_CATEGORY_NEARBY,
TARGET_SELECT_CATEGORY_CONE,
TARGET_SELECT_CATEGORY_AREA,
TARGET_SELECT_CATEGORY_TRAJ,
TARGET_SELECT_CATEGORY_TRAJ,
};
enum SpellTargetReferenceTypes
@@ -117,7 +117,7 @@ enum SpellTargetCheckTypes
TARGET_CHECK_RAID,
TARGET_CHECK_RAID_CLASS,
TARGET_CHECK_PASSENGER,
TARGET_CHECK_CORPSE,
TARGET_CHECK_CORPSE,
};
enum SpellTargetDirectionTypes
@@ -191,8 +191,8 @@ enum SpellCustomAttributes
SPELL_ATTR0_CU_REQ_CASTER_BEHIND_TARGET = 0x00020000,
SPELL_ATTR0_CU_ALLOW_INFLIGHT_TARGET = 0x00040000,
SPELL_ATTR0_CU_NONE6 = 0x00080000, // UNUSED
SPELL_ATTR0_CU_BINARY_SPELL = 0x00100000,
SPELL_ATTR0_CU_NO_POSITIVE_TAKEN_BONUS = 0x00200000,
SPELL_ATTR0_CU_BINARY_SPELL = 0x00100000,
SPELL_ATTR0_CU_NO_POSITIVE_TAKEN_BONUS = 0x00200000,
SPELL_ATTR0_CU_SINGLE_AURA_STACK = 0x00400000, // pussywizard
SPELL_ATTR0_CU_SCHOOLMASK_NORMAL_WITH_MAGIC = 0x00800000,
SPELL_ATTR0_CU_ENCOUNTER_REWARD = 0x01000000, // pussywizard
@@ -378,13 +378,13 @@ public:
uint32 ExplicitTargetMask;
SpellChainNode const* ChainEntry;
// Mine
AuraStateType _auraState;
SpellSpecificType _spellSpecific;
bool _isStackableWithRanks;
bool _isSpellValid;
bool _isCritCapable;
bool _requireCooldownInfo;
// Mine
AuraStateType _auraState;
SpellSpecificType _spellSpecific;
bool _isStackableWithRanks;
bool _isSpellValid;
bool _isCritCapable;
bool _requireCooldownInfo;
SpellInfo(SpellEntry const* spellEntry);
~SpellInfo();
@@ -419,20 +419,20 @@ public:
bool IsTargetingArea() const;
bool NeedsExplicitUnitTarget() const;
bool NeedsToBeTriggeredByCaster(SpellInfo const* triggeringSpell, uint8 effIndex = MAX_SPELL_EFFECTS) const;
bool IsChannelCategorySpell() const;
bool IsSelfCast() const;
bool IsChannelCategorySpell() const;
bool IsSelfCast() const;
bool IsPassive() const;
bool IsAutocastable() const;
bool ComputeIsCritCapable() const;
bool IsCritCapable() const;
bool RequireCooldownInfo() const;
void SetCritCapable(bool val);
bool ComputeIsCritCapable() const;
bool IsCritCapable() const;
bool RequireCooldownInfo() const;
void SetCritCapable(bool val);
bool ComputeIsStackableWithRanks() const;
bool IsStackableWithRanks() const;
void SetStackableWithRanks(bool val);
bool IsSpellValid() const;
void SetSpellValid(bool val);
bool IsStackableWithRanks() const;
void SetStackableWithRanks(bool val);
bool IsSpellValid() const;
void SetSpellValid(bool val);
bool IsPassiveStackableWithRanks() const;
bool IsMultiSlotAura() const;
bool IsCooldownStartedOnEvent() const;
@@ -464,10 +464,10 @@ public:
SpellCastResult CheckExplicitTarget(Unit const* caster, WorldObject const* target, Item const* itemTarget = NULL) const;
bool CheckTargetCreatureType(Unit const* target) const;
// xinef: aura stacking
bool IsStrongerAuraActive(Unit const* caster, Unit const* target) const;
bool IsAuraEffectEqual(SpellInfo const* otherSpellInfo) const;
bool ValidateAttribute6SpellDamageMods(const Unit* caster, const AuraEffect* auraEffect, bool isDot) const;
// xinef: aura stacking
bool IsStrongerAuraActive(Unit const* caster, Unit const* target) const;
bool IsAuraEffectEqual(SpellInfo const* otherSpellInfo) const;
bool ValidateAttribute6SpellDamageMods(const Unit* caster, const AuraEffect* auraEffect, bool isDot) const;
SpellSchoolMask GetSchoolMask() const;
uint32 GetAllEffectsMechanicMask() const;
@@ -488,7 +488,7 @@ public:
int32 GetDuration() const;
int32 GetMaxDuration() const;
uint32 GetMaxTicks() const;
uint32 GetMaxTicks() const;
uint32 CalcCastTime(Unit* caster = NULL, Spell* spell = NULL) const;
uint32 GetRecoveryTime() const;
@@ -511,8 +511,8 @@ public:
bool _IsPositiveEffect(uint8 effIndex, bool deep) const;
bool _IsPositiveSpell() const;
static bool _IsPositiveTarget(uint32 targetA, uint32 targetB);
AuraStateType LoadAuraState() const;
SpellSpecificType LoadSpellSpecific() const;
AuraStateType LoadAuraState() const;
SpellSpecificType LoadSpellSpecific() const;
// unloading helpers
void _UnloadImplicitTargetConditionLists();
};