aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Entities/Player
AgeCommit message (Expand)Author
2024-03-14Core/Objects: Added ToWorldObject and ToItemShauren
2024-03-14Core/Misc: Use our new unique_trackable_ptr for various classes exposed to sc...Shauren
2024-02-26Core/Units: Fix some cases where server was not sending power updates to clie...Mykhailo Redko
2024-02-25Core/Players: Move power regeneration calculations to Player::UpdatePowerRegenr4dish
2024-02-25Core/Players: Auras that change the rate of energy regeneration should have a...r4dish
2024-02-25Core/Players: Adjusting the amount of rage and runic power lost over time.r4dish
2024-02-23Core/PacketIO: Implemented SMSG_REAL_GROUP_UPDATE, used to access information...Shauren
2024-02-22Core/Spells: allow players to absorb fire damage from environmental damage sp...Ovahlord
2024-02-13Core/Players: Improvements for talent reset logic. (#29580)Mykhailo Redko
2024-02-04Fix typo in Player.cpp (#29638)Jan125
2024-01-24Core/PacketIO: Implemented CMSG_BUSY_TRADE and CMSG_IGNORE_TRADE (#29570)Mykhailo Redko
2024-01-06Core/Misc: Add permission that allows player to be AFK on the battleground.r4dish
2024-01-06Core/Misc: Do not apply Deserter debuff to players teleported from the battle...r4dish
2024-01-06Core/RBAC: Add permission that prevents getting a battleground deserter debuff.r4dish
2023-12-28Core/Items: Fix BuyItemFromVendorSlot slot validation (#29511)HelloKitty
2023-12-03Core/Items: Fixed soulbound tradeable items not being properly update once ev...Kelno
2023-12-02Core/Calendar: Implement different timezone support for ingame calendarShauren
2023-09-26Core/Player: return player corpse locations by reference instead of creating ...Ovahlord
2023-08-15Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2023-08-15Core/Misc: Removed structure bitfield definitions that don't do anythingShauren
2023-08-12Core/Misc: Add missing Containers.h include where neccessaryShauren
2023-08-12Core/Misc: Fixed deprecation warnings for c++20Shauren
2023-07-09Core/Spells: Corrected client control checks in spell packetsShauren
2023-05-28Core/StatSystem: Fixed missing calls to set negative attack power mods (#28883)robinsch
2023-05-07Core/Objects: Removed default argument value from WorldObject::IsNeverVisibleShauren
2023-05-07Core/Misc: Cleanup Expression is converted to bool and can be replaced with '...Shauren
2023-05-03Core/Cinematic: Fix crash CinematicMgr::UpdateCinematicLocation (#28953)Gildor
2023-03-23Core/Spells: Allow implicit targeting of serverside WorldObjects (#28827)Meji
2023-03-11Core/Item: Fixed incorrect damage mod for Heirloom 2H weapons (#28836)robinsch
2023-02-25Core/Misc: Sending player's own auras before all visible objects. (#28450)Mikhail Redko
2022-12-04Core/Player: Vertical "Say" distance (#28544)Badgersson
2022-09-28Core/Players: Added error message for death knights attempting to leave their...Shauren
2022-09-05Core/Auras: Improve aura interactions with immunities on spell effect levelShauren
2022-09-02Core/Misc: Store skillline abilities grouped by skill id (#28199)ihm-tswow
2022-07-30Core/Player: Fix GM character leveljackpoz
2022-07-27Fix starting level for GMs creating a DK (#28080)Dan Johnson
2022-05-09Core/Player: Prevent updating visibility if player is not in world. Closes #1...Intel
2022-04-17Core/Gossip: Fixed gossip menu options not performing their default actions w...Shauren
2022-04-17Core/Chat: Apply chat flood control to addon messages as well (#26908)stoneharry
2022-03-29Core/Units: Reduce differences between branches part 1 - object classShauren
2022-03-29Core/Units: Reduce differences between branches part 1 - unit updatefield acc...Shauren
2022-03-24Core/Units: Rename AnimationTier to AnimTier for consistency with master branchShauren
2022-01-01Core/Units: Sync ProcessTerrainStatusUpdate code with master branchShauren
2021-11-15Core/Vehicles: Add additional logging to track issue #24876Shauren
2021-10-01Core/Combat Improve extra attacks handling (#26859)trickerer
2021-10-01Core/Misc: Improvement item durability repair logic. (#26911)Mikhail Redko
2021-09-16Core/Misc: Rename UNIT_FLAG_TAXI_FLIGHT to UNIT_FLAG_ON_TAXIoffl
2021-09-15Core/Misc: Rename UNIT_FLAG_NOT_SELECTABLE to UNIT_FLAG_UNINTERACTIBLE (#26913)offl
2021-08-31Core/Spells: Spell effect info access refactoring part 3 - removed direct Spe...Shauren
2021-08-30Core/Combat Fix first autoattack being skipped after charging (#26860)trickerer