Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-18 | Core/Misc: Remove incorrect (and unused) equality operator overloads from ↵ | Shauren | |
LinkedListHead::Iterator class (cherry picked from commit a3702cc526cd35d6e0162607d509c241bdefdc63) | |||
2023-10-17 | Core/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-15 | Core/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-14 | Core/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-13 | Core/Object: Remove casts in WorldObject::setActive | robinsch | |
2023-10-13 | Core/Objects: Remove restriction on what object types can be set as active | Shauren | |
(cherry picked from commit 3031fbb63bfb2df2aa041bd9c04c5c42b0c07c05) | |||
2023-09-29 | Build: Fixed tools only build (#29341) | Edgars Baduns | |
(cherry picked from commit 592e01cf7a5d7b6f7ec63d30edc09dd9d4062b62) | |||
2023-09-26 | Core/World: refactored locale detection to resolve a ill-defined for loop ↵ | Ovahlord | |
warning | |||
2023-09-26 | Core/Player: return player corpse locations by reference instead of creating ↵ | Ovahlord | |
copies | |||
2023-09-26 | Core/World: added underlying types to world config enums | Ovahlord | |
2023-09-23 | Core/Battlegrounds: Fix group loot (#29300) | Giacomo Pozzoni | |
2023-09-19 | Core/Groups: Reduce differences between branches (define naming) (#29332) | M'Dic | |
2023-09-18 | Core/Pets: Avoid loading creature_addon/creature_template_addon (#29331) | Gildor | |
*Also removed spawnId when the pet is created | |||
2023-09-17 | Core/Misc: mac build fix | Shauren | |
(cherry picked from commit 752309fbe30d0dfff44272fe4ab74ec1864e123c) | |||
2023-09-13 | CI/appveyor: Upgrade dependencies | Shauren | |
* Boost 1.83.0 * OpenSSL 3.0 * MySQL 8.1 (cherry picked from commit 3f948672a670e8bab30cd891a5f5720c30d571f1) | |||
2023-09-13 | Core/Misc: Silence compile warning in boost::process with version 1.83 | Shauren | |
(cherry picked from commit d8c98579d4a2c4191e42c2542901274ffe53083c) | |||
2023-09-12 | CI/AppVeyor: Upgrade boost version to 1.82 | Shauren | |
(cherry picked from commit 3ecd678a09afeb8d6089421a1ec6d577e4fa4cf5) | |||
2023-09-10 | DB/Conditions: Fixed targeting of Koralon's Burning Breath (25 mode) | Gildor | |
2023-09-10 | DB/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-10 | DB: Allow reserved_name to be accent-sensitive | Kitzunu | |
Closes #29310 | |||
2023-09-10 | SQL: Move update to correct directory | Shauren | |
2023-09-01 | Core/Misc: Silence a false positive warning | Shauren | |
2023-08-31 | Core/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-29 | Scripts/Trial of the Crusader: Update Read and Write Save Data (#29293) | Gildor | |
2023-08-27 | Core/Logging: Fixed missing log format changes | Shauren | |
(cherry picked from commit 150ba27eb125c3628251641e899f9fbe130d41d2) | |||
2023-08-24 | Core/Misc: Modernize comparison operators | Shauren | |
(cherry picked from commit f0a862e71bc12d86a898901ef773475a7c964832) | |||
2023-08-23 | Core/Battlefields: Added missing virtual destructor (and delete copy and ↵ | Shauren | |
move operations) | |||
2023-08-23 | Core/Misc: Add missing virtual destructors | Shauren | |
(cherry picked from commit f4297aa3c634f321e2159be54835d4b2272874f4) | |||
2023-08-23 | Build: Support ASAN on msvc | Shauren | |
(cherry picked from commit 0a0b420d866f070d4b1208bb3c4451398797c6ef) | |||
2023-08-23 | Core/Units: Fixed possible use after free in ThreatManager | Shauren | |
Closes #28830 (cherry picked from commit 3e3968b63c4192b766de69c8f4744adba406c94b) | |||
2023-08-22 | Core/Movement: Fixed use after free in WaypointMovementGenerator | Shauren | |
Closes #29274 | |||
2023-08-19 | Core/EventMap: Refactor and modernize EventMap (#29183) | Kelno | |
2023-08-19 | License: 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-17 | Core/Logging: Fixed a few missed log format statements | Shauren | |
2023-08-15 | Core/Logging: Minor compile time reducing refactor of log message formatting | Shauren | |
(cherry picked from commit 576ca241ecaea6f357a13f022fb297976aa967ca) | |||
2023-08-15 | Core/Misc: Replace std::abort with our ABORT macro | Shauren | |
* 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-15 | Core/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-15 | Core/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-15 | Dep/fmt: Upgrade to 9.1.0 | Shauren | |
(cherry picked from commit 17b20a33531b386eabcd44192a2574de72e64340) | |||
2023-08-15 | Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard ↵ | Shauren | |
compatible api) (cherry picked from commit d791afae1dfcfaf592326f787755ca32d629e4d3) | |||
2023-08-15 | Core/Misc: Removed structure bitfield definitions that don't do anything | Shauren | |
2023-08-12 | CI: Switch appveyor to use VS 2022 | Shauren | |
2023-08-12 | Core/Misc: Include cleanup, 2023 edition | Shauren | |
(cherry picked from commit 92ed5e8af1f8b1aac085fd9b0ea93afb2b6795d4) | |||
2023-08-12 | Core/Misc: Replace enable_if overload selection with if constexpr | Shauren | |
(cherry picked from commit a53e4a57565d3375a978effbbc32d3eed6aac7e3) | |||
2023-08-12 | Core/Misc: Migrate our c++20 advstd to standard features | Shauren | |
(cherry picked from commit 7830e5a7a1b93b0cd083baa3b70a0cfeb475f5f5) | |||
2023-08-12 | Tests: Fixed environment variable confg test compilation on windows | Shauren | |
(cherry picked from commit cd62dc44916cd2d3e9522e1373e27bd01b27c84f) | |||
2023-08-12 | Core/Misc: Use boost/circular_buffer forward declaration headers in our headers | Shauren | |
(cherry picked from commit 1afec8be634fc3fd09fc5ea38ba71f0cc9259c7e) | |||
2023-08-12 | Core/Misc: Add missing Containers.h include where neccessary | Shauren | |
2023-08-12 | Core/Misc: Remove boost::heap::fibonacci_heap from header files | Shauren | |
(cherry picked from commit e8e330addd55dffa8e34716c7e1969ad243d65b3) | |||
2023-08-12 | Core/Misc: Replaced boost::container::static_vector in packet classes with ↵ | Shauren | |
plain vector with custom static storage allocatlr (cherry picked from commit b65c3f5f4a4edbc953c405bfacd33f186f3a1931) |