aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-08-22Scripts/Draenor: Implement script for quest 34586 (Establish your Garrison) ↵Aqua Deus
(#28057) Co-authored-by: Naddley <64811442+Naddley@users.noreply.github.com>
2022-08-22Core/DataStores: Updated outdated check to 9.2.7.45114ModoX
2022-08-19Core/PacketIO: Drop correct field in SMSG_PARTY_UPDATE and utilize new bit ↵ModoX
properly * 768811f7823f30644ccdc2570991f4704b19ee12 followup
2022-08-19Core/PacketIO: Fixed structure of SMSG_PARTY_UPDATEModoX
2022-08-18Core/Misc: Dynamic build fixModoX
2022-08-18Core/Misc: Dynamic build fix (add missing TC_COMMON_API)Shauren
2022-08-16Core/PacketIO: Rename m+ packet fieldsShauren
2022-08-16Core/DataStores: Sprinkle some constexpr on db2 metaShauren
2022-08-01Core/DataStores: Updated db2 structures to 9.2.7Shauren
2022-07-31Core/PacketIO: Updated packet structures to 9.2.7Shauren
2022-08-14Core/Phasing: Fixed terrain swaps appearing on incorrect maps when player is ↵Shauren
added to a map wilth not meeting its condition but later condition gets satisfied
2022-08-13Core/Gossips: Added support for FriendshipFactionID (#28192)Meji
2022-08-13Core/Misc: Refactor some updatefield constant creation code to work around ↵Shauren
msvc internal compiler errors
2022-08-12Core/PacketIO: Named unknown fields in FeatureSystemStatus (#28196)Ghaster
2022-08-12Core/PacketIO: Fixed structure of SMSG_FEATURE_SYSTEM_STATUS_GLUE_SCREENShauren
2022-08-09Core/Scenarios: Group criteria storage by scenario idShauren
2022-08-08Core/Misc: Fixed ResetFailedReason enum values for 9.2.5 clientShauren
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