aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Entities/Player
AgeCommit message (Expand)Author
2016-07-16Game/Entities: Players can attack targets when they are not facing them as lo...Kito
2016-07-16Core/Spells: Implemented SPELL_AURA_MOD_RATING_PCTShauren
2016-07-16Core/Instances: Add functionality for modifying instance entrance locationsKrudor
2016-07-15Core/Quests: Failing/abandoning a quest should not unconditionally remove req...Shauren
2016-07-15Core/Quests: Remove quest items that were looted if they are unique, bound, q...Brian
2016-07-15[6.x] Core/Battlefield: Tol Barad (#17124)Mihapro
2016-07-11Core/PacketIO: SMSG_UPDATE_OBJECT optimization - removed unneccessary memory ...Shauren
2016-07-10Core/PacketIO: Refactored building SMSG_UPDATE_OBJECT to append directly to f...Shauren
2016-07-06[6.x] Fix camera and player collision not updating when object scale changes ...Krudor
2016-07-06Core/Items: Optimize allowed item spec check for quest rewards from QuestPack...Shauren
2016-07-02Core/Items: Implemented scaling item enchants with player levelShauren
2016-06-26Core/Reputation: Player::SetReputation() / Player::GetReputation() should wor...Shocker
2016-06-22Core/DataStores: Fixed typo in field nameShauren
2016-06-21Core/Items: Implemented item upgradesfrozen4
2016-06-20Core/Players: Fixed learning ridingShauren
2016-06-17Game/Unit: Update shapeshift forms enum to match SpellShapeshiftForm.dbc (#17...P-Kito
2016-06-17Core/Quests: Fixed loading quest objective progressShauren
2016-06-15Core/Spells: Automatically generate spell rank info from SkillLineAbilityShauren
2016-06-13Core/Movement: Fixed weird loading screen behavior (progress bar loading to f...Shauren
2016-06-12Core/GameObejcts: Fixed disconnects happening when viewing nearby players on ...Shauren
2016-06-10Core/PacketIO: Fixed sending wrong movement packets to nearby players that re...Shauren
2016-05-26Core/Pets: Implemented pet specializations (#17058)myran2
2016-05-18Core/Auras: Implemented SPELL_AURA_MOD_XP_FROM_CREATURE_TYPEShauren
2016-05-18Core/Phase: phase_area table now support even parent area (known as zone)MitchesD
2016-05-17Core/Spells: Fixed spell mod application orderShauren
2016-05-17Core/Auras: Implemented auras SPELL_AURA_PREVENT_DURABILITY_LOSS and SPELL_AU...Shauren
2016-05-16Core/PacketIO: Updated charm/vehicle spell sendingShauren
2016-05-07Core/Achievements: AchievementMgr refactoringShauren
2016-05-04Core/Spells: Removed code for handling SPELL_AURA_OVERRIDE_CLASS_SCRIPTS whos...Shauren
2016-05-02Core/Spells: Implemented RPPM proc effectsShauren
2016-05-01Core/Spells: Fixed overwriting summon requestsIncorrect
2016-04-29Core/Spells: Fixed applying mastery aurasShauren
2016-04-25Core/Quests: Fixed quest log counter display for quests with more than 4 obje...Shauren
2016-04-23Scripts/Spells: fixed Decahedral Dwarven Dice and Worn Troll Dicejoschiwald
2016-04-18Core/Player: Defined new known byte field offsetShauren
2016-04-13Core/Pets: Fixed issues reported by static analysisVincent-Michael
2016-04-13Core/Toys: Check whether player has the toy he is attempting to use and if th...Shauren
2016-04-08Unit/AI: Making Nayd happy.treeston
2016-04-08Unit/AI: Move CharmedPlayerAI logic from the SetCharmedBy/RemoveCharmedBy hoo...treeston
2016-04-08Merge pull request #16644 from Treeston/3.3.5-customcharmaiTreeston
2016-04-08Merge pull request #16038 from tkrokli/grammar_and_spelling_corrections_335Aokromes
2016-04-08Core/Misc: Fixed a crash happening when a db string array was NULLShauren
2016-04-08Merge pull request #16637 from P-Kito/lfg_questTreeston
2016-04-07Core/Spells: Implemented spell effect 243 - SPELL_EFFECT_APPLY_ENCHANT_ILLUSI...Shauren
2016-04-06Core/Misc: MSVC /W4 warning fixesShauren
2016-04-05Merge branch '3.3.5-instanceextend' into 3.3.5 (PR #16392)Shauren
2016-04-05Core/Misc: MSVC warning fixesShauren
2016-04-04Core/Mail: Fix integer size for Player::_SaveMail() fieldsShocker
2016-04-01Core/Items: Fixed enchant visualsShauren
2016-04-01Adjustments to spell facing - Adjusted HaveAtClient to accept Object* (still...r00ty-tc