aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2019-07-29missing include e813200 follow-upTreeston
2019-07-29Core/Misc: Kick a Totem error log upstairs one stack frame to give it access ↵Treeston
to various debug info and make Aokromes happy.
2019-07-29Core/Misc: Remove Trinity::Containers::Size (duplicate of advstd::size)Treeston
2019-07-29Scripts/Blood Furnace: Fix infinite loop in Broggok encounterGiacomo Pozzoni
Fix infinite loop in Broggok encounter caused by https://github.com/TrinityCore/TrinityCore/pull/23300
2019-07-29Core/AI: No longer do strange things when told to enter evade mode while ↵Treeston
there's no need to do so, typically by terrible legacy code.
2019-07-28Core/Threat: Properly update offline states even if all threat references ↵Treeston
are offline. Closes #23639.
2019-07-28Core/AI: PetAI now properly signals engagement state. Closes #23640.Treeston
2019-07-28Core/Spells: Fix infinite loopjackpoz
Fix an infinite loop caused by a mix of item 25498 and liquid damage
2019-07-26Core/Entities: Fixed crash happening when deleting a creature/gameobject on ↵Shauren
respawn timer from db Closes #23590
2019-07-25Core/Misc: MSVC build error (#23637)Sebastien Levy
- fixed a constness error leveraged by msvc 16.2
2019-07-25Script/CullingOfStratholme: add out-of-combat texts to Postmaster Malown and ↵Wyrserth
fix Arthas' attack animation when he kills the two civilians for the RP event.
2019-07-25Spells/Priest: Fix Power Infusion, shouldn't stack with Arcane Power (Mage) ↵Gildor
(#23619) * Spells/Priest: Fix Power Infusion, shouldn't stack with Arcane Power (Mage) * delete unnecessary comments * make @Aokromes happy ;) * update group_id * Rename 9999_99_99_99_world_335.sql to 2019_07_25_00_world_335.sql
2019-07-25Core/Arenas: Remove doors in RL, NA and BE when arena has begun (#23606)Gildor
2019-07-25Scripts/Defines: cleanup some magic numbers in factions (#23631)ForesterDev
2019-07-25Core/PacketIO: Updated SMSG_OVERRIDE_LIGHT (#23635)ForesterDev
* Core/PacketIO: Updated SMSG_OVERRIDE_LIGHT (cherry picked from commit 4c94108ba9c593e72a77232d46b114a2f5c027e3) # Conflicts: # src/server/game/Maps/Map.cpp # src/server/game/Server/Packets/MiscPackets.cpp # src/server/game/Server/Packets/MiscPackets.h # src/server/game/Server/Protocol/Opcodes.cpp
2019-07-25Core/PacketIO: updated totem packets (#23634)ForesterDev
(cherry picked from commit 5c813f6f028aa36c374d7039fd1186802bc8e8af) # Conflicts: # src/server/game/Entities/Totem/Totem.cpp # src/server/game/Handlers/SpellHandler.cpp # src/server/game/Server/Protocol/Opcodes.cpp # src/server/game/Server/WorldSession.h
2019-07-24Core/Totems: update select display for shaman totems (#23583)ForesterDev
(cherry picked from commit 8ca6a20e7303e942adfb6d97b9aa94fab7c6b895) # Conflicts: # src/server/game/Entities/Totem/Totem.cpp # src/server/game/Entities/Unit/Unit.cpp # src/server/game/Entities/Unit/Unit.h # src/server/game/Spells/SpellMgr.cpp # src/server/game/Spells/SpellMgr.h # src/server/game/World/World.cpp
2019-07-24Core/Creature: fix mistake in Creature::GetAttackDistance().Wyrserth
Thanks Azelen for the heads-up!
2019-07-24Core/Misc: Replace some abs() with std::abs()Giacomo Pozzoni
Always prefer std:: math function compared to C ones, as done in 7fe7f30521503559dc8aee9f3127e11111f8ccc4
2019-07-24Core/Spells: Added spellgroup support to HandleModCastingSpeed (#23592)Keader
And fixed stack of Power Infusion, Bloodlust, Icy veins and Heroism.
2019-07-22Core/OPvP: Remove dangling line after 84b7b2e (PR #23625)Kelno
2019-07-21Script/ScarletEnclave: remove Eye of Acherus control and speed auras from ↵Wyrserth
player when the Eye of Acherus is dismissed.
2019-07-21!= and == are not the same thing.Treeston
2019-07-21oops, that wasn't supposed to remain there (0e7c66c follow-up)Treeston
2019-07-21Core/Conditions: Reserve master branch condition typesShauren
2019-07-21Core/Spline: Fix crashjackpoz
Fix crash when calling MoveSpline::ToString() on an empty spline
2019-07-21remove unnecessary check, 37f6982 follow-upTreeston
2019-07-21Core/Conditions: Synchronize condition types between branchesShauren
2019-07-21Spell/Mage: Fixed duplicate / erroneous ID of the spell Consumption (#23618)Gildor
2019-07-21Core/AI: No longer override chase movement with follow movement if the ↵Treeston
creature engages before JustAppeared has had a chance to fire.
2019-07-21Core/Instance: remove wrong raid-only restriction in the logic that kicks ↵Wyrserth
offline players out of instances when the instance is reset.
2019-07-21Core/AI: Finally move the "is creature engaged" flag to be a property of the ↵Treeston
creature AI, where it honestly always belonged. Fixes #17981 and #23602 for real this time.
2019-07-20Script/SethekkHalls: fix gossip text and quest event for NPC Lakka in ↵Wyrserth
Sethekk Halls.
2019-07-19Core/Misc: Handle timezones for hour-specific events specifieds in ↵Giacomo Pozzoni
worldserver.conf (#23540) * Core/Misc: Handle timezones for hour-specific events specifieds in worldserver.conf * Handle Respawn.RestartQuietTime too * Handle XP.Boost.Daymask too * Core/Misc: Code cleanup * Core/Misc: Code cleanup * Update Util.cpp * Update boosted_xp.cpp
2019-07-19build fix after d1dc0e2Treeston
2019-07-19Core/Player: d1dc0e2 followupccrs
build error going to be fixed soon..ish
2019-07-19Core/SmartAI: add missing movement generator type check on ↵ccrs
SmartAI::SetCombatMove ref #21562
2019-07-19Core/SmartAI: allow more Unit::ResumeMovement calls on JustReachedHome()ccrs
Since ResumeMovement also works on other MOTION_SLOT_DEFAULT generators (like RandomMG)
2019-07-19Core/Player: d1dc0e2 followupccrs
2019-07-19Script/Spell: don't use invalid spells for the Magic Rooster mount.Wyrserth
Closes #1822.
2019-07-18Core/Misc: Add new centralized location for generic predicates (PR #23607)Ovah
2019-07-18Core/Misc: Fix warningsjackpoz
2019-07-18Core/MovementGenerator: Add more assertsjackpoz
2019-07-18Core/MovementGenerator: Add more details to assertsjackpoz
Include movespline in Unit::GetDebugInfo() and the Player owner in FlightPathMovementGenerator::DoEventIfAny() assert
2019-07-18Core/Movement: add a velocity argument for the spline chain meta table (PR ↵Ovah
#23575)
2019-07-18Script/Hunter: fix Snake Trap's snakes' initialization.OcelotGear
Closes #23570.
2019-07-18Core/Creature: honor existing DB data for health and mana in case of ↵Wyrserth
summoned pets that don't have pet-specific stat data. Closes #23570.
2019-07-18Core/Creature: don't set guardian stats in Creature::UpdateEntry(), because ↵Wyrserth
stat calculation from guardians is already done in Guardian::InitStatsForLevel. Closes #281. Signed-off-by: Wyrserth <wyrserth@protonmail.com>
2019-07-17Scripts/Commands: Adjust .list respawns to use enum iteration. Add enum ↵Treeston
iteration capability to SpawnObjectTypes.
2019-07-17Core/DB: Add a trinity string for pool respawns.Treeston