aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-03-05Core/Scripts: fix Glyph of Siphon Lifeariel-
by Keader
2017-03-05Corrected doors and buttons without autoclose time after recent changes (#19249)xinef1
2017-03-05Core/SmartAI: Allow scripting GameObjects by spawn id tooariel-
2017-03-04Core/Creature: redo some logical checks in _IsTargetAcceptableariel-
- Check against current creature victim, don't check potential victim attacking list. - Neutral creatures with aggressive reactstate were triggered to attack from MoveInLineOfSight because of this check - Prevents attack from a distance after right clicking an npc Closes #19235
2017-03-03Core/Spells: fix some db errorsariel-
2017-03-03Core/Scripts: implement Hammer of the Righteous stacking Seal of ↵ariel-
Vengeance/Corruption - Patch 3.2.0 Notes: Only auto-attacks and Hammer of the Righteous can place the debuff on the paladin's current target(s). Closes #19239
2017-03-02Core/Game: fix dynamic linkingariel-
2017-03-02Core/Misc: remove unneeded semicolonariel-
2017-03-02Core/Achievements: port realm first achievement handling from masterariel-
veeeery partial cherry-pick of c75fcbe20b07fd7518be58bf02ba30d903133449
2017-03-02Core/Spell: disable proc for magnet auras, they're handled differentlyariel-
Closes #19208
2017-03-01Core/Game: fix non-pch includeariel-
2017-03-01Make ObjectMgrs _mailId and _hiPetNumber atomic (#19129)xinef1
- They can be accessed from multiple threads simultaneously
2017-03-01Core/Database: Prepared statement parameter preallocation (#18999)ariel-
- Pass prepared statement size to the helper class to prevent runtime resizing. - Rename CheckValidIndex -> AssertValidIndex - Cached prepared size on the worker pool as it's shared among all connections - Cached query data only for each connection, done lookup in map instead of possibly creating a new element - Kill the prepared statement map, and store raw sql string on the MySQLPreparedStatement class (This info is only used for logging, and there is no need of keeping a second container just for it)
2017-03-01Ensure that all actions are compared to fixed point in time (ie. world ↵xinef1
update start) (#18910) - Actions will not be dependent on processing moment - Increased GameObjects cooldown resolution to milliseconds, fixes arming time of traps to be exactly one second and not something from range (1000, 1999) - Created GameTime namespace and UpdateTime class and moved there some code out of world
2017-03-01Core/GameObject: regenerate GO loot if respawn time passed since last loot ↵xinef1
generation time and not all items were taken (#19101)
2017-03-01Corrected calculation for SPELL_AURA_PERIODIC_DAMAGE_PERCENT (#19060)xinef1
2017-03-01Core/Misc: Always reward all necessary reputations on creature kill (#19106)xinef1
2017-03-01Remove auras interrupted by falling when we fall to the ground or water (#19115)xinef1
2017-03-01Core/Scripts: Change null-check to assertariel-
- ToPlayer() should never be null in this context
2017-03-01Core/Scripts: Fixed crash in SindragosaKeader
Closes #19227
2017-03-01Core/Misc: always output client cache version on loadingariel-
2017-02-28Core/Entities: spawned movementtype should override template movementtypeariel-
Core/SmartAI: pass the CreatureData pointer (if any) on updating template Closes #19223
2017-02-28Core/Movement: Corrected all speed checks after ↵ariel-
23b6991273bac4ee9d7cf1b4ac3b9a92e0a7300e Ref issue #19210
2017-02-28Core/Scripts: implement Moss Covered Feetariel-
Closes #19022
2017-02-28Revert "Build: Create static libraries for each static script project."Naios
This reverts commit bb46bfb8648cccf6cbdd922bba4e92166b861a49. * Closes #19224
2017-02-27Build: Create static libraries for each static script project.Naios
* Add some more comments and cleanup the build script. * Closes #18671
2017-02-27Core/Auras: fix more unused parameter warningsariel-
2017-02-27Core/Auras: fix comparison of integers of different signs warningariel-
2017-02-27Core/Auras: fix unused parameter warningariel-
2017-02-27Core/Auras: reworked multiplicative AuraEffects calculationariel-
- Splitted containers for flat modifiers and pct modifiers, as they now have different handling - Amount is now multiplied only on apply; on unapply, iterate through auras and reset the counter - Fixes many cases of rounding error due to applying/unapplying of small factors - Allows amounts to be zeroed (ie with an AuraEffect of amount -100) - Do a partial revert of 6dc37a9add631888fe5fbcd43d19c2b07bed8a57, auras should update amounts only for items allowed (ie no more giving crit to a sword while having an axe in the other hand and being Poleaxe spec'd) - SPELL_AURA_MOD_SCALE now scales additively, rather than multiplicatively (checked in sniffs) Closes #18687
2017-02-25Core/Misc: Fix static analysis issuesjackpoz
2017-02-25Core/Misc: Fix static analysis issuesjackpoz
2017-02-25Core/Misc: Fix static analysis issuesjackpoz
2017-02-25Core/Scripts: kill a warningariel-
2017-02-25Core/Scripts: Thrusting Hodir's Spearariel-
- Everything is sniffed, enjoy this hell of a quest! Closes #12808
2017-02-24Core/Unit: Correct speed calculus when affected by ↵Gustavo
SPELL_AURA_MOD_MINIMUM_SPEED (#18136)
2017-02-23Core/Scripts: kill a warningariel-
2017-02-23Core/Scripts: Victory Rush and Rune Strike proc correctionariel-
(d0f760420a671bc255c0d3ebec75e6837507a541 follow up) Closes #19192
2017-02-23Core/Conditions: CONDITION_SOURCE_TYPE_QUEST_ACCEPT should not prevent ↵ariel-
completed question mark from showing (#18151 follow up) Closes #19188
2017-02-23Core/Players: fix 2 Seal of Righteousness spells on paladinsariel-
Closes #14239
2017-02-23Core/Entities: Fix null-dereference crashariel-
Closes #19191
2017-02-22Core/Scripts: remove no longer needed scripts, use db attribute for ↵ariel-
disabling procs (e7ccd8ea3fccad92af3553f544aad49be5d1a9ed followup) - Fix some broken procs after c0cb823a91d4e3e71e4b7d76375c9e8667740cef Closes #19068
2017-02-22Core/Spell: fix Glyph of Devastate interaction with Glyph of Sunder Armorariel-
- Killed existing ModStackAmount hack, spell is always casted in sniffs (twice with Glyph of Devastate) Closes #14633
2017-02-22Core/Scripts: Fixed Illidan epic sounds again (#19184)Keader
2017-02-22Core/Spells: refactor spell_enchant_proc_data tableariel-
- Renamed fields to mimic those in spell_proc - Added Enchant proc attributes for controlling specific enchant features Ref #7789
2017-02-21Core/Scripts: fix Nightfall proc chance and reduce it for victims with level ↵ariel-
above 60 Closes #15734
2017-02-22Core/Creature: Fix SetSpawnHealth so it cooperates with the colossal hack ↵treeston
that is Battleground::AddCreature. *puke*
2017-02-21Core/Spells: fix Hand of Justice proc chance and reduce it past level 60.ariel-
Ref #7789
2017-02-21Kill whitespaceariel-
2017-02-21Core/Packets: readd incorrectly removed lineariel-
Closes #19180