aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2010-01-23Fix Unrelenting Assault applying debuff to non-player targetthenecromancer
--HG-- branch : trunk
2010-01-23Apply SPELLMOD_COST in takeRunePower() ( replacement for removed hack in ↵thenecromancer
previous commit ) --HG-- branch : trunk
2010-01-23Fix Empowered Rune Weaponthenecromancer
Cleanup cast flags --HG-- branch : trunk
2010-01-23Apply armor reduction for physical attacks before other calculations ( for ↵thenecromancer
correct block amount and etc..) --HG-- branch : trunk
2010-01-23Mergethenecromancer
--HG-- branch : trunk
2010-01-23Implement QueryResult_AutoPtr type which is ACE's reference counted ↵Anubisss
auto_ptr(ACE_Refcounted_Auto_Ptr) for QueryResult pointers. Use this auto_ptr for every DB queries(except QueryNamedResult yet). This patch guarantees NO memory leaks from QueryResult pointers. Thanks to raczman for the idea and for the helping to make this patch. --HG-- branch : trunk
2010-01-23Fix Crash in boss_gluthAI::UpdateAI.Trazom62
Fixes issue #442. Thanks JuliuSZS for pre-diagnose --HG-- branch : trunk
2010-01-23*Remove Death runes from Reaping/Blood of the North/Death Rune Mastery when ↵QAston
talent aura is removed. --HG-- branch : trunk
2010-01-22*Prevent assertion fail in Unit::_AddAura after creature add to remove list.QAston
--HG-- branch : trunk
2010-01-22Fix irand(min,max) usage (min shall always be lower than max)Trazom62
--HG-- branch : trunk
2010-01-22*Run grid searches for area auras every 500ms instead of every unit updateQAston
*Fix a stupid typo which caused memory leak in Unit::RemoveOwnedAura --HG-- branch : trunk
2010-01-21* mergeBrian
--HG-- branch : trunk
2010-01-21* Backed out changeset c7c6faf26cbdBrian
* A different solution to damage will be implemented * You will need data from your DB provider if you don't have a backup --HG-- branch : trunk
2010-01-21Fix EffectSendEvent to work if target is GO or Unit.Trazom62
--HG-- branch : trunk
2010-01-21Fix Script Naxxramass Thaddius/Stalagg/FeugenTrazom62
- Stalagg and Feugen respawn if the other adds not dead within 5 sec. - Thaddius start combat timers as soon as both are killed. - Fix Thaddius flags after a crash - Fix global variables used for adds alive flag. --HG-- branch : trunk
2010-01-21Change temp threat aura mods to use temp threat modifier instead of ↵thenecromancer
"asisting" it's threat value over all references. --HG-- branch : trunk
2010-01-21Do not apply SPELL_AURA_MOD_THREAT to negative threat changes (Eg. let Feint ↵thenecromancer
and alikes apply full effect) --HG-- branch : trunk
2010-01-21Send all 24 bits of spell Id for vehicle spell actionsthenecromancer
--HG-- branch : trunk
2010-01-21* Add support for basedmg and baserangeddmg values in creature_classlevelstats.win32
* Remove mindmg, maxdmg, attackpower and ranged field in creature_template and add Dmg_Mod, Rangeddmg_Mod field. --HG-- branch : trunk
2010-01-21So much for my fix-without-compile skills. :(XTZGZoReX
(inb4 scores) --HG-- branch : trunk
2010-01-21* Removed unnecessary query.XTZGZoReX
--HG-- branch : trunk
2010-01-21Implement minimal arena team size for some items arena rating requirements.win32
Autor LordJZ. --HG-- branch : trunk
2010-01-21Implement new commands for add/remove/lookup titles.win32
Autor Vladimir. --HG-- branch : trunk
2010-01-21restore work scripts in *nix systemwin32
--HG-- branch : trunk
2010-01-21Fix SPELLMOD_PCT spell mods to stack in a truly multiplicative wayXanadu
--HG-- branch : trunk
2010-01-21Fix build.Xanadu
--HG-- branch : trunk
2010-01-20* Restore Dalaran no fly zone lost in last commitBrian
--HG-- branch : trunk
2010-01-20* Wintergrasp removal -- part 4: "How deep does the cancer run?"Brian
--HG-- branch : trunk
2010-01-20Merge.Anubisss
--HG-- branch : trunk
2010-01-20Fix a memory leak in AddonMgr::LoadFromDB(). This not leaks _yet_ because ↵Anubisss
that function not used anywhere(if my eyez are right) but in the future can leaks. --HG-- branch : trunk
2010-01-20Allow spells with effect mechanic to allow apply other effects when effect ↵thenecromancer
with mechanic would be fail due to effect/state immunity. --HG-- branch : trunk
2010-01-20Change GetSpellSpecific() to have SpellEntry argument instead of ID, this ↵thenecromancer
saves lookups in spellstore for entries we already have. --HG-- branch : trunk
2010-01-20Fix pass/need opcodethenecromancer
--HG-- branch : trunk
2010-01-20Change MOVE_RUN_BACK speed to match retail datathenecromancer
--HG-- branch : trunk
2010-01-20Fix Script Naxxramass/Loatheb: timers updates. Thanks scarymovie87.Trazom62
Fixes issue #183. --HG-- branch : trunk
2010-01-20Fix .account password command that failed when username not in upppercase in DBTrazom62
--HG-- branch : trunk
2010-01-20Fix .server shutdown commandTrazom62
--HG-- branch : trunk