aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2019-05-08Scripts/Icecrown Citadel: The Lich King's Last Stand quest kill credit (#23239)Demonid
Closes #8919
2019-05-08Core/Spells: make Four Horsemen debuffs negative (#23253)Trond B. Krokli
By Riztazz Closes #23248
2019-05-07Spell/Script: Throw Torch must hit only one targetKillyana
2019-05-07Core/Achievement: fix mistake related to ACHIEVEMENT_CRITERIA_TYPE_OWN_ITEM. ↵Wyrserth
(#23252)
2019-05-07Core/Achievement: correctly credit progress for skill-related achievements ↵Wyrserth
when learning a new skill. (#23249)
2019-05-07Core/Misc: Fix no-pch buildGiacomo Pozzoni
2019-05-06Core/Misc: Log Map name in assertsjackpoz
2019-05-06Core/Misc: Log Spell/Aura name in Spell/Auras assertsjackpoz
2019-05-05Core/Vehicles: Fix accessories disappearing on resetjackpoz
2019-05-04Core/Misc: Apply fatigue when flying toojackpoz
Fix #22856
2019-05-04Remove deprecated codeKillyana
2019-05-04Remove Deprecated codeKillyana
2019-05-03Core/Vehicles: Fix multiple vehicle join events on same seat (#23233)Giacomo Pozzoni
2019-05-02Core/Object: Range check vol. 2 (#23226)Jozef Dúc
* Core/Object: Fix all missing parts for #23062 * Update GameObject.cpp
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-30Quest/Script: Breakfast Of ChampionsKillyana
Set both Earthshaker Drum Events to 50%
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-22Scripts/Scarlet Enclave: Unworthy Initiate (#23195)Sorikoff
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
2019-04-19Core/Calendar: Improve calendar timezone handlingjackpoz
Improve calendar timezone handling by at least creating events with the correct time if both client and server are in the same timezone. There is currently no information received from the client about in which timezone it is.
2019-04-17Core/SmartScripts: Implement SMART_ACTION_PLAY_CINEMATICAokromes
By Malcrom