aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2019-12-26Scritps/ICC: Fixed resistance calculation for Mutated Transformation ↵Keader
(Professor Putricide) (#23858) More Info in: #23837
2019-12-26Core/Creatures: Fix spell_school_immune_mask being applied against positive ↵Giacomo Pozzoni
spells too (#23999)
2019-12-26Core/Spells: Fix Spellsteal stealing Silence buff of Arcane Torrent (#23992)Giacomo Pozzoni
2019-12-26Core/Movement: Add more LOS checks (#23991)Giacomo Pozzoni
Add more LOS checks to ensure Units don't cross trees/walls when fleeing/moving
2019-12-21Core/Map: Load the grid of TempSummons owned by Playersjackpoz
Ensure to load the grid of TempSummons owned by Players when the relocate to another cell
2019-12-21Scripts: Add missing killer nullptr checks in JustDied hooksShauren
2019-12-21Core/Creatures: Fixed crash when guards get killed by periodic auras whose ↵Shauren
caster is offline or despawned
2019-12-20Scripts/Misc:Code cleanupjackpoz
2019-12-20Creature/Script: Fire BombKillyana
Closes #23977
2019-12-20Creature/Script: Toravon Frozen Orb StalkerKillyana
2019-12-19Spell: Move Crystal Spike aura to the cppKillyana
2019-12-19Spell: Move Shadow Trap aura to the cppKillyana
2019-12-19Boss/Script: Fix Mechano-Lord Capacitus's Nether Charges (#23976)Eridium
* Boss/Script: Fix Mechano-Lord Capacitus's Nether Charges Closes #23973 * Update boss_mechano_lord_capacitus.cpp * Update boss_mechano_lord_capacitus.cpp * Update boss_mechano_lord_capacitus.cpp * Rename 2019_12_99_99_world.sql to 2019_12_19_00_world.sql
2019-12-18Spell: Move Column of Frost & Mana Void to the cppKillyana
2019-12-17Common/Encoding: fix Base32 alphabet (oops)Treeston
2019-12-16Spell/Script: Move the spell "Flame Sphere Spawn Effect" from the DB to the cppKillyana
2019-12-16Core/Creature: Remove empty spell ids from CreatureAddon.auras vectorGiacomo Pozzoni
Close #23969
2019-12-15Core/Creature: Log an error for Creatures spawned with temporary aurasjackpoz
The errors still need to be addressed. Close #23225
2019-12-15Build fixKeader
2019-12-15Scripts/Azjol-Nerub: Fixed Gatewatcher pets evading when kill a playerKeader
Making Aokromes happy
2019-12-15TabsKillyana
2019-12-15DB/Quest: Take Down Tethyr!Killyana
Closes #22407
2019-12-14Core/Log: Gameobjects may have faction template id = 0Killyana
Ref https://github.com/TrinityCore/TrinityCore/pull/22922
2019-12-13DB/Spawns: Rampart of skullsKillyana
Closes #23966
2019-12-11Scripts/VioletHold: Minor improvements (#23961)Gildor
* Scripts/VioletHold: Minor improvements * Now we can teleport inside with gossip if event is in progress * Improve HavePlayers() check logic * Remove a pointless comment suggested by shauren * Move CheckWipe function to execute every 3 seconds instead every map update suggested by Riztazz * I supose Riztazz forgot add this to repeat every 3 seconds
2019-12-09Core/Grid: Code cleanupGiacomo Pozzoni
Remove unused method that should not be used anyway
2019-12-07TabsKillyana
2019-12-07Core/Spell: Reset threat to zero when the hunter use Feign DeathTreeston
Closes #23874
2019-12-07Quest: Weakness to LightningKillyana
Closes #23916
2019-12-07warning fixShauren
2019-12-07Core/Realms: Move build info (and auth seeds) to databaseShauren
(cherry picked from commit 61f2eed3531ebfd2585ab05add31ae9e97598233)
2019-12-06Scripts/ScarletEnclave: reworked Eye of Acherus script (#23953)Ovah
* updated script model to new standard * corrected spell usage and timers based on sniff data * removed hacks
2019-11-25Core/AI: add another helper for "ScriptedAI::ForceCombatStop"ccrs
2019-11-24Core/GameObjects: Skip LoS checks for traps (#23936)Giacomo Pozzoni
* Core/GameObjects: Skip LoS checks for traps * Core/GameObjects: Fix spells cast by traps missing always * Scripts/Spells: Fix WSG heal buff not healing The WSG green heal buff is now cast by a GameObject so the spell target should be used to calculate the healing, not the GameObject.
2019-11-17Fixed pets repositioning themselves after every cast (#23923)Ovah
2019-11-17Movements/Pets: Fix the follow angleKillyana
2019-11-09Core/Random: Refactor random number generation to use ↵Shauren
std::uniform_*_distribution to restrict result range instead of doing that ourselves * Seed SFMTRand with more values for its state
2019-11-09Dep/SFMT: updated to newest upstream version from ↵daMaex
https://github.com/MersenneTwister-Lab/SFMT * only needed files added * used CMake and SFMTRand from https://github.com/TrinityCore/TrinityCore/pull/23240 (Thank you Artox)
2019-11-09Build fix - include went missing when resolving merge conflictsShauren
2019-11-09Build fixShauren
(cherry picked from commit 7c168fb6eb1c0fea76096e87d13194983c130a08)
2019-11-09Fix dynamic linking builds for msvcShauren
(cherry picked from commit a6635436ce7899aa7e402544ed633037013afc31)
2019-11-09Core/DBUpdater: Fixed db updater for mysql 8 on windows using named pipe ↵Shauren
connections (cherry picked from commit f689f6e9bd02cb1fa202ff4206428d677ff79295)
2019-11-09Core/DBLayer: Support using mysql 8Shauren
(cherry picked from commit c3a9d56b56b665133707f587ecb1bd1c272f6911)
2019-10-28Core/Spells: add spell fix to Trained Rock Falcon (#23896)Trond B. Krokli
fixed by sirikfoll
2019-10-27Core/PacketIO: Restrict CMSG_STANDSTATECHANGE to only allow the same stand ↵Shauren
states that client can send by itself
2019-10-27Core/PacketIO: Restrict CMSG_EMOTE to only allow emotes that are hardcoded ↵Shauren
in client
2019-10-27Scripts/PoS: a7a96d4 followupccrs
cause edge cases may exist ty Aokromes
2019-10-26Scripts/ScarletMonastery: instance script cleanup (#23889)ccrs
Adapt InstanceScript into newer structure and style Adapt existing boss scripts into newer structure and style Improve existing boss related definitions Should make each boss more functionally reliable, but nothing new has been added
2019-10-26Core/Misc: Enable MaxCoreStuckTime setting by defaultjackpoz
Enable MaxCoreStuckTime setting by default to force worldserver to exit in case of infinite loops. Note that this will not affect existing setups with the setting MaxCoreStuckTime set to 0 in the local worldserver.conf .
2019-10-24Scripts/PoS: a7a96d4 followupccrs
we cant despawn all summons since vehicle spawn their passengers as regular summons ty Aokromes