| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-11-12 | Core/Networking: Support IPv6 | Shauren | |
| 2024-10-30 | Core/DataStores: Updated db2 structures to 11.0.5 | Shauren | |
| 2024-10-16 | Core/Misc: Replace std::ostringstream based formatting with ↵ | Shauren | |
| Trinity::StringFormat where possible in common and database projects | |||
| 2024-10-06 | Core/DataStores: Load FlightCapability.db2 | Traesh | |
| 2024-10-03 | Core/Players: Prevent creation of characters with duplicate names | Shauren | |
| Closes #30299 | |||
| 2024-09-25 | Core/Database: Fix database connections failing to open over named pipes for ↵ | Shauren | |
| users using caching_sha2_password authentication plugin if this is the first time this user attempts to log in since starting MySQL server | |||
| 2024-09-23 | Core/Common: Catch and log child process creation errors | Shauren | |
| 2024-09-20 | Build: Add WITH_WARNINGS_AS_ERRORS cmake option that turns compile warnings ↵ | Shauren | |
| into compile errors | |||
| 2024-09-19 | Core/Database: Change database async thread shutdown to fix some corner ↵ | Shauren | |
| cases leading to servers being stuck on shutdown (for example with exit() call) | |||
| 2024-09-14 | Core/Common: Output stdout/stderr from child process without waiting for it ↵ | Shauren | |
| to finish | |||
| 2024-08-26 | Core/Loot: Implemented currency loot | Shauren | |
| 2024-08-24 | Core/DBUpdater: Use utf8mb4 in dbupdater --default-character-set | Shauren | |
| 2024-08-18 | Core/Realms: Realmlist refactors | Shauren | |
| * Removed global realm variable from World and use RealmList everywhere * Match auth build key with client version * Restored allowedSecurityLevel checks for realmlist packet building * Restored updating population field, mysteriously removed 15 years ago in f20b25d1c90f608deab28c9957b3b376ab2a0d50 | |||
| 2024-08-16 | Core: Updated to 11.0.2 | Shauren | |
| 2024-08-10 | Core/Players: Implemented hero talents | Shauren | |
| 2024-08-04 | Core/Players: Fixed trait configs getting into invalid state after talent ↵ | Shauren | |
| tree changes between client patches Closes #29398 | |||
| 2024-08-02 | Core/DataStores: Updated to 11.0.0 | Shauren | |
| 2024-08-02 | Core/PacketIO: Updated to 11.0.0 | Shauren | |
| 2024-07-18 | Build: Fixed CMake 3.30 FindBoost deprecation warning | Shauren | |
| 2024-07-16 | Core/Logging: Minor internal refactor | Shauren | |
| * Avoid formatting to output with fprintf * Use vector instead of unordered_map to store appenders in Logger | |||
| 2024-07-15 | Build: CMake cleanup | Shauren | |
| * Migrate all add_definitions to target_compile_definitions * Remove -D from preprocessor definitions added by target_compile_definitions (unneccessary, cmake strips it anyway) * Fixed NO_BUFFERPOOL not being set on g3d if jemalloc is used * Moved library/compiler specific compile flag settings spread all over various CMakeLists to their related library/compiler file * Remove ancient manual link flag settings for worldserver | |||
| 2024-07-14 | Core/DBLayer: Add field metadata getters to query result classes | Shauren | |
| 2024-07-05 | Core/Database: Fixed WITH_COREDEBUG + WITH_DYNAMIC_LINKING incompatibility ↵ | Shauren | |
| on windows | |||
| 2024-06-23 | Core/AreaTriggers: Check actionset flags for client areatriggers to allow ↵ | Meji | |
| some areatriggers to trigger while dead (#30042) | |||
| 2024-06-12 | Core/Database: Rewrite QueryCallback with std::variant | Shauren | |
| 2024-06-12 | Core/Database: Remove future/promise typedefs from a public header (these ↵ | Shauren | |
| are internal to database project) | |||
| 2024-05-29 | Core/Misc: Remove separate storage for custom messages in exception types ↵ | Antonio Martín Berti | |
| and store it directly in base class from <stdexcept> (#30012) | |||
| 2024-05-27 | Core/AreaTriggers: Implement height check for polygon db2 areatriggers | Shauren | |
| 2024-05-27 | Core/AreaTriggers: Fix triggering of client areatriggers for some shapes | Meji | |
| 2024-05-08 | Core: Update to 10.2.7 | Shauren | |
| 2024-05-06 | Core/Updater: Fix gcc build (this time for older gcc versions that didn't ↵ | Shauren | |
| trigger the warning fixed in previous commit) | |||
| 2024-05-06 | Core/Updater: Fix gcc warning | Shauren | |
| 2024-05-01 | Core/Spells: Implemented evoker empower spell mechanic | Shauren | |
| 2024-04-29 | Core/Items: Implemented packets setting up inventory cleanup parameters | Shauren | |
| 2024-04-22 | Core/Misc: Support boost 1.85 | Shauren | |
| 2024-04-12 | Core/Items: Implemented CreateTime item field and changed refund/soulbound ↵ | Shauren | |
| trade timers to also count time offline | |||
| 2024-04-11 | Core/Items: Fix loading secondaryItemModifiedAppearanceSpec5 (#29917) | Gosha | |
| 2024-04-11 | Core/SAI: Added support for StringIds to creature and gameobject targets ↵ | Meji | |
| (#29910) Co-authored-by: Shauren <shauren.trinity@gmail.com> | |||
| 2024-04-10 | Core/DBLayer: Support retrieving DATE/DATETIME/TIMESTAMP column values ↵ | Shauren | |
| directly without casting in sql | |||
| 2024-03-30 | Core/Creatures: Changed the spawn health field in creature table to a ↵ | Meji | |
| percentage (#29801) | |||
| 2024-03-28 | Core/Players: Use CharBaseInfo.db2 data to determine appropriate race for ↵ | Shauren | |
| mercenary mode transforms | |||
| 2024-03-21 | Core: Updated to 10.2.6.53840 | Shauren | |
| 2024-03-09 | Core/Objects: Implemented vignettes | Shauren | |
| 2024-03-01 | Core/Database: Silence deprecation warning on mysql_stmt_bind_param | Shauren | |
| 2024-02-29 | Core/Creatures: implemented most movement related static flags and migrated ↵ | Ovahlord | |
| existing movement data into static flags (#29541) * implemented CREATURE_STATIC_FLAG_AQUATIC - creatures cannot leave liquids * implemented CREATURE_STATIC_FLAG_AMPHIBIOUS - creatures can enter and leave liquids but remain on the ocean floor when swimming is not enabled until engaged * implemented CREATURE_STATIC_FLAG_FLOATING - creatures have their gravity on spawn / reset disabled * implemented CREATURE_STATIC_FLAG_SESSILE - creatures are rooted in place * implemented CREATURE_STATIC_FLAG_CAN_SWIM - creature can swim in liquids * implemented CREATURE_STATIC_FLAG_3_CANNOT_SWIM - Amphibious creatures cannot toggle on swimming * implemented CREATURE_STATIC_FLAG_3_CANNOT_TURN - Creatures cannot turn at all * implemented CREATURE_STATIC_FLAG_4_PREVENT_SWIM - Amphibious creatures won't toggle on swimming until their victim starts leaving the ocean floor * partially implemented CREATURE_STATIC_FLAG_3_CANNOT_PENETRATE_WATER * deprecated CREATURE_FLAG_EXTRA_NO_MOVE_FLAGS_UPDATE as this flag was a hackfix to a wrong implementation that is now gone | |||
| 2024-01-30 | Core/Creatures: Move immunities to separate table and implemented setting ↵ | Shauren | |
| immunties to dispel, spell effects, aura types, aoe and chain targeting | |||
| 2024-01-16 | Core/Bnet: Prevent crashes cauised be invalid values in salt column in ↵ | Shauren | |
| battlenet_accounts | |||
| 2024-01-05 | Core/Waypoints: Refactor to split data into path and node related info in db ↵ | ModoX | |
| (#29506) | |||
| 2023-12-29 | Core/Database: Fixed a shutdown crash happening if worldserver did not fully ↵ | Shauren | |
| start up (for example applying a db update failed) | |||
| 2023-12-28 | Fix bfbda8dcce8d19dda0ee3d8f96d176901902e102 | Shauren | |
