aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-09-01Core/Dungeon Finder: Remove disconnected players from LFG queuejackpoz
Fix LFG queue issues by removing disconnected players from LFG queue and their party with them.
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-30Core/Scripts: Remove duplicate codeIncorrect
2015-08-29DB/World schema backport: quest_details, quest_request_items and ↵ShinDarth
quest_offer_reward tables
2015-08-29Scripts/BWL: cleanup instancescriptjoschiwald
2015-08-29DB/World schema backport: sort quest_template fields 6.x styleShinDarth
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-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-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-26Scripts/Commands: Add taxinodes cheat status toduhow
* Some cleanup Closes #15065
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-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-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-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.
2015-08-16Core/BuildSystem: Merge collision, debugging, threading, utilities and ↵StormBytePP
configuration into "common" which does not depend on shared anymore and moved database out of shared library These changes enables to build tools only without even having MySQL installed
2015-08-16Build fix for WheatyExceptionReport, c++ exceptions must not be thrown in ↵Shauren
SEH handlers
2015-08-16Core/Build: Removed obsolete SystemConfig.h and made genrev be part of ↵StormBytePP
shared library, which allows cache hits to happen more likely
2015-08-16Add a missing include of d5cf594bfe91ff22175c6e344b23b95cdbcc8a3cDDuarte
2015-08-16Fix build warnings addded in d5cf594bfe91ff22175c6e344b23b95cdbcc8a3cDDuarte
2015-08-16Core/Logging: Refactored appender creation to allow using logging without ↵Shauren
mysql dependency in tools (future task) Conflicts: src/server/bnetserver/Main.cpp src/server/worldserver/Main.cpp
2015-08-15Merge pull request #15156 from LuqJensen/Ice-barrierjoschiwald
Core/Spells: Fix Shattered Barrier triggering on dispel
2015-08-15Core/Achievement: Fix Save The DayLaintime
Closes #15202 Closes #15211
2015-08-15Core/Object: Add changes to ObjectGuid from 6.xDDuarte
copy and move cctor assignment and assig move operators Ref 81abfe93bb96e5a769dc855f06fdc7578b352b39 and 89a8a7e1a4bdc22d2da17b1a3bf34fd52bf87e85
2015-08-12Core/Spells: Fix potions exploitjackpoz
Fix an exploit that allowed to consume different potions even if they share the same cooldown. Closes #15265
2015-08-12Core/Misc: Add a few consts to methodsIncorrect
2015-08-12Core/Misc: Remove unneeded ToCreature() castsjackpoz
Remove some ToCreature() casts not needed anymore after 1ee90e1022a235859316e55356ea8a3d2f456c9b changes that moved IsPet(), IsTotem(), IsSummon(), IsGuardian(), IsHunterPet() and IsVehicle() from Creature to Unit
2015-08-12Core/Misc: Remove unneeded ToCreature() castsjackpoz
Remove some ToCreature() casts not needed anymore after 1ee90e1022a235859316e55356ea8a3d2f456c9b changes that moved IsPet() from Creature to Unit