| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-09 | Core/Banks: Fix some bank exploits | jackpoz | |
| Re-implement the cheat checks removed in a12501fb5e6f827d905e0eeba5bc908f8279880a and check if Player can interact with the Banker when handling bank-related opcodes. | |||
| 2014-06-09 | Core/Database: Update log for incorrect db structure | Aokromes | |
| 2014-06-09 | Core/Spells: Implement Periodic mechanics | Unholychick | |
| Change behaviour of single target periodic aura ticks to be more blizzlike Also add some missing handling of SPELL_AURA_MOD_CREATURE_AOE_DAMAGE_AVOIDANCE Fixes Deep wounds and Chimera Shot Serpent Remove an ancient hack with Drain Soul, spell id 100001 can now be deleted from spell_dbc table Allows Rolling dot mechanics and allows DK's to roll diseases with pestilence, see link for info: http://forums.elitistjerks.com/topic/82503-frost-dps-in-333this-will-be-a-day-long-remembered/page-88 | |||
| 2014-06-09 | Core/Spells: Anti-Magic shell should give immunity to all spells that belong ↵ | Trisjdc | |
| to SPELL_SCHOOL_MASK_MAGIC regardless of dispel type | |||
| 2014-06-09 | Scripts/Blackrock Depths: Converted to eventmap+minor coding style changes | aletuna | |
| Closes #11730 | |||
| 2014-06-09 | Core/GOs: When unlinking Fishing Bobber from player to prevent despawning, ↵ | Trisjdc | |
| unlink from spell as well to prevent removing unwanted auras | |||
| 2014-06-09 | Core/Spells: add missing spellradius to spell "Achievement Check" (fixes hor ↵ | joschiwald | |
| achievments) | |||
| 2014-06-09 | DB/Creature: Fix Eva Sarkhoff | Aokromes | |
| By dr-j, closes #12224 | |||
| 2014-06-09 | Core: Fix non pch build | Vincent-Michael | |
| 2014-06-09 | Core/NetworkIO: Added latency info for opcodes overflow log | Michael | |
| 2014-06-09 | Core/Utils: Move EventMap to Util.h | Trisjdc | |
| 2014-06-09 | Scripts/Items: Imp in a Ball | Trisjdc | |
| 2014-06-09 | Core/Players: Improve quest item adding/removal checks, solves cases where ↵ | Trisjdc | |
| quest item removal (under specific conditions) incorrectly incompletes quests | |||
| 2014-06-09 | DB/Quest: Fix some missing quest texts | Aokromes | |
| By Crysicle, closes #12214 closes #12209 | |||
| 2014-06-09 | Core/Talents: Align server checks to Client limits | jackpoz | |
| Set the max amount of talents to process in CMSG_LEARN_PREVIEW_TALENTS_PET to 30 ( 24 talents rounded up ). | |||
| 2014-06-09 | Core/Talents: Align server checks to Client limits | jackpoz | |
| Set the max amount of talents to process in CMSG_LEARN_PREVIEW_TALENTS to 150 ( 44 talents for 3 trees rounded up ). | |||
| 2014-06-09 | Core/Spells: *Properly* solve the Disarm vs Bladestorm issue | Trisjdc | |
| 2014-06-09 | Core/Spells: Swift Retribution should be reapplied when needed to be able to ↵ | Trisjdc | |
| gain spellmods | |||
| 2014-06-09 | Scripts/ToCr: Bosses shouldn't despawn so quickly | Trisjdc | |
| 2014-06-09 | Core/Spells: Corpse Explosion should not be able to pick the Ghoul out of ↵ | Trisjdc | |
| implicit targets | |||
| 2014-06-09 | Warning fix | Trisjdc | |
| 2014-06-09 | Core/Tickets: Don't try to save the same sub-survey more than once | jackpoz | |
| 2014-06-09 | Core/WorldSession: After sudden disconnects, session should persist for a minute | Trisjdc | |
| - With this change, if a player alt-f4, he'll only fade from world after a minute | |||
| 2014-06-09 | Core/Maps: Allow logging players to enter in instances that have an ↵ | Trisjdc | |
| encounter in progress | |||
| 2014-06-09 | Core/Auras: Update model overwriting rules for SPELL_AURA_TRANSFORM | Trisjdc | |
| 2014-06-09 | Core/Spells: Fix Cheat Death formula | Trisjdc | |
| 2014-06-09 | Core/CreatureAI: Implement CreatureAI::TalkToMap for all your map-wide ↵ | Trisjdc | |
| talking needs. Could also replace Battleground::SendChatMessage | |||
| 2014-06-09 | Core/Spells: Fixed Shadowstep taking the caster out of combat while it shouldn't | Golrag | |
| 2014-06-09 | Core/NetworkIO: Adjust more packet throttling values | jackpoz | |
| Ignore some opcodes that don't cause any trouble. Remove old Allow/Disable Anti-DoS system since it's no longer required. | |||
| 2014-06-09 | Core/Vehicles: Fixed channeled spells being interrupted for passengers when ↵ | Shauren | |
| vehicle moves | |||
| 2014-06-09 | DB/Quest: Fix some missing quest texts | Aokromes | |
| By crysicle, closes #12167 | |||
| 2014-06-09 | Merge pull request #11739 from Golrag/master | Trisjdc | |
| Core/Spells: Fixed Shadowstep taking the caster out of combat while it shouldn't | |||
| 2014-06-09 | Merge pull request #12069 from Trisjdc/cheat_death | Trisjdc | |
| Core/Spells: Fix Cheat Death formula | |||
| 2014-06-08 | Core/Handlers: Move a couple of logs to debug, they can appear without ↵ | Trisjdc | |
| anything abnormal due to client latency | |||
| 2014-06-08 | Merge pull request #12240 from Unholychick/patch-3 | Sebastian Valle Herrera | |
| Core/Build: Fix Warnings | |||
| 2014-06-08 | Fix Warnings | Lucas | |
| 2014-06-08 | Merge pull request #12228 from Unholychick/patch_periodics | Sebastian Valle Herrera | |
| Core/Spells: Implement Periodic mechanics | |||
| 2014-06-08 | Core/Calendar: Sanitize calendar event parameters | jackpoz | |
| Prevent events added in the past which in some conditions would cause an infinite loop in the client. | |||
| 2014-06-08 | Revert "Core/Calendar: Fix memory leak when malformed ↵ | jackpoz | |
| CMSG_CALENDAR_ADD_EVENT is received" This partially reverts commit 51e38872c72e16bb0f09e660c2660759021b2176. The stack-initialized variable calendarEvent would have called CalendarMgr::FreeEventId() when it went out of scope, marking the current event id as free and allowing next event to overwrite current event. This doesn't fix the memory leak issue which still needs to be addressed in a proper way. | |||
| 2014-06-08 | Script: Minor optimization in spell_unlocking_zuluheds_chains | Gacko | |
| 2014-06-08 | DB/GameObjects: Deleted no longer needed gameobjects spawns since their ↵ | Kinzcool | |
| phaseMask correction | |||
| 2014-06-08 | DB/GameObjects: Fixed the phasing of the remaining flags in WinterGrasp | Kinzcool | |
| 2014-06-08 | DB/GameObjects: Fixed some phasing of certain gameobjects in Northrend and ↵ | Kinzcool | |
| DK's area | |||
| 2014-06-08 | DB/Conditions: Fix conditions for Xink gossip | Vincent-Michael | |
| 2014-06-07 | Core/Auras: Expanding functionality of ↵ | Trisjdc | |
| SPELL_GROUP_STACK_RULE_EXCLUSIVE_SAME_EFFECT to be able to take care of aura effects inside their handlers Currently handled: - SPELL_AURA_MOD_RESISTANCE_PCT - SPELL_AURA_MOD_STAT - SPELL_AURA_MELEE_SLOW - SPELL_AURA_MOD_MELEE_HASTE - SPELL_AURA_MOD_DAMAGE_PERCENT_DONE Necessary to allow stack rules such as BoK/BoS/Bok-Drums and others to be all in a target with all of the aura effects, yet with only the 'highest' effect active | |||
| 2014-06-07 | Core/Misc: Kill Whitespace ... | Vincent-Michael | |
| 2014-06-07 | Core/Banks: Fix some bank exploits | jackpoz | |
| Re-implement the cheat checks removed in a12501fb5e6f827d905e0eeba5bc908f8279880a and check if Player can interact with the Banker when handling bank-related opcodes. | |||
| 2014-06-07 | Core/Database: Update log for incorrect db structure | Aokromes | |
| 2014-06-07 | Merge pull request #12231 from Trisjdc/fishing_boober_link | Sebastian Valle Herrera | |
| Core/GOs: When unlinking Fishing Bobber from player to prevent despawning, unlink from spell as well to prevent removing unwanted auras | |||
| 2014-06-07 | Merge pull request #12232 from Trisjdc/anti_magic_shell | Sebastian Valle Herrera | |
| Core/Spells: Anti-Magic shell should give immunity to all spells that belong to SPELL_SCHOOL_MASK_MAGIC regardless of dispel type | |||
