Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-15 | Core/Auras: unregister AuraEffect from target list before changing amount, ↵ | ariel- | |
forces recalculation at stack change Closes #19301 | |||
2017-03-15 | Core/Auras: use vectors and remove HasEffect check | ariel- | |
- Already checked in GetApplicationList | |||
2017-03-15 | Core/Auras: make AuraEffect::GetTargetList and ↵ | ariel- | |
AuraEffect::GetApplicationList accept any container | |||
2017-03-14 | Core/Scripts: add condition check for npc_wyrmrest_defender | ariel- | |
minor code refactors Closes #19299 | |||
2017-03-13 | Core/Scripts: implement boss Apothecary Hummel ("Love is in the Air" event ↵ | Gustavo | |
boss) (#19076) Closes #5114 | |||
2017-03-12 | Core/Entities: virtualize CheckAttackFitToAuraRequirement | ariel- | |
- Should've been like this to begin with | |||
2017-03-12 | Core/Aura: fix SPELL_AURA_MOD_TOTAL_STAT_PERCENTAGE unapply case for dead ↵ | ariel- | |
players Closes #19276 | |||
2017-03-12 | Core/AHBot: Disable few broken items | Aokromes | |
Closes #19283 P.S: you will need to update your conf. | |||
2017-03-11 | Update SmartScriptMgr.h | Aokromes | |
2017-03-11 | Core/Spells: Fixed some enchantments checks and fixed serious logic flaw in ↵ | xinef1 | |
create item effect check (#19123) | |||
2017-03-08 | Core/Creature: restore previous behavior of random gender on respawn | ariel- | |
Little regression added with 253c0f3d07e05557daa3ffdd4e2a2af4256fb65e | |||
2017-03-08 | Core/Auras: tidy up one little hack | ariel- | |
2017-03-08 | Core/Creature: Load template immunities into m_spellImmune container. | ariel- | |
- Fixes sending SMSG_SPELL_START data Closes #19212 | |||
2017-03-08 | Core/Creature: remove some redundant code | ariel- | |
- Display Ids are already initialized in InitEntry, no need to duplicate logic - ModelInfo is already checked too | |||
2017-03-08 | Core/Scripts: Fixed Ingvar evade issue | Keader | |
2017-03-07 | Core/Auras: implement correct model for Bear Form (used by npcs) | ariel- | |
Closes #7337 | |||
2017-03-07 | Core/Creature: don't override display id if addon tables load a morph aura | ariel- | |
Ref #7337 | |||
2017-03-07 | Core/Scripts: converted Argent Tournament pennants to AI | ariel- | |
Closes #14616 | |||
2017-03-07 | Core/Auras: Implement Roc form shapeshift | ariel- | |
Closes #16164 | |||
2017-03-07 | Core/Auras: make transform auras honor creature_template trigger flag and ↵ | ariel- | |
choose always invisible models Closes #19211 | |||
2017-03-06 | Core/Unit: reduce differences between branches | Shauren | |
Very partial cherry pick of: Core/Units: Updated melee/spell hit chance calculation (cherry picked from commit 61c7161a1069f93948b8b4d80b501d9358b4844c) | |||
2017-03-06 | Core/Creatures: disabled "automatic" monster sparring | ariel- | |
- Faction template flags weren't correct. Closes #19245 | |||
2017-03-05 | Core/Scripts: fix Glyph of Siphon Life | ariel- | |
by Keader | |||
2017-03-05 | Corrected doors and buttons without autoclose time after recent changes (#19249) | xinef1 | |
2017-03-05 | Core/SmartAI: Allow scripting GameObjects by spawn id too | ariel- | |
2017-03-04 | Core/Creature: redo some logical checks in _IsTargetAcceptable | ariel- | |
- 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-03 | Core/Spells: fix some db errors | ariel- | |
2017-03-03 | Core/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-02 | Core/Game: fix dynamic linking | ariel- | |
2017-03-02 | Core/Misc: remove unneeded semicolon | ariel- | |
2017-03-02 | Core/Achievements: port realm first achievement handling from master | ariel- | |
veeeery partial cherry-pick of c75fcbe20b07fd7518be58bf02ba30d903133449 | |||
2017-03-02 | Core/Spell: disable proc for magnet auras, they're handled differently | ariel- | |
Closes #19208 | |||
2017-03-01 | Core/Game: fix non-pch include | ariel- | |
2017-03-01 | Make ObjectMgrs _mailId and _hiPetNumber atomic (#19129) | xinef1 | |
- They can be accessed from multiple threads simultaneously | |||
2017-03-01 | Core/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-01 | Ensure 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-01 | Core/GameObject: regenerate GO loot if respawn time passed since last loot ↵ | xinef1 | |
generation time and not all items were taken (#19101) | |||
2017-03-01 | Corrected calculation for SPELL_AURA_PERIODIC_DAMAGE_PERCENT (#19060) | xinef1 | |
2017-03-01 | Core/Misc: Always reward all necessary reputations on creature kill (#19106) | xinef1 | |
2017-03-01 | Remove auras interrupted by falling when we fall to the ground or water (#19115) | xinef1 | |
2017-03-01 | Core/Scripts: Change null-check to assert | ariel- | |
- ToPlayer() should never be null in this context | |||
2017-03-01 | Core/Scripts: Fixed crash in Sindragosa | Keader | |
Closes #19227 | |||
2017-03-01 | Core/Misc: always output client cache version on loading | ariel- | |
2017-02-28 | Core/Entities: spawned movementtype should override template movementtype | ariel- | |
Core/SmartAI: pass the CreatureData pointer (if any) on updating template Closes #19223 | |||
2017-02-28 | Core/Movement: Corrected all speed checks after ↵ | ariel- | |
23b6991273bac4ee9d7cf1b4ac3b9a92e0a7300e Ref issue #19210 | |||
2017-02-28 | Core/Scripts: implement Moss Covered Feet | ariel- | |
Closes #19022 | |||
2017-02-28 | Revert "Build: Create static libraries for each static script project." | Naios | |
This reverts commit bb46bfb8648cccf6cbdd922bba4e92166b861a49. * Closes #19224 | |||
2017-02-27 | Build: Create static libraries for each static script project. | Naios | |
* Add some more comments and cleanup the build script. * Closes #18671 | |||
2017-02-27 | Core/Auras: fix more unused parameter warnings | ariel- | |
2017-02-27 | Core/Auras: fix comparison of integers of different signs warning | ariel- | |