Commit Graph

30640 Commits

Author SHA1 Message Date
joschiwald
00f28a81af Core/Opcodes: Defined SMSG_SORT_BAGS_RESULT
Thx @Vincent-Michael
2017-05-01 18:37:13 +02:00
vincent-michael
173db1f549 Scripts: Fixed non pch build 2017-05-01 00:25:13 +02:00
vincent-michael
774e5e7b26 DB/Quests: Updated quest_template data for 7.2.0 part 12 2017-05-01 00:23:23 +02:00
Aokromes
5b3ffd44e1 DB/Misc: Coldridge valley fixes
By Malcrom
2017-04-30 17:28:19 +02:00
vincent-michael
4a00140973 DB/Quests: Updated quest_template data for 7.2.0 part 11 2017-04-30 00:36:50 +02:00
Shauren
eac82be155 Core/GameObjects: Updated dynamic flags
Closes #19523
2017-04-29 21:33:35 +02:00
Aokromes
06b09d2e17 Update pull_request_template.md 2017-04-29 15:41:14 +02:00
Keader
18d9de2b75 Core/Scripts: Codestyle fixes
Followup: d56671a1a7
2017-04-29 10:15:36 -03:00
Aokromes
c5e211f07e Coding style 2017-04-29 10:53:48 +02:00
vincent-michael
409cabf0e6 Scripts: Fixed build 2017-04-29 02:31:26 +02:00
Aokromes
e70e03890d DB/Misc: Fix one runtime error
By Malcrom
2017-04-29 02:17:51 +02:00
Aokromes
e47b4f24ef Rename sql/updates/world/4.3.4/2017_04_29_00_world.sql to sql/updates/world/master/2017_04_29_00_world.sql 2017-04-29 02:17:12 +02:00
Aokromes
d56671a1a7 Core/Scripts: Dwarf Start Area scripts
By Malcrom
2017-04-29 02:05:03 +02:00
Aokromes
cd4e488540 Update auth_database.sql 2017-04-28 15:17:21 +02:00
vincent-michael
3b6fb1c431 DB/Quests: Updated quest_template data for 7.2.0 part 10 2017-04-28 12:07:40 +02:00
Shauren
afd5f0d03e Warning fix 2017-04-28 10:08:20 +02:00
vincent-michael
3b6d04badb Core: Updated allowed build to 7.2.0.24015 2017-04-28 09:15:16 +02:00
joschiwald
037ffdf609 Fixed warning 2017-04-27 19:35:22 +02:00
joschiwald
66744c4b4c Core/Tools: MapId can have 4 digits
Note: Re-extracting any maps is NOT required.
2017-04-27 19:24:14 +02:00
vincent-michael
8337860f93 DB/Quests: Updated quest_template data for 7.2.0 part 9 2017-04-27 10:45:05 +02:00
Aokromes
4db838751e Update issue_template.md 2017-04-27 02:17:42 +02:00
Shauren
3e060fc95d Core/Players: Fixed setting a few updatefields to make client addons relying on player names/realn names behave properly
Ref #19490
2017-04-27 00:03:18 +02:00
Gacko
9386db7d75 Fix warning. 2017-04-26 20:43:42 +02:00
Rochet2
adc7764d73 Core/PacketIO: Remove bad slot for mirror image packet (#19513) 2017-04-26 18:02:00 +02:00
Shauren
2f859ffd2e Core/Misc: Fixed issues found by coverity
CID 1374575, 1374574, 1374573, 1374572, 1374563, 1374556
2017-04-26 18:01:50 +02:00
tkrokli
65eefebe43 More warning fixes
- unused variables reported by clang in travis-ci
2017-04-26 10:53:38 +02:00
joschiwald
9a41e05201 Fixed warning 2017-04-25 20:16:28 +02:00
Shauren
14dce61976 Core/Units: Updated unit dynamic flags
Closes #19478
2017-04-25 19:58:07 +02:00
vincent-michael
bfd65e7d54 DB/Quests: Updated quest_template data for 7.2.0 part 8 2017-04-25 11:18:28 +02:00
Arog
2e7a3a8fd6 Core/Conditions: Add type QUEST_OBJECTIVE_PROGRESS_BAR to CONDITION_QUEST_OBJECTIVE_COMPLETE (#19488) 2017-04-24 21:29:24 +02:00
joschiwald
8df72afb73 Fixed warning 2017-04-24 20:23:23 +02:00
Gacko
8f3ac05056 Fix non-PCH build.
What else?
2017-04-24 19:59:38 +02:00
Aokromes
02b667e76e DB/World: Update faction and unit_class to default values
REF d36af78c7f
2017-04-24 18:54:51 +02:00
Duarte Duarte
41abb35cda Update THANKS 2017-04-24 13:27:14 +01:00
Malcrom
de0bbf4056 Core/Creature: Fixed ForcedDespawn 2017-04-24 13:49:58 +02:00
vincent-michael
d4759e43f1 DB/Quests: Updated quest_template data for 7.2.0 part 7 2017-04-24 09:48:53 +02:00
ariel-
b7bf703737 Core/Scripts: Convert spells to new proc system
- Converted Unit::HandleDummyAuraProc function to AuraScripts
  * Extra: DMC: Madness now uses DB texts. yay!
  * Extra: improvements on Imp. Spell Reflection (range and max targets, filter caster with conditions)

- Fixed Glyph of Succubus. (Closes #6599)

- Changed old (not-blizz) behavior of Vampiric Embrace:
  * Before: party heal affected the priest too and self heal was reduced by that amount to not over-heal
  * Now: self heal amount not affected, rather filter the priest out of the party heal using conditions :)

- Solve bug in AQ 3p set bonus, it should only trigger when healing others, not self heals.
- Priest T10 2p bonus (heal) now rolls its effect properly

- Use brand new GetEffectiveHeal to fix #17142
- While we're at it, also close #17034 for good
- Converted Unit::HandleAuraProc function to AuraScripts (#17941)
- Converted Unit::HandleAuraProc function to AuraScripts (cont'd) (#17955)
- Corrected Flametongue weapon damage formula
- Actually check offhand weapon for flametongue in Lava Lash script
- Implemented halved proc chance for Missile Barrage on Arcane Barrage, Fireball, Frostbolt and Frostfire Bolt cast
- Converted Unit::HandleProcTriggerSpell function to AuraScripts (#17956)
- De-hack Earth shield. Fixes #13808
- Updated Honor among Thieves
- Implemented mana proc for Mark of Conquest in case of ranged attack
- Fixed Scent of Blood giving more stacks than the talent rank currently learnt.
- Ported old proc table. Proc system is dead. Long live the proc system!
- Recklessness should get charges removed per cast. Closes #15529
- Use proc system to remove Molten Core charges on Incinerate/Soul Fire cast. Closes #15942

Closes #3463
Closes #5401
Closes #15595
Closes #15974
Closes #16679
Closes #17925

(cherry picked from commit 2ff855054f)

# Conflicts:
#	src/server/scripts/Northrend/UtgardeKeep/UtgardeKeep/utgarde_keep.cpp
#	src/server/scripts/Spells/spell_dk.cpp
#	src/server/scripts/Spells/spell_druid.cpp
#	src/server/scripts/Spells/spell_hunter.cpp
#	src/server/scripts/Spells/spell_item.cpp
#	src/server/scripts/Spells/spell_mage.cpp
#	src/server/scripts/Spells/spell_paladin.cpp
#	src/server/scripts/Spells/spell_priest.cpp
#	src/server/scripts/Spells/spell_rogue.cpp
#	src/server/scripts/Spells/spell_shaman.cpp
#	src/server/scripts/Spells/spell_warlock.cpp
#	src/server/scripts/Spells/spell_warrior.cpp
2017-04-23 19:01:39 +02:00
Ulduar2
7b4bdc6b8f Core/Spells: Add duration argument to Unit::SendPlaySpellVisualKit (#19487) 2017-04-23 15:23:28 +02:00
Shauren
ec83e3faf3 Core/Quests: Defined quest objective flags
Closes #19492
2017-04-23 15:21:40 +02:00
vincent-michael
ebcf7a95c0 DB/Quests: Updated quest_template data for 7.2.0 part 6 2017-04-23 11:50:32 +02:00
Traesh
fabc571052 Fix typo in IsRaidQuest 2017-04-23 02:20:19 +02:00
Shauren
f7b0f4c9c6 Core: Change allowed build to 7.2.0.23937 2017-04-22 19:33:15 +02:00
Shauren
457f58b1a2 Tools/mmaps_generator: Mak percentage progress slightly more accurate
#18832

(cherry picked from commit 29937aaa75)

# Conflicts:
#	src/tools/mmaps_generator/MapBuilder.cpp
7.2.0/23911
2017-04-22 16:53:33 +02:00
vincent-michael
a316ba576b DB/Quests: Updated quest_template data for 7.2.0 part 5 2017-04-22 11:09:39 +02:00
vincent-michael
7091e70eab DB/Quests: Updated quest_template data for 7.2.0 part 4 2017-04-21 19:11:11 +02:00
Shocker
298d86d9f7 Core/Spells: Define various aura types and remove some old & not valid anymore ones 2017-04-21 02:16:38 +03:00
Shauren
be1a7d36f3 Core/Spells: Refactor setting spell info corrections to report errors about spells that no longer exist 2017-04-20 21:57:25 +02:00
vincent-michael
a3dec5cb75 Build: Fixed build with boost 1.64 2017-04-20 20:49:30 +02:00
vincent-michael
5233caf092 Build: Added 1.64 Boost version to FindBoost
Note: Currently no support for boost 1.64
2017-04-20 19:53:34 +02:00
Aokromes
c8b0e6e42f DB/Misc: populated version table with missing data from TDB file
Closes #19479
2017-04-20 08:15:28 +02:00