aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2017-05-14Core/Spells: Fixed Impending Victory and prevent activating victory rush in ↵HannibalRoG
fury spec Closes #19297
2017-05-14Core/Entities : Basic Conversation Implementation (#18010)Traesh
2017-05-14Scripts/Spells: Aspect of the Cheetah (#19755)MartGon
Closes #19611
2017-05-13Warning fixShauren
2017-05-13Core/Grids: Ported cmangos/mangos-wotlk@ea99457e50790acde8928aa0f3dc4a9c096b4a8cShauren
2017-05-13Core/Shared: Include cleanupShauren
2017-05-12Core/Database: Include cleanupShauren
2017-05-11Core/Common: Include cleanupShauren
2017-05-08Core/Items: Set and save item context fieldShauren
2017-05-05Core/Collision: Replaced phasemask with proper phases in GameObject ↵joschiwald
collision calculation
2017-05-04Core/Packets: Implemented SMSG_CANCEL_SPELL_VISUAL_KIT and ↵joschiwald
SMSG_PLAY_ORPHAN_SPELL_VISUAL * Added some helper methods for sending these packets Closes #19486
2017-05-01Scripts: Fixed non pch buildvincent-michael
2017-04-29Core/Scripts: Codestyle fixesKeader
Followup: d56671a1a7df35fe1be90304c78d19c5d2ec5425
2017-04-29Coding styleAokromes
2017-04-29Scripts: Fixed buildvincent-michael
2017-04-29Core/Scripts: Dwarf Start Area scriptsAokromes
By Malcrom
2017-04-28Warning fixShauren
2017-04-27Fixed warningjoschiwald
2017-04-27Core/Tools: MapId can have 4 digitsjoschiwald
Note: Re-extracting any maps is NOT required.
2017-04-26Fix warning.Gacko
2017-04-26More warning fixestkrokli
- unused variables reported by clang in travis-ci
2017-04-24Fix non-PCH build.Gacko
What else?
2017-04-23Core/Scripts: Convert spells to new proc systemariel-
- 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 2ff855054f52bf2dcf81aa7a7da7bab7f8a99686) # 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-23Core/Spells: Add duration argument to Unit::SendPlaySpellVisualKit (#19487)Ulduar2
2017-04-17Core: Updated GameTables to 7.2.0Shauren
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-16missing partAokromes
2017-04-16Core/Trainers: Fix Multiprofession TrainersAokromes
By Malcrom, cherry pick from https://gitlab.com/trinitycore/TrinityCore_434/commit/6fef0d2eb2cf85a631be29885f6c3908038ba4f4
2017-04-16Commit name: Add flying check to MoveSmoothPathAokromes
By Malcrom
2017-04-16Core/Entities: Update updatefields to 7.2.0Shauren
2017-04-15Core/PacketIO: Updated server packet structures to 7.2.0Shauren
2017-04-03Warning fixesShauren
2017-04-03Core/Spells: Removed even more uses of SpellIcon to identify spellsShauren
2017-04-02Core/Spells: Removed most uses of SpellIcon to identify spellsShauren
2017-04-02Fix non-PCH build.Gacko
2017-04-01Scripts/Spells: Warlock Rain of Fire (#19345)Traesh
2017-03-23Core/Utilities: Rename RandomResizeList->RandomResize as it is no longer ↵Shauren
restricted to a list * Also fix gcc build
2017-03-21Build fix (#19343)Traesh
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-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-18Fixed typo in 182dba61dbfc7a6d009a214c49e3dcab553887d4vincent-michael
2017-03-18Scripts/HowlingFjord: Fixed warningvincent-michael
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-17Core/Players: Rename "heroic character" to "death knight"Chazy Chaz
Closes #19286
2017-03-17Core/Spells: Update Warrior Bloodthirst to 7.1.5HannibalRoG
Closes #19315
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