aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-02Core/Scripts: Fix Skadi dismount issuesirikfoll
Closes #23005
2019-05-02Scripts/Spells: Fix implementation of #22332 (#23228)Giacomo Pozzoni
Change the way #22332 moved spell damage calculations from SpellEffectDMG to scripts, using OnEffectLaunchTarget and SetEffectValue instead
2019-05-01Core/LFG: Remove dungeon cooldown when completing random dungeonsjackpoz
2019-05-01Core/Creature: couple refactors/renamingccrs
2019-04-30DB/Loot: White Tuxedo ShirtPolarCookie
Closes #23223
2019-04-30DB/Quest: The CallingZenoX92
Closes #23222
2019-04-30DB/Creature: A some missing aurasKillyana
By ZenoX92 and AnonXS from https://github.com/cmangos/tbc-db/commit/33b6252f8ce395fdefe16399568cbca3ffe87f37 Closes #23221
2019-04-30DB/Creature: Prince ThunderaanZenoX92
Closes #23220
2019-04-30DB/Gossip: Highlord DemitrianZenoX92
Closes #23219
2019-04-30DB/SAI: Isle of SpearsSorikoff
Closes #23217 Closes #23218
2019-04-30DB/Quest: Quest Emotes (Silithus)ZenoX92
Closes #23214
2019-04-30DB/Quest: Securing the Supply LinesZenoX92
Closes #23213
2019-04-30Quest/Script: Breakfast Of ChampionsKillyana
Set both Earthshaker Drum Events to 50%
2019-04-29DB: Revert Mysterious Snow Mound spawns as handled by spell scriptKillyana
2019-04-29TypoKillyana
2019-04-29DB/Creature: Mysterious Snow MoundKillyana
2019-04-29DB/Creature: Deathless WatcherKillyana
2019-04-29Core/Object: re-change faction template related logsccrs
2019-04-28Core/Misc: standarize a couple logsccrs
2019-04-28Core/Commands: Fix heap-use-after-free in ".ticket delete" commandjackpoz
Reported by Address Sanitizer
2019-04-28Core/Misc: Fix *nix buildjackpoz
2019-04-28Core/Pet: Change assert to error logjackpoz
Change assert added in 43dec9e4d0b6f7da3c2051624742e9fb8a9bcb31 to error log since charmed creatures lose their AI until next map update
2019-04-28Core/CrashHandler: Update placeholder textjackpoz
2019-04-28Core/CrashHandler: Remove sensible data from crashlogsjackpoz
2019-04-28Core/Misc: Fixed -Wcast-function-type warningShauren
2019-04-28Core/Misc: Fix some GCC 8 warningsjackpoz
2019-04-28Core/MMaps: Revert PATHFIND_INCOMPLETE handling change in ↵jackpoz
ChaseMovementGenerator in 386b5a6fd948b4866cbd9a8a9892e8777922e9c9 since the current hp reset code in Creature::Update() will reset the hp of bosses as soon as CanNotReachTarget() is true. In case of boss mechanics like Abub'Rekhan at Naxx where the boss throws the player in the air, a PATHFIND_INCOMPLETE path is returned. The code in Creature::Update() should be modified to wait a few seconds before resetting the hp. PATHFIND_NOPATH / PATHFIND_INCOMPLETE don't really mean that the Creature can't attack the player anyway either.
2019-04-27Core/Scripts: Rename recent GameObject spell overloads to fix GCC warningsjackpoz
Rename recent GameObject spell overloads (they used to accept only Unit as parameters) to fix GCC warnings about partial function override.
2019-04-27Scripts/Commands: Add .debug asan commandsjackpoz
Add ".debug asan memoryleak" and ".debug asan outofbounds" commands to trigger Address Sanitizer warnings at runtime (or other dynamic analysis tools)
2019-04-27Shared/Metric: Fix a rare memory leakjackpoz
Fix a memory leak in Metric happening only when enabling/disabling Metric from configs at runtime, leaking the metric added between last SendBatch() call and the ScheduleSend() call in the same function. The only way to reproduce this is to actually freeze the thread calling SendBatch(), disable metric, reload config, unfreeze the thread.
2019-04-27Scripts/Guards: Fix infinite loop in npc_air_force_botsjackpoz
Fix infinite loop in npc_air_force_bots happening when aura 38067 was removed, triggering MoveInLineOfSight() that would add back the aura. Only 1 aura add/remove for guard for player is allowed now.
2019-04-27Core/Commands: Fix .cheat god command letting you diejackpoz
Fix .cheat god command still letting you die with Area Aura like Slime near Thaddius, broken since 777b287dff8bce806849a26d59fe40f864c385ed
2019-04-27Core/Maps: Fix crash caused by setActive(false) called after DespawnOrUnsummon()jackpoz
Fix crash caused by WorldObject::setActive(false) called after WorldObject::DespawnOrUnsummon() happening because the WorldObject would be set as not active but then Map::RemoveFromActiveHelper() would not be called because of not being in world anymore. Whenever setActive() gets desync'd with what Map actually contains a rare crash would happen since Map only reads a few values of the active WorldObject, making it hard to reproduce. If this happens again some ASSERT calls should be added (or a check in Map::RemoveFromMap() could be added about if the WorldObject is in Map::m_activeNonPlayers container).
2019-04-25Core: Restore reset in EscortAI::InitializeAI (#23197)Killyana
Closes #23008
2019-04-24Core/Object: Range check (#23179)Jozef Dúc
* Should solve #23062. All credits to @xvwyh * Remove unused variables * Remove unused variable * Cast int32 to uint32 * Remove G3D headers from core header file * Change door distance * Update GameObject.cpp Add newline * Update GameObject.h Indentation
2019-04-24Core/GameObject: Code cleanupjackpoz
2019-04-24Core/GameObject: Remove summoned gobs properly from the map without ↵Killyana
effecting other cases Ref https://github.com/TrinityCore/TrinityCore/commit/0e8e3828f48120629b642d0de1db704fd0bb86cb Ref #23115
2019-04-24Scripts/Commands: add some missing checks for .guild create command (#23201)ForesterDev
* Core/Conditions: implement CONDITION_GAMEMASTER * Scripts/Commands: add some missing checks for .guild create command
2019-04-24Scripts/Trial of the Crusader: Fixed Resilience will Fix achievementKeader
Broken by 2362e9c79410c689afc10266b94f7e78c88bbddc
2019-04-23IndentationKillyana
2019-04-23IndentationKillyana
2019-04-23Core/GameObject: Delete summoned gobs and DestroyForNearbyPlayers gobs ↵Killyana
spawned with negative spawn time once the gob is deactivated
2019-04-22DB/Quest: Fix text and orientation target for the quest Cleansing Drak'TharonKillyana
2019-04-22DB/Quest: Field DutyZenoX92
Ref #23162
2019-04-22DB/Misc: The Edunes EventZenoX92
Closes #23194
2019-04-22Scripts/Scarlet Enclave: Unworthy Initiate (#23195)Sorikoff
2019-04-21DB/GameObject: Harbinger of the Second TrialKillyana
Restore original data3: Time in ms before the initial state is restored, and remove the manual despawn as it's called once the gob change state
2019-04-21Scripts: Minor improvements to recently migrated scripts (#23189)Sorikoff
Ref: 2cfaeb14004cfbb5500855472ad89ab9238df13d
2019-04-21Scripts/Spells: Fixed a console error inspell_dru_lifebloomKeader
Closes #23192
2019-04-21Core/conf: conf.dist typo & grammar corrections (#23190)Trond B. Krokli
- Typo and spelling corrections - Grammar corrections, English grammar - Minor adjustments in example code readability - Capitalization adjustments to keep consistency with existing idioms, phrases and concepts