aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-31Core/Dungeon Finder: Add LFG roles of group members in LFG logsjackpoz
This changes logs like "(1|18)" to "(1 Healer, Dps|18 Tank, Healer, Dps)"
2015-08-31DB/Creature: Kvaldir RaiderKillyana
Closes #15390
2015-08-30DB/Misc: Move some wotlk spawns to proper rangeAokromes
2015-08-30Merge pull request #15385 from Tonghost/3.3.5joschiwald
Core/Scripts: Remove duplicate code
2015-08-30Core/Scripts: Remove duplicate codeIncorrect
2015-08-29DB/Conditions: Fix conditions for Mortar and Fire CannonKillyana
Author: @joschiwald Closes #15080
2015-08-29DB/Misc: Fix Rookery Whelp unit flagKillyana
Fix Crazed Mana Surge casting Loose Mana on death Fix PrevQuest for Replenishing the Healing Crystals Add some missing spawns to Ghostlands Fix some issues on Utgarde Pinnacle Disable health regen for Guard Roberts Closes #15276 Closes #15286 Closes #15343 Closes #15348 Update #15362 Closes #15355 Thanks to @Pirricli @KiHeij @jududdar @pete318 @Tauriella @MrSmite
2015-08-29DB/Quest: The Brothers BronzebeardKillyana
Closes #9889 Thanks to @StormBytePP for fixing the Vehicle issue on https://github.com/TrinityCore/TrinityCore/commit/ac2845ee77d0f3e838267ad424fbcf4894040333
2015-08-29Scripts/BWL: cleanup instancescriptjoschiwald
2015-08-29DB/Misc: Add missing spawns on Howling FjordKillyana
Improve some vehicles behavior Improve some SAI Thanks to @Pitcrawler for the scripts
2015-08-29Scripts/Ulduar: fixed sara get killed by guardians of yogg saronjoschiwald
2015-08-29Core/Unit: Prevent AoE damage to have effect in some cases when faction is ↵StormBytePP
unfriendly but they don't attack you and you don't have at war enabled (Example, Sporaggar faction) Fixes #15374
2015-08-29DB/quest: The Ancient Armor of the KvaldirKillyana
closes #11154 Vehicle issue fixed on #15376 By @StormBytePP
2015-08-29Core/Vehicles: Fix CanEnterOrExit by implying that if a vehicle seat have ↵StormBytePP
anim for enter/ride means it can be entered/exited even in cases where it lacks VEHICLE_SEAT_FLAG_CAN_ENTER_OR_EXIT flag Fixes issues #13298, #8195, #7468, #1290
2015-08-27DB/Conditions: Simplify the conditions for Kael'thas Ressurection spellNyeriah
Sorry for the oversight, thanks @joschiwald
2015-08-27DB/Conditions: Missing spell target conditions for Kael'thas advisor ↵Nyeriah
Ressurection spell
2015-08-27Core/Spells: Skip spell category additional cooldown check added in ↵jackpoz
43e8c841f5357a6cf41cdb8ed5e496019f14a16a for SPELL_CATEGORY_FOOD. Workaround for #15278 till spell cooldown system properly supports spells with spell category triggering spells with same spell category. Fixes #15278.
2015-08-27Merge pull request #15347 from StormBytePP/3.3.5_fix_dismounting_when_over_waterStormBytePP
Core/Unit: Do not remove aura with interrupt flag AURA_INTERRUPT_FLAG_NOT_UNDERWATER when already flying
2015-08-26Core/Battleground: Fix issue reported by static analysisjackpoz
Coverity defect IDs: 1193415
2015-08-26Core/Battleground: Fix "Call to Arms: Isle of Conquest!" not giving Holiday ↵jackpoz
Weekend honor
2015-08-26Scripts/Commands: Add taxinodes cheat status toduhow
* Some cleanup Closes #15065
2015-08-25DB/Misc: Enable achievement The Culling of TimeAokromes
By sirikfoll.
2015-08-25DB/Creature: Ulduar - Seeping Essence does not deal damage on 10man difficultyAokromes
By LuqJensen, closes #15165
2015-08-25Scripts/VioletHold: Fix correct boss erekem repeat time intervalStormBytePP
Updates coverity issue #1318019
2015-08-24Scripts/VioletHold: Fix issue reported by static analysisjackpoz
Coverity defect IDs: 1318019
2015-08-24Core/Unit: Do not remove aura with interrupt flag ↵StormBytePP
AURA_INTERRUPT_FLAG_NOT_UNDERWATER when already flying
2015-08-24Scripts/VioletHold: Fix crash in Xevozz boss fightjackpoz
Fix crash happening during Xevozz boss fight caused by passing a local list by reference to a lambda expression Closes #15345
2015-08-24Core/BuildSystem: Merged crypto and gitrevision into common, cleaned include ↵StormBytePP
directory lists (to mimic 6.x buildsystem)
2015-08-23Merge pull request #15327 from Trisjdc/fix_rest_stateDavid Carlos Manuelda
Core/Players: Improve rest state handling, allow several rest states to be active
2015-08-23Scripts/Build: Fixed noPCH compileStormBytePP
2015-08-23Scripts/VioletHold: rewrote the whole instancejoschiwald
thanks @MitchesD for help
2015-08-23Core/Players: Improve rest state handling, allow several rest states to be ↵Trisjdc
active Fixes https://github.com/TrinityCore/TrinityCore/issues/15325
2015-08-22Core/Scripts: Fix noPCH compileStormBytePP
2015-08-22Scripts/OnyxiasLair: Force Onyxia to enter evade mode if pulled out of her roomNyeriah
2015-08-22DB/Misc: Typo fixAokromes
2015-08-21Scripts\MoltenCore: Disable Ragnaros' combat movementNyeriah
2015-08-21Scripts/TheEye: Update Kael'thas Sunstrider's scriptNyeriah
Closes #4180 Closes #4181 Closes #8479 Updates #1885
2015-08-21Merge pull request #15318 from ↵Carbenium
StormBytePP/3.3.5_fix_possible_nullpointer_dereference Core/Misc: Added checks for procSpell nullptr cases
2015-08-21Script/Commands: Add new "debug loadcells" commandjackpoz
Closes #15292
2015-08-21DB/Misc: Add a missing item to loot of Bag of Fishing TreasuresDr-J
http://www.wowhead.com/item=54469/blank-slate#contained-in-item
2015-08-21Build fixesShauren
Conflicts: src/server/game/Handlers/ItemHandler.cpp
2015-08-20Core/Misc: Added checks for procSpell nullptr casesStormBytePP
Fixes Coverity Defect ID: 1023036
2015-08-20Merge pull request #15314 from ↵jackpoz
StormBytePP/3.3.5_bitshift_undefined_behaviour_fix Core/Build: Fixed bitshift undefined behavior
2015-08-20Core/Misc: Fix issues reported by static analysisjackpoz
Coverity defect IDs: 1316687, 1316688
2015-08-20Core/Build: Fixed bitshift undefined behaviorStormBytePP
Coverity defect ID: 1193414
2015-08-17Scripts/Ulduar: fixed hodir kill creditjoschiwald
Closes #15303
2015-08-17Build/Cmake: Fix a typo in common's CMakeLists.txtDDuarte
2015-08-16Merge pull request #15297 from StormBytePP/3.3.5_rename_Revision.hjackpoz
Core/Build: Renamed Revision.h to GitRevision.h to avoid compile failure when old revision.h file is present
2015-08-16Core/Build: Renamed Revision.h to GitRevision.h to avoid compile failure ↵StormBytePP
when old revision.h file is present
2015-08-16Scripts/Misc: Replace some unsafe WorldObject* class members in scripts with ↵jackpoz
ObjectGuid Replace some unsafe WorldObject* class members and derived types in scripts with ObjectGuid. Code cleanup.