aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-10-18Core/Misc: Remove incorrect (and unused) equality operator overloads from ↵Shauren
LinkedListHead::Iterator class (cherry picked from commit a3702cc526cd35d6e0162607d509c241bdefdc63)
2023-10-17Core/Misc: Fixed thread-unsafe access to list of objects that should be ↵Shauren
spawned in a cell Closes #29372 (cherry picked from commit 7b6589c1ecc159f6949c5535785fba79a04b2c4a)
2023-10-15Core/Auras: Implemented SPELL_ATTR7_DISABLE_AURA_WHILE_DEAD (suppress aura ↵Shauren
applications while dead without removing the aura) (cherry picked from commit 0f7dd4eadf90a5407fd232d083485430d725152f)
2023-10-14Core/Auras: Registering a new owned aura will now search existing owned ↵Shauren
auras instead of applied auras to check for unstackable one Closes #22234 (cherry picked from commit dc661a34b1d1e099e2c1854e8fa9446115e30c96)
2023-10-13Core/Object: Remove casts in WorldObject::setActiverobinsch
2023-10-13Core/Objects: Remove restriction on what object types can be set as activeShauren
(cherry picked from commit 3031fbb63bfb2df2aa041bd9c04c5c42b0c07c05)
2023-09-29Build: Fixed tools only build (#29341)Edgars Baduns
(cherry picked from commit 592e01cf7a5d7b6f7ec63d30edc09dd9d4062b62)
2023-09-26Core/World: refactored locale detection to resolve a ill-defined for loop ↵Ovahlord
warning
2023-09-26Core/Player: return player corpse locations by reference instead of creating ↵Ovahlord
copies
2023-09-26Core/World: added underlying types to world config enumsOvahlord
2023-09-23Core/Battlegrounds: Fix group loot (#29300)Giacomo Pozzoni
2023-09-19Core/Groups: Reduce differences between branches (define naming) (#29332)M'Dic
2023-09-18Core/Pets: Avoid loading creature_addon/creature_template_addon (#29331)Gildor
*Also removed spawnId when the pet is created
2023-09-17Core/Misc: mac build fixShauren
(cherry picked from commit 752309fbe30d0dfff44272fe4ab74ec1864e123c)
2023-09-13CI/appveyor: Upgrade dependenciesShauren
* Boost 1.83.0 * OpenSSL 3.0 * MySQL 8.1 (cherry picked from commit 3f948672a670e8bab30cd891a5f5720c30d571f1)
2023-09-13Core/Misc: Silence compile warning in boost::process with version 1.83Shauren
(cherry picked from commit d8c98579d4a2c4191e42c2542901274ffe53083c)
2023-09-12CI/AppVeyor: Upgrade boost version to 1.82Shauren
(cherry picked from commit 3ecd678a09afeb8d6089421a1ec6d577e4fa4cf5)
2023-09-10DB/Conditions: Fixed targeting of Koralon's Burning Breath (25 mode)Gildor
2023-09-10DB/Instances: Fixed targeting of Koralon's Burning Breath, it should just ↵Krutok
free spin instead of following a player Closes #29287 Co-authored-by: Shauren <shauren.trinity@gmail.com>
2023-09-10DB: Allow reserved_name to be accent-sensitiveKitzunu
Closes #29310
2023-09-10SQL: Move update to correct directoryShauren
2023-09-01Core/Misc: Silence a false positive warningShauren
2023-08-31Core/Vehicles: Fixed crash happening if a vehicle despawns during handling ↵Shauren
of control vehicle aura removal Closes #29290 (cherry picked from commit 2b54376d65c52c0c805a73665bb8a7d0578181f0)
2023-08-29Scripts/Trial of the Crusader: Update Read and Write Save Data (#29293)Gildor
2023-08-27Core/Logging: Fixed missing log format changesShauren
(cherry picked from commit 150ba27eb125c3628251641e899f9fbe130d41d2)
2023-08-24Core/Misc: Modernize comparison operatorsShauren
(cherry picked from commit f0a862e71bc12d86a898901ef773475a7c964832)
2023-08-23Core/Battlefields: Added missing virtual destructor (and delete copy and ↵Shauren
move operations)
2023-08-23Core/Misc: Add missing virtual destructorsShauren
(cherry picked from commit f4297aa3c634f321e2159be54835d4b2272874f4)
2023-08-23Build: Support ASAN on msvcShauren
(cherry picked from commit 0a0b420d866f070d4b1208bb3c4451398797c6ef)
2023-08-23Core/Units: Fixed possible use after free in ThreatManagerShauren
Closes #28830 (cherry picked from commit 3e3968b63c4192b766de69c8f4744adba406c94b)
2023-08-22Core/Movement: Fixed use after free in WaypointMovementGeneratorShauren
Closes #29274
2023-08-19Core/EventMap: Refactor and modernize EventMap (#29183)Kelno
2023-08-19License: Restore long lost OpenSSL exception (#29250)Giacomo Pozzoni
Restore long lost OpenSSL exception accidentally removed in 4559e99e0d0c87f6a13fd018d1de624fa350446f and include it in the COPYING license file. (cherry picked from commit b82dc03cbf2f39844772005583d56fddf8388777)
2023-08-17Core/Logging: Fixed a few missed log format statementsShauren
2023-08-15Core/Logging: Minor compile time reducing refactor of log message formattingShauren
(cherry picked from commit 576ca241ecaea6f357a13f022fb297976aa967ca)
2023-08-15Core/Misc: Replace std::abort with our ABORT macroShauren
* libmysql is not a well behaved library on windows, it installs its own SIGABRT handler every time a new connection is opened, overriding our own (cherry picked from commit 09dea76fb5ede974d6765d40985b033db3fba6a3)
2023-08-15Core/DBLayer: Relaxed restrictions on which Field class member function can ↵Shauren
be used to access column value from "strict match" to "must not truncate" (cherry picked from commit eadafb0347d606e5e3e660d21227aa15378bdb21)
2023-08-15Core/Misc: Replace string to int conversion functions from Common.h with ↵Shauren
c++17 std::from_chars based ones Trinity::StringTo (cherry picked from commit 3260b94dd627b7b0c7114f94bb97d108b005af3e)
2023-08-15Dep/fmt: Upgrade to 9.1.0Shauren
(cherry picked from commit 17b20a33531b386eabcd44192a2574de72e64340)
2023-08-15Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard ↵Shauren
compatible api) (cherry picked from commit d791afae1dfcfaf592326f787755ca32d629e4d3)
2023-08-15Core/Misc: Removed structure bitfield definitions that don't do anythingShauren
2023-08-12CI: Switch appveyor to use VS 2022Shauren
2023-08-12Core/Misc: Include cleanup, 2023 editionShauren
(cherry picked from commit 92ed5e8af1f8b1aac085fd9b0ea93afb2b6795d4)
2023-08-12Core/Misc: Replace enable_if overload selection with if constexprShauren
(cherry picked from commit a53e4a57565d3375a978effbbc32d3eed6aac7e3)
2023-08-12Core/Misc: Migrate our c++20 advstd to standard featuresShauren
(cherry picked from commit 7830e5a7a1b93b0cd083baa3b70a0cfeb475f5f5)
2023-08-12Tests: Fixed environment variable confg test compilation on windowsShauren
(cherry picked from commit cd62dc44916cd2d3e9522e1373e27bd01b27c84f)
2023-08-12Core/Misc: Use boost/circular_buffer forward declaration headers in our headersShauren
(cherry picked from commit 1afec8be634fc3fd09fc5ea38ba71f0cc9259c7e)
2023-08-12Core/Misc: Add missing Containers.h include where neccessaryShauren
2023-08-12Core/Misc: Remove boost::heap::fibonacci_heap from header filesShauren
(cherry picked from commit e8e330addd55dffa8e34716c7e1969ad243d65b3)
2023-08-12Core/Misc: Replaced boost::container::static_vector in packet classes with ↵Shauren
plain vector with custom static storage allocatlr (cherry picked from commit b65c3f5f4a4edbc953c405bfacd33f186f3a1931)