aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-18Fix crashed caused by using openssl from multiple threads simultanously.QAston
Note that this doesn't make BigNumber class threadsafe - it never was that way.
2013-08-18Fix BigNumber::AsByteArray function by returning Auto_Ptr.QAston
Remove mutex from BigNumber class - it didn't do what it was advertised to do - consider using the "locked" array outside of the function in which it was "locked".
2013-08-18Core: Fix a bug in BigNumber::SetBinaryQAston
2013-08-18Core: Fix a bug in BigNumber::SetQwordQAston
2013-08-18Core/Players: Do not add banned characters to _legitCharacters containerShauren
2013-08-18Core: Fix warningsVincent-Michael
2013-08-18Scripted/Misc: Remove some whitespaceVincent-Michael
2013-08-18Misc: replace Unit::GetPlayer with ObjectAccessor::GetPlayer and some ↵joschiwald
cosmetic changes
2013-08-18Core/Spells: Fix hunter T7 4P BonusVincent-Michael
Closes #8320
2013-08-17Core/Misc: Implemented GetObjectScale functionVincent-Michael
2013-08-17[DB/MISC] Spawn entry for TEMP Blackhoof Village WindmillFilip
2013-08-18Fix typo in commit 7c7f19228e7a562f225c717215fd34dfcaf5b35aWishToDie
2013-08-17Core/Scripts: Placeholders for instances Maraudon and Dire Maul.w1sht0l1v3
It is needed for Random Dungeon Finder credit.
2013-08-17Core/Scripts: Placeholders for instances The Slave Pens and The Underbog.w1sht0l1v3
It is needed for Random Dungeon Finder credit.
2013-08-17[DB/MISC] Appropriate GO idFilip
2013-08-17Core/Scripts: Placeholder for instance Ragefire Chasm.w1sht0l1v3
It is needed for Random Dungeon Finder credit.
2013-08-17Core/Scripts: Placeholder for instance The Stockade.w1sht0l1v3
It is needed for Random Dungeon Finder credit. Correct entry for last encounter in the instance.
2013-08-17Core/Spells: move spell resistance calculation into separate function (and ↵joschiwald
some cosmetic changes) Ref #7254
2013-08-16[DB/SAI]: Unleash the Raptors (11147)Filip
Fixes #9728
2013-08-16Merge pull request #10553 from MitchesD/creature_addonFilip
DB/Creature: Add missing creature_addon
2013-08-16DB/Creature: Add missing creature_addonMitchesD
2013-08-16DB Error fixes.Filip
2013-08-16[DB/SAI]: Digging Through Bones (10922)Filip
Fixes #3231
2013-08-16Scripts/DrakTharonKeep: update Tharon'JaMitchesD
- update Tharon Ja to BossAI - update one creature - cosmetic npc Closes #10524
2013-08-16Core/Spells: Fix deathknight gladiator glove bonusbetagan
Closes #512
2013-08-15Core/Spells: Fixed warrior T10 4p dps bonusShauren
Closes #493
2013-08-15Core/Spells: Fixed Execute rolling for procs twiceShauren
2013-08-15Core/Spells: Refactored SpellInfo::CalcCastTime() to prevent accidental mod ↵Shauren
charge losses caused by its incorrect usage
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 ↵Shauren
hooks, just how it is possible for separate effects
2013-08-15SQL: Add missing newline in 5890f95f7cd7a885b667fe9b5da2dceea22b9b81Vincent-Michael
2013-08-15[DB/SAI]: Lumber Hack (12050)Kirkhammett
2013-08-15Revert "Lumber Hack (12050)"Kirkhammett
This reverts commit 40ec7f7979cd65fccc6fe74c056688da4c4d47ce.
2013-08-15Lumber Hack (12050)Kirkhammett
Fixes #4560
2013-08-15Core/SmartAI: Implement SMART_TARGET_CLOSEST_FRIENDLY.Discover-
Parameter is distance to search for. Closes #10521
2013-08-15Core/SmartAI: Implement SMART_EVENT_FRIENDLY_HEALTH_PCT.Discover-
On current clean TDB, there are a total of 106 creatures using SMART_EVENT_FRIENDLY_HEALTH (non-PCT) which has a flat first parameter, but only 8 of these use the event correctly (and therefore only 8 of them actually work). Closes #10520
2013-08-15DB/commit: the mining is also useable for 434, thus removed the _335 tagZxBiohazardZx
2013-08-14DB/Gameobject: Spawn or respawn missing or bad spawned gameobjects "Coldwind ↵Vincent-Michael
Tree" / "Poster Knife"
2013-08-14Core/Spells: implemented SPELL_ATTR0_CU_TRIGGERED_BY_CASTER to correct some ↵joschiwald
triggered spells, which will wrongly triggered by target instead of caster Closes #1972
2013-08-14SQL: Fix import errorVincent-Michael
2013-08-14DB/Loot: while at it also did the mining veinsZxBiohazardZx
2013-08-14DB/Loot: Fix some horrible loot definitions for Herbalism, reworked ALL HerbsZxBiohazardZx
2013-08-14Core/Spells:joschiwald
- corrected structure of SMSG_PET_CAST_FAILED (fixes highlighted action buttons) - simplified spell focus check
2013-08-13Fix non-pch compileMachiavelli
2013-08-12Core/Vehicle: Fix spell focus check for vehicle casterVincent-Michael
2013-08-12Core/SAI: Additions to d0bde02b21241773c908c18adKirkhammett
Signed-off-by: Nay <dnpd.dd@gmail.com>
2013-08-12Core/Spells: Fix Rogue T10 4P bonusVincent-Michael
Closes #4153
2013-08-12DB/Spells: Fix Rune Strikejoschiwald
Closes #6514
2013-08-12Core/Battleground: Small code optimizationVincent-Michael
2013-08-11SQL: Fix import errorVincent-Michael