| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-05-13 | Core/Auras: Implemented aura 481 - SPELL_AURA_CONVERT_CONSUMED_RUNE | Shauren | |
| Used by: Blood Rites, Reaping and Glyph of the Ice Reaper | |||
| 2016-05-12 | Core/Spells: Fixed Lightning Shield dropping charges when attacked | Shauren | |
| 2016-05-11 | Core/Misc: Warning fixes (/W4) | Shauren | |
| 2016-05-10 | Core/Spells: Fixed warning | Vincent-Michael | |
| 2016-05-10 | Core/Game: Remove some unnecessary export macros | Naios | |
| (cherry picked from commit f50c4b71a137b90c2c5848c2ddef0139b05fa4a1) | |||
| 2016-05-10 | Core/Common: Move the query callback header to the database project | Naios | |
| * Also renames the header to it's correct name QueryCallback (cherry picked from commit d4d199d7654a95c53c77e30e6bd9203ee70b9373) | |||
| 2016-05-10 | Core/Spells: Fixed Elemental Blast random buff (shaman) | Shauren | |
| 2016-05-09 | Core/Networking: Fixed cleanup of disconnected sockets | Shauren | |
| Ref #15892 | |||
| 2016-05-08 | Core: Fixed warning | Vincent-Michael | |
| 2016-05-08 | Core/Commands: Cleanup in 0940f3e0776b58bd7abad472347da7d0dea2ac50 | Vincent-Michael | |
| 2016-05-08 | Core/Auras: Implemented AURA_INTERRUPT_FLAG_LEAVE_COMBAT | Shauren | |
| 2016-05-08 | Core/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-07 | Core/Achievements: Add missing overrides | Shauren | |
| 2016-05-07 | Core/Achievements: Add new realm first achievements to list of excluded ↵ | Shauren | |
| achievements during character/guild deletion | |||
| 2016-05-07 | GCC build fix | Shauren | |
| 2016-05-07 | Warning fix | Shauren | |
| 2016-05-07 | Core/Achievements: AchievementMgr refactoring | Shauren | |
| * Extracted base CriteriaHandler class that deals with criteria only and will be reused for future scenario implementation * Fixed players earning guild achievements | |||
| 2016-05-06 | Core/Spells: Corrected spell effect value rounding | Shauren | |
| 2016-05-05 | Core/Spells: Fixed proc cooldowns read from dbc | Shauren | |
| 2016-05-04 | Core/Units: Fixed warning | Vincent-Michael | |
| 2016-05-04 | Core/Spells: Removed code for handling SPELL_AURA_OVERRIDE_CLASS_SCRIPTS ↵ | Shauren | |
| whose miscvalue cases were removed from the game | |||
| 2016-05-03 | Core/Units: Updated armor damage reduction calculation | funjoker | |
| Merge #17069 | |||
| 2016-05-03 | Core/Spells: Fix typo in item level ppm calculation | Shauren | |
| 2016-05-02 | Core/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-02 | Core/Spells: Implemented RPPM proc effects | Shauren | |
| Closes #17001 | |||
| 2016-05-02 | Scripts/SWP: Remove unused #defines | Duarte Duarte | |
| 2016-05-01 | Core/DataStores: Clean up manually named tables/columns in hotfixes database ↵ | Shauren | |
| to reduce work needed when regenerating HotfixDatabase prepared statements | |||
| 2016-05-01 | Core/Scripting: Kill pending unit events when swapping AI's | Naios | |
| (cherry picked from commit 851c73b3e47b4b64639f4d825b00d069330059e3) | |||
| 2016-05-01 | Core/Spells: Fixed overwriting summon requests | Incorrect | |
| Closes #17049 | |||
| 2016-05-01 | Revert "Game/Handler: Fix warning." | Gacko | |
| This reverts commit 9713a30e64a848e2e42ad61dd88d1a1f58facea5. | |||
| 2016-05-01 | Game/Unit: Comment unused parameter. | Gacko | |
| 2016-05-01 | Game/Handler: Fix warning. | Gacko | |
| 2016-05-01 | Core/Scripts: Fix 2 warnings | Naios | |
| * Ref d9f7692c2e1e * Ref 0fbcddcb4f8f | |||
| 2016-05-01 | Core/Scripts: Cleanup cs_modify.cpp | KarrokDC | |
| * 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-01 | Scripts/Command: Solve several format exception crashes introduced in a ↵ | Nyeriah | |
| recent commit Ref #16648 Closes #16751 (cherry picked from commit c1905771f064e374a09720f470116f04b03e5a42) | |||
| 2016-05-01 | Core/Utilities: Inherit env vars when starting external processes | Naios | |
| (cherry picked from commit 5b15b714abfa5d8a38f08046dae5a5348c08b5a1) | |||
| 2016-05-01 | Core/Spells: Updated existing shaman spell scripts | Shauren | |
| 2016-05-01 | Core/Spells: Removed proc handlers of deleted spells | Shauren | |
| 2016-04-30 | Core/Spells: Fixed flat SPELLMOD_DAMAGE_MULTIPLIER calculation | Shauren | |
| 2016-04-29 | Core/Spells: Fixed Stealth and Vanish | Shauren | |
| Closes #15779 | |||
| 2016-04-29 | Core/Spells: Updated Eviscerate and Envenom formulas | Shauren | |
| Closes #16886 Closes #16887 | |||
| 2016-04-29 | Core/Spells: Fixed applying mastery auras | Shauren | |
| 2016-04-28 | Core/Spells: Fix PvP trinkets animations | edea | |
| Closes #16890 | |||
| 2016-04-28 | Merge pull request #16494 from Rushor/calc | Rushor | |
| Core/Spell: Magic Absorption Calculation (cherry picked from commit ebafa2fdeaf4544b5e62c9fab7c281d54f7aa139) # Conflicts: # src/server/game/Spells/SpellInfo.cpp | |||
| 2016-04-28 | Merge pull request #16503 from Rushor/evading | Rushor | |
| [3.3.5][6.x]Core/Unit: Do not remove auras from Pets and Guardians after evading (cherry picked from commit e869ccb29793aa0dd39dc2ecef9f11ab56ba010e) | |||
| 2016-04-28 | Core/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-28 | Update worldserver.conf.dist | Aokromes | |
| (cherry picked from commit aa9129f55d2a495d0d1ff8716c1b8c8ee9768c85) | |||
| 2016-04-28 | Core/Misc: Move STOP_TIME_FOR_PLAYER value to config. (#17024) | Mikhail Redko | |
| (cherry picked from commit d5f04f5a387d8c41f9d54d5d8a0ff007209148a8) | |||
| 2016-04-28 | Core/Misc: Fix issues reported by static analysis | jackpoz | |
| (cherry picked from commit 3e73ba9da5e9d09017cb48389adc930d9c9c3a55) | |||
| 2016-04-28 | nopch build fix | Shauren | |
