aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-08-02Merge pull request #7258 from myran2/DisableCommandsNay
Added disable commands.
2012-08-03Add missing change in SpellEffects.cppAmit
2012-08-03Fix Improved concentration auraAmit
Fix Improved concentration aura 30% reduce of silence/interrupt
2012-08-02Merge pull request #7245 from cyberbrest/pull3Shauren
Core/PacketIO: Fixed mistake in object create guid.
2012-08-02Core/Loading: Fix some wrong sql types in ObjectMgr loading codeNay
2012-08-02Core/Spells: Fix some summon vehicle spells with basepoint 1Vincent-Michael
ty zwerg
2012-08-02Core/PacketIO: enable cmsg_whois and smsg_whoisKandera
2012-08-02enable smsg_whoKandera
2012-08-02Enable who opcodeKandera
2012-08-02Some codestyle changes.Alternative
2012-08-02Added disable commands.Alternative
2012-08-02Core/PacketIO: Update and enable handler for CMSG_GROUP_INVITENay
2012-08-02Core/DataStores: Add missing LoadDBCsNay
Thanks to Venugh for noticing
2012-08-02Core/Misc: Minor update to SMSG_GUILD_QUERY_RESPONSE, added a value to enum ↵kaelima
MailStationery, some comments to a few dbcs. DB: Renamed merged sql files
2012-08-01Merge pull request #7065 from Vincent-Michael/PainAndSufferingKaelima
Core/Spells: Fix Pain and Suffering reduces damage
2012-08-01Merge pull request #6800 from Vincent-Michael/codKaelima
Core/Spells: Fix Curse of Doom (thx to Warpten / joschiwald for helping)
2012-08-02Remove a wrong copy paste comment (related to prev commit)Nay
2012-08-02Core/Transmog: Charge money for transmogrificationNay
2012-08-02One last missed change to fix non PCH buildNay
2012-08-01Core/Build: Fix non pch build (MSVC)Nay
2012-08-01Scripts/Build: Fix non PCH buildNay
2012-08-01Core/PacketIO: Send better values for SMSG_FEATURE_SYSTEM_STATUSShauren
2012-08-01Core/Items: Added loading and saving transmogrification.Shauren
2012-08-01[PacketIO] mistake in transport guid.cyberbrest
2012-08-01Core/Misc: Basic implemention of TransmogrificationNay
TODO: charge money and fix some quirks and bugs Thanks to Shauren for finding item flags and proper validation
2012-08-01Core/PacketIO:: Change status of CMSG_VIOLENCE_LEVEL to STATUS_AUTHED since ↵Nay
it's now sent at the loading screen We still don't do anything with that packet...
2012-08-01Core/ByteBuffer: Fix a subscript out of range exception (in debug mode) when ↵Nay
ReadString is used with length 0
2012-07-31Core/Misc: Removed useless include from commands.Venugh
2012-07-30Core/VS: Finally fix item swapping, correct a file nameNay
2012-07-30Core/VS: Allow to store/retrive random stats items in void storageNay
Also set items to soulbound on withdraw
2012-07-30Core/DBLayer: Fix a typo in void_storage table nameNay
2012-07-30Core: Implement Void StorageNay
2012-07-30Warning fixes + compile fix after the mergeSpp
2012-07-30Merge pull request #7227 from Vincent-Michael/PCHJorge
Core/Misc: Use proper headers to optimize compile
2012-07-30Core/Misc: Use proper headers to optimize compileVincent-Michael
2012-07-30Core/PacketIO: Fix structure of CMSG_SET_TRADE_ITEMNay
Thanks Subv and Shauren
2012-07-29Core/Objects: Added missed changes, thanks cyberbrest for noticingShauren
Closes #7224
2012-07-29Merge pull request #7210 from Chipsi/masterNay
Core/Spells: Spells with SPELL_EFFECT_KNOCK_BACK(like Thunderstorm) can't knoback target if target has ROOT/STUN
2012-07-29Merge pull request #7113 from Vincent-Michael/IdolOfTheCryingWindNay
Core/Spell: Fix Idol of the Crying Wind calculation
2012-07-29Merge pull request #7115 from Vincent-Michael/BaubleOfTrueBloodNay
Core/Spells: Fix Bauble of True Blood crit heal Closes #6151
2012-07-29Merge pull request #7179 from stfx/patch-1Nay
Fix sending wrong world states in Shattrath
2012-07-29Core/Commands: Convert more misc commands in commandscriptVincent-Michael
2012-07-29Core/Command: Add missing part for pet commandVincent-Michael
2012-07-28Merge pull request #7145 from Vincent-Michael/miscCommandSubv
Convert misc commands in commandscript
2012-07-29Convert misc commands in commandscriptVincent-Michael
2012-07-28Fix a typoChipsi
2012-07-28Core/PacketIO: Limited number of update fields sent to other playersShauren
2012-07-28Core/Channels: Updated channel join structureShauren
2012-07-28Merge pull request #7212 from Pesthuf/masterKaelima
NPC knockback visual
2012-07-28Core/Movement:Pesthuf
When an NPC is knocked back, the splineflag OrientationFixed should be used, so the NPC keeps his facing and doesn't play the jump start animation. Also corrects the NPCs serverside orientation.