| Age | Commit message (Expand) | Author |
| 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 |
| 2010-08-05 | * Implement item limit category (based on changes by VladimirMangos) | azazel |
| 2010-08-04 | *Update CMSG_USE_ITEM opcode to fit new clientCastFlag handling. | QAston |
| 2010-08-04 | Missing part of r7dd45a0182 :( | QAston |
| 2010-08-04 | *Typofix - Relocate != SetPosition - fixes problems with visibility after cha... | QAston |
| 2010-08-04 | *Some more research about spell target flags - thanks to Zor for info. | QAston |
| 2010-08-04 | Fixed Carrion Feeder pet talent | Shauren |
| 2010-08-04 | Cleaned up item flags: separated item proto flags and item field flags | Shauren |
| 2010-08-02 | *Drop m_intTargetFlags, correctly send TARGET_FLAG_SOURCE_LOCATION and TARGET... | QAston |
| 2010-08-02 | *Search for aura caster in our out of world in Aura::UnregisterSingleTarget(). | QAston |
| 2010-08-02 | *Fixes in spell targets packet reading and writing. | QAston |