| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-07-29 | missing include e813200 follow-up | Treeston | |
| 2019-07-29 | Core/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-29 | Core/Misc: Remove Trinity::Containers::Size (duplicate of advstd::size) | Treeston | |
| 2019-07-29 | Scripts/Blood Furnace: Fix infinite loop in Broggok encounter | Giacomo Pozzoni | |
| Fix infinite loop in Broggok encounter caused by https://github.com/TrinityCore/TrinityCore/pull/23300 | |||
| 2019-07-29 | Core/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-28 | Core/Threat: Properly update offline states even if all threat references ↵ | Treeston | |
| are offline. Closes #23639. | |||
| 2019-07-28 | Core/AI: PetAI now properly signals engagement state. Closes #23640. | Treeston | |
| 2019-07-28 | Core/Spells: Fix infinite loop | jackpoz | |
| Fix an infinite loop caused by a mix of item 25498 and liquid damage | |||
| 2019-07-26 | Core/Entities: Fixed crash happening when deleting a creature/gameobject on ↵ | Shauren | |
| respawn timer from db Closes #23590 | |||
| 2019-07-25 | Core/Misc: MSVC build error (#23637) | Sebastien Levy | |
| - fixed a constness error leveraged by msvc 16.2 | |||
| 2019-07-25 | Script/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-25 | Spells/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-25 | Core/Arenas: Remove doors in RL, NA and BE when arena has begun (#23606) | Gildor | |
| 2019-07-25 | Scripts/Defines: cleanup some magic numbers in factions (#23631) | ForesterDev | |
| 2019-07-25 | Core/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-25 | Core/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-24 | Core/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-24 | Core/Creature: fix mistake in Creature::GetAttackDistance(). | Wyrserth | |
| Thanks Azelen for the heads-up! | |||
| 2019-07-24 | Core/Misc: Replace some abs() with std::abs() | Giacomo Pozzoni | |
| Always prefer std:: math function compared to C ones, as done in 7fe7f30521503559dc8aee9f3127e11111f8ccc4 | |||
| 2019-07-24 | Core/Spells: Added spellgroup support to HandleModCastingSpeed (#23592) | Keader | |
| And fixed stack of Power Infusion, Bloodlust, Icy veins and Heroism. | |||
| 2019-07-22 | Core/OPvP: Remove dangling line after 84b7b2e (PR #23625) | Kelno | |
| 2019-07-21 | Script/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-21 | oops, that wasn't supposed to remain there (0e7c66c follow-up) | Treeston | |
| 2019-07-21 | Core/Conditions: Reserve master branch condition types | Shauren | |
| 2019-07-21 | Core/Spline: Fix crash | jackpoz | |
| Fix crash when calling MoveSpline::ToString() on an empty spline | |||
| 2019-07-21 | remove unnecessary check, 37f6982 follow-up | Treeston | |
| 2019-07-21 | Core/Conditions: Synchronize condition types between branches | Shauren | |
| 2019-07-21 | Spell/Mage: Fixed duplicate / erroneous ID of the spell Consumption (#23618) | Gildor | |
| 2019-07-21 | Core/AI: No longer override chase movement with follow movement if the ↵ | Treeston | |
| creature engages before JustAppeared has had a chance to fire. | |||
| 2019-07-21 | Core/Instance: remove wrong raid-only restriction in the logic that kicks ↵ | Wyrserth | |
| offline players out of instances when the instance is reset. | |||
| 2019-07-21 | Core/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-20 | Script/SethekkHalls: fix gossip text and quest event for NPC Lakka in ↵ | Wyrserth | |
| Sethekk Halls. | |||
| 2019-07-19 | Core/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-19 | build fix after d1dc0e2 | Treeston | |
| 2019-07-19 | Core/Player: d1dc0e2 followup | ccrs | |
| build error going to be fixed soon..ish | |||
| 2019-07-19 | Core/SmartAI: add missing movement generator type check on ↵ | ccrs | |
| SmartAI::SetCombatMove ref #21562 | |||
| 2019-07-19 | Core/SmartAI: allow more Unit::ResumeMovement calls on JustReachedHome() | ccrs | |
| Since ResumeMovement also works on other MOTION_SLOT_DEFAULT generators (like RandomMG) | |||
| 2019-07-19 | Core/Player: d1dc0e2 followup | ccrs | |
| 2019-07-19 | Script/Spell: don't use invalid spells for the Magic Rooster mount. | Wyrserth | |
| Closes #1822. | |||
| 2019-07-18 | Core/Misc: Add new centralized location for generic predicates (PR #23607) | Ovah | |
| 2019-07-18 | Core/Misc: Fix warnings | jackpoz | |
| 2019-07-18 | Core/MovementGenerator: Add more asserts | jackpoz | |
| 2019-07-18 | Core/MovementGenerator: Add more details to asserts | jackpoz | |
| Include movespline in Unit::GetDebugInfo() and the Player owner in FlightPathMovementGenerator::DoEventIfAny() assert | |||
| 2019-07-18 | Core/Movement: add a velocity argument for the spline chain meta table (PR ↵ | Ovah | |
| #23575) | |||
| 2019-07-18 | Script/Hunter: fix Snake Trap's snakes' initialization. | OcelotGear | |
| Closes #23570. | |||
| 2019-07-18 | Core/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-18 | Core/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-17 | Scripts/Commands: Adjust .list respawns to use enum iteration. Add enum ↵ | Treeston | |
| iteration capability to SpawnObjectTypes. | |||
| 2019-07-17 | Core/DB: Add a trinity string for pool respawns. | Treeston | |
