aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Entities/Unit
AgeCommit message (Expand)Author
2010-08-06*** New core <-> script library interface - complete rewrite of the old one.XTZGZoReX
2010-08-06* Add NULL-pointer check to CharmInfo destructor. Closes issue #3287.azazel
2010-08-06Revert changes done in r0074e32c2f and r4d86e4199a - fixes buildissues ( if()...click
2010-08-05Make typecasting methods *really* safe and get rid of redundant typeId/Typema...Shauren
2010-08-04*Some more research about spell target flags - thanks to Zor for info.QAston
2010-08-04Add gender field to SMSG_WHO packet (author: MaS0n)azazel
2010-08-04Fixed pet talents: Guard Dog and SilverbackShauren
2010-08-04*Update movement enums - thanks to Zor for info.QAston
2010-08-04*Fix crashy implementation of aura type 305.QAston
2010-08-03*Update spell_bonus_data for Garrote - by svetilo12.QAston
2010-08-03*Add missing Bestial wrath and The Beast Withing immunities after client chan...QAston
2010-08-03*Add m_duringRemoveFromWorld lock to prevent adding single target auras durin...QAston
2010-08-02Add support for CreatureAI::DamageDealt used in a Zul'Aman script. Thanks jos...silinoron
2010-08-01*Add helpers for checking auras present on unit by type and spell affect maskQAston
2010-07-31*Fix talent Will of the NEcropolisQAston
2010-07-31Remove crude check in proc system preventing charges drop in proc system for ...thenecromancer
2010-07-31Typo in some function usagethenecromancer
2010-07-30Add basic support for NPCs on transports; DB data required.silinoron
2010-07-31*Cleanup in single target auras (thanks to JuliuSZS some useable debug info)QAston
2010-07-30*use ASSERT macro instead of regular assert for better output.QAston
2010-07-30*Thread safe player searcher in scripts.QAston
2010-07-30*Lock on RemoveAllAuras till all auras and applications are removed with all ...QAston
2010-07-28First part of petAI logic cleanup : Hunter PetAI change: Ignore attacking CC'...click
2010-07-28*Cleanup in ObjectAccessor - this should fix some crashesQAston
2010-07-26*Add debug log to trac reason of a crash in Spell::DoAllEffectOnTarget.QAston
2010-07-26*Resurrection sickness and similar debuffs are no longer dispelable.QAston
2010-07-26*Add more Player::CanUseAttackType checks in places where item bonuses are ap...QAston
2010-07-24Fixed Thrill of the Hunt not restoring mana when Explosive Shot critsShauren
2010-07-22Shaman totem models are now different depending on raceShauren
2010-07-22Fixed resist chances with Positive Auras._manuel_
2010-07-21Use unified code for adding remaining DoT damage to some talents.thenecromancer
2010-07-21Typo in my original code (that bool should be used).thenecromancer
2010-07-21Some fixes to proc eventsthenecromancer
2010-07-20*Implement SPELL_EFFECT_CREATE_TAMED_PET(153).QAston
2010-07-20*Remove assertion from packet handler. Assertions should not be put in such p...QAston
2010-07-19Exclude hunters Auto Shot from casttimer-delay - should be blizzlike now (fix...click
2010-07-16*Fix Totem of Hex coefficient - patch by Lightguard.QAston
2010-07-16*Item - Coliseum 25 Heroic Caster Trinket - patch by microbius51QAston
2010-07-16*Remove hack for Divine Storm from Unit::DealDamageQAston
2010-07-16*Prevent possible problems with application of negative auras with 0 duration...QAston
2010-07-16*Rename SPELL_AURA_RANGED_AP_ATTACKER_CREATURES_BONUS to SPELL_AURA_MOD_CREAT...QAston
2010-07-16*Implement aura type SPELL_AURA_SHARE_DAMAGE_PCT(300), somewhat based on patc...QAston
2010-07-15Fixed problems with Sacred Cleansing, by QAston._manuel_
2010-07-14*TypofixQAston
2010-07-14*Add SpellMgr::CalculateSpellEffectAmount function for consistency of effect ...QAston
2010-07-14Another basepoint fix, Thrill of the HuntShauren
2010-07-12change "IN_MILISECONDS" to proper english "IN_MILLISECONDS"click
2010-07-11This should fix Savage Defense related crashesShauren
2010-07-08Fixed Savage DefenseShauren
2010-07-04Fix: make sure healing potions doesn't benefit from spellhealing-power - patc...click