aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-26Core/Loot: Fixed resaving looted items from containersShauren
Closes #15299
2016-05-26Core/Spells: Implemented SPELL_ATTR1_DISMISS_PETShauren
Closes #7372
2016-05-26Merge remote-tracking branch 'Golrag/LoS_object_size' into 3.3.5 (PR #15807)treeston
2016-05-26Core: updated creature type flags enum (#17128)ForesterDev
Core/Misc: Update CreatureTypeFlags enum according to TrinityCoreWiki
2016-05-26DB/Creature: Cabal Ritualists don't cast Crystal ChannelAokromes
By Saben65, closes #16986
2016-05-26DB/gameobject: missing localization for Deathknell signsAokromes
By lyn1337, closes #17135
2016-05-25Conditions/ConditionMgr: Add a comment so MitchesD can go away.treeston
2016-05-25* DB/Graveyards: Added a comment field to describe the graveyards in ↵Aokromes
`graveyard_zone`
2016-05-25DB/Misc: Fix startup errorAokromes
2016-05-24Core/Containers: Warning fixes and RandomResizeList with predicate optimizationShauren
2016-05-24Core/Spells: Fixed Eclipse after recent proc cooldown changesShauren
Closes #17166
2016-05-24DB/Object: Add missing object spawns in Ghostlands & Eversong WoodsKittnz
Bonfire, Cauldron & Campfire
2016-05-23DB/Creature: Add missing creature spawns in Ghostlands & Eversong WoodsKittnz
Added the following NPC's : Toad, Snake, Frog, Lesser Scourgebat, Greater Spindleweb, Ghostclaw Ravager, Ghostclaw Lynx, Vampiric Mistbat, Whitetail Frenzy, Yellowgill Frenzy, Rabbit, Feral Dragonhawk Hatchling, Springpaw Stalker, Crazed Dragonhawk, Ghostlands Guardian, Spider
2016-05-23Update CMakeLists.txtAokromes
2016-05-20Core/Auras: Fixed cooldowns for procs calling PreventDefaultAction() in aura ↵Shauren
proc script * This also fixes proc cooldows unneccessarily being sent to client * Also removes the need for cooldown hacks when the proc trigger is selected randomly like for Deathbringer's Will
2016-05-20Fix sql nameShauren
2016-05-20Core/Spells: Proc handler script converions (#17122)mik1893
* Blazing Speed (Mage) * Blessed Recovery (Priest) * Druid Forms Trinket * Idol Of Mutilation * Nature's Guardian (Shaman) * Nether Protection (Warlock) * Piercing Shots and Bonus 4P T9 Hunter * Lightning Shield (Shaman) * Acclimation (DK) * Move DK T10 4P Melee Bonus * Move DK Improved Blood Presence triggered heal (DK) * Rogue T10 2P Bonus * Illumination (Paladin) * Soul Preserver * Death Choice trinket * stack trinket scripts (ToC25 Caster Trinket, Lightning Capacitor, Thunder Capacitor) * Battle Experience (ICC - Gunship) * Blood Reserve (enchant proc) * Darkmoon Card Greatness * Charm of the Amani Witch Doctor * Mana Drain
2016-05-18Core/Spells Make certain spells (e.g. Mind Control) properly flag the caster ↵Alan Deutscher
for PvP (#17145) * This issue was caused by PvP-flagging being done calculated after the target's flag was turned off by becoming a pet.
2016-05-17Core/Auras: Implemented auras SPELL_AURA_PREVENT_DURABILITY_LOSS and ↵Shauren
SPELL_AURA_PREVENT_DURABILITY_LOSS_FROM_COMBAT (cherry picked from commit 17118f4832d527f160dc300a52db7ba6c255bce2)
2016-05-17Build: Updated boost required to 1.55Vincent-Michael
(cherry picked from commit fe61770036195c5d11d549e78b720448629ec3cd)
2016-05-17Core/Misc: Warning fixes (/W4)Shauren
(cherry picked from commit c9ba5ce591a8b4ef5dc0e73d0ce107b6acf5e969)
2016-05-17Core/Spells: Perform proc roll after all conditions passed to only consume ↵Shauren
spellmods when the aura is allowed to proc in the first place (cherry picked from commit 97d2fcf6a1fff3f8efe9982b7ca4f440437f918f)
2016-05-17Core/Spells: Fixed flat SPELLMOD_DAMAGE_MULTIPLIER calculationShauren
(cherry picked from commit 35ab476f1691870a67c8ede78e9c37618f6bd383)
2016-05-17Core/Spells: Fixed spell mod application orderShauren
Closes #10250 (cherry picked from commit 22dc8b6871cea5c1fb49f88dc61b0adeccd39abf)
2016-05-16Makes travis happyjoschiwald
2016-05-16Scripts/Freya: removed obsolete codejoschiwald
2016-05-15Core/Quests: Fixed issue reported by static analysisvincent-michael
Coverity defect ID: 1355241
2016-05-15Core/Spells: Fix Blood Tap activation when Blood Rune is in cooldown as ↵mik1893
Death Rune (#17132)
2016-05-15Core/Unit: Pet shouldn't be notified for DOT damage on the owner (#17133)mik1893
- Fix by @MrSmite - Closes #16894
2016-05-14Build/GCC: Enforce version 4.7.2Vincent-Michael
(cherry picked from commit ede8f0ca0a28d059c1356c6970ac87f53c72a424)
2016-05-14Build: Added 1.61 Boost version to FindBoostVincent-Michael
(cherry picked from commit e43b871137e4b6063e62a5945dd9cbc9f70def4e)
2016-05-14Core/Cinematic: Optimize cinematic loadingr00ty-tc
- Remove pointless cast string->char*->string
2016-05-14Coverity: Correct two static analysis catchesr00ty-tc
#1355242 - Uninitialized scalar field #1355240 Resource leak in object
2016-05-14Seriously, who doesn't support std::string instead of char* in 2016?treeston
2016-05-14Add a LOG_WARN when attempting to summon a non-existing summon group.treeston
2016-05-13Merge pull request #17037 from Keader/TargetedMovementGeneratorFixTreeston
Core/Movement: Fix issues where creatures cancel spell casts chasing target and Implement SPELL_ATTR5_CAN_CHANNEL_WHEN_MOVING
2016-05-13Allow BossAI::_DespawnAtEvade to work on creatures other than the boss ↵treeston
itself (optional argument).
2016-05-13Core/Scripts: Added reasonable default params to ↵treeston
GetCreatureListWithEntryInGrid/GetGameObjectListWithEntryInGrid for ease of use. Also, entry = 0 means no filter now, since we lacked an easy way to get a list of all creatures in grid.
2016-05-12This discussion is more effort than it takes to change it.treeston
2016-05-12Core/AI: Add DoCastSelf helper.treeston
(I have no idea why I never bothered to do this before, really. It had crossed my mind a few times.)
2016-05-12Too many damn stars in that damn argument list.treeston
2016-05-11Core/Movement: Fix issues where creatures cancel spell casts chasing target ↵Nawuko
and Implement SPELL_ATTR5_CAN_CHANNEL_WHEN_MOVING
2016-05-11Creature/CreatureAI:treeston
- Default range for DoZoneInCombat: 50.0f -> 250.0f. - Add optional second arg to SummonList::DoZoneInCombat to specify range. - Also a bunch of random NULL -> nullptr cleanup.
2016-05-11SQL fixShauren
2016-05-11Build fixShauren
2016-05-11Core/Auras: Renamed fields of SpellProcEntry structure and change types to ↵Shauren
more appropriate ones
2016-05-11Core/Maps - Improvements to Cinematic functionr00ty-tc
- Moves to own class for reading, storage and player subclass - Proper destruction handling for player (ensure cinematic is ended) - Timeout for cinematic if it reaches past the end without completing - boost::filesystem::path used for path/filename transform - Correct for assert trigger under certain circumstances - Other changes previously suggested
2016-05-11Merge branch '3.3.5-commandfixes' into 3.3.5 (PR #16335)treeston
2016-05-10Core/Game: Remove some unnecessary export macrosNaios
2016-05-10Revert "GitHub: Add the linking model to the issue template"Naios
* There are not that much issues as expected which are related to the linking model, so this isn't needed for every issue that is created anymore. This reverts commit b91bed017bb59e1783330f61a48a8d2b3af857cf. (cherry picked from commit 7e8808d78c66c492039830fd5f9cee8c224036ff)