aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Entities
AgeCommit message (Expand)Author
2024-03-14Core/Objects: Cook the copied pastaShauren
2024-03-14Core/Objects: Added ToWorldObject and ToItemShauren
2024-03-14Core/Objects: Rename Object::m_isWorldObject and related functions to avoid c...Shauren
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-21Core/Spells: Fixed incorrect switch logic in Unit::SpellCritChanceDoneShauren
2024-02-21Core/Spells: Allow spells with SPELL_DAMAGE_CLASS_NONE to critShauren
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-13Core/Creatures: Update HomePosition upon ExitVehicle only if the creature was...Gildor
2023-12-03Core/Misc: PackedGuid refactoring to remove ByteBuffer.h include from ObjectGuidShauren
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-11-10Core/Spells: Fixed Conflagrate direct damage not benefitting from talents tha...Shauren
2023-10-17Core/Misc: Fixed thread-unsafe access to list of objects that should be spawn...Shauren
2023-10-15Core/Auras: Implemented SPELL_ATTR7_DISABLE_AURA_WHILE_DEAD (suppress aura ap...Shauren
2023-10-14Core/Auras: Registering a new owned aura will now search existing owned auras...Shauren
2023-10-13Core/Object: Remove casts in WorldObject::setActiverobinsch
2023-09-26Core/Player: return player corpse locations by reference instead of creating ...Ovahlord
2023-09-18Core/Pets: Avoid loading creature_addon/creature_template_addon (#29331)Gildor
2023-08-31Core/Vehicles: Fixed crash happening if a vehicle despawns during handling of...Shauren
2023-08-24Core/Misc: Modernize comparison operatorsShauren
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: Include cleanup, 2023 editionShauren
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-06-13Core/Items: Mirror client logic when determining whether to apply feral attac...Shauren
2023-06-04Core/Misc: Remove unwanted position converstions from a single floatShauren
2023-05-28Core/StatSystem: Fixed missing calls to set negative attack power mods (#28883)robinsch
2023-05-13Core/Units: Corrected AURA_INTERRUPT_FLAG_NOT_SEATED implementation to only i...Shauren
2023-05-12Core/Auras: Don't force sitting state from non-standing state when applying a...Shauren
2023-05-11Core/Units: Don't make force stand state on periodic damage takenShauren
2023-05-08Core/GameObjects: Fixed traps not being able to trigger for friendly targetsShauren
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-23Warning fixMeji
2023-03-23Core/Spells: Allow implicit targeting of serverside WorldObjects (#28827)Meji