aboutsummaryrefslogtreecommitdiff
path: root/src/server/game
AgeCommit message (Collapse)Author
2016-12-24Core/Units: Update druid shapeshift form models (#18554)DoctorKraft
2016-12-23Core/Chat: Updated item link formatShauren
2016-12-20Core/Achievements: Add missing send packetShauren
2016-12-19Core/PacketIO: Implemented ↵Shauren
CMSG_GUILD_GET_ACHIEVEMENT_MEMBERS/SMSG_GUILD_ACHIEVEMENT_MEMBERS
2016-12-18Fixed copypasteShauren
2016-12-18Core/Commands: Added new 'bnetaccount listgameaccounts' command to display ↵Shauren
all `account` table entries linked to a given battle.net email * Also fixed errors about bad commands in db Closes #18474
2016-12-17Core/Auras: Resend spell modifiers after teleportingShauren
Closes #18440
2016-12-17Core/Scripts: Add server-side script support for movie completion (#18308)Krudor
2016-12-17Core/Achievements: Add faction check before completing an achievement (#18436)rstebler
Fixes player getting achievements of both factions if they use the same criteria
2016-12-17Core/Auras: Implemented aura 179 SPELL_AURA_MOD_POWER_DISPLAY (and renamed ↵Onkelz28
aura 402 to OVERRIDE)
2016-12-16Core/Units: Implemented setting displayed power type depending on player specShauren
Closes #18496
2016-12-15Core/Auras: Prevent infinite stacking of passive auras with the same id from ↵Shauren
the same caster on the same target Closes #18475
2016-12-13Core/Units: Cleanup hardcoded magic numbers for byte field offsetsShauren
2016-12-10Core/Misc: Added regex compatibility layer to fall back to boost::regex for ↵Shauren
really old compiler
2016-12-09Core/Items: Fixed item level increases of gems with bonuses that give them ↵Shauren
scaling stat distribution
2016-12-09Handlers/AuctionHouse: Typo (#18437)Palabola
Filtering fixed.
2016-12-03Core/Packets: added SMSG_PLAY_OBJECT_SOUND packet classjoschiwald
2016-12-03Core/Packets: added SMSG_PLAY_SPEAKERBOT_SOUND packet classjoschiwald
2016-12-03Core/Packets: added SMSG_PLAY_SPELL_VISUAL packet classjoschiwald
2016-12-03Core/Spells: Fixed spell value calculation for consumablesShauren
Closes #18385
2016-12-02Core/Quests: Fixed armor quest rewardsShauren
Closes #18223
2016-12-01Core/Quests: Fixed "Currency Token Test Token 4" appearing in quest rewardsShauren
Closes #18062
2016-11-30Core/Units: Fixed disconnects when some unit has 0 speed (#18317)Palabola
2016-11-30Core/Items: Implemented new 7.1 ItemSpec rule - PrimaryStat can now be set ↵Shauren
to ITEM_SPEC_STAT_NONE Closes #18360 Closes #18357 Closes #18358 Closes #18359
2016-11-27Core/PacketIO: Fixed server queue displayShauren
Closes #18218
2016-11-25Core/Units: Removed attack speed float to int conversion special case in ↵Shauren
building SMSG_UPDATE_OBJECT
2016-11-24Core/Misc: Defined new player flagShauren
2016-11-23Core/Quests: Defined more quest flagsShauren
2016-11-23Core/Creatures: Enable swimming creatures to chase targets in 3d (#18298)Krudor
Closes #11060
2016-11-23Core/Misc: Define unknown quest type (#18219)Krudor
Changes proposed: Define previously unknown quest type QUEST_TYPE_UNK -> QUEST_TYPE_TASK
2016-11-22Core/Spells: Implemented SPELL_ATTR8_ARMOR_SPECIALIZATION - requires all ↵Shauren
slots to be filled with a valid item
2016-11-21Core/PacketIO: Fixed MailGetList structureShauren
Closes #18239
2016-11-20Core/Auras: Fixed SPELL_AURA_MOD_DAMAGE_PERCENT_DONE for creatures (and ↵Shauren
crashfix)
2016-11-20Core/Auras: Rewritten conditionally applying ↵Shauren
SPELL_AURA_MOD_WEAPON_CRIT_PERCENT, SPELL_AURA_MOD_DAMAGE_DONE and SPELL_AURA_MOD_DAMAGE_PERCENT_DONE auras * Now the entire aura is removed when changing equipment * All aura types can now depend on equipped items
2016-11-19Core/Spells: Updated spell required items check, ↵Shauren
EquippedItemInventoryTypeMask should only be used for enchantments
2016-11-18Core/Items: Fixed secondary stat calculation at item levels > 800Shauren
2016-11-16Core/Entities: GameObjectDespawn packet is only sent for GameObjectsjoschiwald
2016-11-16Core/Items: Fixed item level bonus calculationShauren
2016-11-15Warning fixShauren
2016-11-15Core/Groups: Fixed converting to raid and named more group flags and typesShauren
Closes #18198
2016-11-14Core/Quests: Fixed quest reputation rewards in packets and implemented new ↵Shauren
fields - RewardFactionCapIn and RewardReputationMask
2016-11-14Core/ScriptMgr: use vector instead of list to contain Spell and Aura scripts ↵ariel-
and hooks (cherry picked from commit cbb5c073ceb951fa138bb05b55de8b21ffd83063)
2016-11-14Core/Battleground: Fix issue reported by static analysisariel-
(cherry picked from commit 58c5011499056cf2c415e24e854a3de93a870f9e)
2016-11-14Core/Misc: codestyle fixes in GridNotifiers.hariel-
- Removed dead code, outdated comments - Fixed indentation - Explicitly delete copy ctors - const'd the operator() definitions (cherry picked from commit c98ab6bd94f2f5e4b8b28f06a326a4b4da8d3915)
2016-11-13Core/Auras: Fixed removing auras triggered by aurastatesShauren
Closes #17868
2016-11-12Core/Player: Implemented new CMSG_ACTIVATE_TAXI fields to select a random ↵Shauren
favorite mount instead of standard gryphon/wyvern and enabled it Closes #17778
2016-11-11Core/Players: Fixed wrong autoattack error messages - wrong facing was mixed ↵Shauren
with out of range
2016-11-11Core/Spells: Define SPELL_ATTR11_ABSORB_FALL_DAMAGEShocker
2016-11-10Core/PacketIO: Marked CMSG_CONVERT_RAID as threadunsafeShauren
2016-11-08Core/Quests: Implemented handling all QuestPackageItem typesShauren
Closes #18209