aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-29DB/World schema backport: move questItem* fields to *_questitem tablesShinDarth
2015-06-29[SpellEffect] Fix bugged amount of threat given by Tauntchaodhib
1) doAddThreat call instead of AddThreat. ThreatCalcHelper shouldnt be called. Otherwise, the value of the threat that will be added to the caster will be multiplied by a threatModifier (about 1.6) 2) Taunt should give the caster the same threat as the one in the top of the list. If player A has aggro with 1000 threat, player B has 1050 threat and if player C taunts, player C should have 1050 threat after the taunt and not 1000 (the difference can be much bigger with ranged players).
2015-06-29Build/CMake: Fix finding MySQL installDDuarte
(cherry picked from commit d4deb17a2f94d06b7eab232b90e874fa58675b36)
2015-06-29Core/WorldState: Send BATTLEFIELD_WG_WORLD_STATE_ACTIVE when sending initial ↵robinsch
world states for Wintergrasp. This will fix issue #14913
2015-06-29Merge pull request #14971 from ShinDarth/fix_char_updNaios
DB/Characters fix auto updater
2015-06-29DB/Characters fix auto updaterShinDarth
2015-06-28Core/Dependencies: Fix some warnings in G3Djackpoz
2015-06-28Tools/Misc: Fix build warningsjackpoz
2015-06-28Core/Dependencies: Update recastjackpoz
Update recast to https://github.com/memononen/recastnavigation/commit/1dd5cf1883d61e723fef3d4957cf758c50e7a52b Fix 2 warnings. These changes have no effect on MMAPs and it's not needed to re-extact them.
2015-06-28Update 2015_06_28_02_world.sqlAokromes
2015-06-28DB/Gameobject: Silithyst MoundAokromes
By Killyana, closes #14637
2015-06-28DB/Quest: Master the StormAokromes
By Killyana, closes #1883
2015-06-28DB/Quest: A Race Against TimeAokromes
By Killyana, closes #1074
2015-06-28DB/Quest: The Perfect DissemblanceAokromes
By Killyana, closes #12439
2015-06-28DB/Creature: Innkeeper KeldamyrAokromes
By MrSmite, closes #12474
2015-06-28DB/Misc: Fix startup errorsAokromes
By Killyana, updates #14730
2015-06-28DB/Oculus: typo in sqlmik1893
2015-06-28DB/Oculus: mob missing spells / visualsmik1893
2015-06-28DB/Quest: I've Got a Flying MachineMitchesD
Closes https://github.com/TrinityCore/TrinityCore/issues/14965 By Killyana
2015-06-27Scripts/VioletHold: fix a crash during Ichoron encountermik1893
Closes #14962
2015-06-26Core/Creature: Fix UNIT_FLAG_IMMUNE_TO_PC validity for player petsMik1893
related to #14780 and #14744
2015-06-26Scripts/Oculus: Implemented Drake GPS systemMik1893
2015-06-26Fix build after recent cherry picks (v2.0)DDuarte
2015-06-26Fix build after recent cherry picksDDuarte
2015-06-26Fix build and SQL import after recent cherry picksDDuarte
2015-06-26Scripts/RubySanctum: Updates to Halion.Warpten
* Fixed Living Embers not spawning. * Meteor Strike is now randomized. (cherry picked from 1447875cac0fefd58ae3ad27e6b3fa2134a714c0) Scripts/RubySanctum: Fix a mathematical mistake. SQL: Do not use MAX(Id), hardcode it. (cherry picked from 7a5bc9e1fe457f0c77cdfecefa5bd42525105c3e) Scripts/RubySanctum: Correctly spawn Living Embers. (cherry picked from 7c4b8b0e826fd1cdab8a635225123aebd1b950c6) Scripts/RubySanctum: Remove duplicate code. (cherry picked from 1d29328769d505caf4541b0d712972195dda8b70) Core/Misc: Warning fixes (cherry picked from dc53dad8a44292bcb555db9fdc07eb255a838cac)
2015-06-26Merge pull request #14920 from Exodius/Exodius-readmeDuarte Duarte
Update README.md (cherry picked from commit 4093eee19b511864f1049c8d2e9c34ab897f619c)
2015-06-26Core/Units: Changed SPELL_AURA_MOD_MINIMUM_SPEED to always be applied, not ↵Shauren
only if under a slow aura (SPELL_AURA_MOD_MINIMUM_SPEED can set the minimum speed higher than base speed) (cherry picked from commit d2142ac380863716ecea6f4aa44f7e556e44dfd9)
2015-06-26Core/BattlegroundIC: Removed 1 hack:DDuarte
* Parachute spell is now blizzlike * Also restored "The battle will begin in 2 minutes." (cherry picked from commit 8a4afad63ac97b39f6746d466f3166eeef62e711) Conflicts: sql/updates/world/2015_05_01_00_world.sql src/server/game/Miscellaneous/Language.h Rename 2015_05_01_00_world.sql to 2015_06_13_00_world.sql (cherry picked from commit 74eeefa5be163a55489f91c05d7dfd1cb624c78d)
2015-06-26Core/GameObject: Removed unneeded argument from GameObjectModel::Relocate ↵Shauren
and renamed it to UpdatePosition (cherry picked from commit 6e9ab38fcc9d2859393e452ef8630ee420783e47)
2015-06-26Merge pull request #14723 from TrinityCore/findmysql-updateDuarte Duarte
Update FindMySQL.cmake (cherry picked from commit fb4a9823c41b31158f6b5d68fc2ffc1608051984)
2015-06-26Core/LootMgr: Remove dead validation code from LoadLootTableDDuarte
CID 1288389 Operands don't affect result (cherry picked from commit 47a119e4fa617319b283e7c3824241bc0b6775fb)
2015-06-26Core: Fix multiple Coverity issuesDDuarte
(cherry picked from commit b8c681c776d7918e7b3f2a89422509a87bcb5da2) Conflicts: src/server/game/Garrison/Garrison.cpp src/server/game/Server/Packets/CharacterPackets.h src/server/game/Server/Packets/MovementPackets.h src/server/game/Spells/SpellInfo.cpp
2015-06-26DB/Characters: Backport schema changes from 6.x branch (renames)ShinDarth
Closes #14951
2015-06-26Scripts/VioletHold: Fix codestyle and unwanted crash in Violet/Holdmik1893
closes #14952 and #14953
2015-06-25Scripts/VioletHold: fixed non-pch build and codestyleMitchesD
2015-06-25Rename 2015_06_08_01_world.sql to 2015_06_25_00_world.sqlMitchesD
2015-06-25Merge pull request #14860 from mik1893/violetholdMitchesD
Core/Scripts: Violet Hold, full rework
2015-06-24Core/Instances: Make achievements and loot rolls instance-widejackpoz
Make achievements, loot rolls, master loot at money loot instance-wide, removing the previous limit for 74.f yards
2015-06-24Scripts/Spells: fix codestyleMitchesD
thanks @whoami
2015-06-23DB/Quest: Fix 2 swapped values of midsummer eventAokromes
2015-06-23Core/Scripts: Rework Violet Hold bosses adding missing spells/mechanics:mik1893
- Cyanigosa, Arcane Vacuum - Ichoron, globules mechanic - Moragg, optic link visuals - Lavanthor, minor changes - Zuramat, correctly implement void sentries - Erekem, implement Windfury and correct management of Erekem Guards - Script for the pre-event Thx @ManuFe
2015-06-23Game/GameObject: Fix Spellcast for 'Silithyst'Rushor
by @Whoami updates #14637
2015-06-23Rename 2015_08_29_00_world.sql to 2015_06_23_01_world.sqlMitchesD
2015-06-23Merge pull request #14776 from sirikfoll/SpellMidsummerMitchesD
Core/Spells Add support for quest Torch Tossing/More Torch Tossing
2015-06-23DB/World: Backport schema changes from 6.x branch (renames)ShinDarth
Closes #14899
2015-06-21Core/Misc: Update helgrind suppressionsjackpoz
2015-06-21Core/Utilities: TaskScheduler: add a task validator and on update success ↵Naios
callback. * makes it possible to block tasks if there is an active spellcast. * requested by @joschiwald
2015-06-21Core/Updater: Fix a wrong formatter introduced in 0d095109eec31Naios
* thanks @Aokromes for noticing
2015-06-21Core/Creature: fixed loading of creature auras on respawn, deathState needs ↵MitchesD
to be set to ALIVE before trying to AddAuras (which fails with different deathState than ALIVE) Closes https://github.com/TrinityCore/TrinityCore/issues/4150 (cherry picked from commit 530074f453c568dc4065994ad908d3bfc7388534)