aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-16Merge pull request #5743 from MrSmite/PetAI_2Shocker
Core/Pets: Fix the Attack button to stop flashing after combat end
2012-03-16Merge pull request #5742 from MrSmite/PetAI_1Shocker
Core/Pets: Correctly obey the stay command for pets when attacking in melee range
2012-03-16Core/Spells: finish fixing dispel functionality. closes #5745Kandera
2012-03-16Core/Unit: Fix some movement issues when leaving vehicles introduced in ↵kaelima
dce0a7d18423ecb36ebc0d8c3426dbec26fa9fff Sorry about that.
2012-03-16Guild bank - Allow deposit / withdraw money without tabsMrSmite
closes 5637
2012-03-16Pet UI - Fix for "Attack" continues to flash after combat endMrSmite
Closes 5551
2012-03-16Fix for pets moving from stay during combatMrSmite
Closes #5612
2012-03-16Core/Movement: Do not process server side relocation if reading movementinfo ↵Machiavelli
from client resulted in violations (= hacking).
2012-03-16Minor typo, major consequences.Machiavelli
2012-03-16Core/Movement: Add server-side check for movementflag correction in previous ↵Machiavelli
commit. This effectively prevents (most if not all) flyhacking.
2012-03-16Core/Movement: Fix players still able to fly on SPELL_AURA_FLY and ↵Machiavelli
SPELL_AURA_MOD_INCREASE_MOUNTED_FLIGHT_SPEED unapply. Closes #5731
2012-03-16Core/Script: Code style and remove unused core.Gyx
Signed-off-by: Gyx <2359980687@qq.com>
2012-03-16Core/Spells: fix shield slam giving nothing to dispel error.Kandera
2012-03-16Core/Script: Clean-Up in Scripts.Gyx
Item* pItem -> Item* item Signed-off-by: Gyx <2359980687@qq.com>
2012-03-16Core/Script: Code style.Gyx
Signed-off-by: Gyx <2359980687@qq.com>
2012-03-16Core/DBC: Updated ScalingStatValues format stringShauren
2012-03-16Core/Script: Code style.Gyx
Signed-off-by: Gyx <2359980687@qq.com>
2012-03-16Core/Script: Clean-Up in Scripts.Gyx
InstanceScript* m_instance -> InstanceScript* instance Signed-off-by: Gyx <2359980687@qq.com>
2012-03-16Core/Opcodes: Defined a new opcodeShauren
2012-03-16Core/Script: Clean-Up in Scripts.Gyx
GameObject* pGO -> GameObject* go Signed-off-by: Gyx <2359980687@qq.com>
2012-03-16Core/Script: Clean-Up in Scripts.Gyx
Creature* c -> Creature* creature Creature* _Creature -> Creature* creature Creature* Creature -> Creature* creature Signed-off-by: Gyx <2359980687@qq.com>
2012-03-16Core/Spell: Add some missing cast results which require additional data when ↵kaelima
sent. And rename two researched castflags (thanks TOMRUS)
2012-03-16Core/Misc: Random cleanupkaelima
2012-03-16Core/DBC: added cloak mask to armorMod and did some cleanup in ↵kaelima
ScalingStatValuesEntry
2012-03-15Core/Spells: Used correct implementation for checking if a spell effect ↵Kandera
targets an area.
2012-03-15Core/Spells: Fix bugged mass dispel after previous commitsKandera
2012-03-15Core/Spells: Fix being unable to use spells due hasDispellableAura being ↵Kandera
false if no spell effects were SPELL_EFFECT_DISPEL
2012-03-15whitespace cleanupKandera
2012-03-15Core/Spells: add correct checking for dispeling errors. Fixes spammable cleanse.Kandera
2012-03-15Core/Spells: Fixed copy paste mistake that caused all area spells to search ↵Shauren
targets starting from caster's coordinates instead of targeted destination
2012-03-15Core/Movement: Added more movement flags that cause units to select flight ↵Shauren
speed instead of run
2012-03-15Scripts/Icecrown Citadel: Corrected flying animations for frostwyrms in ↵Shauren
Sindragosa's Lair and prevent reentering combat with Deathbringer Saurfang after encounter is won
2012-03-15Core/Units: Offset z coordinate only if MOVEMENTFLAG_HOVER is present, not ↵Machiavelli
MOVEMENTFLAG_DISABLE_GRAVITY. (Remnant from an early incorrect version of my UNIT_FIELD_HOVERHEIGHT patch)
2012-03-15Core/Movement: Add server side filters for MOVEMENTFLAG_WATERWALKING, ↵Machiavelli
_FALLING_SLOW and _HOVER depending on required aura types. Fixes exploiting when aura unapply packets (such as corrected in previous commit) are blocked/altered before reaching the client.
2012-03-15Core/Movement: Send correct packet to client when unapplying hover, feather ↵Machiavelli
fall and water walking auras. Closes #5704
2012-03-14Merge pull request #5717 from mweinelt/masterShauren
Scripts/Magister's Terrace: Fix Translocation Orb Activation and corr… …ect some codestyle
2012-03-14Scripts/Magister's Terrace: Fix Translocation Orb Activation and correct ↵Martin Weinelt
some codestyle
2012-03-14Revert "Core: more more cleanup" - Build test anyone?leak
This reverts commit 20cd4c71ee6336610daab304959909b2f6397287.
2012-03-14Core/SpellScripts: fix crash caused my spell_gen_vehicle_scaling. closes ↵kandera
#5703 (thx vincent-michael)
2012-03-14Merge pull request #5714 from thomas33/masterkandera
more cleanup in files
2012-03-14Core: more more cleanupthomas33
2012-03-13Merge pull request #5702 from Gyx/masterDiscover-
Core/Script: Clean-Up in Scripts.
2012-03-14Core/Script: Clean-Up in Scripts.Gyx
InstanceScript* Instance -> InstanceScript* instance Signed-off-by: Gyx <2359980687@qq.com>
2012-03-14Core/Script: Clean-Up in Scripts.Gyx
Creature* c -> Creature* creature Signed-off-by: Gyx <2359980687@qq.com>
2012-03-14Core: Corrected conflicting variable namesShauren
2012-03-13Merge pull request #5690 from thomas33/masterShocker
Core/Misc: Remove hungarian notations
2012-03-13cleanupthomas33
2012-03-13more cleanupthomas33
2012-03-12Merge pull request #5686 from Bezo/masterShocker
Core/Arena: Add match type info for arena logs
2012-03-13Logs/Arena:Bezo
Add match type for extended arena logs for statistics Add match type for winner logs.