aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Collapse)Author
2020-05-03Core/Movement: de832b6 followupccrs
lets keep that failsafe there, doesnt hurt
2020-05-03Core/Movement: modify MovementInform trigger condition & checks in ↵ccrs
FollowMovementGenerator ref #24552
2020-05-03Core/Spells: Relaxed aura exclusivity check to allow casting spells that ↵Shauren
have other, non-aura effects even if aura will not be applied Closes #24553
2020-05-03Core/GameObject: b0db728 followupccrs
2020-05-02Core/Movement: 0e2342c followupccrs
2020-05-02Build: fix nopchccrs
hey there
2020-05-02Core/Objects: fixed buildOvahlord
2020-05-02Core/Objects: use the static vmap check in MovePositionToFirstCollision for ↵Ovahlord
all path results to avoid falling below wmo surfaces when the mmap path returns unreliable data
2020-05-01Core/Spells: Fixed refreshing stat buff auras that have been improved by talentsShauren
Closes #24527
2020-05-01Core/Objects: further improvements for MovePositionToFirstCollision (#24523)Ovah
* Core/Objects: further improvements for MovePositionToFirstCollision * the PathGenerator will now normalize incomplete destinations as well * normalize destination positions before launching detour raycasts to get better direction data * exclude unwanted pathfinding results from further use to avoid unintended behaivior * Core/PathFinding: Split PATHFIND_FARFROMPOLY into PATHFIND_FARFROMPOLY_START and PATHFIND_FARFROMPOLY_END for start and end position Handle PATHFIND_FARFROMPOLY_END as valid in MovePositionToFirstCollision Co-authored-by: jackpoz <giacomopoz@gmail.com>
2020-04-30Item/Script: Remove unused script, related to the previous commitKillyana
Ref #24522
2020-04-30DB/Quest: Becoming a Spellfire Tailoroffl
Closes #24522
2020-04-29Core/Objects: optimize and improve MovePositionToFirstCollision resultsOvahlord
* removed redundant static LOS checks as they are covered by the mmap raycast prior to the check * removed unnecessary VMap height lookups to determine rapid falloffs as they are covered by the mmap raycast as well
2020-04-29Core/Player: add helper methods for PLAYER_FLAGS_DEVELOPER (#24511)ForesterDev
* Core/Player: add helper methods for PLAYER_FLAGS_DEVELOPER. Update .dev command to new command model * Rename _player -> player
2020-04-29Core/Spells: implement SMSG_MOUNT_RESULT and use it for transformed mounting ↵NoName
cases (#24507) cherry-pick from fb0d2ed2b96c314ea144b3524195ae96878e0079 Co-authored-by: Ovah <dreadkiller@gmx.de>
2020-04-29Core\GameObject: corrected check for IsWithinDistInMap (#24506)ForesterDev
2020-04-29Core/PathFinding: Fix buffer overflowjackpoz
2020-04-29Scripts/IcecrownCitadel: Adding IsAlive check to avoid possible crash in ↵NoName
Event (#24514)
2020-04-28Core/PacketIO: Send item flags in auction items for the lulz, its bugged in ↵Shauren
the client anyway
2020-04-28Core/AuctionHouse: Fixed auction mail subjects for items with random propertiesShauren
2020-04-28Warning fixShauren
2020-04-28Core/AuctionHouse: Fixed auction mail bodiesShauren
2020-04-28Core/Auras: Prevent getting negative scale with aurasShauren
Closes #24040
2020-04-28Core/Spells Fixed scroll stacking check when not targeting selfShauren
* Reuse code that removes non-stackable auras at apply to check before casting the spell to keep reagents/cast item
2020-04-28Core/Spells: Scrolls should not be consumed, when they fail to apply.FAQ
2020-04-28Remove tabs (ee5eace3c6d1fa489572c052daef4834e9c7f12c) (#24510)Gildor
2020-04-28DB/Pet: Lil' K.TKillyana
Ref #1364
2020-04-27Core/Vehicles: update the power display of vehicles before being added to ↵Ovahlord
world to avoid building unnecessary update_object packets right after spawning them
2020-04-27Core/DataStores: Use ResSicknessSpellID from ChrRaces instead of hardcoding ↵HelloKitty
it (#24504)
2020-04-27Core/PacketIO: Fixed crash in TogglePvP::ReadShauren
2020-04-26Scripts/Spells: Fixed Mages 2P T10 proc delay (#24496)Keader
2020-04-27DB/Pet: Toxic WastelingKillyana
Closes #12773
2020-04-26Core/PacketIO: updated CMSG_TOGGLE_PVP opcode (#24476)ForesterDev
* Core/PacketIO: updated CMSG_TOGGLE_PVP opcode * Use Optional<T>. Restore ApplyModFlag() code. * Fix no-pch build Co-authored-by: jackpoz <giacomopoz@gmail.com>
2020-04-26Core/Spells: Crystallize should not use DIMINISHING (#24502)NoName
and also correcting spelling in script by Rushor and wotlk-enthusiast
2020-04-26Game/AI: Implement new targettype SMART_TARGET_CLOSEST_UNSPAWNED_GAMEOBJECT ↵Rushor
(#24494) * Game/AI: Implement new targettype SMART_TARGET_CLOSEST_UNSPAWNED_GAMEOBJECT which allows to search for closest unspawned gameobjects * updates: https://github.com/TrinityCore/TrinityCore/issues/24067 * Game/AI: Implement new targettype SMART_TARGET_CLOSEST_UNSPAWNED_GAMEOBJECT which allows to search for closest unspawned gameobjects
2020-04-26Game/AI: Enable check for SMART_TARGET_GAMEOBJECT_RANGE (#24493)Rushor
* Thanks to joshwhedon * Updates: https://github.com/TrinityCore/TrinityCore/issues/24439
2020-04-26Core/GameObject: Remove linked traps when the main GameObject is remo… ↵Eridium
(#24480) * Core/GameObject: Remove linked traps when the main GameObject is removed from from the world * Indentation
2020-04-26Scripts/OnyxiasLair: Fix Onyxia Eruption spell (#24472)Gildor
2020-04-25Core/AI: Implemented OnSpellCastInterrupt and OnSuccessfulSpellCast hooksOvah
Ported from: 020825902c066cee532f1b9a24205c196da2662d and 1aa42e97a81e285fa34316ad9cfe9657865e3c35
2020-04-24Making travis happyKeader
2020-04-24Scripts/Black Temple: Fixed Reliquary of Souls after combat rewrite changes.Keader
Closes #23879 * Fixed combat start/evade issue * Fixed visual issue in Soul Release spell * Fixed some timers issue * Fixed some codestyle issues PS: Please, stop break my black temple babys.
2020-04-23Core/Database: fix wrong password logging (#24487)ForesterDev
2020-04-22Scripts/BWL: Fix crash in Razorgore encounterjackpoz
2020-04-22Game/SmartScripts: Reset counter in SAI only on Initialize. (#24489)Rushor
* Game/SmartScripts: Reset counter in SAI only on Initialize. * Game/SmartScripts: Reset counter in SAI only on Initialize.
2020-04-21Core/Spells: Fix assertion triggeredjackpoz
2020-04-21Core/Misc: Improve assert message with more detailShauren
2020-04-20Core/PacketIO: updated SMSG_CROSSED_INEBRIATION_THRESHOLD (#24475)ForesterDev
(cherry picked from commit 9f4e4b9546e5694bcf916a76a61b30cd02bf171a) # Conflicts: # src/server/game/Entities/Player/Player.cpp # src/server/game/Server/Packets/MiscPackets.cpp # src/server/game/Server/Packets/MiscPackets.h # src/server/game/Server/Protocol/Opcodes.cpp Co-authored-by: MitchesD <majklprofik@seznam.cz>
2020-04-19Spell: Move "Dark Conclave Ritualist Channel" outside Ulduar spellsKillyana
2020-04-19Spell: Fix "Dark Conclave Ritualist Channel" range and castKillyana
2020-04-19Boss/Script: Vazruden_Fix (#24197)skipperheartbeat
* Add files via upload * Update boss_vazruden_the_herald.cpp * Update boss_vazruden_the_herald.cpp * Update boss_vazruden_the_herald.cpp * Update boss_vazruden_the_herald.cpp * Update boss_vazruden_the_herald.cpp * Update boss_vazruden_the_herald.cpp * Update boss_vazruden_the_herald.cpp * Update boss_vazruden_the_herald.cpp * Update boss_vazruden_the_herald.cpp * Update src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_vazruden_the_herald.cpp Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> * Update src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_vazruden_the_herald.cpp Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> * Update src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_vazruden_the_herald.cpp Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> * Update src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_vazruden_the_herald.cpp Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> * Update src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_vazruden_the_herald.cpp Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> * Update src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_vazruden_the_herald.cpp Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> * Update src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_vazruden_the_herald.cpp Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> * Update src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_vazruden_the_herald.cpp Co-Authored-By: offl <suffle.o@gmail.com> * Update src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_vazruden_the_herald.cpp Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> * Update boss_vazruden_the_herald.cpp * Update boss_vazruden_the_herald.cpp * Update boss_vazruden_the_herald.cpp Co-authored-by: Aokromes <Aokromes@users.noreply.github.com> Co-authored-by: Trond B. Krokli <38162891+illfated@users.noreply.github.com> Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com> Co-authored-by: offl <suffle.o@gmail.com>