| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-06-20 | Core/Database: Rewrite QueryCallback with std::variant | Shauren | |
| (cherry picked from commit 2b4c7dec2979b1327d6e1ea5fefdf3deb7c3bcd8) | |||
| 2024-06-20 | Core/Database: Remove future/promise typedefs from a public header (these ↵ | Shauren | |
| are internal to database project) (cherry picked from commit 7fcb126fcb7cff945936a7f5e051b07ce0de8a7f) | |||
| 2024-06-20 | 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) (cherry picked from commit 15e995b3b3cb7b96048b6b7830285c78bd901fb0) | |||
| 2024-06-20 | Core/AreaTriggers: Implement height check for polygon db2 areatriggers | Shauren | |
| (cherry picked from commit 1c3268155d0165e150d239c3a808d5a8dddeae18) | |||
| 2024-06-20 | Core/AreaTriggers: Fix triggering of client areatriggers for some shapes | Meji | |
| (cherry picked from commit b070e63fa867f7f25e73e9ef3aafbe18902a50e9) # Conflicts: # sql/updates/auth/cata_classic/2024_05_27_00_hotfixes.sql | |||
| 2024-06-18 | Core/DataStores: named new columns in ChrCustomizationOption which have been ↵ | Ovahlord | |
| added in 11.x | |||
| 2024-06-18 | Core/DataStores: update DB2 structures to 55141 | Ovahlord | |
| 2024-06-05 | Core/Player: dropped PvP talent implementation | Ovahlord | |
| 2024-06-02 | Core/Datastores: load new glyph and talent related db2 files | Ovahlord | |
| 2024-06-01 | Core/Items: implement reforging items | Ovahlord | |
| 2024-05-28 | Core/Datastores: named unknown fields for CurrencyTypes | Ovahlord | |
| 2024-05-28 | Core/Updater: Fix gcc build (this time for older gcc versions that didn't ↵ | Shauren | |
| trigger the warning fixed in previous commit) (cherry picked from commit 78aef0bd75a16953b09abe6449468de81fcc622d) | |||
| 2024-05-28 | Core/Updater: Fix gcc warning | Shauren | |
| (cherry picked from commit b288fceb792b5571eb7b79033408588fe4bede24) | |||
| 2024-05-28 | Core/Misc: Support boost 1.85 | Shauren | |
| (cherry picked from commit cfa838df5de5a36f6ecef5211e9a3ea8e3774d1b) | |||
| 2024-05-28 | Core/Items: Implemented CreateTime item field and changed refund/soulbound ↵ | Shauren | |
| trade timers to also count time offline (cherry picked from commit 69da702b930d43738bcaf49ce57b333dfc19ecfd) # Conflicts: # sql/base/characters_database.sql | |||
| 2024-05-28 | Core/Items: Fix loading secondaryItemModifiedAppearanceSpec5 (#29917) | Gosha | |
| (cherry picked from commit 8c274a8e8d496bf2ac1beafd31e0967e6659f967) | |||
| 2024-05-28 | Core/SAI: Added support for StringIds to creature and gameobject targets ↵ | Meji | |
| (#29910) Co-authored-by: Shauren <shauren.trinity@gmail.com> (cherry picked from commit 2ce40684595a0e49a7b2355012c2806952698ce4) | |||
| 2024-05-28 | Core/DBLayer: Support retrieving DATE/DATETIME/TIMESTAMP column values ↵ | Shauren | |
| directly without casting in sql (cherry picked from commit 404bb5b3c21b445ae21fbbfcfd7f51d255e07c39) | |||
| 2024-05-28 | Core/Creatures: Changed the spawn health field in creature table to a ↵ | Meji | |
| percentage (#29801) (cherry picked from commit def601b4ff82ec8a90af60408a87cac92fdf070d) | |||
| 2024-05-23 | Core/Datastores: updated DB2 structures to 4.4.0.54737 | Ovahlord | |
| 2024-03-25 | Core/Objects: Implemented vignettes | Shauren | |
| (cherry picked from commit fccf6fb72b60b08dfbe6d5fb17fba55239944fca) | |||
| 2024-03-14 | Core/DataStores: updated DB2 structures to 4.4.0.53750 | Ovahlord | |
| 2024-03-13 | Core/Creatures: added PetSpellDataId and Civilian fields to ↵ | Ovahlord | |
| creature_template, replaced level delta fields with MinLevel and MaxLevel in creature_template_difficulty and backported creature_classlevel_stats from 4.3.4 | |||
| 2024-03-13 | Core/PacketIO: Update to 4.4.0.53627 (#29805) | MaxtorCoder | |
| * Core/PacketIO: Update to 4.4.0.53627 * Core/IO: Remove duplicate declaration of PetSpellDataID * Core/IO: Assign STATUS_UNHANDLED to some azerite packets | |||
| 2024-03-12 | Core/Maps: dropped Garrison implementation | Ovahlord | |
| 2024-03-10 | Core/DataStores: duc-taped build | Ovahlord | |
| 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 | |
| 2023-12-27 | Core/Database: Replace union with std::variant in Transaction | Shauren | |
| 2023-12-26 | Core/Bnet: Implemented new SRP6 variants, and migrate old sha_pass_hash in ↵ | Shauren | |
| battlenet_accounts to separate salt and verifier columns * passwords can now be case sensitive and up to 128 characters long | |||
| 2023-12-21 | Core/Database: Fixed worldserver hanging if opening a connection to database ↵ | Shauren | |
| failed | |||
| 2023-12-17 | Core/Bnet: Rewrite LoginRESTService using boost::beast instead of gsoap as ↵ | Shauren | |
| http backend and extract generic http code to be reusable elsewhere | |||
| 2023-12-15 | Core/Database: Replace DatabaseWorker with asio io_context | Shauren | |
| 2023-12-14 | Core/Database: Refactor MySQLConnection constructors and async thread creation | Shauren | |
| 2023-12-12 | Core/Battleground: Rework BattlegroundScore (#29438) | Jeremy | |
| 2023-11-24 | Core/Waypoints: Drop waypoint_scripts table (#29437) | ModoX | |
| 2023-11-21 | Core/Calendar: Implement different timezone support for ingame calendar | Shauren | |
| Closes #8390 Closes #29427 | |||
| 2023-11-09 | Core: Update to 10.2.0 | Shauren | |
| 2023-10-30 | Core/SAI: Moved event_flags for difficulties to new field Difficulties (#29377) | Meji | |
| 2023-10-05 | Core/Realms: Replaced hardcoded realm category list with Cfg_Categories.db2 | Shauren | |
| 2023-09-30 | Core/Players: Implement mastery and versatility in character_stats (#29342) | Keramat Jokar | |
| 2023-09-07 | Core: Update to 10.1.7 | Shauren | |
| 2023-08-27 | Core/Misc: Fixed doxygen docs being attached to wrong fields | Shauren | |
| 2023-08-26 | Core/Battlegrounds: Rework queues (#29200) | Jeremy | |
| * No more copies of Battleground classes * FreesSlotQueues now have as key the MapId instead of queue id * Random queues can now popup already busy specific battelgrounds (queues are NOT merged) * Removed Holiday handling, this should already be handled in BattlegroundMgr::IsBGWeekend | |||
| 2023-08-23 | Core/Players: Remove player from group on faction change if two side ↵ | Gildor | |
| interaction group is not allowed. (#28835) (cherry picked from commit 3dda65c53aaaf0a29eca180d8de2d825923364cc) | |||
