| Age | Commit message (Expand) | Author |
| 2010-09-15 | Core/Spells: Allow AoE spells to target dead units. | linencloth |
| 2010-09-14 | Core/Spells: combo points requirement should be changed before CheckCast | Shocker |
| 2010-09-14 | Core/Spells: Triggered spells should ignore combo points check, fixes issue 4006 | Shocker |
| 2010-09-12 | Core/Spells: Correct meaning & usage of SPELL_ATTR_EX2_NOT_RESET_AUTOSHOOT (n... | Shocker |
| 2010-09-12 | Cleanup/Core: Remove whitespace and tabs | click |
| 2010-09-10 | Core/Spells: Correct check for starting cast while moving, thanks havenard fo... | Shocker |
| 2010-09-09 | Core/Spells: Triggered spells should be ignored when checking death state at ... | Shocker |
| 2010-09-08 | Core/Spells: Fixed The Art of War procing only on melee attacks, by tassader1000 | Shauren |
| 2010-09-08 | Core/Spells: Fixed Taste for Blood and Glyph of Overpower after recent combo ... | Shauren |
| 2010-09-08 | Core/Spells: Don't allow most spells to be casted while dead | Shocker |
| 2010-09-08 | Core/Spells: Fix ammo depletion handling | Shocker |
| 2010-09-08 | Core/Spells: Add server-side check for not allowing non-instant spells with m... | Shocker |
| 2010-09-08 | Core/Spells: Add server-side check for spells that require combo points to pr... | Shocker |
| 2010-09-05 | Core/Spells: Fixed Nevermelting Ice Crystal trinket | Shauren |
| 2010-09-03 | Core/WorldPacket: Fix the core spamming complaints about CMSG_QUEST_QUERY bei... | silinoron |
| 2010-09-03 | Core/ScriptSystem: Add a PlayerScript::OnSpellCast(Player *player, Spell *spe... | silinoron |
| 2010-08-30 | *Allow channeled spells to be casted on dead target | QAston |
| 2010-08-30 | Core: Fix more warnings | Spp |
| 2010-08-29 | *Allow damage shield hits to miss. | QAston |
| 2010-08-28 | Make sure crafting spells with non-random loot are not allowed to be casted i... | Shocker |
| 2010-08-27 | *Send VICTIMSTATE_INTACT on melee attack miss. | QAston |
| 2010-08-27 | *Consistent parameter names of spell effect handlers - use effIndex instead o... | QAston |
| 2010-08-27 | Scripts/Icecrown Citadel: Added hacky workaround for teleporting spells becau... | Shauren |
| 2010-08-27 | *Fix combat logging of many spell effects - thanks to kiper, Ssp, Cyrax, and ... | QAston |
| 2010-08-27 | *Remove m_currentBasePoints from spell class, use m_spellValue instead. | QAston |
| 2010-08-27 | *Send to client periodic heal absorbtion. | QAston |
| 2010-08-26 | *Fix usage of EffectValueMultiplier in spell code. | QAston |
| 2010-08-21 | Scripts/Icecrown Citadel: Add script for Deathbringer Saurfang (only missing ... | Shauren |
| 2010-08-26 | Core/Cleanup: | azazel |
| 2010-08-26 | Core: | azazel |
| 2010-08-24 | *Add AuraScript class for scripting aura objects - scripts are registered sam... | QAston |
| 2010-08-22 | Core/Game: fix all warnings related to converting doubles and floats. | silinoron |
| 2010-08-22 | Core: Fix more warnings, add new function sLog.outStaticDebug() that replaces... | click |
| 2010-08-21 | Core: Remove "suggest parentheses around ‘&&’ within ‘||’" and "sugge... | Spp |
| 2010-08-21 | Core: Remove "unused variable 'xxx'" warnings | Spp |
| 2010-08-21 | Core: Remove "enumeration value 'xxx' not handled in switch" warnings | Spp |
| 2010-08-21 | *Remove some unused containers from Spell class. | QAston |
| 2010-08-21 | Core: Remove lots warnings: | Spp |
| 2010-08-21 | *Add script hooks for SpellScript class - now you can use BeforeHit, OnHit, A... | QAston |
| 2010-08-19 | Scripts/Spell: extend SpellScript class: add target aura accessors and functi... | QAston |
| 2010-08-19 | Fix (in theory) bug (already tapped error) for spells with banish mechanics (... | azazel |
| 2010-08-18 | Core/Spells: Implement TARGET_DEST_CHANNEL_CASTER(106) and TARGET_GAMEOBJECT_... | QAston |
| 2010-08-17 | *Core/Spells: Implement TARGET_UNIT_SUMMONER | QAston |
| 2010-08-09 | Fix: append a .c_str() on a variable in Spell.cpp (no more grumpy compilers) ... | click |
| 2010-08-09 | *(More) correct implementation of SPELL_EFFECT_PULL_TOWARDS_DEST(145) | QAston |
| 2010-08-08 | *Implement spell casting on transports (no more out of range error, etc) | QAston |
| 2010-08-08 | Sourcefile sleanups -> tabs to spaces, remove whitespace - also update the cl... | click |
| 2010-08-08 | * Some singleton renames for consistency: | XTZGZoReX |
| 2010-08-08 | * Rename: BattleGround -> Battleground. | XTZGZoReX |
| 2010-08-06 | *** New core <-> script library interface - complete rewrite of the old one. | XTZGZoReX |