aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-01-27Re-add event support for type 10 (goober) GOs. By Biglad_manuel_
--HG-- branch : trunk
2010-01-27More correct spell Id for snake scriptthenecromancer
--HG-- branch : trunk
2010-01-27Fix Arena Teams on scoreboard being swappedthenecromancer
Fix Arena Unit Frames --HG-- branch : trunk
2010-01-27Fixed hunter trap procs - Entrapment and Lock and Load shall be henceforth ↵Xanadu
proced only by the correct traps. Closes issue #110. --HG-- branch : trunk
2010-01-26Fix crash in npc_orinoko_tuskbreakerAITrazom62
--HG-- branch : trunk
2010-01-26Disable Ring of Valor ArenaSpp
--HG-- branch : trunk
2010-01-26* Fix compileBrian
--HG-- branch : trunk
2010-01-26* Moved game event starting / stoping to detail log levelBrian
--HG-- branch : trunk
2010-01-26* mergeBrian
--HG-- branch : trunk
2010-01-26* moved IsGameObjectOfTypeInRange to debug log levelBrian
--HG-- branch : trunk
2010-01-26*finalized basic hard-lootmode definesRat
-DB devs should stick with lootmode 2,4,8,16 for hardmode loots (use as bitmask) -and lootmode 1 as default --HG-- branch : trunk
2010-01-26*log creature's entry in eascortAI error logRat
--HG-- branch : trunk
2010-01-25Fix startup warning due to r7188.Trazom62
--HG-- branch : trunk
2010-01-25Fix Script Gundrak/Gal Darah. Thanks Azuritus.Trazom62
Fixes issue #448. - implements achievements What the Eck? and Share The Love. - Fix Impaling Charge used on aggro - Fix reset of phase counter. --HG-- branch : trunk
2010-01-25Fix SpellEffect Quest Complete: shall work if player is the unitTargetTrazom62
--HG-- branch : trunk
2010-01-25Fix Script Naxxramas/Faerlina with help of Scarymovie87.Trazom62
Fixes issue #158. - simplifies widow embrace handling - Adds can only be mind controlled in 25man version - Adds will be killed, if mind controlled and using Widows Embrace - Adds will only cast Widows Embrace on death in 10man version - implements Achievement Momma said knock you out - Avoid greet yell for non-player units moving in line of sight - update some timers. --HG-- branch : trunk
2010-01-25*Some cleanup in SharedDefinesQAston
*Implement spell target modes 96-103, 91, 92 --HG-- branch : trunk
2010-01-25Mergethenecromancer
--HG-- branch : trunk
2010-01-25Fix Rated Arena scores display (Matchmaking Value is not implemented)thenecromancer
--HG-- branch : trunk
2010-01-25Merge after backoutXanadu
--HG-- branch : trunk
2010-01-25Backed out changeset: 4cc8628cc8ef. That wasn't a good call. Thanks go to ↵Xanadu
QAston for pointing it out to me. --HG-- branch : trunk
2010-01-24Mergethenecromancer
--HG-- branch : trunk
2010-01-24Do not allow units that are not in world to create dynamic objects from ↵thenecromancer
spell effect handlers --HG-- branch : trunk
2010-01-24Drop BG Flag when entering vehiclethenecromancer
--HG-- branch : trunk
2010-01-24Fix Entrapment - now only proc on Frost Trap and Snake Trap activation.Xanadu
--HG-- branch : trunk
2010-01-24Fix Frost Trap Aura spamming log due to nonexistent triggered spellXanadu
--HG-- branch : trunk
2010-01-24Fix Script VoA/Emalon.Trazom62
- fix handling of minions' list so the overcharge does not fail due to dead minion in the list. --HG-- branch : trunk
2010-01-24*added new CMakeListsRat
-should speed up building on linux systems --HG-- branch : trunk
2010-01-24Fix Script Naxxramas/Kel'Thuzad. Thanks Scarymovie87.Trazom62
Fixes issue 464. - fix timers - fix maximum number of spawn abomination or weaver - fix kel'thuzad not attackable after reset. - fix phase 3 start at 45% --HG-- branch : trunk
2010-01-24Remove SpellChannelInterruptFlags definitions which were duplicate of ↵QAston
SpellAuraInterruptFlags, move IsRemoved check to Aura::UpdateTargetMap --HG-- branch : trunk
2010-01-24*Bring back one unintentionally removed check in Aura::UpdateOwnerQAston
*Remove not blizzlike hack for Vanish (it should not remove delayed spells from player) --HG-- branch : trunk
2010-01-24implement ACHIEVEMENT_CRITERIA_TYPE_EQUIP_EPIC_ITEM (achievement Epic, Superior)Trazom62
remove hack for ACHIEVEMENT_CRITERIA_TYPE_ROLL_NEED_ON_LOOT and ACHIEVEMENT_CRITERIA_TYPE_ROLL_GREED_ON_LOOT (achievement Needy, Greedy) need DB support --HG-- branch : trunk
2010-01-24Add support for Maelstrom Weapon to prevent melee attack interruption when ↵thenecromancer
affecting spells --HG-- branch : trunk
2010-01-24SPELLMOD_DAMAGE is applied in SpellDamageBonus() - remove this hack for ↵thenecromancer
Eviscerate to prevent double apply --HG-- branch : trunk
2010-01-24Mergethenecromancer
--HG-- branch : trunk
2010-01-24Send SMSG_SPELLORDAMAGE_IMMUNE when target is immune to periodic aura tickthenecromancer
--HG-- branch : trunk
2010-01-24*Some optimisation in Unit::HasNegativeAuraWithInterruptFlag.QAston
--HG-- branch : trunk
2010-01-24Fix some reactive/shapeshift based talents being active in spec they are not ↵thenecromancer
learned in --HG-- branch : trunk
2010-01-24Implement direct damage effect for Seal of Vengeancethenecromancer
--HG-- branch : trunk
2010-01-24Fixes issue #476. Remove owned auras in addition to applied auras on unit death.QAston
--HG-- branch : trunk
2010-01-24*Do not keep area aura targets in combat with aura ownerQAston
*Add some safety checks to area aura target map update. --HG-- branch : trunk
2010-01-24*removed no more needed extern keywords from ScriptLoaderRat
--HG-- branch : trunk
2010-01-24*merge ScriptMgr::LoadOverridenDBCData to SpellMgrLoadSpellCustomAttr, patch ↵Rat
by Azuritus, closes issue #444 --HG-- branch : trunk
2010-01-23* Remove CellLock class and all cell-level thread locking.XTZGZoReX
** It was wasting CPU power as cell-level locking is not needed. ** Our multithreading is on map-level, not cell-level. ** CellLock was just a 'proxy' between Cell and CellPair and in some cases carried redundant data. ** Some minor cleanup in Cell::Visit/Map::Visit. --HG-- branch : trunk
2010-01-23* Partly revert [7173]. The log call is useful - "CRASH ALERT" part removed.XTZGZoReX
--HG-- branch : trunk
2010-01-23Remove useless spam at core boot. I have never seen, nor heard of a script ↵arcanzic
not assigned to a npc, crashing the core. --HG-- branch : trunk
2010-01-23Fix some crashes linked to gurgthock summonTrazom62
Fixes issue #440. Fixes issue #441. --HG-- branch : trunk
2010-01-23Mergethenecromancer
--HG-- branch : trunk
2010-01-23Fix Script Naxxramass/Anub'Rekhan. Thanks scarymovie87.Trazom62
Fixes issue #141. Fixes issue #305. - Fix some timers - Implements Berserk ability after 10 minutes - Fixed spawning method for Crypt Guardians - Fix spawn of Corpse Scarabs on player or crypt guardian death. - code cleanup --HG-- branch : trunk
2010-01-23Remove Battle Shout/Blessing of Might hackthenecromancer
Add table holding stacking masks for non-target/caster related stacking rules Aura bounce check is still to be done --HG-- branch : trunk