aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-08-06Core/Players: Prevent sending QuestUpdateAddCredit on QUEST_OBJECTIVE_ITEM ↵Ghaster
(#28170)
2022-08-06Core/Misc: Update /roll max capShauren
2022-08-06Core/Items: Implemented ITEM_FLAG3_DONT_REPORT_LOOT_LOG_TO_PARTYShauren
2022-08-05Core/LFG: Filter out lfg dungeons that have invalid map/difficulty pairsShauren
2022-08-04Core/PacketIO: Fixed structure of SMSG_CALENDAR_RAID_LOCKOUT_UPDATEDShauren
2022-08-02Scripts/Spells: Divine Star (Priest) fixed (#28112)Teleqraph
2022-08-02Scripts/Spells: Priest - Power of the Dark Side fixed (#28118)Teleqraph
2022-08-02Core/Conditions: Added CONDITION_PLAYER_CONDITION to integrate conditions ↵Meji
with db2 data (#28169)
2022-08-02Scripts/Spells: Priest - Sins of the Many fixed (#28122)Teleqraph
2022-08-01Core/Crypto: Removed unneccessary std::reverse in Ed25519::SignShauren
2022-08-01Core/Crypto: Added Ed25519 implementationShauren
2022-07-29Core/Scripts: Added CalcCastTime spell script hookShauren
2022-07-28Core/PacketIO: Implemented SMSG_SPELL_HEAL_ABSORB_LOGShauren
2022-07-28Core/Spells: Refactor heal absorb codeSeyden
2022-07-28Core/Spells: Implement OnEffectAbsorbHeal and AfterEffectAbsorbHeal hooksNyr
2022-07-27Core/Maps: Make sure login instance is added to i_maps (#28156)SeraphimWoW
2022-07-26Core/Spells: OnPrecast script should be called before ReSetTimer (#28146)Teleqraph
2022-07-25Core/Maps: Split Ebon Hold and Exile's reach by faction and removed forced ↵Shauren
sanctuary hack
2022-07-25Core/Conditions: Allow empty (CONDITION_NONE) conditions with just script ↵Shauren
attached
2022-07-25Core/Maps: Fixed deadlock in battleground map creationShauren
Closes #28154
2022-07-24Core/Units: Removed spline speed limit for MoveJumpWithGravity (#28142)Teleqraph
2022-07-24Core/WorldStates: Implemented setting dungeon encounter world statesShauren
2022-07-24Core/WorldStates: Add generic worldstates for team in instanceShauren
2022-07-24Core/WorldStates: Allow using -1 in database for MapIDs column to mark ↵Shauren
worldstates that should be bound to a map and allowed on all maps
2022-07-24Core/Maps: Removed MapInstanced - no longer neccessary for grid data ↵Shauren
reference counting (moved to TerrainInfo)
2022-07-24Core/DataStores: Fixed unsigned underflow in TaxiMask constructor happening ↵Shauren
before TaxiNodes.db2 is loaded
2022-07-23Dynamic build fixShauren
2022-07-23Core/Maps: Move terrain data handling out of Map classShauren
Partial port of cmangos/mangos-wotlk@ff5232c64809207b5fa59d62e9870f58a36b6f3f
2022-07-22Core/Groups: Fixed loading character race info for offline group membersShauren
2022-07-20Core/Maps: Replace some Instanceable() checks with IsDungeon()Shauren
2022-07-20Core/Units: Added NameplateAttachToGUID updatefield setter (#28141)Teleqraph
2022-07-20codestyle fixShauren
2022-07-19Core/Battlefields: Refactor Battlefield creation to be linked to host map ↵Shauren
creation instead of having globally accessible objects
2022-07-19Core/PacketIO: Remove packet handlers for deleted opcodesShauren
2022-07-19Dynamic build fixShauren
2022-07-19Core/Commands: Add missing constructor to RBACCommandDataShauren
Closes #28136
2022-07-19Core/Quest: Corrected type of emote field in QuestOfferReward to be signedModoX
2022-07-18Core/Spawns: Removed ObjectMgr::AddCreatureData and ↵Shauren
ObjectMgr::AddGameObjectData (old outdoorpvp helpers)
2022-07-18Core/OutdoorPvP: Refactor OutdoorPvP creation to be linked to host map ↵Shauren
creation instead of having globally accessible objects
2022-07-18Core/OutdoorPvP: Remove manual spawn management functions from OutdoorPvPShauren
2022-07-18Core/OutdoorPvP: Move remaining outdoorpvp spawns to dbShauren
2022-07-18Core/OutdoorPvP: Move Zangarmarsh outdoorpvp spawns to dbShauren
2022-07-18Core/OutdoorPvP: Move Halaa spawns to db using worldstate conditionsShauren
2022-07-17Core/Players: Cleaned some old updatefield definitions and updated values ↵Shauren
for completed quests size
2022-07-17Core/Players: Fixed ExploredZones size and PLAYER_EXPLORED_ZONES_SIZE desyncShauren
2022-07-17Core/Maps: Made instance_template no longer required to create and enter ↵Shauren
instance maps
2022-07-17Core/Criteria: Fixed criteria type DoEmoteShauren
Closes #28127
2022-07-16Scripts/Spells: Fixed Halo (Priest talent) (#28113)Teleqraph
2022-07-16Scripts/Spells: Fix mage spell Ray of Frost (#28090)Aqua Deus
2022-07-16Core/Creatures: Implement Ground/FlyingMountDisplayID from ↵Teleqraph
creature_summoned_data (#28085)