aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-17Core/Game: Code style and remove unused core.Gyx
Signed-off-by: Gyx <2359980687@qq.com>
2012-03-17Merge pull request #5755 from GyxTom/masterMachiavelli
Core/Script: Clean-Up in Scripts.
2012-03-17Update src/server/game/Server/WorldSession.cppMachiavelli
2012-03-17Update src/server/game/Server/WorldSession.cppMachiavelli
2012-03-17Core/Movement: Add debug output to Worldsession::ReadMovementInfo to find ↵Machiavelli
out which movementflag restriction was violated. Please use this to give feedback.
2012-03-17Core/Script: Code style and remove unused core.Gyx
Signed-off-by: Gyx <2359980687@qq.com>
2012-03-17Core/Script: Code style and remove unused core.Gyx
Signed-off-by: Gyx <2359980687@qq.com>
2012-03-16Merge pull request #5744 from MrSmite/Guild_1Shocker
Core/Guilds: Allow deposit / withdraw money in guild banks without having tabs
2012-03-16Core/Protocol: And correct the struct of SMSG_UPDATE_INSTANCE_ENCOUNTER_UNIT...kaelima
2012-03-16Core/Movement: Remove MOVEMENTFLAG_FLYING on fly aura unapply as well as ↵Machiavelli
_CAN_FLY
2012-03-16Core/Movement: Fix brackets in macroMachiavelli
2012-03-16Core/InstanceScript: Encounterframe research - extended the ↵kaelima
EncounterFrameType enum
2012-03-16Merge pull request #5733 from GyxTom/masterShocker
Core/Script: Clean-ups in scripts
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