aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-11-06Core/Misc: Added noexcept to move constructors and move assignment operatorsShauren
2022-11-05Build: Cleanup boost CMakeLists from pre-c++11 flag checksShauren
2022-10-31Core/SAI: Move (any) value for SMART_EVENT_MOVEMENTINFORM point to ↵ModoX
0xFFFFFFFF (#28417)
2022-10-31Core/Creatures: Update creature transport offsets when teleporting while on ↵Shauren
transport
2022-10-30Core/Object: Implement FindNearestCreatureWithAura (#28410)Teleqraph
* Game/Object: Implement NearestCreatureEntryWithLiveStateAndAuraInObjectRangeCheck class and FindNearestCreatureWithAura method * moved arguments
2022-10-30Core/GameObjects: Increased default visibility range for some gameobject typesShauren
2022-10-30Core/Gossip: Add/Remove spell for disable/enable experience in group (#28414)Aqua Deus
2022-10-29Core/Conversations: Added validation for conversation_template.FirstLineIdShauren
2022-10-28Core/Spells: Corrected effect handle mode for SPELL_EFFECT_SEND_CHAT_MESSAGEShauren
2022-10-28Core/Spells: Removed unitTarget requirement from ↵Shauren
SPELL_EFFECT_CREATE_PRIVATE_CONVERSATION as it is executed in SPELL_EFFECT_HANDLE_HIT mode where no units are targeted
2022-10-25Core/Quests: Send Offer Reward Window for non-repeatable autocomplete quests ↵Meji
(#28387)
2022-10-25Core/Misc: Rename POI field Unknown905 to WMOGroupId (#28384)Meji
2022-10-25Core/Misc: Added missing config option Guild.SaveInterval to worldserver ↵M'Dic
default config (#28396) Ref #25697
2022-10-25Core/Loot: Implemented dungeon encounter personal lootShauren
Closes #20066
2022-10-24Core/GameObjects: Add missing dynamic flag updates for chestsShauren
2022-10-24Core/Conditions: Add const to condition checking functionsShauren
2022-10-23Core/GameObjects: Implemented AllowMultiInteract for GAMEOBJECT_TYPE_GOOBERShauren
2022-10-22Scripts/Durotar: Fix ship arrived gossip for Mith'aka (#28386)Malcrom
2022-10-22Core/GameObjects: Implemented gathering nodes (gameobject type 50)Shauren
2022-10-21Warning fixShauren
2022-10-21Core/GameObjects: Implemented per player gameobject state and visibility for ↵Shauren
looted non-consumable chests
2022-10-18Core/PlayerDump: Fixed dumping empty binary fields. (#28376)DeadMouse
2022-10-18Core/Creatures: Correct UNIT_DYNFLAG_TAPPED visibility logicShauren
2022-10-17Core/Loot: Implemented personal loot and tag sharing for non-boss lootShauren
2022-10-16Core/Networking: Fixed possible buffer overflows in ↵Shauren
WorldSocket::WritePacketToBuffer Closes #28370
2022-10-16Core/Loot: Initial support for personal loot in gameobjects (non-instanced ↵Shauren
content)
2022-10-15Core/GameObjects: Move contents of Spell::SendLoot to GameObject::UseShauren
2022-10-14Core/Gossip: Implemented GossipOptionNpc.AzeriteRespecShauren
2022-10-14Core/GameObjects: Implemented playerCast (Data23) for GAMEOBJECT_TYPE_GOOBERShauren
2022-10-14Core/BattlePets: Move revive battle pet cooldown to spell script and add ↵Shauren
serverside spell for stable master heal cooldown
2022-10-13Core/GameObjects: Allow creatures to use chair gameobjects directlyShauren
2022-10-13Core/Misc: Fixed worldserver shutdown with --update-databases-onlyShauren
2022-10-13Core/Gossip: Preserve OptionID from database when menu option is added from ↵Shauren
a script (cherry picked from commit 4ef99cfdfafb24bae901aad43fd7b8f8ccacd497)
2022-10-13Scripts/Gossips: Set gossip menu id for scripts that load menu items from ↵Shauren
database (cherry picked from commit 900a2f6d88f7676f5053da33d80981297b07ccde)
2022-10-13Core/PacketIO: Use ByteBuffer from UpdateData instead of copying to it after ↵Gosha
(#28347) (cherry picked from commit 81bf8de9895e050d5800a8a37316c0e6874b5e40)
2022-10-13Core/Misc: Multithread query cache loadingihm-tswow
(cherry picked from commit 048089ef21e271b38e1cc99d82d13c4c4f23ebd2)
2022-10-13Core/Threading: Create ThreadPool classShauren
(cherry picked from commit d82b2b1a6712df685b989911e3e519809935de03)
2022-10-13Scripts/Eversong Woords: Add cosmetic script for a party (#28308)Malcrom
(cherry picked from commit 0174e6ba809172e29a0fc87962e1b88cd42d572a)
2022-10-13DB/Scripts: Move Quest "Aces High!" gossip menu to database (#28300)Malcrom
(cherry picked from commit 5ffe5bd43ac780e33bfef1fd10b7ee90ab94172c)
2022-10-13Scripts/BoreanTundra: Modernized Unfit for Death (11865) implementation (#28297)Malcrom
(cherry picked from commit c0758ae6f3201cf9584fa43304aee041a6c4ffff)
2022-10-12Scripts/Silverpine: fixed Fenris Isle quests (#28334)Teleqraph
2022-10-11Core/Garrisons: Implement SMSG_GARRISON_OPEN_TALENT_NPC opcode (#28256)Aqua Deus
Co-authored-by: ModoX <moardox@gmail.com> Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-10-11Core/Spells: Move draenor spell to generic spell (#28356)Aqua Deus
2022-10-11Scripts/Silverpine: quest fixes and spawns for Forsaken Rear Guard (#28303)Teleqraph
2022-10-10Scripts/Silverpine: Implemented Waiting to Exsanguinate (questId 27045) (#28275)Teleqraph
2022-10-09Core/Spells: Take SummonProperties into account for SPELL_EFFECT_SUMMONs ↵ModoX
with default SummonTitle (#28345)
2022-10-09Core/Gossip: Drop OptionNpcFlag from gossip_menu_option (#28254)Meji
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-10-09Core/Gossip: Remove gossip menu option fallback code, all menus are now ↵Shauren
required to have options defined instead of trying to get them from menuid = 0
2022-10-08Core/Maps: Changed functions checking if map can be entered to use ↵Shauren
TransferAbortReason directly instead of intermediate Map::EnterState enum
2022-10-07Scripts/DK: Fixed Rime talent (#28333)Ovah