aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-03-19Core/Logging: Fix intellisense errors - people don't like it when code glows ↵Shauren
red without a reason
2024-03-19DB/WanderingIsle: Added SAI Script for Merchant LorvoAqua Deus
+ Added some more esES locales Closes #29797
2024-03-19DB/WanderingIsle: Update SAI script of Nim and Guang to use AreatriggerAqua Deus
Closes #29794
2024-03-19DB/Mardum: Added Soulwrought Key drop to Anguish JailorNaddley
2024-03-18Rename sqlShauren
2024-03-18Scripts/Spells: Fix rhapsody talent (#29804)Aqua Deus
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-03-18DB/Holidays: Move spawns to guid subrange for eventsMeji
2024-03-18DB/Boralus: Implement Quest "A Nation Divided"Naddley
2024-03-15Core/Logging: Improved generated code for log statements (length of text is ↵Shauren
computed at compile time)
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 ↵Shauren
conflicting with "WorldObject" class name
2024-03-13GCC build fixShauren
2024-03-13Core/Misc: Use our new unique_trackable_ptr for various classes exposed to ↵Shauren
scripts (not actually used anywhere currently)
2024-03-13Core/vmaps: Reset BIH::bounds on tree rebuildsShauren
2024-03-13Tests: Disable intentionally triggered warning in test codeShauren
2024-03-13Core/Utils: unique_trackable_ptr improvementsShauren
* Added comparison operators * Added type casting helper functions
2024-03-12Core/Utils: Added missing member access in unique_trackable_ptr move ↵Shauren
assignment operator
2024-03-12Core/Movement: FIxed followPathBackwardsFromEndToStart parameter of ↵Shauren
MotionMaster::MovePath
2024-03-12Core/SmartAI: Load paths by their id now that SAI doesn't use a separate ↵Shauren
database table as waypoints source
2024-03-12Core/Movement: Minor refactor for WaypointManager data loadingShauren
2024-03-12Core/Movement: Removed a possible lifetime trap when passing a custom ↵Shauren
WaypointPath to MovePath
2024-03-12Core/Movement: Make MovementGenerator not copyable and movableShauren
2024-03-12Core/Movement: Removed default arg values from MovementGenerator Pause and ↵Shauren
Resume functions
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 ↵Shauren
specialized variant of std::shared_ptr that enforces unique ownership * This is intended to be used by external code unable to track object lifetime such as custom scripting engines
2024-03-11DB/WanderingIsle: Update script for Aspiring TraineeAqua Deus
+ Update some quest locales for esES Closes #29772
2024-03-11DB/Tirisfal: Update questchains for Tirisfal GladesKelpiesklubhouse
Closes #29758
2024-03-10DB/SilvermoonCity: Update Love is in the Air spawnsMeji
2024-03-10DB/Undercity: Update Love is in the Air spawnsMeji
2024-03-10DB/Thunderbluff: Update Love is in the Air spawnsMeji
2024-03-10DB/TheExodar: Update Love is in the Air spawnsMeji
2024-03-10DB/Darnassus: Update Love is in the Air spawnsMeji
2024-03-10DB/Ironforge: Update Love is in the Air spawnsMeji
2024-03-10Core/Auras: Update visible aura immediately during spell cast instead of ↵Shauren
waiting for next update tick
2024-03-09Fix GCC buildShauren
2024-03-09Core/Objects: Implemented vignettesShauren
2024-03-08Core/Players: Extend Player::SendInitialVisiblePackets to work with all ↵Shauren
WorldObject types
2024-03-07Core/Objects: Keep current WMO info on position updates and use it in party ↵Shauren
member state packets
2024-03-07Core/vmaps: Removed vmap lookup functions duplicating functionality of each ↵Shauren
other
2024-03-06Core/AuctionHouse: Fixed possible use after free when auctions are removed ↵Shauren
with offline buyers
2024-03-06Core/PacketIO: Fixed structures of SMSG_INSPECT_RESULT and SMSG_RATED_PVP_INFOShauren
2024-03-06DB/Quest: Added missing Quest data for Northshire questsKelpiesklubhouse
Closes #29770
2024-03-06DB/AzuremystIsle: Some more updates to questchains for Ammen ValeKelpiesklubhouse
Closes #29763
2024-03-06Core/vmaps: Increment vmap format version numberShauren
2024-03-06Tools/vmap_extractor: Move information about model type from spawns in vmap ↵Shauren
tiles to model file itself
2024-03-06Tools/vmap_extractor: Preserve UniqueId from MODF adt chunks in final vmap ↵Shauren
output (used in db2 files and packets)
2024-03-06Tools/mmaps_generator: Added const on some functions interfacing with vmapsShauren