aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-19Core/Pakcets: vs2015/AppVeyor build fixKrudor
- missing TC_GAME_API for class PlaySpellVisual caused VS2015/AppVeyor builds to fail
2017-03-19DB/Creature: Fix gossip for more multi trainersAokromes
By Malcrom
2017-03-18Core/Creatures: Use `broadcast_text` sound entry (#19321)Krudor
Currently if you use broadcast text, there is no sound because it doesn't check the broadcast_text entry for it's sound id, it always uses the creature_text sound entry.
2017-03-18Core/Spells: Fixed ChargeShauren
* Implemented Glyph of Blazing Charge * Implemented a way to compute spline position at any given point in time * Removed incorrect ProgressCurveId handling, it needs to apply to entire spline duration not to each segment separately Closes #19217
2017-03-18DB/Creature: Fix ironforge guards gossipAokromes
By Malcrom Cherry pick of https://gitlab.com/trinitycore/TrinityCore_434/commit/0ee051e6afab72313b302103d822d4ca3bc1466a
2017-03-18Fixed typo in 182dba61dbfc7a6d009a214c49e3dcab553887d4vincent-michael
2017-03-18Scripts/HowlingFjord: Fixed warningvincent-michael
2017-03-18Update 2017_03_18_02_world.sqlAokromes
2017-03-18DB/GossipAokromes
Add 2 missing gossips By Malcrom Partial cherry pick of https://gitlab.com/trinitycore/TrinityCore_434/commit/0bc274442c29e72930f4f298dd97ea0ce07eb79f
2017-03-18DB/Creature: Implement gossips for Multi Profession TrainersAokromes
By Malcrom C++ Scripting will be required for training to work. Cherry pick from https://gitlab.com/trinitycore/TrinityCore_434/commit/5ada337177c3d39a5fd5e649e78903a88050182d
2017-03-18DB/Creature: More guard gossipsAokromes
By Malcrom Cherry pick from https://gitlab.com/trinitycore/TrinityCore_434/commit/77e79b0b7fbc450f41a268a5015f8d27ee2b0f25
2017-03-18Core/Scripts: Implement druid spells Moonfire & Sunfire and spell_druid.cpp ↵Alexander
cleanup Closes #19293
2017-03-18Core/Quests: Reimplemented quest offer reward localesAlcDenat
Closes #19242
2017-03-18Core/Scripts: Add support for spawn specific C++ scriptsKrudor
Closes #19247
2017-03-18DB/Creature: Pathing Dun Morogh and DarnassusAokromes
By Malcrom Cherry pick of https://gitlab.com/trinitycore/TrinityCore_434/commit/fb57417f6aa0d6b1e3ec83b2fb1807c9c9dd7cde
2017-03-17DB/Creature: Gossips for Darnassus and TeldrasilAokromes
By Malcrom Cherry pick of https://gitlab.com/trinitycore/TrinityCore_434/commit/3f10940a3d614a8912b168d365fc8607f238ffda
2017-03-17Core/AI: enable SmartScripts on Scenes + add scene related actions/eventsTraesh
Closes #19194
2017-03-17Core/Criterias: Fix an old criteria condition and added some new onesKrudor
Closes #19246
2017-03-17Tools/MMapsGenerator: Use system supported threads instead of hardcoded ↵Rochet2
amount (#19255) - Use unsigned int for thread count - Use std::thread::hardware_concurrency() to try estimate available threads instead of hardcoded 3 threads by default - Print thread count always regardless of using --threads switch or not
2017-03-17Core/Config: Add option CharDelete.DemonHunter.MinLevelChazy Chaz
Closes #19285
2017-03-17Core/Players: Rename "heroic character" to "death knight"Chazy Chaz
Closes #19286
2017-03-17Core/Spell: Implement and use SMSG_CUSTOM_LOAD_SCREEN (#19310)Krudor
2017-03-17Core/Spells: Update Warrior Bloodthirst to 7.1.5HannibalRoG
Closes #19315
2017-03-17Update 2017_03_16_03_world.sqlAokromes
2017-03-17DB/Creature: Ironforge pathingAokromes
By Malcrom Cherry pick of https://gitlab.com/trinitycore/TrinityCore_434/commit/e4efcbdf47d7c42dbb3946ee9b690c9513f27552
2017-03-16DB/Creature: Stormwind Guard GossipAokromes
By Malcrom Cherry pick of https://gitlab.com/trinitycore/TrinityCore_434/commit/f563a645988d4e2da2759ee4eb7048eb7a124bd5
2017-03-16Db/Quest: Add initial human monk quest Aokromes
By zamalaev closes #19280
2017-03-16DB/Misc: Fix spawnmask for Wailling CavernsAokromes
Closes #19298
2017-03-16DB/Creature: Orgrimmar guard gossipAokromes
By Malcrom Cherry pick of https://gitlab.com/trinitycore/TrinityCore_434/commit/82ff8d71d4241a5a041bdf87093031fb60ec2f9f
2017-03-15DB/Creature: Add cosmetic mount to Darlene StokxKillyana
By @ArcaneFox
2017-03-15Update 2017_03_15_01_world.sqlAokromes
I need to sleep more.
2017-03-15Update 2017_03_15_01_world.sqlAokromes
2017-03-15DB/Creature: Pathing for Stormwind Gryphon RiderAokromes
By Malcrom Cherry pick of https://gitlab.com/trinitycore/TrinityCore_434/commit/c3754e2eb26aed072f9db125c72bbc10755bb4be
2017-03-15DB/Creature: Add cosmetic mount to Stormwind Gryphon RiderKillyana
2017-03-15Core/Movement: Restored interpolated_* movement flagsShauren
2017-03-15DB/Creature: Undercity PathingAokromes
By Malcrom Cherry pick of https://gitlab.com/trinitycore/TrinityCore_434/commit/e80c95972189fd9fae8c1e0d5358430e64a4719e
2017-03-15DB/Creature: Fix some thunder bluff POIsAokromes
By Malcrom Cherry pick of https://gitlab.com/trinitycore/TrinityCore_434/commit/94ad3c45b38e1f51fadeb7d43bb658c3b3a2e029
2017-03-15DB/Creature: Pathing for Thunder BluffAokromes
By Malcrom
2017-03-14Core/Movement: Pass SpellEffectExtraData PointMovementGeneratorShauren
2017-03-14Update 2017_03_13_00_world.sqlAokromes
2017-03-13DB/Misc: Respawn Wailling CavernsAokromes
By Malcrom, cherry pick from https://gitlab.com/trinitycore/TrinityCore_434/commit/bcd8bc3b5f99cf900823d1b6e6ef349b84c836b7
2017-03-13Core/PacketIO: Fixed movement force structureShauren
2017-03-12Update 2017_03_12_00_world.sqlAokromes
2017-03-12DB/Misc: Respawn Temple of Atal'HakkarAokromes
By Malcrom
2017-03-12Warning fixShauren
2017-03-12Core/Spells: Fixed extra charge effect visualsShauren
2017-03-11Core/Spells: Fix Priest spell Power Word: ShieldHannibalRoG
Closes #19199
2017-03-11Core/Spells: Fix Warrior spell Shockwaveedreisantafe
Closes #19102
2017-03-11Core/Spell: Fixed mage Ice/Prismatic/Blazing Barrier spellsDoctorKraft
Closes #19138
2017-03-11Core/Scripts: Implement warrior spell Storm BoltHannibalRoG
Closes #19130