Commit Graph

30538 Commits

Author SHA1 Message Date
Aokromes
abc8fe123b Core/SmartAI: Missing parts on previous commit
By Malcrom
2017-03-26 01:07:09 +01:00
Aokromes
4dcc435207 DB/SmartAI: Vale of Eternal Blossoms SAI
Closes #17010 by LuigiElleBalotta
2017-03-26 00:53:58 +01:00
Aokromes
4552f6462f DB/Misc: Harvest Festival Horde Spawn
By Vincent-Michael
Cherry pick from 13e8e235bf
2017-03-26 00:49:58 +01:00
Aokromes
934be769dc DB/Misc: Incorrect data in table playercreateinfo_cast_spell
Closes #18665 by Heaven31415
2017-03-26 00:31:17 +01:00
Aokromes
7272a1b7dd DB/SmartAI: Shado-Pan Monastery
By cooler-SAI, closes #19209
2017-03-26 00:14:22 +01:00
Krudor
d45f535d30 Update boss state load logic
Reset boss state to NOT_STARTED if state loads as FAIL
2017-03-25 17:54:19 +01:00
DoctorKraft
df56f33a79 Core/Unit: Update Parry/Dodge/Diminishing caps for Monk/DH (#19354) 2017-03-23 15:38:53 +01:00
Shauren
95e10ae82c Removed unintended changes 2017-03-23 11:04:18 +01:00
Aokromes
7b7c90d4fb Core/SmartAI: Implement SMART_TARGET_VEHICLE_ACCESSORY
By Malcrom
2017-03-23 04:12:56 +01:00
Shauren
f097e341f5 Core/Utilities: Rename RandomResizeList->RandomResize as it is no longer restricted to a list
* Also fix gcc build
2017-03-23 00:11:58 +01:00
Aokromes
408d876813 Update issue_template.md 2017-03-22 07:07:45 +01:00
Aokromes
464ba05dd4 Core/SmartAI: Add check to SMART_ACTION_PLAY_ANIMKIT to allow zero value to remove animKit.
By Malcrom
2017-03-21 23:27:07 +01:00
Traesh
c290fc387b Build fix (#19343) 2017-03-21 22:57:19 +01:00
Shauren
4557aa8a1b Build fix 2017-03-21 21:48:56 +01:00
Shauren
a1e3b54e07 Core/Utils: Changed all Trinity::Containers utilities to work on all 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-21 21:04:01 +01:00
Traesh
9cc5273cd2 Core/AreaTriggers: Areatrigger rework script system + fix priest angelic feather
Closes #19171
2017-03-21 18:14:23 +01:00
AlcDenat
024ae15681 Core/Quests: Implement quest_request_items_locale
Closes #19331
2017-03-21 17:45:07 +01:00
DoctorKraft
76dd3ae368 Core/Spells: Fixed EffectActivateSpec for hunter pets
Closes #19325
2017-03-21 17:36:44 +01:00
Killyana
481825bd6d DB/Creature: Lieutenant Sanders
http://www.wowhead.com/npc=13158/lieutenant-sanders
2017-03-21 01:14:47 +01:00
Shauren
fcb50c5e65 Core/Movement: Remove PLAYER_FLAGS_IS_OUT_OF_BOUNDS flag if player manages to move back in bounds (pretty much gms only) 2017-03-20 20:30:28 +01:00
funjoker
945cfce1f6 Core/Conditions: Implemented new condition type CONDITION_QUEST_OBJECTIVE_COMPLETE (#18235)
Closes #17863
2017-03-20 08:54:29 +01:00
Shauren
d4176eb2f1 Core/Quests: Fixed loading areatriggers linked to quest by objective and expose ObjectMgr::GetQuestObjective to lookup quest objectives by id (for conditions) 2017-03-19 17:25:00 +01:00
Krudor
27bf4010b8 Core/Pakcets: vs2015/AppVeyor build fix
- missing TC_GAME_API for class PlaySpellVisual caused VS2015/AppVeyor builds to fail
2017-03-19 14:07:21 +01:00
Aokromes
a66a8e721f DB/Creature: Fix gossip for more multi trainers
By Malcrom
2017-03-19 01:41:16 +01:00
Krudor
940c80e3e8 Core/Creatures: Use broadcast_text sound entry (#19321)
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-18 20:15:38 +01:00
Shauren
51207376b7 Core/Spells: Fixed Charge
* 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-18 20:14:26 +01:00
Aokromes
850390c963 DB/Creature: Fix ironforge guards gossip
By Malcrom
Cherry pick of 0ee051e6af
2017-03-18 19:47:31 +01:00
vincent-michael
5b638b76c1 Fixed typo in 182dba61db 2017-03-18 18:40:45 +01:00
vincent-michael
182dba61db Scripts/HowlingFjord: Fixed warning 2017-03-18 18:38:04 +01:00
Aokromes
b0b6e4f133 Update 2017_03_18_02_world.sql 2017-03-18 18:34:06 +01:00
Aokromes
18d10e1e38 DB/Gossip
Add 2 missing gossips
By Malcrom
Partial cherry pick of 0bc274442c
2017-03-18 17:24:58 +01:00
Aokromes
21f4ee8a9a DB/Creature: Implement gossips for Multi Profession Trainers
By Malcrom
C++ Scripting will be required for training to work.
Cherry pick from 5ada337177
2017-03-18 16:20:08 +01:00
Aokromes
1beb0a41ae DB/Creature: More guard gossips
By Malcrom
Cherry pick from 77e79b0b7f
2017-03-18 15:12:25 +01:00
Alexander
4b51c78ca1 Core/Scripts: Implement druid spells Moonfire & Sunfire and spell_druid.cpp cleanup
Closes #19293
2017-03-18 14:25:26 +01:00
AlcDenat
c5c030ccc0 Core/Quests: Reimplemented quest offer reward locales
Closes #19242
2017-03-18 12:47:46 +01:00
Krudor
5a36a2eb17 Core/Scripts: Add support for spawn specific C++ scripts
Closes #19247
2017-03-18 11:31:31 +01:00
Aokromes
0a35c473c8 DB/Creature: Pathing Dun Morogh and Darnassus
By Malcrom
Cherry pick of fb57417f6a
2017-03-18 02:08:19 +01:00
Aokromes
7b39a05d1e DB/Creature: Gossips for Darnassus and Teldrasil
By Malcrom
Cherry pick of 3f10940a3d
2017-03-17 22:41:59 +01:00
Traesh
01ded93a42 Core/AI: enable SmartScripts on Scenes + add scene related actions/events
Closes #19194
2017-03-17 21:21:35 +01:00
Krudor
77d1080ff5 Core/Criterias: Fix an old criteria condition and added some new ones
Closes #19246
2017-03-17 19:14:13 +01:00
Rochet2
769bc15ba0 Tools/MMapsGenerator: Use system supported threads instead of hardcoded 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-17 19:09:58 +01:00
Chazy Chaz
c7ea1b97c2 Core/Config: Add option CharDelete.DemonHunter.MinLevel
Closes #19285
2017-03-17 19:08:38 +01:00
Chazy Chaz
c31de25627 Core/Players: Rename "heroic character" to "death knight"
Closes #19286
2017-03-17 19:00:56 +01:00
Krudor
3df4135173 Core/Spell: Implement and use SMSG_CUSTOM_LOAD_SCREEN (#19310) 2017-03-17 18:50:11 +01:00
HannibalRoG
8a64f066a0 Core/Spells: Update Warrior Bloodthirst to 7.1.5
Closes #19315
2017-03-17 17:33:32 +01:00
Aokromes
fe4aaaaf64 Update 2017_03_16_03_world.sql 2017-03-17 00:57:17 +01:00
Aokromes
bb4cfacd73 DB/Creature: Ironforge pathing
By Malcrom
Cherry pick of e4efcbdf47
2017-03-17 00:56:03 +01:00
Aokromes
6239339069 DB/Creature: Stormwind Guard Gossip
By Malcrom
Cherry pick of f563a64598
2017-03-16 20:04:33 +01:00
Aokromes
bd8470342a Db/Quest: Add initial human monk quest
By zamalaev closes #19280
2017-03-16 16:45:11 +01:00
Aokromes
c42f113b8d DB/Misc: Fix spawnmask for Wailling Caverns
Closes #19298
2017-03-16 15:37:38 +01:00