Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-01 | Core/Dungeon Finder: Remove disconnected players from LFG queue | jackpoz | |
Fix LFG queue issues by removing disconnected players from LFG queue and their party with them. | |||
2015-08-31 | Core/Dungeon Finder: Add LFG roles of group members in LFG logs | jackpoz | |
This changes logs like "(1|18)" to "(1 Healer, Dps|18 Tank, Healer, Dps)" | |||
2015-08-30 | Core/Scripts: Remove duplicate code | Incorrect | |
2015-08-29 | DB/World schema backport: quest_details, quest_request_items and ↵ | ShinDarth | |
quest_offer_reward tables | |||
2015-08-29 | Scripts/BWL: cleanup instancescript | joschiwald | |
2015-08-29 | DB/World schema backport: sort quest_template fields 6.x style | ShinDarth | |
2015-08-29 | Scripts/Ulduar: fixed sara get killed by guardians of yogg saron | joschiwald | |
2015-08-29 | Core/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-29 | Core/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-27 | Core/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-27 | Merge pull request #15347 from StormBytePP/3.3.5_fix_dismounting_when_over_water | StormBytePP | |
Core/Unit: Do not remove aura with interrupt flag AURA_INTERRUPT_FLAG_NOT_UNDERWATER when already flying | |||
2015-08-26 | Core/Battleground: Fix issue reported by static analysis | jackpoz | |
Coverity defect IDs: 1193415 | |||
2015-08-26 | Scripts/Commands: Add taxinodes cheat status to | duhow | |
* Some cleanup Closes #15065 | |||
2015-08-25 | Scripts/VioletHold: Fix correct boss erekem repeat time interval | StormBytePP | |
Updates coverity issue #1318019 | |||
2015-08-24 | Scripts/VioletHold: Fix issue reported by static analysis | jackpoz | |
Coverity defect IDs: 1318019 | |||
2015-08-24 | Core/Unit: Do not remove aura with interrupt flag ↵ | StormBytePP | |
AURA_INTERRUPT_FLAG_NOT_UNDERWATER when already flying | |||
2015-08-24 | Scripts/VioletHold: Fix crash in Xevozz boss fight | jackpoz | |
Fix crash happening during Xevozz boss fight caused by passing a local list by reference to a lambda expression Closes #15345 | |||
2015-08-24 | Core/BuildSystem: Merged crypto and gitrevision into common, cleaned include ↵ | StormBytePP | |
directory lists (to mimic 6.x buildsystem) | |||
2015-08-23 | Merge pull request #15327 from Trisjdc/fix_rest_state | David Carlos Manuelda | |
Core/Players: Improve rest state handling, allow several rest states to be active | |||
2015-08-23 | Scripts/Build: Fixed noPCH compile | StormBytePP | |
2015-08-23 | Scripts/VioletHold: rewrote the whole instance | joschiwald | |
thanks @MitchesD for help | |||
2015-08-23 | Core/Players: Improve rest state handling, allow several rest states to be ↵ | Trisjdc | |
active Fixes https://github.com/TrinityCore/TrinityCore/issues/15325 | |||
2015-08-22 | Core/Scripts: Fix noPCH compile | StormBytePP | |
2015-08-22 | Scripts/OnyxiasLair: Force Onyxia to enter evade mode if pulled out of her room | Nyeriah | |
2015-08-21 | Scripts\MoltenCore: Disable Ragnaros' combat movement | Nyeriah | |
2015-08-21 | Scripts/TheEye: Update Kael'thas Sunstrider's script | Nyeriah | |
Closes #4180 Closes #4181 Closes #8479 Updates #1885 | |||
2015-08-21 | Merge pull request #15318 from ↵ | Carbenium | |
StormBytePP/3.3.5_fix_possible_nullpointer_dereference Core/Misc: Added checks for procSpell nullptr cases | |||
2015-08-21 | Script/Commands: Add new "debug loadcells" command | jackpoz | |
Closes #15292 | |||
2015-08-21 | Build fixes | Shauren | |
Conflicts: src/server/game/Handlers/ItemHandler.cpp | |||
2015-08-20 | Core/Misc: Added checks for procSpell nullptr cases | StormBytePP | |
Fixes Coverity Defect ID: 1023036 | |||
2015-08-20 | Merge pull request #15314 from ↵ | jackpoz | |
StormBytePP/3.3.5_bitshift_undefined_behaviour_fix Core/Build: Fixed bitshift undefined behavior | |||
2015-08-20 | Core/Misc: Fix issues reported by static analysis | jackpoz | |
Coverity defect IDs: 1316687, 1316688 | |||
2015-08-20 | Core/Build: Fixed bitshift undefined behavior | StormBytePP | |
Coverity defect ID: 1193414 | |||
2015-08-17 | Scripts/Ulduar: fixed hodir kill credit | joschiwald | |
Closes #15303 | |||
2015-08-17 | Build/Cmake: Fix a typo in common's CMakeLists.txt | DDuarte | |
2015-08-16 | Core/Build: Renamed Revision.h to GitRevision.h to avoid compile failure ↵ | StormBytePP | |
when old revision.h file is present | |||
2015-08-16 | Scripts/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-16 | Core/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-16 | Build fix for WheatyExceptionReport, c++ exceptions must not be thrown in ↵ | Shauren | |
SEH handlers | |||
2015-08-16 | Core/Build: Removed obsolete SystemConfig.h and made genrev be part of ↵ | StormBytePP | |
shared library, which allows cache hits to happen more likely | |||
2015-08-16 | Add a missing include of d5cf594bfe91ff22175c6e344b23b95cdbcc8a3c | DDuarte | |
2015-08-16 | Fix build warnings addded in d5cf594bfe91ff22175c6e344b23b95cdbcc8a3c | DDuarte | |
2015-08-16 | Core/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-15 | Merge pull request #15156 from LuqJensen/Ice-barrier | joschiwald | |
Core/Spells: Fix Shattered Barrier triggering on dispel | |||
2015-08-15 | Core/Achievement: Fix Save The Day | Laintime | |
Closes #15202 Closes #15211 | |||
2015-08-15 | Core/Object: Add changes to ObjectGuid from 6.x | DDuarte | |
copy and move cctor assignment and assig move operators Ref 81abfe93bb96e5a769dc855f06fdc7578b352b39 and 89a8a7e1a4bdc22d2da17b1a3bf34fd52bf87e85 | |||
2015-08-12 | Core/Spells: Fix potions exploit | jackpoz | |
Fix an exploit that allowed to consume different potions even if they share the same cooldown. Closes #15265 | |||
2015-08-12 | Core/Misc: Add a few consts to methods | Incorrect | |
2015-08-12 | Core/Misc: Remove unneeded ToCreature() casts | jackpoz | |
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-12 | Core/Misc: Remove unneeded ToCreature() casts | jackpoz | |
Remove some ToCreature() casts not needed anymore after 1ee90e1022a235859316e55356ea8a3d2f456c9b changes that moved IsPet() from Creature to Unit |