aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-12-17Core/Items: Dropped deprecated ItemFlag2 ITEM_FLAG2_DONT_IGNORE_BUY_PRICE ↵ModoX
(#28382)
2022-12-17Core/Misc: Updated default expansion to 9Shauren
2022-12-17Tools/mapextractor: Updated gt file listShauren
2022-12-17GCC build fixShauren
2022-12-17Core/Spells: Added missed aura handler for SPELL_AURA_535ModoX
2022-12-17Core/Spells: Added SPELL_AURA_535 to aura enumModoX
2022-12-16Core/Players: Implemented new talent systemShauren
2022-12-15Core/Players: Don't remove unlearned spells from action barsShauren
2022-12-14Core/Spells: Added custom spell cast argShauren
2022-12-14Core/DataStores: Devirtualize DB2StorageShauren
2022-12-14Core/DataStores: Fixed loading empty db2 filesShauren
2022-12-14Core/DataStores: Made DB2LoadInfo constexprShauren
2022-12-14Core/Spells: Fixed spell effect value truncation when value is a large integerShauren
2022-12-04Core: Updated to 10.0.2Shauren
2022-12-04Core/Spells: Extended mechanic mask to uint64Shauren
2022-12-04Core/Realms: Fixed switching realmsShauren
2022-12-03Tools/vmap_extractor: Implemented new MPY2 wmo chunkShauren
2022-11-27Core/DataStores: Add const to DBStorageIterator dereference operatorsShauren
2022-11-27Core/Conditions: Improve comment docs for CONDITION_QUEST_OBJECTIVE_PROGRESSShauren
2022-11-20Core/Misc: Switch GetLocaleByName to use string_viewShauren
2022-11-05Core/AreaTriggers: Implemented new areatrigger type: bounded planeShauren
2022-11-12Core/Movement: Rename splineElevation in MovementInfo to ↵Shauren
stepUpStartElevation (official name)
2022-11-08Core/PacketIO: Name part of the unknown 9.x spline packet blockShauren
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