aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-27DB/creature: Combatant Mount QuartermasterAokromes
Closes #19159 by ArcaneFox
2017-03-27DB/creature: Huojin QuartermasterAokromes
Closes #19201 by ArcaneFox
2017-03-26Core: Only build Recast with tools selectedShauren
2017-03-26DB/Creature: Stormwind Royal Guard movementAokromes
Closes #19167 by ArcaneFox
2017-03-26DB/Gossip: Fix 2 gossips related to AuctioneersKillyana
Closes #19364
2017-03-26Core/SmartAI: Missing parts on previous commitAokromes
By Malcrom
2017-03-26DB/SmartAI: Vale of Eternal Blossoms SAIAokromes
Closes #17010 by LuigiElleBalotta
2017-03-26DB/Misc: Harvest Festival Horde SpawnAokromes
By Vincent-Michael Cherry pick from https://gitlab.com/trinitycore/TrinityCore_434/commit/13e8e235bf048f2daa583bab70d6b727e6890327
2017-03-26DB/Misc: Incorrect data in table playercreateinfo_cast_spellAokromes
Closes #18665 by Heaven31415
2017-03-26DB/SmartAI: Shado-Pan MonasteryAokromes
By cooler-SAI, closes #19209
2017-03-25Update boss state load logicKrudor
Reset boss state to NOT_STARTED if state loads as FAIL
2017-03-23Core/Unit: Update Parry/Dodge/Diminishing caps for Monk/DH (#19354)DoctorKraft
2017-03-23Removed unintended changesShauren
2017-03-23Core/SmartAI: Implement SMART_TARGET_VEHICLE_ACCESSORYAokromes
By Malcrom
2017-03-23Core/Utilities: Rename RandomResizeList->RandomResize as it is no longer ↵Shauren
restricted to a list * Also fix gcc build
2017-03-22Update issue_template.mdAokromes
2017-03-21Core/SmartAI: Add check to SMART_ACTION_PLAY_ANIMKIT to allow zero value to ↵Aokromes
remove animKit. By Malcrom
2017-03-21Build fix (#19343)Traesh
2017-03-21Build fixShauren
2017-03-21Core/Utils: Changed all Trinity::Containers utilities to work on all ↵Shauren
container types (including arrays where it makes sense) * Added MapGetValuePtr to allow writing `if (Val* v = MapGetValuePtr(map, key))` * Added utility IteratorPair class with begin/end methods and MapEqualRange for use in range for syntax with multimaps
2017-03-21Core/AreaTriggers: Areatrigger rework script system + fix priest angelic featherTraesh
Closes #19171
2017-03-21Core/Quests: Implement quest_request_items_localeAlcDenat
Closes #19331
2017-03-21Core/Spells: Fixed EffectActivateSpec for hunter petsDoctorKraft
Closes #19325
2017-03-21DB/Creature: Lieutenant SandersKillyana
http://www.wowhead.com/npc=13158/lieutenant-sanders
2017-03-20Core/Movement: Remove PLAYER_FLAGS_IS_OUT_OF_BOUNDS flag if player manages ↵Shauren
to move back in bounds (pretty much gms only)
2017-03-20Core/Conditions: Implemented new condition type ↵funjoker
CONDITION_QUEST_OBJECTIVE_COMPLETE (#18235) Closes #17863
2017-03-19Core/Quests: Fixed loading areatriggers linked to quest by objective and ↵Shauren
expose ObjectMgr::GetQuestObjective to lookup quest objectives by id (for conditions)
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