aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-01-01Core/Misc: Fixed deprecation warnings for c++20Shauren
2022-12-31Core/Spells: Fixed crashes with spells cast by gameobject that summon creaturesShauren
2022-12-31Core/Maps: Fixed retrieving terrain info when on child mapsShauren
2022-12-31Core/Scenarios: Replace assert with null checkShauren
2022-12-31Core/Maps: Implemented WMOAreaTable -1 grouipid fallbackShauren
2022-12-31Core/Players: Implement saving edit mode account dataShauren
2022-12-31Core/Players: Fixed crashes when accessing ActivePlayerData::PvpInfoShauren
2022-12-30Core/Players: Fixed trait config validationShauren
2022-12-30Core/Objects: Replace IsWithinDistInMap with IsWithinDist in grid searchers t...Shauren
2022-12-30Core/Movement: Don't compute orientation for vertical splines (#28556)Meji
2022-12-30Core/Objects: ignore database visibility conditions for personal clones (#28548)Seyden
2022-12-30Core/SAI: Improved SMART_ACTION_JUMP_TO_POS to mirror behavior similar to SMA...Meji
2022-12-30Core/SAI: Add action param 7 (#28519)Aqua Deus
2022-12-30Core/Gossip: Integrate banker guid checks into shared gossip interaction dataShauren
2022-12-30Core/Misc: Clean up WorldSession includes a bitShauren
2022-12-30Core/Chat: Fixed chat channel name validationShauren
2022-12-30Core/Auras: Fixed iterator invalidation crash in Unit::CalcHealAbsorb (#28515)Seyden
2022-12-30Core/Auras: Implemented SPELL_AURA_MOD_ROOT_DISABLE_GRAVITY (#28517)Teleqraph
2022-12-30Core/Auras: Implemented SPELL_AURA_MOD_STUN_DISABLE_GRAVITY (#28511)Teleqraph
2022-12-30Core/Vmaps: Fix inconsistency of hitInstance and hitModel to cause wrong area...ModoX
2022-12-29Core/Spells: Added missing changes for ade34a7f484dfcc7e41eddfd1014e7728c8dc2c1Shauren
2022-12-29Core/Spells: Implemented SPELL_EFFECT_GIVE_EXPERIENCE and SPELL_EFFECT_GIVE_R...Shauren
2022-12-28Core/Gossip: Move setting ActionMenuID and ActionPoiID directly into GossipMe...Shauren
2022-12-27Core/Creatures: Implement StringId for Creatures, a custom identifier to make...Seyden
2022-12-26Core/Objects: Implement FindNearestCreatureWithOptions helper function (#28488)Seyden
2022-12-26Core/DataStores: More constexpr in DB2 metadataShauren
2022-12-25Core/Phasing: Reduce differences between branches in GridNotifiersShauren
2022-12-23Core/SAI: Fixed unused param validation for SMART_ACTION_MOVE_OFFSETShauren
2022-12-22Core/SAI: Added param PointId to SMART_ACTION_MOVE_OFFSET (#28555)Meji
2022-12-22Core/Creatures: Implemented AttackableBySummoner summon properties flag (#28489)Seyden
2022-12-22Core/GameObjects: Update spawn group conditions immediately after battlegroun...Jeremy
2022-12-22Core/Instances: Fixed assertion failure with instance id based lockoutsShauren
2022-12-21Core/Conversations: Allow delaying starting conversations (#28545)Seyden
2022-12-20Core/GameObjects: Unlink loot from gameobject before deleting itShauren
2022-12-20Core/vmaps: Stop worldserver startup when gameobject models cannot be loadedShauren
2022-12-20Core/Battlegrounds: Made Battleground inherit ZoneScriptShauren
2022-12-20Core/Threading: Modernize ProducerConsumerQueue a bit to fix GCC buildShauren
2022-12-19Core/Misc: GCC build fixShauren
2022-12-18Core/PacketIO: Fixed incorrect optional check in SMSG_GOSSIP_MESSAGEShauren
2022-12-18Core/PacketIO: Fixed structure of SMSG_FEATURE_SYSTEM_STATUS_GLUE_SCREENShauren
2022-12-18Core/Units: Implemented UNIT_VIS_FLAGS_INVISIBLE (#28448)Meji
2022-12-17Core/Creatures: Never enable gravity for creatures that can only fly (#28411)Meji
2022-12-17Fix line endingsShauren
2022-12-17Core/Players: Implemented setting tradeskill recipes as favoriteShauren
2022-12-17Core/Items: Dropped deprecated ItemFlag2 ITEM_FLAG2_DONT_IGNORE_BUY_PRICE (#2...ModoX
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