| Age | Commit message (Collapse) | Author |
|
|
|
Fixes https://github.com/TrinityCore/TrinityCore/issues/13246
|
|
Core/Scripts: Fix for issue #882
|
|
Gooyeth)
|
|
for the Barleybrews!"
|
|
|
|
https://github.com/TrinityCore/TrinityCore/issues/882#issuecomment-57065326
|
|
|
|
-Bark for T''chali''s Voodoo Brewery!"
|
|
Last issue to be fixed, fixes #12960
|
|
|
|
|
|
at death
...caused by the health percent multiplers used to check transitions
|
|
Move all InstanceScript initialization code from Initialize() to the constructor.
InstanceScript::Initialize() is now obsolete, please don't use it anymore. The only reason it's still in the sources is for backward compatibility.
|
|
Eighth batch of fixes targeting 80 issues reported by Coverity
|
|
* Fixed Deathbringer Saurfang faction
* Fixed Coldflame faction
|
|
Closes #13121
|
|
- Fix Quest "There and Back Again" (only Horde-side)
- Fix Quest "Now This is Ram Racing... Almost." (only Horde-side)
- Fix more spell mechanics for racing ram
To/Do: Fix gossips and some optimize
|
|
|
|
To/Do: Fix Quests and your lazy ass :/
|
|
Fixed remove aura "The Eye of Acherus" http://www.wowhead.com/spell=51852 after use "Recall Eye of Acherus" http://www.wowhead.com/spell=52694 .
Earlier, after using the player remained under the aura.
|
|
Remove outdated misleading example scripts not following anymore current TC codestyle and standards. Please refer to the wiki or forum for up to date examples and documentation.
|
|
Seventh batch of fixes targeting 100 issues reported by Coverity
|
|
cd48ee01c0b1465c5b07427bb6fe9baa57f053b9
Fix static analysis issues added in cd48ee01c0b1465c5b07427bb6fe9baa57f053b9 about uninitialized values and pointers possibly point to free'd memory being dereferenced.
In memory of all the developers who got banned from IRC in the process of fixing these issues.
|
|
|
|
|
|
Sixth batch of fixes targeting 100 issues reported by Coverity
|
|
Closes #13171
|
|
- Despawn minions on death/reset
- Misc clean up
|
|
|
|
(P.S.: That's why! @cs_misc.cpp)
|
|
|
|
clear code)
|
|
* fixed build
* apply tc codestyle to ObjectGuid class
* fixed warning
|
|
Ranges:
0 - Normal (Default)
1 - Area
2 - Zone
3 - Map
4 - World
Ref #13116
|
|
* converted Gal'Darah and Moorabi to BossAI
* add and correct some texts
* fixed altar activation spell visual
|
|
easier store guids and access its objects
|
|
Attempt to fix #13152 by properly casting between data types during damage calculations.
|
|
Updates https://github.com/TrinityCore/TrinityCore/issues/11418
|
|
Conflicts:
src/server/game/Entities/Player/Player.cpp
src/server/game/Entities/Player/Player.h
src/server/game/Scripting/MapScripts.cpp
src/server/scripts/Northrend/Naxxramas/instance_naxxramas.cpp
src/server/scripts/Northrend/Nexus/EyeOfEternity/instance_eye_of_eternity.cpp
src/server/scripts/Northrend/Nexus/Nexus/boss_anomalus.cpp
src/server/scripts/Northrend/Nexus/Nexus/boss_magus_telestra.cpp
src/server/scripts/Northrend/Nexus/Oculus/boss_varos.cpp
src/server/scripts/Northrend/Ulduar/HallsOfStone/halls_of_stone.cpp
src/server/scripts/Northrend/Ulduar/Ulduar/boss_auriaya.cpp
src/server/scripts/Northrend/Ulduar/Ulduar/boss_freya.cpp
src/server/scripts/Northrend/Ulduar/Ulduar/boss_hodir.cpp
src/server/scripts/Northrend/Ulduar/Ulduar/boss_ignis.cpp
src/server/scripts/Northrend/Ulduar/Ulduar/boss_razorscale.cpp
src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_skadi.cpp
src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_svala.cpp
src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_ymiron.cpp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class
Fixed compile for boss scripts starting with letters B, C and D
|
|
* This needs to be done manually since he's a summon.
Closes https://github.com/TrinityCore/TrinityCore/issues/10587
|
|
* Introduced GetGuidData/SetGuidData to store guids in instance scripts (GetData64/SetData64 are still there)
* CONDITION_INSTANCE_INFO: Changed existing DATA64 condition to GUID_DATA to preserve current use of this instance info type (most/all assume the data is a guid) and moved DATA64 to a different value - no db changes needed
* Fixed compile in boss scripts starting with letter A
|