Commit Graph

23079 Commits

Author SHA1 Message Date
Shauren
713783531c Core/Corpses: Misc fixes
* Updated corpse flags
* Fixed corpse guid during creation
* Properly set corpse faction
* Fixed setting weapon inventory types if transmogrified
* Fixed corpse location query response when corpse cannot be found
2017-05-01 20:20:18 +02:00
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
Shauren
eac82be155 Core/GameObjects: Updated dynamic flags
Closes #19523
2017-04-29 21:33:35 +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
d56671a1a7 Core/Scripts: Dwarf Start Area scripts
By Malcrom
2017-04-29 02:05:03 +02:00
Shauren
afd5f0d03e Warning fix 2017-04-28 10:08:20 +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
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
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
Malcrom
de0bbf4056 Core/Creature: Fixed ForcedDespawn 2017-04-24 13:49:58 +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
Traesh
fabc571052 Fix typo in IsRaidQuest 2017-04-23 02:20:19 +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
2017-04-22 16:53:33 +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
Shauren
3a52bbb2f0 Core/PacketIO: Fixed reading ItemInstance structure - affected buying items from vendors
Closes #19480
2017-04-20 00:26:04 +02:00
Shauren
6636ca8585 Core/DataStores: Updated sending out hotfixes 2017-04-19 19:10:49 +02:00
DDuarte
a15985edc6 GCC build fix
It's been too long, C++
2017-04-18 21:38:47 +01:00
DDuarte
844755aa07 Core/DBUpdater: Improve message when base SQL file is missing 2017-04-18 21:20:46 +01:00
Shauren
6d85dab6f5 Warning fix 2017-04-17 00:46:39 +02:00
Shauren
912774dc26 Warning fix 2017-04-17 00:22:22 +02:00
Shauren
0b9548a1cc Core: Updated GameTables to 7.2.0
Tools/Extractors: Updated to 7.2.0
Tools/ConnectionPatcher: Updated patterns to 7.2.0

Supported version is now 7.2.0.23911
2017-04-17 00:03:44 +02:00
Aokromes
8ca9d0e7de Update NPCHandler.cpp 2017-04-16 17:32:16 +02:00
Aokromes
7717b833c2 missing part 2017-04-16 17:22:52 +02:00
Aokromes
e57cb54cda Missing part 2017-04-16 16:21:22 +02:00
Aokromes
98dc10c580 Core/Trainers: Fix Multiprofession Trainers
By Malcrom, cherry pick from 6fef0d2eb2
2017-04-16 16:09:40 +02:00
Aokromes
d8fdc893ee Commit name: Add flying check to MoveSmoothPath
By Malcrom
2017-04-16 15:10:48 +02:00
Shauren
c0eb6c3130 Core/Entities: Update updatefields to 7.2.0 2017-04-16 01:13:09 +02:00
Shauren
43510a258c Core/Hotswap: Replace #ifdef conditions with comparisons of values defined in CompilerDefs.h 2017-04-15 17:15:28 +02:00
Shauren
adbdb64301 Core/PacketIO: Updated server packet structures to 7.2.0 2017-04-15 12:32:36 +02:00
Shauren
e88a5e4d6d Core/Spells: Name a spell attribute 2017-04-14 18:12:02 +02:00
Shauren
e253bb5a17 Core/PacketIO: Updated client packet structures to 7.2.0 2017-04-13 19:36:53 +02:00
Shauren
3c28435511 Core/PacketIO: Update opcodes to 7.2.0 2017-04-12 00:11:54 +02:00
Shauren
0998eca105 Core/PacketIO: Delete opcodes removed in 7.2 2017-04-11 00:27:52 +02:00
Shauren
d20dedebd6 Core/DataStores: Updated db2 structures to 7.2.0 2017-04-06 23:39:34 +02:00