aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Expand)Author
2010-08-23Fix a typo in World.cpp.silinoron
2010-08-24Fix accessories for vehicle player mounts (the vendors on Traveler's Tundra M...Shocker
2010-08-24Fix Shaman T10 Ele 2P. Big thanks to Dr.Tenma!!!John Holiver
2010-08-23Replace World::getConfig with World::getFloatConfig, World::getIntConfig, and...silinoron
2010-08-23Fix Bladestorm and disarm.silinoron
2010-08-23Tabs to spaces...silinoron
2010-08-23Fix Shaman Tier BonusJohn Holiver
2010-08-23Spell 62124 should allow critical hits.silinoron
2010-08-23mergesilinoron
2010-08-24*Add AuraScript class for scripting aura objects - scripts are registered sam...QAston
2010-08-23Fix spellstealing durations when duration of stolen buff is infinite.silinoron
2010-08-23Damage over time spells should not cause spell pushback.silinoron
2010-08-23Glyph of Innervate should return 45% of base mana instead of total.silinoron
2010-08-23Pets should inherit owner's hostility status for the purposes of target checkingsilinoron
2010-08-23Fix Priest T10 Healer 2P Bonus.John Holiver
2010-08-23Fix instance script for the Nexus.silinoron
2010-08-23typoMachiavelli
2010-08-23Fix query in ObjectAccessor::ConvertCorpseForPlayerMachiavelli
2010-08-23Core:azazel
2010-08-23Fixes Mage T10 bonus. Thanks to Dr.Tenma. Close issue #3423John Holiver
2010-08-23- Fix potential singleton memory deallocation problemsMachiavelli
2010-08-23Core: Fix Windows compileSpp
2010-08-23Core: Fix more warningsSpp
2010-08-20Core: Remove outdated commentBrian
2010-08-23Core/Vendors: Fix typo that prevented alliance GM from viewing horde items in...Spp
2010-08-23Core: Fix more warningsSpp
2010-08-23Core: Fix some warningsSpp
2010-08-22* Some consistency changes.silinoron
2010-08-22Core/Game: fix all warnings related to converting doubles and floats.silinoron
2010-08-22Core:azazel
2010-08-22Core: Remove function-redefinitions for Windows (for now) - we'll sort this o...click
2010-08-22Fix typo - thanks menkeclick
2010-08-22Core/SOAP: Fix semaphore locking on non-POSIX systems (thanks to menke/arrai)click
2010-08-22Core: replace redirectional outStaticDebug with a copy of debug for future us...click
2010-08-22Core/Script/Spells: Trial of the CrusaderJohn Holiver
2010-08-22Scripts:azazel
2010-08-22Fix logic in SpellScript (thanks Toni.Shocker)azazel
2010-08-22Core: Fix more warnings, add new function sLog.outStaticDebug() that replaces...click
2010-08-21Core: fix "comparison of unsigned expression < 0 is always false" warningsSpp
2010-08-21Core: Remove "may be used uninitialized in this function", "unused parameter ...Spp
2010-08-21Core: Remove "suggest parentheses around ‘&&’ within ‘||’" and "sugge...Spp
2010-08-21Core: Remove "unused variable 'xxx'" warningsSpp
2010-08-21Core: Remove "enumeration value 'xxx' not handled in switch" warningsSpp
2010-08-21*Remove some unused containers from Spell class.QAston
2010-08-21Core: Remove lots warnings:Spp
2010-08-21*Add script hooks for SpellScript class - now you can use BeforeHit, OnHit, A...QAston
2010-08-21Core: Remove warning-ignores from Common.h, and fix a shitload of retarded wa...click
2010-08-21Scripts/Icecrown Citadel: Added Lady Deathwhisper script, huge thanks to wowg...Shauren
2010-08-21Core: Remove already defined FD_SETSIZE (picked up from Common.h)click
2010-08-21Core/Build: Finalize the non-PCH building - now compiles on all platforms in ...click