aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Entities
AgeCommit message (Expand)Author
2013-09-03Core/Misc: Fixed some more issues found by static code analysis tools.Sebastian Valle
2013-09-03Core/Movement: Fix uninitialized MovementInfo fieldsjackpoz
2013-09-01Merge pull request #10687 from jackpoz/farsight_fixShauren
2013-09-01Core/Spell: Fix farsight log error "Player requests non-existing seer"jackpoz
2013-09-01Core/Objects: Removed obsolete codeShauren
2013-08-30Core/Quests: Split Flags and SpecialFlagsNay
2013-08-30Core/Creatures: Fix base stats calculations for some cases.Machiavelli
2013-08-30Core/Quests: Remove CastedCreatureOrGO methodNay
2013-08-29Core/Quests: Drop world.quest_template.RequiredSpellCastXNay
2013-08-28Core/Quests: Add repeatable quest rate to world.reputation_reward_rateAokromes
2013-08-27Core&Scripts: Fix clang compiler warningsNay
2013-08-27Core/Misc: Fix compiler warningsNay
2013-08-26Core&Tools: Fix multiple issues found by a static code coverage toolNay
2013-08-25Core/Player: Fix uninitialized Player field.jackpoz
2013-08-24Core&Tools: Fix multiple issues found by a static code coverage toolNay
2013-08-24Fix uninitialized UpdateMask fieldjackpoz
2013-08-20Core/AurasShauren
2013-08-19Scripts: Random script fixes and code optimizationsjoschiwald
2013-08-18Misc: replace Unit::GetPlayer with ObjectAccessor::GetPlayer and some cosmeti...joschiwald
2013-08-17Core/Misc: Implemented GetObjectScale functionVincent-Michael
2013-08-17Core/Spells: move spell resistance calculation into separate function (and so...joschiwald
2013-08-16Core/Spells: Fix deathknight gladiator glove bonusbetagan
2013-08-15Core/Spells: Fixed cast time mods using two charges on every castShauren
2013-08-15Core/Auras: Allow preventing whole aura proc default handler from script hook...Shauren
2013-08-14Core/Spells:joschiwald
2013-08-12Core/Spells: Fix Rogue T10 4P bonusVincent-Michael
2013-08-11Core/Spells: Convert hunter "Improved Mend Pet" in spell scriptVincent-Michael
2013-08-11Core/Player: Add debug log when SendCanTakeQuestResponse(INVALIDREASON_*) is ...Nay
2013-08-11Core/CreatureAI: Do not remove clone_caster auras on evade (in addition to co...Nay
2013-08-07Core/Battleground: Get rid of dinamic casts BattlegroundXX outside Battlegrou...Spp
2013-08-06Server/Player: Fix a logical mistake in ApplyEquipCooldownNay
2013-08-06Merge pull request #10245 from Mihapro/masterNay
2013-08-06Merge pull request #10445 from Discover-/Cooldown-ExploitNay
2013-08-06Merge pull request #10455 from Discover-/Battleground-Reinterpret-CastsNay
2013-08-06Core/Misc: Implement reinterpret casts for all battleground classes and use t...Discover-
2013-08-05Scripts/Commands: Fix compile (v2)Nay
2013-08-05Core/Items: Correct randomProperlyId type when reading to/from DBNay
2013-08-05Merge pull request #9761 from xjose93/ImproveLog11Aokromes
2013-08-04Core/Items: Fix an exploit where players would be able to reset the cooldown ...Discover-
2013-08-02Core/Creatures: DoTs and self damage will no longer reset time since last dam...Shauren
2013-07-23Merge pull request #10336 from joschiwald/spellscripts5joschiwald
2013-07-24Scripts/Spells: backport some SpellScripts from 4.3.4 branchjoschiwald
2013-07-22Merge pull request #10323 from joschiwald/spellranksNay
2013-07-21Core/Spells: use SpellInfo class to get spell rank instead of SpellMgr helpersjoschiwald
2013-07-21Core/Misc: replace (Player*) casts with ToPlayer()joschiwald
2013-07-19Core/Misc: Change creatures and gameobject phasemask from 16 to 32 bitsVlad
2013-07-14Core/Players: Dueling players in your party / raid should not make them alway...Warpten
2013-07-13Core/Movement: Do not remove movement flags that have special opcodes associa...Shauren
2013-07-11Core/Quests: Fixed quest sharingShauren
2013-07-08Core/SmartScriptsMihapro