| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-11-05 | Core/PacketIO: Updated packet structures to 8.0.1 | Shauren | |
| 2018-10-10 | Core/Entities: Update updatefields to 8.0.1.27980 | Shauren | |
| 2018-09-26 | Core/DataStores: Updated hotfix database structure | Shauren | |
| * Updated handling for removed db2s | |||
| 2018-09-26 | Core/Players: Updated pvp talent implementation to bfa | Shauren | |
| 2018-09-15 | Fixed prepared statement field name | Shauren | |
| 2018-07-31 | Core/Artifact Handle Artifact tiers + Artifact unlock (3rd relic bonus) (#21593) | Traesh | |
| 2018-05-16 | Core/Database: Use DELETE FROM queries instead of TRUNCATE to avoid ↵ | Shocker | |
| deadlocks caused by possible concurrent operations on the table being emptied | |||
| 2018-05-13 | Core/DataStores: Load Cfg_Regions and changed default realmlist region to US | Shauren | |
| 2018-04-18 | Core/Bnet: Improve client ban messages (#21837) | Roc13x | |
| * Don't hide banned game accounts from list. * Display proper ban messages with suspension time remaining. * More appropriate error codes for bans and locks | |||
| 2018-04-18 | Core/Items: Implemented ItemLimitCategoryCondition.db2 (#21835) | Roc13x | |
| 2018-04-15 | Core/DataStores: Implemented RewardPackXCurrencyType.db2 | joschiwald | |
| 2018-03-12 | Core/DataStores: Fixed db2 structures after 7.3.5 | Shauren | |
| 2018-03-05 | Core/Items: PvP item levels basic implementation (#20160) | Roc13x | |
| 2018-03-04 | Core/Player: Implement PvP Talents (#19962) | Jeremy | |
| * SPELL_AURA_119 -> SPELL_AURA_PVP_TALENTS * Learn Honorable Medallion when pvp rules are enabled | |||
| 2018-02-18 | Core/DataStores: Updated db2 structures to 7.3.5.25996 | Shauren | |
| 2018-02-18 | Core/PacketIO: Updated opcodes and packet structures to 7.3.5 | Shauren | |
| 2018-02-18 | Core/Entities: Update updatefields to 7.3.5.25928 | Shauren | |
| 2018-01-06 | Core/Entities: Extended SpawnMask to 64 bit | joschiwald | |
| 2018-01-05 | Core/Creature: Added TitleAlt to creature_template | joschiwald | |
| 2018-01-01 | Update copyright note for 2018 | vincent-michael | |
| auto happy = new year(2018); | |||
| 2017-12-30 | Core/DataStores: Updated db2 structures to 7.3.2.25480 | Shauren | |
| 2017-12-20 | Build: Inherit the features and warning flags privately | Naios | |
| 2017-12-20 | Build: Use the cotire library for precompiled header handling | Naios | |
| * Required for handling flags inherited by linked projects correctly in the corresponding precompiled header. * Reduces the maintenance effort for precompiled headers (cherry picked from commit 92f96fc10e70b2d62cce832837477d958e2afbe3) | |||
| 2017-11-25 | Misc: More cleanup | Aokromes | |
| 2017-11-05 | Core/Gameobject: Add WorldEffectID to Gameobject (#20785) | funjoker | |
| 2017-11-04 | Core/Misc: Update locales_creature_text to simple system | Aokromes | |
| 2017-10-09 | Core/Creature: Refactor and improve vendor items (#20328) | Roc13x | |
| * Implement item bonuses in vendors. * Implement the PlayerConditionID and IgnoreFiltering DB columns. * Fix loading referenced vendor items * Allow adding bonuses in .npc add item command | |||
| 2017-10-03 | Core/Bnet: Added support for -launcherlogin logins (external client launcher ↵ | Shauren | |
| required) | |||
| 2017-09-22 | Core/Bnet: Moved loading account info from rest service to session | Shauren | |
| * This improves concurrency by removes thread synchronization when checking login tickets * Also allows users to use external (web based) login systems | |||
| 2017-09-15 | Core/Items: Implement ItemLevelSelector.db2 (#20325) | Ryan | |
| ItemLevelSelector replaced ITEM_BONUS_ITEM_LEVEL_OVERRIDE in 7.2 | |||
| 2017-08-24 | Core/Transmog: Implemented transmog sets | Golrag | |
| Closes #20133 Closes #20135 | |||
| 2017-08-23 | Core/Players: Implemented proper facial hair validation | Shauren | |
| 2017-08-20 | Core/Players: Several gold handling improvements | roc13x | |
| * Update gold limit to 10 million * Updated auction house gold handling to 64-bit * Fixed some vendor checks for when BuyCount > 1 * Tweaked some checks for available gold space * Updated guild bank gold handling to 64-bit and fix withdraw limits * Enforce gold limit on guild bank * Check correct rank right when withdrawing from bank * Other small changes to update money to 64-bit Closes #19195 Closes #20152 | |||
| 2017-08-20 | Core/Quests: Implemented criteria tree quest objective type | Roger Stebler | |
| Closes #20161 | |||
| 2017-07-26 | Core/Creatures: Rewrite trainer handling to properly support multiple ↵ | Shauren | |
| trainers on the same creature * Trainers are now defined as templates (sniffable), assigned by gossip options | |||
| 2017-07-19 | Buildsystem: Fixed windows pch build with ninja | Shauren | |
| 2017-07-14 | Core/Bnet: Changed login REST service to use async db queries instead of ↵ | Shauren | |
| spawning a thread for each request | |||
| 2017-06-14 | Core/DataStores: Updated db2 structures to 7.2.5.24330 | Shauren | |
| 2017-06-12 | Remove duplicate includes | Shauren | |
| 2017-06-08 | Buildsystem: Minor PCH building changes | Shauren | |
| * *PCH.cpp are now only compiled with MSVC, other compilers use custom helper commands to generate the precompiled header * Don't call the linker for pch helpertargets | |||
| 2017-06-04 | Core/Players: Implement basics for the honor system | Golrag | |
| Closes #18480 Closes #19277 | |||
| 2017-05-24 | Core/Player: Implemented saving PLAYER_FLAGS_EX in database | Tisk | |
| 2017-05-21 | Core/Creature: Added UnitFlags3 to creature_template | joschiwald | |
| 2017-05-14 | Core/Entities : Basic Conversation Implementation (#18010) | Traesh | |
| 2017-05-13 | Database/AdhocStatement: Only include cstdlib instead of whole StringFormat.h. | Marco Ebert | |
| 2017-05-13 | Fix non-PCH build. | Marco Ebert | |
| Your ad here. | |||
| 2017-05-13 | Build fix for mysql 5.6 and older | Shauren | |
| 2017-05-12 | Core/Database: Include cleanup | Shauren | |
| 2017-05-11 | Core/Common: Include cleanup | Shauren | |
| 2017-05-08 | Core/Items: Set and save item context field | Shauren | |
