aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Entities
AgeCommit message (Expand)Author
2022-02-04Core/Misc: DBC std::array refactors, and |Hachievement unit testsTreeston
2022-02-04Core/Unit: send npcs home after fear runs out (#25347)Jinnaix
2022-02-04Core/Misc: Fix issues reported by static analysis (#25351)Giacomo Pozzoni
2022-02-04Warning fixShauren
2022-02-04Core/Common: Tokenizer -> Trinity::Tokenize (PR: #25327)Treeston
2022-02-04Common/Utilities: Move EnumUtils' implementation struct from Trinity::Impl to...Treeston
2022-02-04Core/Unit: Fixed race condition when loot recipient is in different map (#25312)robinsch
2022-02-04Scripts/Commands: Convert argument parsing of some misc commands to new syste...Peter Keresztes Schmidt
2022-02-03Core/ChatCommands: Check whether a passed numeric enum value is valid (#25285)Peter Keresztes Schmidt
2022-02-02Core/Pets: Updated pet summoning for latest client version (5 Call Pet spells...Shauren
2022-02-01Core/Misc: GCC build fixShauren
2022-01-31Core/Pets: Adjust pet slot saving logic after constant changes in 22e823b5f96...Shauren
2022-01-31Core/Pets: Change PET_SAVE_NOT_IN_SLOT constant from 100 to -1 to truly avoid...Shauren
2022-01-31Core/Pets: Save last summoned pet number in characters tableShauren
2022-01-31Core/Pets: Removed deprecated enumShauren
2022-01-31Core/Pets: Removed storing stable slot count in dbShauren
2022-01-31Core/Pet: Attempt to fix assertions triggered when summoning pets (#26501)Giacomo Pozzoni
2022-01-31Core/Pets: Add missing nullptr checkShauren
2022-01-31Core/Pets: Fixed crash happening when current pet is forcibly removed while b...Shauren
2022-01-31Core/Pets: Fixed crash happening when summoning a different pet than one that...Shauren
2022-01-31Core/Pets: Fixed automatic resurrecting pets on battleground graveyardsShauren
2022-01-31Core/Pets: Fix loading pet dataShauren
2022-01-31Core/Pets: Pet management refactoring (#25191)Shauren
2022-01-29Core/Objects: Don't consider SMSG_UPDATE_OBJECT packets that contain only des...Shauren
2022-01-29Core/Objects: Cleanup SmoothPhasing code - move to separate files and better ...Shauren
2022-01-29Core/Objects: Implement SmoothPhasing part of CreateObject and replacing visi...Seyden
2022-01-29Core/Objects: Properly choose between "Destroyed" or "OutOfRange" during visi...Shauren
2022-01-29Core/Objects: Add overridable function UpdateObjectVisibilityOnDestroyShauren
2022-01-28Core/Spells: Exclude empty mods from affecting spells and ignore PointsIndexX...Shauren
2022-01-27Scripts/Spells: Move shaman Lava Burst crit chance calculation to scripts and...Robingad
2022-01-26Core/Gossip: Sync naming and db structure with 3.3.5Shauren
2022-01-26Core/Unit: Make HandleEmoteCommand typesafe (#25249)Peter Keresztes Schmidt
2022-01-26Core/Quests: Sync comments/log with 3.3.5Shauren
2022-01-26Core/Units: add new functionality for units to block or enable combat interac...Ovah
2022-01-26Core/Misc: Code cleanupjackpoz
2022-01-26Core/Unit: Creatures' minions now engage in combat if their controller is att...Jinnaix
2022-01-26Core/Misc: Fix static analysis issues (#25194)Giacomo Pozzoni
2022-01-24Core/Common: Merge TimeTrackerSmall with TimeTrackerCarbenium
2022-01-24Core/Mail: Load mails at login instead of on demand when queried by packets (...Shauren
2022-01-24Core/Misc: Replace database query in WorldSession::HandleAddFriendOpcode with...Shauren
2022-01-24Core/Loot: Prevent loot already looted item (#25084)Gildor
2022-01-24Core/WorldObject: std::chrono-ify SummonPersonalCloneShauren
2022-01-24Core/WorldObject: Replace non-std::chrono SummonGameObject overloadsCarbenium
2022-01-24Core/WorldObject: Replace non-std::chrono SummonTrigger overloadsCarbenium
2022-01-24Core/WorldObject: Remove non-std::chrono SummonCreature overloadCarbenium
2022-01-24Core/Creature: Remove non-std::chrono overload of DespawnOrUnsummonCarbenium
2022-01-24Core/EventProcessor: std::chrono-ify CalculateTimeCarbenium
2022-01-24Core/WorldObject: Partially std::chrono-ify SummonCreature overloadsCarbenium
2022-01-23Core/Misc: Use std::chrono overload of Creature::DespawnOrUnsummonCarbenium
2022-01-23Core/Combat: Disable triggers entering combat (#25086)Giacomo Pozzoni