aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Entities/Player
AgeCommit message (Expand)Author
2025-01-04Core/Misc: Implemented spawn tracking (#30247)Meji
2025-01-03Core/Objects: Use span/array instead of vector for raw ObjectGuid manipulationsShauren
2025-01-03Core/Database: Added std::span based functions to Field and PreparedStatementShauren
2025-01-02Core/Player: Remove unnecessary castModoX
2024-12-31Core/Misc: Include cleanup - remove MapUtils.h from Containers.hShauren
2024-12-29Core/Loot: Implemented automatic flagging of tracking quests from lootShauren
2024-12-29Core/Units: Added helper methods to cancel mount/shapeshift auras (#30477)Meji
2024-12-28Core/Players: Refactored SetQuestCompletedBit to take questId instead of ques...Shauren
2024-12-28Core/Players: Added helper function to check quest completion using QuestV2 bitsShauren
2024-12-18Core: Updated to 11.0.7Shauren
2024-12-08Core/Players: Improve reset spell cooldowns when entering arenas (#30032)Gildor
2024-12-08Core/Quests: Improved criteria tree quest objective typeShauren
2024-12-07Core/Achievements: Reduce the list of criteria types updated on loginShauren
2024-12-02Core/Quests: Implemented QUEST_OBJECTIVE_KILL_WITH_LABELShauren
2024-12-02Core/Quests: Change Player::KilledMonster arguments to take Creature directlyShauren
2024-11-21Core/PacketIO: Rename more unknown packet fieldsShauren
2024-11-16Core/Spells: Fix custom load screen for SPELL_EFFECT_TELEPORT_UNITS (#30415)Meji
2024-11-10Core/Auras: Implement SPELL_AURA_DISABLE_GRAVITY (#30365)Aqua Deus
2024-11-10Core/Position: Position constructor improvementsShauren
2024-11-09Core/Spells: Temporarily force old flight style mountsShauren
2024-11-06Core/PacketIO: Named a bunch of unknown/unused fieldsShauren
2024-11-05Core/Quests: Fix QuestGiverStatus for QUEST_TYPE_TURNIN (#30401)Meji
2024-11-04Core/Players: Don't flag unlearned talents and specialization spells as disab...Shauren
2024-10-30Core/PacketIO: Updated SMSG_UPDATE_OBJECT for 11.0.5Shauren
2024-10-30Core/PacketIO: Update opcodes for 11.0.5Shauren
2024-10-27Core/Objects: More minor refactors for SMSG_UPDATE_OBJECT building - move get...Shauren
2024-10-25Core/PacketIO: Move writing data sizes in SMSG_UPDATE_OBJECT to shared functi...Shauren
2024-10-23Core/Player: moved zone/area updating and tavern resting checks into Heartbea...Ovahlord
2024-10-15Core/Quests: Don't send SMSG_QUEST_GIVER_QUEST_COMPLETE for tracking quests (...Meji
2024-10-13Core/Movement: Allow MOVEMENTFLAG_CAN_FLY with SPELL_AURA_ADV_FLYINGShauren
2024-10-12Core/Auras: Implemented SPELL_AURA_ADV_FLYINGTraesh
2024-10-05Core/Maps: Link instance map to LfgDungeonsShauren
2024-09-27Core/DataStores: Removed overriding field sign type based on db2 column compr...Shauren
2024-09-22Core/Spells: Protect against stack overflows in spell override handlingShauren
2024-09-01Core/Players: Fixed nested spell overrides (priest Mind Spike)Shauren
2024-08-29Core/Client Builds: Move build info out of RealmList classShauren
2024-08-28Core/Players: Fixed trait config validationShauren
2024-08-27Core/Players: Fixed spells being unintentionally removed by talent swaps when...Shauren
2024-08-26Core/Loot: Implemented currency lootShauren
2024-08-22Core/Players: Fix SPELLMOD_PCT on login (#30179)Ghaster
2024-08-18Core/Realms: Realmlist refactorsShauren
2024-08-18Core/Players: Use PlayerData::VirtualPlayerRealm instead of global GetVirtual...Shauren
2024-08-16Core: Updated to 11.0.2Shauren
2024-08-10Core/Players: Implemented hero talentsShauren
2024-08-04Core/Players: Fixed trait configs getting into invalid state after talent tre...Shauren
2024-08-02Core/DataStores: Updated to 11.0.0Shauren
2024-08-02Core/PacketIO: Updated to 11.0.0Shauren
2024-07-09Core/Logging: Fixed a bunch of invalid format stringsShauren
2024-07-02Core/Spells: Implemented SPELL_ATTR9_ITEM_PASSIVE_ON_CLIENTShauren
2024-06-27Core/Creatures: Update visible Flags2 when changing gm mode state (#30058)DeadMouse