aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-05-13Core/Auras: Implemented aura 481 - SPELL_AURA_CONVERT_CONSUMED_RUNEShauren
Used by: Blood Rites, Reaping and Glyph of the Ice Reaper
2016-05-12Core/Spells: Fixed Lightning Shield dropping charges when attackedShauren
2016-05-11Core/Misc: Warning fixes (/W4)Shauren
2016-05-10Core/Spells: Fixed warningVincent-Michael
2016-05-10Core/Game: Remove some unnecessary export macrosNaios
(cherry picked from commit f50c4b71a137b90c2c5848c2ddef0139b05fa4a1)
2016-05-10Core/Common: Move the query callback header to the database projectNaios
* Also renames the header to it's correct name QueryCallback (cherry picked from commit d4d199d7654a95c53c77e30e6bd9203ee70b9373)
2016-05-10Core/Spells: Fixed Elemental Blast random buff (shaman)Shauren
2016-05-09Core/Networking: Fixed cleanup of disconnected socketsShauren
Ref #15892
2016-05-08Core: Fixed warningVincent-Michael
2016-05-08Core/Commands: Cleanup in 0940f3e0776b58bd7abad472347da7d0dea2ac50Vincent-Michael
2016-05-08Core/Auras: Implemented AURA_INTERRUPT_FLAG_LEAVE_COMBATShauren
2016-05-08Core/Commands: Allowed .server idlerestart / idleshutdown / restart / ↵Vincent-Michael
shutdown to take another parameter structure: e.g.: * .server idlerestart 12d3h13m13s * .server idleshutdown 46m13s * .server restart 45h56m * .server shutdown 323m42s
2016-05-07Core/Achievements: Add missing overridesShauren
2016-05-07Core/Achievements: Add new realm first achievements to list of excluded ↵Shauren
achievements during character/guild deletion
2016-05-07GCC build fixShauren
2016-05-07Warning fixShauren
2016-05-07Core/Achievements: AchievementMgr refactoringShauren
* Extracted base CriteriaHandler class that deals with criteria only and will be reused for future scenario implementation * Fixed players earning guild achievements
2016-05-06Core/Spells: Corrected spell effect value roundingShauren
2016-05-05Core/Spells: Fixed proc cooldowns read from dbcShauren
2016-05-04Core/Units: Fixed warningVincent-Michael
2016-05-04Core/Spells: Removed code for handling SPELL_AURA_OVERRIDE_CLASS_SCRIPTS ↵Shauren
whose miscvalue cases were removed from the game
2016-05-03Core/Units: Updated armor damage reduction calculationfunjoker
Merge #17069
2016-05-03Core/Spells: Fix typo in item level ppm calculationShauren
2016-05-02Core/Spells: Perform proc roll after all conditions passed to only consume ↵Shauren
spellmods when the aura is allowed to proc in the first place
2016-05-02Core/Spells: Implemented RPPM proc effectsShauren
Closes #17001
2016-05-02Scripts/SWP: Remove unused #definesDuarte Duarte
2016-05-01Core/DataStores: Clean up manually named tables/columns in hotfixes database ↵Shauren
to reduce work needed when regenerating HotfixDatabase prepared statements
2016-05-01Core/Scripting: Kill pending unit events when swapping AI'sNaios
(cherry picked from commit 851c73b3e47b4b64639f4d825b00d069330059e3)
2016-05-01Core/Spells: Fixed overwriting summon requestsIncorrect
Closes #17049
2016-05-01Revert "Game/Handler: Fix warning."Gacko
This reverts commit 9713a30e64a848e2e42ad61dd88d1a1f58facea5.
2016-05-01Game/Unit: Comment unused parameter.Gacko
2016-05-01Game/Handler: Fix warning.Gacko
2016-05-01Core/Scripts: Fix 2 warningsNaios
* Ref d9f7692c2e1e * Ref 0fbcddcb4f8f
2016-05-01Core/Scripts: Cleanup cs_modify.cppKarrokDC
* Removed a chunk of duplicate code * Generalized Message notification * Generalized checking of resources modification with a min-max * Generalized checking of single value modification * Closes #16858 (cherry picked from commit 775b03bf6f345ac2bdc4936bb0ead5b0ad4fb193)
2016-05-01Scripts/Command: Solve several format exception crashes introduced in a ↵Nyeriah
recent commit Ref #16648 Closes #16751 (cherry picked from commit c1905771f064e374a09720f470116f04b03e5a42)
2016-05-01Core/Utilities: Inherit env vars when starting external processesNaios
(cherry picked from commit 5b15b714abfa5d8a38f08046dae5a5348c08b5a1)
2016-05-01Core/Spells: Updated existing shaman spell scriptsShauren
2016-05-01Core/Spells: Removed proc handlers of deleted spellsShauren
2016-04-30Core/Spells: Fixed flat SPELLMOD_DAMAGE_MULTIPLIER calculationShauren
2016-04-29Core/Spells: Fixed Stealth and VanishShauren
Closes #15779
2016-04-29Core/Spells: Updated Eviscerate and Envenom formulasShauren
Closes #16886 Closes #16887
2016-04-29Core/Spells: Fixed applying mastery aurasShauren
2016-04-28Core/Spells: Fix PvP trinkets animationsedea
Closes #16890
2016-04-28Merge pull request #16494 from Rushor/calcRushor
Core/Spell: Magic Absorption Calculation (cherry picked from commit ebafa2fdeaf4544b5e62c9fab7c281d54f7aa139) # Conflicts: # src/server/game/Spells/SpellInfo.cpp
2016-04-28Merge pull request #16503 from Rushor/evadingRushor
[3.3.5][6.x]Core/Unit: Do not remove auras from Pets and Guardians after evading (cherry picked from commit e869ccb29793aa0dd39dc2ecef9f11ab56ba010e)
2016-04-28Core/authserver.conf.dist: missing description line (#17038)Trond B Krokli
This line is missing from authserver.conf.dist : `# MySQL server and their own thread on the MySQL server.` I have copied this description text line from the matching description in `worldserver.conf.dist` (line 108 in the 3.3.5 worldserver source file). This line is also missing in bnetserver.conf.dist , but the files are different in line number, filename and folder, so bnetserver needs a separate commit. (cherry picked from commit 329006d31095ec4d151d37d11db5b994f381fab8) # Conflicts: # src/server/authserver/authserver.conf.dist
2016-04-28Update worldserver.conf.distAokromes
(cherry picked from commit aa9129f55d2a495d0d1ff8716c1b8c8ee9768c85)
2016-04-28Core/Misc: Move STOP_TIME_FOR_PLAYER value to config. (#17024)Mikhail Redko
(cherry picked from commit d5f04f5a387d8c41f9d54d5d8a0ff007209148a8)
2016-04-28Core/Misc: Fix issues reported by static analysisjackpoz
(cherry picked from commit 3e73ba9da5e9d09017cb48389adc930d9c9c3a55)
2016-04-28nopch build fixShauren