| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2017-05-07 | Core/Items: Implemented new item bonus and enchantment types | Shauren | |
| 2017-04-18 | GCC build fix | DDuarte | |
| It's been too long, C++ | |||
| 2017-04-18 | Core/DBUpdater: Improve message when base SQL file is missing | DDuarte | |
| 2017-04-15 | Core/PacketIO: Updated server packet structures to 7.2.0 | Shauren | |
| 2017-04-06 | Core/DataStores: Updated db2 structures to 7.2.0 | Shauren | |
| 2017-03-17 | Core/AI: enable SmartScripts on Scenes + add scene related actions/events | Traesh | |
| Closes #19194 | |||
| 2017-03-03 | Core/Auth: removed unneeded sub query | joschiwald | |
| (cherry picked from commit ec221c550049a361e135b6adbf600c045a352296) # Conflicts: # src/server/authserver/Server/AuthSession.cpp | |||
| 2017-02-26 | Core/Fishing: implement retail-like fishing skill-up functionality (#17528) | SnapperRy | |
| Follow-up to 6f1e823. Forgot to update base characters database. Sorry. | |||
| 2017-02-26 | Core/Updater: Clarify more 2 errors | Aokromes | |
| (cherry picked from commit fe9f79780e1a6dd14e0876dca54ef4d8c8a0a5ae) Update DBUpdater.cpp (cherry picked from commit fb048a4cdbd56102018db5c9149ca2103c1507b2) Update DBUpdater.cpp (cherry picked from commit 9250680680399e986736786bb6c3c2ff97ca5b9c) | |||
| 2017-02-19 | [Core/Maps] Activate creatures and objects during opening cinematics and ↵ | r00ty-tc | |
| other flyby cameras (sunwell etc). Requires re-running map extractor to extract camera m2 files from data files. These are very small. | |||
| 2017-02-05 | Core/Misc: remove two synch queries and replace them with CharacterInfo cache | ariel- | |
| (cherry picked from commit 1a52c1cd36b567fc595afa4a5373cc9e6b461a37) | |||
| 2017-01-30 | Fixed clang segmentation fault in nopch mode | Shauren | |
| 2017-01-29 | Core/Player: Moved character_template from character to world db | joschiwald | |
| 2017-01-22 | Core/Players: Fixed accidentally deleting Talents | joschiwald | |
| Note: If you want to delete deprecated Talents from DB, enable the CharacterDatabaseCleaner | |||
| 2017-01-15 | Removed debug leftovers | Shauren | |
| 2017-01-15 | Build fix | Shauren | |
| 2017-01-14 | Core: Updated to 7.1.5.23360 | Shauren | |
| 2017-01-13 | Core/DBLayer: Convert async queries to new query callbacks and remove old ↵ | Shauren | |
| callback handling | |||
| 2017-01-12 | build fix | Shauren | |
| 2017-01-12 | Core/DBLayer: Refine new query callback for chaining | Shauren | |
| 2017-01-11 | Core/DBLayer: Added new async query callback api | Shauren | |
| 2017-01-01 | Update copyright note for 2017 | vincent-michael | |
| Happy new year | |||
| 2016-12-26 | Core/Items: Implemented bonus list as a possible result of RandomSuffix | Shauren | |
| Ref #18423 | |||
| 2016-12-18 | Core/Commands: Added new 'bnetaccount listgameaccounts' command to display ↵ | Shauren | |
| all `account` table entries linked to a given battle.net email * Also fixed errors about bad commands in db Closes #18474 | |||
| 2016-12-09 | Core/Items: Fixed item level increases of gems with bonuses that give them ↵ | Shauren | |
| scaling stat distribution | |||
| 2016-11-07 | Core/Scenarios: Removed a bad usage of blocking db queries when saving ↵ | Shauren | |
| scenario to db | |||
| 2016-11-06 | Core/Instances: Implemented base scenario system and objectives in dungeons | Krudor | |
| Closes #17905 Closes #18034 | |||
| 2016-10-31 | Core/Database: Fix logic in DatabaseWorkerPool::GetFreeConnection | Shocker | |
