aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-03-27Build: Fix Linux aarch64 GCC build (#29831)lee
2024-03-26Core/Maps: Initialize instance faction using group leader (if available) inst...Shauren
2024-03-26DB/Mardum: Implement Quest "Give Me Sight Beyond Sight" (#29833)Naddley
2024-03-25Tools/mmaps_generator: Only initialize memory for inds mesh when it will be r...thesillyone
2024-03-25Scripts/Stormwind: Implement RP Event for quest "Ancient Curses" (#29780)Naddley
2024-03-25Core/vmaps: Improved WMO detection for group models that don't have floorShauren
2024-03-25Scripts/Spells: Fix Whispering Shadows target selection logic if there are le...Shauren
2024-03-25Scripts/Spells: Implemented Priest talent Whispering Shadows (#29776)Mematoru23
2024-03-24Core/GameObjects: Added dynamic highlight for GAMEOBJECT_TYPE_SPELL_FOCUS (#2...Meji
2024-03-24Core/Players: Slightly improve neutral player faction supportShauren
2024-03-24Core/Players: Fix console errors of wrong teamid for neutral pandaren raceaquadeus
2024-03-24Core/Loot: Fixed crashes when generating loot on map that has no MapDifficult...Shauren
2024-03-23warning fixShauren
2024-03-23Tools/vmap_extractor: Support new 9.2 wmo group splits (child groups should i...Shauren
2024-03-22Core/PacketIO: Fixed player updatefieldsShauren
2024-03-21Fix build with openssl 1.1.1Shauren
2024-03-21Core: Updated to 10.2.6.53840Shauren
2024-03-19Core/Logging: Fix intellisense errors - people don't like it when code glows ...Shauren
2024-03-18Scripts/Spells: Fix rhapsody talent (#29804)Aqua Deus
2024-03-15Core/Logging: Improved generated code for log statements (length of text is c...Shauren
2024-03-14Core/Scripts: Removed script calls from constructors and destructorsShauren
2024-03-14Core/Objects: Cook the copied pastaShauren
2024-03-14Core/Objects: Added ToWorldObject and ToItemShauren
2024-03-14Core/Objects: Rename Object::m_isWorldObject and related functions to avoid c...Shauren
2024-03-13Core/Misc: Use our new unique_trackable_ptr for various classes exposed to sc...Shauren
2024-03-13Core/vmaps: Reset BIH::bounds on tree rebuildsShauren
2024-03-13Core/Utils: unique_trackable_ptr improvementsShauren
2024-03-12Core/Utils: Added missing member access in unique_trackable_ptr move assignme...Shauren
2024-03-12Core/Movement: FIxed followPathBackwardsFromEndToStart parameter of MotionMas...Shauren
2024-03-12Core/SmartAI: Load paths by their id now that SAI doesn't use a separate data...Shauren
2024-03-12Core/Movement: Minor refactor for WaypointManager data loadingShauren
2024-03-12Core/Movement: Removed a possible lifetime trap when passing a custom Waypoin...Shauren
2024-03-12Core/Movement: Make MovementGenerator not copyable and movableShauren
2024-03-12Core/Movement: Removed default arg values from MovementGenerator Pause and Re...Shauren
2024-03-11Fix tests buildShauren
2024-03-11Core/Misc: Fixed windows nopch buildShauren
2024-03-11Core/Utils: Added a custom smart pointer type unique_trackable_ptr - a specia...Shauren
2024-03-10Core/Auras: Update visible aura immediately during spell cast instead of wait...Shauren
2024-03-09Fix GCC buildShauren
2024-03-09Core/Objects: Implemented vignettesShauren
2024-03-08Core/Players: Extend Player::SendInitialVisiblePackets to work with all World...Shauren
2024-03-07Core/Objects: Keep current WMO info on position updates and use it in party m...Shauren
2024-03-07Core/vmaps: Removed vmap lookup functions duplicating functionality of each o...Shauren
2024-03-06Core/AuctionHouse: Fixed possible use after free when auctions are removed wi...Shauren
2024-03-06Core/PacketIO: Fixed structures of SMSG_INSPECT_RESULT and SMSG_RATED_PVP_INFOShauren
2024-03-06Core/vmaps: Increment vmap format version numberShauren
2024-03-06Tools/vmap_extractor: Move information about model type from spawns in vmap t...Shauren
2024-03-06Tools/vmap_extractor: Preserve UniqueId from MODF adt chunks in final vmap ou...Shauren
2024-03-06Tools/mmaps_generator: Added const on some functions interfacing with vmapsShauren
2024-03-04Core/Auras: Feign death will no longer cause creatures immune to it to drop c...Shauren